.vf-bundle-box {
    margin: 1.5em 0;
    padding: 1.25em 1.5em;
    border: 1px solid #e3e7eb;
    border-radius: 10px;
    background: #f8fafb;
}

.vf-bundle-title {
    margin: 0 0 .75em;
    font-size: 1.05em;
}

.vf-bundle-items {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

.vf-bundle-item {
    display: flex;
    align-items: center;
    gap: .75em;
    padding: .5em 0;
    border-bottom: 1px solid #edf0f2;
}

.vf-bundle-item:last-child {
    border-bottom: 0;
}

.vf-bundle-item-thumb img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
}

.vf-bundle-item-name {
    flex: 1;
    line-height: 1.3;
}

.vf-bundle-item-name a {
    text-decoration: none;
}

.vf-bundle-item-qty {
    color: #6b7280;
    font-weight: 600;
}

.vf-bundle-item-price {
    color: #6b7280;
    white-space: nowrap;
}

.vf-bundle-summary {
    border-top: 2px solid #e3e7eb;
    padding-top: .75em;
}

.vf-bundle-row {
    display: flex;
    justify-content: space-between;
    padding: .2em 0;
    font-size: 1em; /* wszystkie rzędy + ceny jednej wielkości */
}

.vf-bundle-row.vf-bundle-apart del {
    color: #9ca3af;
}

.vf-bundle-row.vf-bundle-price .vf-bundle-price-value {
    color: #111; /* cena zestawu na czarno */
    font-weight: 700;
}

.vf-bundle-row.vf-bundle-saved {
    color: #16a34a;
    font-weight: 600;
}

/* Linia „ZNIŻKA ZESTAWOWA" w koszyku/checkout — zielona (scoped do naszego fee) */
tr.fee:has(.vf-zestawy-discount) th,
tr.fee:has(.vf-zestawy-discount) td,
tr.fee:has(.vf-zestawy-discount) .vf-zestawy-discount {
    color: #16a34a !important;
}

/* etykieta rabatu w jednej linii (wąski sidebar kasy) */
tr.fee:has(.vf-zestawy-discount) th {
    white-space: nowrap;
}

.vf-bundle-unavailable {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    border: 1px solid #f0c7c7;
    border-radius: 8px;
    background: #fdf3f3;
    color: #b32d2e;
}
