.bcu-suggestions {
    background: #fff;
    padding: 10px 20px 12px;
    border-top: 2px solid #179252;
}

.bcu-suggestions__heading {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6f6c76;
    margin: 0 0 8px;
}

.bcu-suggestions__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bcu-row {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    align-items: center;
}

.bcu-row__thumb {
    display: block;
    width: 44px;
    height: 44px;
    flex: none;
}

.bcu-row__thumb img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
}

.bcu-row__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.bcu-row__title {
    font-size: 12.5px;
    color: #242424;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bcu-row__price {
    font-size: 12.5px;
    font-weight: 700;
    color: #242424;
}

/*
 * The theme's own button reset (e.g. WoodMart's `button{...}`) is scoped to
 * an ancestor class and beats a single `.bcu-add-btn` selector on
 * specificity, so `all: unset` clears the reset first and `!important`
 * locks in the properties that actually make this look like a button.
 */
.bcu-suggestions .bcu-add-btn {
    all: unset;
    box-sizing: border-box;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #179252 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: none;
}

.bcu-suggestions .bcu-add-btn svg {
    width: 14px;
    height: 14px;
    display: block;
}

.bcu-suggestions .bcu-add-btn:hover {
    background: #127a43 !important;
}

.bcu-suggestions .bcu-add-btn.loading {
    opacity: 0.6;
    pointer-events: none;
}
