.vm-bundle-badge {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 0.36rem 0.68rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.vm-bundle-badge-single {
    margin: 0 0 0.55rem;
}

.vm-bundle-badge-loop {
    margin: 0 0 0.45rem;
}

.vm-bundle-tagline {
    margin: 0.2rem 0 0.85rem;
    font-size: 0.95em;
    line-height: 1.45;
    opacity: 0.84;
}

.vm-bundle-box {
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.045);
}

.vm-bundle-box-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.45rem;
}

.vm-bundle-box-heading h3 {
    margin: 0 0 0.18rem;
    font-size: 1.14em;
    line-height: 1.3;
}

.vm-bundle-box-type {
    flex: 0 0 auto;
    padding-top: 0.12rem;
    font-size: 0.72em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.68;
}

.vm-bundle-separate-note {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.45;
    opacity: 0.76;
}

.vm-bundle-list {
    list-style: none;
    padding: 0;
    margin: 0.45rem 0 0;
}

.vm-bundle-list-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.82rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.09);
}

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

.vm-bundle-thumb {
    width: 68px;
}

.vm-bundle-thumb a {
    display: block;
}

.vm-bundle-thumb img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0;
    padding: 3px;
    object-fit: contain;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 6px;
    background: #fff;
}

.vm-bundle-item-info {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.vm-bundle-item-name {
    line-height: 1.35;
}

.vm-bundle-item-name a {
    color: inherit;
    text-decoration: none;
}

.vm-bundle-item-name a:hover {
    text-decoration: underline;
}

.vm-bundle-item-meta,
.vm-bundle-stock {
    font-size: 0.88em;
    line-height: 1.35;
    opacity: 0.76;
}

.vm-bundle-out {
    color: #b42318;
    opacity: 1;
    font-weight: 600;
}

.vm-bundle-item-link {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    padding: 0.45rem 0.62rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 6px;
    color: inherit;
    font-size: 0.82em;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.vm-bundle-item-link:hover {
    border-color: var(--primary-color, #00a8e8);
    background: rgba(0, 168, 232, 0.06);
}

.vm-bundle-price-summary {
    margin-top: 0.75rem;
    padding: 0.72rem 0.82rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #f8fafc;
}

.vm-bundle-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0;
    font-size: 0.92em;
}

.vm-bundle-price-row strong {
    flex: 0 0 auto;
    color: inherit;
}

.vm-bundle-package-price {
    font-size: 1em;
}

.vm-bundle-saving {
    margin-top: 0.38rem;
    padding: 0.55rem 0.62rem;
    border-radius: 6px;
    background: rgba(16, 185, 129, 0.11);
    color: #087a50;
    font-weight: 650;
}

@media (max-width: 620px) {
    .vm-bundle-box {
        padding: 0.82rem;
    }

    .vm-bundle-box-heading {
        gap: 0.5rem;
    }

    .vm-bundle-box-type {
        display: none;
    }

    .vm-bundle-list-item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 0.65rem;
    }

    .vm-bundle-thumb,
    .vm-bundle-thumb img {
        width: 58px;
        height: 58px;
    }

    .vm-bundle-item-link {
        grid-column: 2;
        justify-self: start;
        margin-top: 0.1rem;
    }
}
