/**
 * Classic auction detail — structured listing layout (non-Lux).
 */
.sf-ebay-auction .sf-ebay-auction__main .sf-gallery-main {
    border-radius: 0.75rem;
    overflow: hidden;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.08));
}
.sf-ebay-auction .sf-gallery-thumbs {
    gap: 0.5rem;
}
.sf-ebay-auction .sf-ebay-auction__sidebar .mk-card {
    border-radius: 0.75rem;
}
.sf-ebay-auction .sf-ebay-sticky .mk-card:first-of-type {
    border: 2px solid var(--bs-primary, #0d6efd);
}
.sf-ebay-auction .sf-vendor-card {
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.06), transparent);
}
.sf-ebay-auction .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 0.875rem;
}
.sf-ebay-auction .sf-auction-card__badges .badge {
    font-weight: 600;
}

.ab-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    font-size: 0.875rem;
    color: #64748b;
}
.ab-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}
.ab-price-card {
    border: 2px solid rgba(13, 110, 253, 0.2) !important;
}
.ab-price-card__price {
    display: grid;
    gap: 0.25rem;
}
.ab-price-card__price span,
.ab-countdown span {
    color: #64748b;
    font-size: 0.875rem;
}
.ab-price-card__price strong {
    color: #0f172a;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.05;
}
.ab-countdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 1rem;
}
.ab-detail-tabs .tab-pane {
    min-height: 7rem;
}
.ab-mini-card {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.85rem;
    background: #fff;
    padding: 1rem;
}
.ab-mini-card a {
    color: inherit;
    text-decoration: none;
}
.ab-shop-hero {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}
.ab-shop-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}
.ab-shop-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: calc(var(--premium-header-h, 72px) + 1rem);
}
.ab-shop-box {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.95rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.ab-shop-logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 0.8rem;
    background: #fff;
}
.ab-shop-toolbar {
    position: sticky;
    top: calc(var(--premium-header-h, 72px) + 0.5rem);
    z-index: 2;
}
.sf-auction-card__media {
    position: relative;
}
.ab-card-badges {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
@media (max-width: 991.98px) {
    .ab-shop-layout {
        grid-template-columns: 1fr;
    }
    .ab-shop-sidebar,
    .ab-shop-toolbar {
        position: static;
    }
}
