.gbu-wrap { display:block; width:100%; margin:0 0 18px; }

.gbu-section-label {
    font-size:10px !important; font-weight:700 !important;
    letter-spacing:.1em !important; text-transform:uppercase !important;
    color:#9ca3af !important; margin:0 0 7px !important;
    padding:0 !important; border:none !important; background:none !important; display:block;
}

.gbu-card {
    display:block; border:1px solid #e5e7eb; border-radius:10px;
    background:#fff; overflow:visible; position:relative;
    cursor:pointer; transition:border-color .15s;
    user-select:none; -webkit-tap-highlight-color:transparent;
}

.gbu-card:hover { border-color:#c5c5c5; }

.gbu-card.gbu-checked { border-color:#9db89a; background:#fff; }

.gbu-card-inner {
    display:flex; align-items:center; gap:10px;
    padding:10px 12px; border-radius:10px; overflow:visible;
}

.gbu-photo {
    position:relative; width:48px; height:48px; flex-shrink:0;
    border-radius:6px; background:#f3f4f6; overflow:visible; cursor:zoom-in;
}

.gbu-photo > img {
    width:48px; height:48px; border-radius:6px;
    object-fit:cover; display:block; position:relative; z-index:1;
}

.gbu-photo-ph {
    width:48px; height:48px; border-radius:6px;
    display:flex; align-items:center; justify-content:center; background:#f3f4f6;
}
.gbu-photo-ph svg { width:22px; height:22px; }

.gbu-tooltip {
    position:absolute; left:58px; top:50%; transform:translateY(-50%);
    z-index:9999; width:130px; height:130px; border-radius:10px;
    overflow:hidden; box-shadow:0 6px 24px rgba(0,0,0,.18); background:#f3f4f6;
    pointer-events:none; opacity:0; visibility:hidden; transition:opacity .15s,visibility .15s;
}
.gbu-tooltip img { width:100%; height:100%; object-fit:cover; display:block; }
.gbu-photo:hover .gbu-tooltip { opacity:1; visibility:visible; }

.gbu-meta { flex:1; min-width:0; }
.gbu-name { font-size:13px; font-weight:600; color:#111827; line-height:1.3; margin:0 0 2px; }
.gbu-desc-text { font-size:11px; color:#6b7280; line-height:1.4; margin:0 0 3px; }
.gbu-price-line { font-size:12px; color:#6b7280; }
.gbu-price-line strong { color:#374151; font-weight:600; }

.gbu-check-wrap { flex-shrink:0; position:relative; width:22px; height:22px; }

.gbu-checkbox {
    position:absolute; opacity:0; width:22px; height:22px;
    cursor:pointer; margin:0; z-index:2; top:0; left:0;
}

.gbu-checkmark {
    display:block; width:22px; height:22px;
    border:1.5px solid #d1d5db; border-radius:5px; background:#fff;
    transition:background .12s,border-color .12s; position:relative; pointer-events:none;
}

.gbu-card.gbu-checked .gbu-checkmark { background:#4a7c45; border-color:#4a7c45; }

.gbu-card.gbu-checked .gbu-checkmark::after {
    content:''; position:absolute; left:8px; top:4px;
    width:5px; height:10px; border:2px solid #fff;
    border-top:none; border-left:none; transform:rotate(45deg);
}

.gbu-footer {
    display:none; align-items:center; gap:5px;
    padding:5px 12px 6px; font-size:11px; font-weight:600;
    color:#4a7c45; letter-spacing:.01em;
    border-top:1px solid #e9f0e8; border-radius:0 0 9px 9px;
}
.gbu-footer svg { flex-shrink:0; stroke:#4a7c45; }
.gbu-card.gbu-checked .gbu-footer { display:flex; }

.gbu-child-row, li.gbu-child-row, tr.gbu-child-row,
.woocommerce-mini-cart-item.gbu-child-row { display:none!important; visibility:hidden!important; }

.gbu-cart-badge {
    display:inline-flex; align-items:center; gap:3px;
    background:#f5f5f5; border:1px solid #e0e0e0; color:#555;
    font-size:11px; font-weight:600; border-radius:4px;
    padding:1px 6px; margin-right:5px; vertical-align:middle; white-space:nowrap;
}

ul.gbu-bundle-contents {
    list-style:none !important; margin:5px 0 0 !important;
    padding:0 !important; border-top:1px solid #f0f0f0; padding-top:5px !important;
}
ul.gbu-bundle-contents li {
    list-style:none !important; font-size:11px !important;
    color:#6b7280 !important; line-height:1.5 !important;
    padding:1px 0 1px 10px !important; margin:0 !important;
    position:relative !important; display:flex !important;
    align-items:center !important; gap:3px !important;
}
ul.gbu-bundle-contents li::before {
    content:'' !important; position:absolute !important;
    left:2px !important; top:50% !important; transform:translateY(-50%) !important;
    width:3px !important; height:3px !important; border-radius:50% !important; background:#9ca3af !important;
}
.wsb-child-q { font-weight:600; color:#374151; }

.gbu-child-price { color:#6b7280; font-size:11px; font-weight:500; margin-left:3px; white-space:nowrap; }

.gbu-checkout-highlight {
    display:flex; align-items:flex-start; gap:10px; padding:12px 14px;
    background:#f6fbf6; border:1px solid #d0e8cd; border-left:3px solid #4a7c45;
    border-radius:8px; font-size:13px; color:#1e3d1a;
    margin:0 0 16px; line-height:1.4;
}

mark.gbu-order-badge {
    background:#f0f0f0; color:#444; border-radius:4px;
    padding:2px 7px; font-size:11px; font-weight:700; margin-right:5px;
}

@media (max-width:480px) {
    .gbu-photo, .gbu-photo > img { width:42px; height:42px; }
    .gbu-card-inner { gap:8px; padding:9px 10px; }
    .gbu-tooltip { left:52px; width:110px; height:110px; }
}

