/* ============================================================
   Verified Trades Directory — Frontend Styles
   Version: 6.0.0
   ============================================================ */

/* ── LISTING CARDS ── */
.vt-card {
    display: flex;
    align-items: stretch;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 16px;
    background: #fff;
    position: relative;
    transition: box-shadow .2s, transform .2s;
    font-family: system-ui, sans-serif;
}
.vt-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
}
.vt-card--featured { border: 2px solid #ff7a00; }
.vt-card__featured-label {
    position: absolute;
    top: -11px;
    left: 18px;
    background: #ff7a00;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.vt-card__thumb { flex: 0 0 100px; margin-right: 20px; }
.vt-card__body  { flex: 1; min-width: 0; }
.vt-card__title { margin: 0 0 6px; font-size: 20px; font-weight: 700; }
.vt-card__title a { text-decoration: none; color: #0f172a; }
.vt-card__title a:hover { color: #2563eb; }
.vt-card__rating { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; }
.vt-card__rating-score  { font-size: 15px; font-weight: 700; color: #0f172a; }
.vt-card__rating-count  { font-size: 12px; color: #94a3b8; }
.vt-card__rating-sources {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.vt-card__badges  { margin-bottom: 8px; display: flex; flex-wrap: wrap; gap: 5px; }
.vt-card__area    { margin: 6px 0 4px; font-size: 13px; color: #64748b; }
.vt-card__snippet { margin: 0; font-size: 13px; color: #475569; line-height: 1.5; }
.vt-card__side {
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    border-left: 1px solid #f1f5f9;
    padding-left: 18px;
    gap: 8px;
}
.vt-card__price-from { font-size: 11px; color: #94a3b8; text-align: right; margin-bottom: -6px; }
.vt-card__price      { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 2px; text-align: right; }

/* Mobile price shows inside card body, hidden on desktop */
.vt-card__price-mobile { display: none; margin: 8px 0 0; font-size: 14px; color: #64748b; }

/* ── LISTING HEADER + EMPTY STATES ── */
.vt-listing-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    font-family: system-ui, sans-serif;
}
.vt-no-results {
    font-family: system-ui, sans-serif;
    color: #64748b;
    padding: 20px 0;
}
.vt-empty-state {
    text-align: center;
    padding: 50px;
    border: 2px dashed #e2e8f0;
    border-radius: 14px;
    color: #64748b;
    font-family: system-ui, sans-serif;
}

/* ── PAGINATION ── */
.vt-pagination {
    margin: 24px 0 8px;
    font-family: system-ui, sans-serif;
}
.vt-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.vt-pagination .page-numbers li { margin: 0; }
.vt-pagination .page-numbers a,
.vt-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #0f172a;
    background: #fff;
    transition: .15s;
}
.vt-pagination .page-numbers a:hover         { background: #f0f7ff; border-color: #bfdbfe; color: #2563eb; }
.vt-pagination .page-numbers span.current    { background: #2563eb; border-color: #2563eb; color: #fff; font-weight: 700; }
.vt-pagination .page-numbers span.dots       { border-color: transparent; background: transparent; }
.vt-pagination .prev.page-numbers,
.vt-pagination .next.page-numbers            { padding: 0 16px; }

/* ── BADGES ── */
.vt-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid;
}
.vt-badge--gas { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.vt-badge--biz { background: #f5f3ff; color: #5b21b6; border-color: #ddd6fe; }
.vt-badge--id  { background: #eff6ff; color: #1e40af; border-color: #bfdbfe; }
.vt-badge--vt  { background: #1a2744; color: #93c5fd; border-color: #1e40af; }

/* ── STARS ── */
.vt-star        { font-size: 15px; }
.vt-star--full  { color: #f59e0b; }
.vt-star--half  { color: #f59e0b; opacity: .55; }
.vt-star--empty { color: #e2e8f0; }

/* ── BUTTONS ── */
.vt-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 9px;
    cursor: pointer;
    transition: .2s;
    border: none;
    font-size: 14px;
    padding: 12px 16px;     /* 44px effective height — meets tap target guidelines */
    min-height: 44px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
}
.vt-btn--call        { background: #2563eb; color: #fff; }
.vt-btn--call:hover  { background: #1d4ed8; color: #fff; }
.vt-btn--quote       { background: #fff; color: #2563eb; border: 2px solid #2563eb; padding: 8px 14px; }
.vt-btn--quote:hover { background: #eff6ff; }
.vt-btn--call-lg        { background: #2563eb; color: #fff; font-size: 15px; padding: 13px 20px; }
.vt-btn--call-lg:hover  { background: #1d4ed8; color: #fff; }
.vt-btn--quote-lg        { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); font-size: 14px; padding: 11px 20px; }
.vt-btn--quote-lg:hover  { border-color: #fff; background: rgba(255,255,255,.1); }

/* ── SEARCH BAR ── */
.vt-search-bar {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    margin-bottom: 28px;
    font-family: system-ui, sans-serif;
}
.vt-search-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: flex-end;
}
.vt-search-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 6px;
}
.vt-search-select {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 0 14px;
    font-size: 14px;
    background: #f8fafc;
    color: #0f172a;
}
.vt-search-btn {
    height: 48px;
    padding: 0 28px;
    background: #ff7a00;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
.vt-search-btn:hover { background: #ea6800; }

/* ── PROFILE: LAYOUT ── */
.vtp-wrap {
    max-width: 1100px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}
.single-tradesman .sidebar,
.single-tradesman .entry-header,
.single-tradesman h1.entry-title { display: none !important; }
.vtp-expired {
    padding: 60px;
    text-align: center;
    border: 2px dashed #e2e8f0;
    border-radius: 16px;
    font-family: system-ui, sans-serif;
}
.vtp-expired h3 { margin: 0 0 8px; }
.vtp-expired p  { color: #64748b; margin: 0; }

/* ── PROFILE: HERO ── */
.vtp-hero { background: #1a2744; border-radius: 16px; overflow: hidden; margin-bottom: 14px; }
.vtp-hero__inner { display: grid; grid-template-columns: 1fr 260px; }
.vtp-hero__left  { padding: 32px 36px; display: flex; align-items: flex-start; gap: 22px; }
.vtp-hero__logo  { flex-shrink: 0; }
.vtp-hero__info  { color: #fff; }
.vtp-hero__name  { font-size: 28px; font-weight: 700; color: #fff; margin: 0 0 6px; }
.vtp-hero__meta  {
    font-size: 13px;
    color: rgba(255,255,255,.6);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.vtp-hero__meta-dot  { opacity: .4; }
.vtp-hero__rating    { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.vtp-hero__rating-score { color: #fff; font-size: 17px; font-weight: 700; }
.vtp-hero__rating-count { color: rgba(255,255,255,.6); font-size: 13px; }
.vtp-hero__badges { display: flex; flex-wrap: wrap; gap: 6px; }

.vtp-hero .vt-badge--gas { background: rgba(22,101,52,.35);  color: #86efac; border-color: rgba(134,239,172,.3); }
.vtp-hero .vt-badge--biz { background: rgba(91,33,182,.35);  color: #c4b5fd; border-color: rgba(196,181,253,.3); }
.vtp-hero .vt-badge--id  { background: rgba(30,64,175,.35);  color: #93c5fd; border-color: rgba(147,197,253,.3); }
.vtp-hero .vt-badge--vt  { background: rgba(37,99,235,.5);   color: #bfdbfe; border-color: rgba(191,219,254,.4); }

.vtp-hero__cta {
    background: #132057;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    gap: 10px;
}
.vtp-hero__price      { text-align: center; margin-bottom: 4px; }
.vtp-hero__price-from { display: block; font-size: 11px; color: rgba(255,255,255,.5); margin-bottom: 2px; }
.vtp-hero__price-amt  { font-size: 34px; font-weight: 800; color: #fff; }
.vtp-hero__verified   { font-size: 11px; color: rgba(255,255,255,.45); text-align: center; margin-top: 4px; }

/* ── PROFILE: TRUST BAR ── */
.vtp-trust-bar {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 13px 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px 20px;
    flex-wrap: wrap;
}
.vtp-trust-item  { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #475569; }
.vtp-trust-icon  {
    width: 20px; height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}
.vtp-trust-icon--green { background: #dcfce7; color: #15803d; }
.vtp-trust-icon--blue  { background: #dbeafe; color: #1d4ed8; }
.vtp-trust-icon--navy  { background: #1a2744; color: #93c5fd; }
.vtp-trust-icon--amber { background: #fef3c7; color: #b45309; }
.vtp-trust-sub         { font-size: 11px; color: #94a3b8; }

/* ── PROFILE: GRID ── */
.vtp-grid { display: grid; grid-template-columns: 1fr 300px; gap: 16px; align-items: start; }

/* ── PROFILE: SECTIONS ── */
.vtp-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 14px;
}
.vtp-section__title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}
.vtp-about { font-size: 14px; line-height: 1.75; color: #475569; }

/* ── PROFILE: SERVICES ── */
.vtp-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 8px; }
.vtp-service-pill  {
    background: #f0f7ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 13px;
    color: #1e40af;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}
.vtp-service-dot { width: 6px; height: 6px; border-radius: 50%; background: #2563eb; flex-shrink: 0; }

/* ── PROFILE: GALLERY ── */
.vtp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vtp-gallery__item { display: block; border-radius: 9px; overflow: hidden; aspect-ratio: 4 / 3; line-height: 0; }
.vtp-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.vtp-gallery__item:hover img { transform: scale(1.04); }

/* ── PROFILE: REVIEWS ── */
.vtp-reviews-overview {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 18px;
}
.vtp-reviews-score        { text-align: center; flex-shrink: 0; min-width: 90px; }
.vtp-reviews-score__big   { font-size: 44px; font-weight: 800; color: #0f172a; line-height: 1; }
.vtp-reviews-score__stars { margin: 4px 0; }
.vtp-reviews-score__total { font-size: 12px; color: #64748b; }
.vtp-reviews-bars         { flex: 1; }
.vtp-bar-row   { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.vtp-bar-label { font-size: 12px; color: #64748b; min-width: 40px; text-align: right; }
.vtp-bar-track { flex: 1; height: 7px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.vtp-bar-fill  { height: 100%; border-radius: 4px; }
.vtp-bar-pct   { font-size: 12px; color: #94a3b8; min-width: 32px; }

.vtp-sources-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.vtp-source-card  { border: 1px solid #e2e8f0; border-radius: 9px; padding: 13px; display: flex; align-items: center; gap: 11px; }
.vtp-source-card__logo   { width: 36px; height: 36px; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; flex-shrink: 0; }
.vtp-source-card__name   { font-size: 12px; color: #64748b; margin-bottom: 2px; }
.vtp-source-card__rating { font-size: 16px; font-weight: 700; color: #0f172a; line-height: 1.2; }
.vtp-source-card__count  { font-size: 11px; color: #94a3b8; }

/* ── PROFILE: SIDEBAR ── */
.vtp-sbox { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; margin-bottom: 14px; }
.vtp-sbox__title { font-size: 15px; font-weight: 700; color: #0f172a; margin: 0 0 14px; }
.vtp-sbox__row   { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 13px; line-height: 1.5; color: #475569; }
.vtp-sbox__row strong { color: #0f172a; font-weight: 600; display: block; font-size: 12px; }
.vtp-sbox__icon     { font-size: 15px; flex-shrink: 0; line-height: 1.5; }
.vtp-sbox__verified { font-size: 11px; color: #94a3b8; border-top: 1px solid #f1f5f9; padding-top: 12px; margin-top: 4px; }

/* ── PROFILE: AREAS ── */
.vtp-areas    { display: flex; flex-wrap: wrap; gap: 6px; }
.vtp-area-pill {
    background: #f0f7ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
}

/* ── RESPONSIVE ── */

/* Tablet: 601–768px */
@media (max-width: 768px) {

    /* Profile layout */
    .vtp-hero__inner,
    .vtp-grid { grid-template-columns: 1fr; }

    /* Hero left: tighter padding, smaller name */
    .vtp-hero__left  { padding: 20px; gap: 16px; }
    .vtp-hero__name  { font-size: 22px; }
    .vtp-hero__cta   { padding: 20px; border-top: 1px solid rgba(255,255,255,.1); }

    /* CTA button hierarchy on mobile: Call Now dominates */
    .vtp-hero__cta .vt-btn--call-lg  { font-size: 16px; padding: 15px 20px; }
    .vtp-hero__cta .vt-btn--quote-lg { font-size: 13px; padding: 10px 20px; opacity: .9; }

    /* Trust bar: stack items vertically, add a subtle separator */
    .vtp-trust-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 16px;
    }
    .vtp-trust-item {
        font-size: 14px;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f5f9;
    }
    .vtp-trust-item:last-child { border-bottom: none; padding-bottom: 0; }

    /* Sections */
    .vtp-section { padding: 18px; }

    /* Services: single column on narrow screens */
    .vtp-services-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }

    /* Gallery */
    .vtp-gallery { grid-template-columns: repeat(2, 1fr); }

    /* Reviews */
    .vtp-reviews-overview { flex-direction: column; }

    /* Listing cards: stack vertically, centre-aligned */
    .vt-card {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }
    .vt-card__thumb { margin: 0 auto 14px; }
    .vt-card__badges,
    .vt-card__rating,
    .vt-card__rating-sources { justify-content: center; }

    /* Centre every text line in the card body */
    .vt-card__title,
    .vt-card__area,
    .vt-card__snippet  { text-align: center; }

    /* Services: centre the tick line */
    .vt-card__services { justify-content: center; }

    .vt-card__side {
        border: none;
        border-top: 1px solid #f1f5f9;
        align-items: stretch;
        padding: 14px 0 0;
        margin-top: 14px;
        width: 100%;
        flex-direction: column;  /* stack buttons vertically */
        gap: 10px;
    }
    /* Price sits above buttons on mobile */
    .vt-card__price-from,
    .vt-card__price { display: none; }
    .vt-card__price-mobile { display: block; text-align: center; }

    /* Buttons: full-width, stacked, 44px tap target */
    .vt-card__side .vt-btn {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    /* Search bar */
    .vt-search-form { grid-template-columns: 1fr; }

    /* Pagination: 44px tap targets */
    .vt-pagination .page-numbers a,
    .vt-pagination .page-numbers span {
        min-width: 44px;
        height: 44px;
        font-size: 14px;
    }
}

/* Phone: ≤480px — additional tightening */
@media (max-width: 480px) {

    .vtp-hero__left  { padding: 16px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .vtp-hero__name  { font-size: 20px; }
    .vtp-hero__cta   { padding: 16px; }

    /* On very small screens show price in hero CTA compactly */
    .vtp-hero__price-amt { font-size: 26px; }

    /* Services: single column */
    .vtp-services-grid { grid-template-columns: 1fr; }

    /* Source cards: 2-up grid */
    .vtp-sources-grid { grid-template-columns: repeat(2, 1fr); }

    /* Gallery: 2-up stays */
    .vtp-gallery { gap: 8px; }

    /* Search bar padding */
    .vt-search-bar { padding: 16px; }

    /* Pagination: hide ellipsis and far-away pages on tiny screens */
    .vt-pagination .page-numbers .dots { display: none; }
}

/* ── FAQS ── */
.vtp-faqs { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
.vtp-faq { border-bottom: 1px solid #e2e8f0; }
.vtp-faq:last-child { border-bottom: none; }
.vtp-faq__question {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background .15s;
    line-height: 1.5;
    min-height: 44px;
}
.vtp-faq__question:hover { background: #f8fafc; }
.vtp-faq__question[aria-expanded="true"] { background: #f0f7ff; color: #2563eb; }
.vtp-faq__question[aria-expanded="true"] .vtp-faq__icon { transform: rotate(45deg); }
.vtp-faq__icon { font-size: 18px; flex-shrink: 0; transition: transform .2s; line-height: 1; }
.vtp-faq__answer { padding: 0 20px 16px; font-size: 14px; color: #475569; line-height: 1.7; }
.vtp-faq__answer p { margin: 0; }

/* ── OPENING HOURS TABLE ── */
.vtp-hours-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.vtp-hours-table tr { border-bottom: 1px solid #f1f5f9; }
.vtp-hours-table tr:last-child { border-bottom: none; }
.vtp-hours-day { padding: 7px 0; color: #0f172a; font-weight: 600; width: 110px; }
.vtp-hours-time { padding: 7px 0; color: #475569; }
.vtp-hours-closed { color: #94a3b8; }

/* ── IMAGE PLACEHOLDERS ── */
.vt-card__img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}
.vt-card__img-placeholder {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.vtp-hero__img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}
.vtp-hero__img-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
}

/* ── CARD SERVICE LINE ── */
.vt-card__services {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 12px;          /* tightened from 14px */
    margin: 6px 0 6px;   /* 6px breathing room above and below */
}
.vt-card__service-pill {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: 11px;      /* slightly smaller — lighter feel */
    font-weight: 400;
    color: #475569;       /* slightly lighter than #334155 */
    white-space: nowrap;
    line-height: 1.5;
    background: none;
    border: none;
    padding: 0;
}
.vt-card__service-pill::before {
    content: '✔';
    font-size: 9.5px;
    color: #3b82f6;       /* brighter blue — same family as CTA, not faded */
    flex-shrink: 0;
}
.vt-card__service-more {
    font-size: 11px;
    color: #64748b;       /* one step darker than before — not an afterthought */
    font-weight: 500;     /* slight weight so "+1 more" reads clearly */
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════
   TOP TRADES SPOTLIGHT BLOCK
   Same horizontal card, elevated tier. No separate layout.
   ═══════════════════════════════════════════════════════════ */

.vt-listing-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Section wrapper */
.vt-top-featured {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;   /* gap comes from card margin-bottom below */
}

/* "Top trades" label */
.vt-top-featured__label {
    margin-bottom: 14px;
}
.vt-top-featured__label span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 4px;
    padding: 4px 12px;
}

/* Full-width stack */
.vt-top-featured__grid {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.vt-top-featured__card-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Override only these four things — everything else inherits from .vt-card */
.vt-top-featured__card-wrap .vt-card {
    border-color: #f59e0b !important;
    background: #fffdf7 !important;
    box-shadow: 0 4px 20px rgba(15,23,42,.10) !important;
    margin-bottom: 64px !important;
}
.vt-top-featured__card-wrap .vt-card:hover {
    border-color: #d97706 !important;
    background: #fffcf0 !important;
    box-shadow: 0 8px 28px rgba(15,23,42,.15) !important;
}

/* ── Warranty badge ── */
.vt-card__warranty {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 8px;
    width: fit-content;
    line-height: 1.3;
    white-space: nowrap;
}
.vt-card__warranty-icon {
    font-size: 0.74rem;
    flex-shrink: 0;
}
