.cbt-wrapper {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
}

.cbt-link {
    text-decoration: none;
    color: inherit;
}

.cbt-hint {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.cbt-items {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cbt-item {
    text-align: center;
    width: 120px;
}

.cbt-item img {
    width: 100px;
    border-radius: 8px;
}

.cbt-title {
    font-size: 13px;
    margin: 5px 0;
}

.cbt-plus {
    font-size: 22px;
    font-weight: bold;
}

.cbt-footer {
    margin-top: 15px;
}

#cbt-add-all {
    background: #33a9f4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
