:root {
    --epva-accent: #e53f29;
    --epva-accent-dark: #bc2e1a;
    --epva-ribbon: #3558ff;
    --epva-ink: #121826;
    --epva-muted: #5d6778;
    --epva-border: #dde3ea;
    --epva-surface: #ffffff;
    --epva-surface-soft: #f6f8fc;
}

.ep-vehicleads-account-link .link-item {
    position: relative;
    overflow: hidden;
}

.ep-vehicleads-account-link .link-item::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--epva-accent), var(--epva-accent-dark));
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.ep-vehicleads-account-link:hover .link-item::after {
    opacity: 1;
}

.page-my-account #content .links a.ep-vehicleads-account-link--create span.ep-vehicleads-account-link__create-item {
    background: var(--epva-accent);
    color: #fff;
    border-color: var(--epva-accent);
}

.ep-vehicleads-account-link--create .link-item::after {
    display: none;
}

.page-my-account #content .links a.ep-vehicleads-account-link--create i.material-icons {
    color: #fff;
}

.page-my-account #content .links a.ep-vehicleads-account-link--create:hover span.ep-vehicleads-account-link__create-item,
.page-my-account #content .links a.ep-vehicleads-account-link--create:focus-visible span.ep-vehicleads-account-link__create-item {
    background: var(--epva-accent-dark);
    border-color: var(--epva-accent-dark);
    color: #fff;
}

.ep-vehicleads-card {
    border: 1px solid var(--epva-border);
    border-radius: 18px;
    padding: 1.5rem;
    background: var(--epva-surface);
    margin-bottom: 1rem;
    box-shadow: 0 18px 50px rgba(18, 24, 38, .06);
}

.ep-vehicleads-card__title {
    margin: 0 0 .75rem;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--epva-ink);
}

.ep-vehicleads-card__meta {
    color: var(--epva-muted);
    font-size: .95rem;
    margin-bottom: .5rem;
}

.ep-vehicleads-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d5c63;
}

.ep-vehicleads-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.ep-vehicleads-card__secondary-action {
    background-color: #121826;
}

.ep-vehicleads-card__secondary-action:hover {
    background-color: #ffffff;
}

.ep-vehicleads-card__selected-plan {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--epva-border);
}

.ep-vehicleads-selected-plan__features {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.ep-vehicleads-selected-plan__features li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: .55rem;
    color: var(--epva-ink);
}

.ep-vehicleads-selected-plan__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--epva-accent);
    font-weight: 700;
}

.ep-vehicleads-empty {
    padding: 1rem;
    border: 1px dashed #b8c2cc;
    border-radius: 12px;
    background: #f8fafc;
}

.ep-vehicleads-dashboard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-dashboard__alert {
    padding: .95rem 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 700;
}

.ep-vehicleads-dashboard__alert--success {
    border-color: #b7e3c7;
    background: #ecfbf2;
    color: #13653a;
}

.ep-vehicleads-dashboard__alert--warning {
    border-color: #f4d3b3;
    background: #fff8ef;
    color: #915117;
}

.ep-vehicleads-dashboard__debug {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px dashed rgba(145, 81, 23, .25);
    font-family: monospace;
    font-size: .85rem;
    color: #6d3d13;
    word-break: break-word;
}

.ep-vehicleads-dashboard__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 1.5rem;
    border-radius: 12px;
    background:
        radial-gradient(circle at top right, rgba(217, 42, 39, .12), transparent 25%),
        linear-gradient(120deg, #161a21 0%, #242a36 100%);
    color: #ffffff;
}

.ep-vehicleads-dashboard__eyebrow,
.ep-vehicleads-dashboard__label {
    margin: 0 0 .45rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ep-vehicleads-dashboard__eyebrow {
    color: #ffb4af;
}

.ep-vehicleads-dashboard__label {
    color: var(--epva-accent);
}

.ep-vehicleads-dashboard__title {
    margin: 0 0 .45rem;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.05;
    color: #ffffff;
}

.ep-vehicleads-dashboard__subtitle {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, .8);
}

.ep-vehicleads-dashboard__hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
}

.ep-vehicleads-dashboard__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ep-vehicleads-dashboard__panel,
.ep-vehicleads-dashboard__composer,
.ep-vehicleads-dashboard__list {
    margin-bottom: 0;
}

.ep-vehicleads-dashboard__panel-title {
    margin: 0 0 .45rem;
    font-size: 1.6rem;
    color: var(--epva-ink);
}

.ep-vehicleads-dashboard__status {
    margin-top: 1rem;
    padding: .9rem 1rem;
    border-radius: 10px;
    font-weight: 700;
}

.ep-vehicleads-dashboard__status--success {
    background: #edf9f2;
    color: #15663b;
}

.ep-vehicleads-dashboard__status--warning {
    background: #fff2e9;
    color: #9a5012;
}

.ep-vehicleads-dashboard__composer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ep-vehicleads-dashboard__composer-copy {
    max-width: 760px;
}

.ep-vehicleads-dashboard__composer-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .6rem;
}

.ep-vehicleads-dashboard__primary-button[disabled] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.ep-vehicleads-dashboard__hint {
    margin: 0;
    max-width: 340px;
    color: var(--epva-muted);
    font-size: .9rem;
    text-align: right;
}

.ep-vehicleads-home,
.ep-vehicleads-public-listing,
.ep-vehicleads-detail {
    margin: 2rem 0;
}

.ep-vehicleads-home__head,
.ep-vehicleads-public-head,
.ep-vehicleads-detail__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.ep-vehicleads-home__head h2,
.ep-vehicleads-public-title,
.ep-vehicleads-detail__title {
    margin: 0 0 .35rem;
    color: var(--epva-ink);
}

.ep-vehicleads-public-eyebrow {
    margin: 0 0 .45rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--epva-accent);
}

.ep-vehicleads-home__all-link,
.ep-vehicleads-home-card__link,
.ep-vehicleads-detail__back a {
    color: var(--epva-accent);
    font-weight: 700;
}

.ep-vehicleads-public-listing .ep-vehicleads-search-panel {
    margin-bottom: 1.5rem;
}

.ep-vehicleads-public-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #091120;
    font-size: 1rem;
    font-weight: 800;
}

.ep-vehicleads-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.ep-vehicleads-home-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--epva-border);
    border-radius: 20px;
    background: var(--epva-surface);
    box-shadow: 0 18px 40px rgba(18, 24, 38, .06);
}

.ep-vehicleads-home-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #f6f8fc, #eef2f8);
}

.ep-vehicleads-home-card__media img,
.ep-vehicleads-detail__hero-image img,
.ep-vehicleads-detail__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ep-vehicleads-home-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--epva-muted);
    font-weight: 700;
}

.ep-vehicleads-home-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .9rem;
    padding: 1.15rem;
}

.ep-vehicleads-home-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: var(--epva-ink);
}

.ep-vehicleads-home-card__badge {
    padding: .35rem .6rem;
    border-radius: 999px;
    background: rgba(229, 63, 41, .12);
    color: var(--epva-accent);
    font-size: .78rem;
    font-weight: 800;
}

.ep-vehicleads-home-card__body h2,
.ep-vehicleads-home-card__body h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.3;
}

.ep-vehicleads-home-card__body a {
    color: inherit;
}

.ep-vehicleads-home-card__meta,
.ep-vehicleads-detail__specs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-vehicleads-home-card__meta li,
.ep-vehicleads-detail__specs li {
    color: var(--epva-muted);
    margin-bottom: .45rem;
}

.ep-vehicleads-detail__subtitle {
    margin: 0;
    color: var(--epva-muted);
}

.ep-vehicleads-detail__distance {
    display: inline-flex;
    align-items: center;
    margin-left: .5rem;
    font-weight: 800;
    color: var(--epva-ink);
}

.ep-vehicleads-detail__distance[hidden] {
    display: none;
}

.ep-vehicleads-detail__distance::before {
    content: '|';
    margin-right: .5rem;
    color: var(--epva-muted);
    font-weight: 400;
}

.ep-vehicleads-detail__distance--standalone {
    margin-left: 0;
}

.ep-vehicleads-detail__distance--standalone::before {
    display: none;
}

.ep-vehicleads-detail__price-box {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 220px;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(140deg, #121826, #1f2937);
    color: #fff;
}

.ep-vehicleads-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, .95fr);
    gap: 1.5rem;
}

.ep-vehicleads-detail__main,
.ep-vehicleads-detail__sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ep-vehicleads-detail__card {
    padding: 1.35rem;
    border: 1px solid var(--epva-border);
    border-radius: 18px;
    background: var(--epva-surface);
    box-shadow: 0 18px 40px rgba(18, 24, 38, .05);
}

.ep-vehicleads-detail__card h2 {
    margin: 0 0 1rem;
    color: var(--epva-ink);
}

.ep-vehicleads-detail__gallery {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.ep-vehicleads-detail__hero-image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 22px;
    background: #f4f6fb;
}

.ep-vehicleads-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: .75rem;
}

.ep-vehicleads-detail__thumbs a {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 14px;
    background: #f4f6fb;
}

.ep-vehicleads-detail__summary {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    color: var(--epva-ink);
}

.ep-vehicleads-detail__description {
    color: var(--epva-muted);
    line-height: 1.7;
}

.ep-vehicleads-detail__contact-form {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.ep-vehicleads-detail__contact-form label {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    color: var(--epva-ink);
    font-weight: 700;
}

.ep-vehicleads-detail__contact-form input,
.ep-vehicleads-detail__contact-form textarea {
    width: 100%;
    padding: .85rem .95rem;
    border: 1px solid var(--epva-border);
    border-radius: 12px;
    background: #fff;
    color: var(--epva-ink);
}

.ep-vehicleads-detail__field-hint {
    color: #6b7280;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.4;
}

.ep-vehicleads-detail__turnstile {
    display: flex;
    justify-content: flex-start;
    min-height: 65px;
}

.ep-vehicleads-detail__submit[disabled],
.ep-vehicleads-detail__submit[aria-disabled="true"] {
    opacity: .55;
    cursor: not-allowed;
    filter: grayscale(.2);
}

.ep-vehicleads-admin__badge--review {
    background: #fff6dc;
    color: #9a6700;
}

@media (max-width: 991px) {
    .ep-vehicleads-home-grid,
    .ep-vehicleads-detail__layout {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-home__head,
    .ep-vehicleads-public-head,
    .ep-vehicleads-detail__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ep-vehicleads-detail__price-box {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-home-grid {
        grid-template-columns: 1fr;
    }
}

.ep-vehicleads-dashboard__list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ep-vehicleads-dashboard__counter {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.ep-vehicleads-dashboard__ads {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.ep-vehicleads-dashboard__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--epva-border);
    border-radius: 10px;
    background: var(--epva-surface-soft);
}

.ep-vehicleads-dashboard__ad-main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .5rem;
}

.ep-vehicleads-dashboard__ad-top {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ep-vehicleads-dashboard__ad-title {
    font-size: 1rem;
    color: var(--epva-ink);
}

.ep-vehicleads-dashboard__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: .25rem .65rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ep-vehicleads-dashboard__badge--draft {
    background: #fff1d6;
    color: #a96206;
}

.ep-vehicleads-dashboard__badge--pending {
    background: #e9f0ff;
    color: #284ea7;
}

.ep-vehicleads-dashboard__badge--published {
    background: #e8f8ee;
    color: #0f7d43;
}

.ep-vehicleads-dashboard__badge--archived {
    background: #edf2f7;
    color: #4a5568;
}

.ep-vehicleads-dashboard__ad-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .9rem;
    color: var(--epva-muted);
    font-size: .92rem;
}

.ep-vehicleads-dashboard__ad-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .15rem;
}

.ep-vehicleads-dashboard__ad-form {
    margin: 0;
}

.ep-vehicleads-dashboard__action-button {
    min-height: 38px;
    padding: .55rem .9rem;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
    background: #ffffff;
    color: var(--epva-ink);
    font-size: .85rem;
    font-weight: 700;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-dashboard__action-button:hover {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

.ep-vehicleads-dashboard__action-button--primary {
    border-color: var(--epva-accent);
    background: var(--epva-accent);
    color: #ffffff;
}

.ep-vehicleads-dashboard__action-button--primary:hover {
    border-color: var(--epva-accent-dark);
    background: var(--epva-accent-dark);
}

.ep-vehicleads-dashboard__action-button--danger {
    border-color: #f1c3bc;
    color: #9f2c1a;
    background: #fff5f3;
}

.ep-vehicleads-dashboard__action-button--danger:hover {
    border-color: #b9321d;
    background: #b9321d;
    color: #ffffff;
}

.ep-vehicleads-dashboard__action-button[disabled] {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

.ep-vehicleads-dashboard__action-note {
    margin: 0;
    color: var(--epva-muted);
    font-size: .88rem;
}

.ep-vehicleads-dashboard__ad-side {
    flex: 0 0 auto;
}

.ep-vehicleads-dashboard__ad-date {
    color: var(--epva-muted);
    font-size: .88rem;
    white-space: nowrap;
}

.ep-vehicleads-page {
    padding: 0;
    background: transparent;
}

.ep-vehicleads-dashboard-page .breadcrumb,
.ep-vehicleads-dashboard-page nav.breadcrumb,
.ep-vehicleads-dashboard-page [data-depth="1"],
.ep-vehicleads-dashboard-page .breadcrumb,
.ep-vehicleads-plans-page .breadcrumb {
    display: none;
}

.ep-vehicleads-dashboard-page .page-content {
    padding-top: 0;
}

.ep-vehicleads-dashboard__top-grid,
.ep-vehicleads-dashboard__bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ep-vehicleads-dashboard__wallet-card,
.ep-vehicleads-dashboard__plan-card,
.ep-vehicleads-dashboard__profile-card,
.ep-vehicleads-dashboard__transactions-card {
    margin-bottom: 0;
}

.ep-vehicleads-dashboard__balance {
    margin: 0 0 .45rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--epva-ink);
}

.ep-vehicleads-dashboard__recharge-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.ep-vehicleads-dashboard__recharge-link {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: .9rem 1rem;
    border: 1px solid var(--epva-border);
    border-radius: 14px;
    background: #fff6f2;
    color: var(--epva-ink);
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-dashboard__recharge-link:hover,
.ep-vehicleads-dashboard__recharge-link--selected {
    border-color: var(--epva-accent);
    background: #fff0eb;
}

.ep-vehicleads-dashboard__recharge-name {
    font-size: .92rem;
    font-weight: 800;
}

.ep-vehicleads-dashboard__recharge-price {
    color: var(--epva-accent);
    font-weight: 800;
}

.ep-vehicleads-dashboard__plan-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.ep-vehicleads-dashboard__plan-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .3rem .8rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ep-vehicleads-dashboard__plan-pill--free {
    background: #e7f8ee;
    color: #0f7d43;
}

.ep-vehicleads-dashboard__plan-meta {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-top: .85rem;
    color: var(--epva-muted);
    font-size: .94rem;
}

.ep-vehicleads-plans {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 2rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ep-vehicleads-plans__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    border-bottom: 0;
}

.ep-vehicleads-plans__eyebrow {
    margin: 0 0 .65rem;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #d92a27;
}

.ep-vehicleads-plans__title {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.1;
    color: #111827;
}

.ep-vehicleads-plans__subtitle {
    max-width: 760px;
    margin: .55rem 0 0;
    font-size: 1rem;
    color: var(--epva-muted);
}

.ep-vehicleads-plans__wallet {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 220px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ep-vehicleads-plans__wallet span {
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
}

.ep-vehicleads-plans__wallet strong {
    font-size: 1.35rem;
    line-height: 1.1;
    color: #111827;
}

.ep-vehicleads-vehicle-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .35rem 1rem;
    margin-bottom: 1.45rem;
    padding: 0 0 .9rem;
    border: 0;
    border-bottom: 1px solid #d9e4ef;
    border-radius: 0;
    background: transparent;
}

.ep-vehicleads-vehicle-tab {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: .7rem;
    min-width: 150px;
    padding: .45rem .35rem .9rem 0;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #202938;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.ep-vehicleads-vehicle-tab--active {
    color: #d92a27;
    border-bottom-color: #d92a27;
    box-shadow: none;
}

.ep-vehicleads-vehicle-tab__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
}

.ep-vehicleads-vehicle-tab__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.ep-vehicleads-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.45rem;
    align-items: stretch;
    scroll-margin-top: 120px;
}

.ep-vehicleads-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e7ef;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: none;
    transition: none;
}

.ep-vehicleads-plan-card:hover {
    transform: none;
    box-shadow: none;
}

.ep-vehicleads-plan-card--highlighted {
    border-color: #d92a27;
    box-shadow: none;
}

.ep-vehicleads-plan-card--free {
    border-color: #e2e7ef;
    background: #ffffff;
}

.ep-vehicleads-plan-card__badge {
    min-height: 34px;
    padding: .6rem .95rem .55rem;
    background: linear-gradient(180deg, #d92a27 0%, #bf221f 100%);
    color: #ffffff;
    text-align: center;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ep-vehicleads-plan-card__badge--empty {
    background: transparent;
    color: transparent;
}

.ep-vehicleads-plan-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.1rem .95rem 1.15rem;
}

.ep-vehicleads-plan-card__heading {
    min-height: 152px;
}

.ep-vehicleads-plan-card__kicker {
    margin: .1rem 0 .1rem;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: #111827;
}

.ep-vehicleads-plan-card__title {
    margin: .2rem 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #111827;
}

.ep-vehicleads-plan-card__title--free {
    font-size: 2.45rem;
}

.ep-vehicleads-plan-card__pricing {
    margin: 1.1rem 0 .95rem;
    text-align: center;
}

.ep-vehicleads-plan-card__price-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .45rem;
}

.ep-vehicleads-plan-card__price-daily {
    font-size: 2.55rem;
    line-height: 1;
    font-weight: 900;
    color: #111827;
}

.ep-vehicleads-plan-card__per-day {
    margin-bottom: .28rem;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: #111827;
}

.ep-vehicleads-plan-card__price-total,
.ep-vehicleads-plan-card__free-label {
    display: inline-block;
    margin-top: .35rem;
    font-size: .98rem;
    font-weight: 800;
    color: #d92a27;
}

.ep-vehicleads-plan-card__action {
    display: flex;
    width: 100%;
    margin: .15rem 0 .75rem;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, #d92a27 0%, #bf221f 100%);
    border-color: #bf221f;
    border-radius: 0;
    box-shadow: none;
}

.ep-vehicleads-plan-card__action:hover {
    background: #111827;
    border-color: #111827;
}

.ep-vehicleads-plan-card__action--wallet {
    background: #111827;
    border-color: #111827;
}

.ep-vehicleads-plan-card__action--wallet:hover {
    background: #d92a27;
    border-color: #d92a27;
}

.ep-vehicleads-plan-card__duration {
    margin: 0 0 .95rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
    font-size: .98rem;
    font-weight: 700;
    color: #111827;
}

.ep-vehicleads-plan-card__divider {
    margin: 0 0 1rem;
    border-top: 1px solid #e7edf4;
}

.ep-vehicleads-plan-card__features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-vehicleads-plan-card__features li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: .85rem;
    color: #111827;
    font-size: 1rem;
    line-height: 1.35;
}

.ep-vehicleads-plan-card__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #d92a27;
    font-weight: 900;
}

.ep-vehicleads-selected-plan__features li::before,
.ep-vehicleads-plan-card__features li::before {
    content: "\2713";
}

.ep-vehicleads-dashboard__transactions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.ep-vehicleads-dashboard__transaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .95rem 1rem;
    border: 1px solid var(--epva-border);
    border-radius: 12px;
    background: #fbfcfe;
}

.ep-vehicleads-dashboard__transaction-copy {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.ep-vehicleads-dashboard__transaction-copy strong {
    color: var(--epva-ink);
}

.ep-vehicleads-dashboard__transaction-copy span {
    color: var(--epva-muted);
    font-size: .88rem;
}

.ep-vehicleads-dashboard__transaction-amount {
    font-weight: 800;
    white-space: nowrap;
}

.ep-vehicleads-dashboard__transaction-amount--credit {
    color: #0f7d43;
}

.ep-vehicleads-dashboard__transaction-amount--debit {
    color: #b9321d;
}

.ep-vehicleads-dashboard__wallet-cta {
    background: #111827;
}

.ep-vehicleads-dashboard__wallet-cta:hover {
    background: #fff;
}

@media (max-width: 1199px) {
    .ep-vehicleads-dashboard__hero,
    .ep-vehicleads-dashboard__composer,
    .ep-vehicleads-dashboard__ad {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-dashboard__hero-actions,
    .ep-vehicleads-dashboard__composer-actions {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ep-vehicleads-dashboard__grid {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-dashboard__top-grid,
    .ep-vehicleads-dashboard__bottom-grid,
    .ep-vehicleads-dashboard__recharge-options {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-plans__intro {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-dashboard__ad-top,
    .ep-vehicleads-dashboard__list-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-dashboard__plan-head,
    .ep-vehicleads-dashboard__transaction {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-dashboard__hint {
        text-align: left;
    }

    .ep-vehicleads-plans {
        padding: 0 0 1.5rem;
        border-radius: 0;
    }

    .ep-vehicleads-vehicle-tabs {
        width: 100%;
        gap: .35rem .8rem;
    }

    .ep-vehicleads-vehicle-tab {
        min-width: 120px;
        padding: .45rem 0 .7rem;
        font-size: .92rem;
    }

    .ep-vehicleads-plan-grid {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-plan-card--highlighted {
        transform: none;
    }
}

.ep-vehicleads-dashboard-page .page-header,
.ep-vehicleads-dashboard-page .breadcrumb,
.ep-vehicleads-dashboard-page nav.breadcrumb,
.ep-vehicleads-dashboard-page [data-depth="1"] {
    display: none;
}

.ep-vehicleads-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .75rem;
}

.ep-vehicleads-header-actions__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 1.1rem;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-header-actions__button--primary {
    background: #d92a27;
    border-color: #d92a27;
    color: #fff;
}

.ep-vehicleads-header-actions__button--primary:hover,
.ep-vehicleads-header-actions__button--primary:focus-visible {
    background: #bf221f;
    border-color: #bf221f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.ep-vehicleads-header-actions__button--secondary {
    background: #060918;
    border-color: #060918;
    color: #fff;
}

.ep-vehicleads-header-actions__button--secondary:hover,
.ep-vehicleads-header-actions__button--secondary:focus-visible {
    background: #fff;
    border-color: #060918;
    color: #060918;
    text-decoration: none;
    transform: translateY(-1px);
}

#header .tvcms-motorlink-mobile-actions {
    display: none;
}

#header .tvcms-motorlink-mobile-actions .ep-vehicleads-header-actions {
    width: 100%;
    padding: .65rem .85rem;
    background: #060918;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

#header .tvcms-motorlink-mobile-actions .ep-vehicleads-header-actions__button {
    flex: 1 1 0;
    min-height: 42px;
    font-size: 12px;
    padding: 0 .65rem;
}

@media (max-width: 991px) {
    #header .tvcms-motorlink-mobile-actions {
        display: block;
    }

    #header .tvcmsdesktop-top-header-wrapper.header-4.tvcms-motorlink-header .tvcmsdesktop-button-published {
        display: none !important;
    }
}

.ep-vehicleads-admin__create-cta {
    display: none;
}

.ep-vehicleads-admin__primary-button--create {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.ep-vehicleads-admin__section-actions--inline {
    margin-top: 0;
}

.ep-vehicleads-admin__empty-state {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.ep-vehicleads-admin--modal-open {
    overflow: hidden;
}

.ep-vehicleads-admin__modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ep-vehicleads-admin__modal.is-open {
    display: flex;
}

.ep-vehicleads-admin__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 24, 38, .55);
}

.ep-vehicleads-admin__modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 28rem);
    background: var(--epva-surface);
    border: 1px solid var(--epva-border);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(18, 24, 38, .18);
    overflow: hidden;
}

.ep-vehicleads-admin__modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 0;
}

.ep-vehicleads-admin__modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    color: var(--epva-ink);
}

.ep-vehicleads-admin__modal-close {
    border: 0;
    background: transparent;
    color: var(--epva-muted);
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
}

.ep-vehicleads-admin__modal-body {
    padding: 1rem 1.5rem 0;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__modal-body p {
    margin: 0;
}

.ep-vehicleads-admin__modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1.25rem 1.5rem 1.5rem;
}

@media (max-width: 991px) {
    .ep-vehicleads-admin__create-cta {
        display: block;
        position: sticky;
        top: .5rem;
        z-index: 20;
        margin-bottom: .75rem;
    }

    .ep-vehicleads-admin__section-head {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .ep-vehicleads-admin__section-actions--inline {
        width: 100%;
    }

    .ep-vehicleads-admin__section-actions--inline .ep-vehicleads-admin__primary-button {
        width: 100%;
    }

    .ep-vehicleads-admin__primary-button--sidebar {
        display: none;
    }

    .ep-vehicleads-account-link--create {
        width: 100%;
        max-width: none;
        flex: 0 0 100%;
    }
}

.ep-vehicleads-admin {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-admin__alerts {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.ep-vehicleads-admin__alert {
    padding: .95rem 1rem;
    border-radius: 14px;
    font-weight: 700;
}

.ep-vehicleads-admin__alerts .ep-vehicleads-admin__alert {
    animation: epvaAlertFade 9s ease forwards;
}

.ep-vehicleads-admin__alert--success {
    background: #edf9f2;
    color: #13653a;
    border: 1px solid #bfdfca;
}

.ep-vehicleads-admin__alert--warning {
    background: #fff5ea;
    color: #8a4c10;
    border: 1px solid #efd1af;
}

.ep-vehicleads-admin__layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: flex-start;
}

.ep-vehicleads-admin__sidebar {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-admin__wallet-card,
.ep-vehicleads-admin__sidebar-plan,
.ep-vehicleads-admin__card,
.ep-vehicleads-admin__panel {
    padding: 1.35rem;
    border: 1px solid var(--epva-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.ep-vehicleads-admin__wallet-card {
    background:
        radial-gradient(circle at top right, rgba(229, 63, 41, .18), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
}

.ep-vehicleads-admin__eyebrow {
    margin: 0 0 .45rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--epva-accent);
}

.ep-vehicleads-admin__wallet-card .ep-vehicleads-admin__eyebrow {
    color: rgba(255, 255, 255, .7);
}

.ep-vehicleads-admin__balance {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1;
    color: #fff;
}

.ep-vehicleads-admin__sidebar-copy {
    margin: .75rem 0 0;
    color: rgba(255, 255, 255, .78);
}

.ep-vehicleads-admin__sidebar-button,
.ep-vehicleads-admin__primary-button,
.ep-vehicleads-admin__secondary-button,
.ep-vehicleads-admin__action-button,
.ep-vehicleads-admin__recharge-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1rem;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-admin__sidebar-button,
.ep-vehicleads-admin__primary-button,
.ep-vehicleads-admin__action-button--primary {
    background: linear-gradient(180deg, #e53f29 0%, #bc2e1a 100%);
    color: #fff;
}

.ep-vehicleads-admin__primary-button--sidebar {
    width: 100%;
    background: #1f5fff;
    border-color: #1f5fff;
}

.ep-vehicleads-admin__sidebar-button:hover,
.ep-vehicleads-admin__primary-button:hover,
.ep-vehicleads-admin__action-button--primary:hover {
    color: #fff;
    background: #111827;
}

.ep-vehicleads-admin__primary-button--sidebar:hover {
    background: #fff;
    border-color: #1f5fff;
    color: #1f5fff;
}

.ep-vehicleads-admin__secondary-button,
.ep-vehicleads-admin__action-button {
    background: #fff;
    border-color: #d3dbe7;
    color: #111827;
}

.ep-vehicleads-admin__secondary-button:hover,
.ep-vehicleads-admin__action-button:hover {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.ep-vehicleads-admin__secondary-button--panel {
    background:
        radial-gradient(circle at top right, rgba(229, 63, 41, .18), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border-color: #111827;
    color: #fff;
}

.ep-vehicleads-admin__secondary-button--panel:hover {
    background: #fff;
    border-color: #111827;
    color: #111827;
}

.ep-vehicleads-admin__secondary-button--small {
    min-height: 40px;
    padding: 0 .9rem;
    font-size: .9rem;
}

.ep-vehicleads-admin__action-button--danger {
    color: #a93021;
    background: #fff5f3;
    border-color: #f0c6bf;
}

.ep-vehicleads-admin__action-button--danger:hover {
    background: #b9321d;
    border-color: #b9321d;
    color: #fff;
}

.ep-vehicleads-admin__menu {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--epva-border);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .05);
}

.ep-vehicleads-admin__menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 50px;
    padding: 0 .95rem;
    border-radius: 14px;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

.ep-vehicleads-admin__menu-link strong {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef2f7;
    color: #111827;
    font-size: .8rem;
}

.ep-vehicleads-admin__menu-link--active,
.ep-vehicleads-admin__menu-link:hover {
    background: #111827;
    color: #fff;
}

.ep-vehicleads-admin__menu-link--active strong,
.ep-vehicleads-admin__menu-link:hover strong {
    background: rgba(255, 255, 255, .14);
    color: #fff;
}

.ep-vehicleads-admin__sidebar-plan h3,
.ep-vehicleads-admin__card h2,
.ep-vehicleads-admin__ad-head h2,
.ep-vehicleads-admin__section-title {
    margin: 0;
    color: #111827;
}

.ep-vehicleads-admin__sidebar-plan p,
.ep-vehicleads-admin__muted {
    color: var(--epva-muted);
}

.ep-vehicleads-admin__sidebar-tag {
    display: inline-flex;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #274ea7;
    font-size: .82rem;
    font-weight: 800;
}

.ep-vehicleads-admin__sidebar-link,
.ep-vehicleads-admin__text-link {
    color: var(--epva-accent);
    font-weight: 800;
    text-decoration: none;
}

.ep-vehicleads-admin__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-admin__section-title {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    line-height: 1.1;
}

.ep-vehicleads-admin__panel {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.ep-vehicleads-admin__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(229, 63, 41, .17), transparent 28%),
        linear-gradient(120deg, #111827 0%, #1f2937 100%);
    color: #fff;
}

.ep-vehicleads-admin__title {
    margin: 0 0 .45rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    color: #fff;
}

.ep-vehicleads-admin__subtitle {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
}

.ep-vehicleads-admin__hero-actions,
.ep-vehicleads-admin__actions,
.ep-vehicleads-admin__form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.ep-vehicleads-admin__form-actions {
    margin-top: 1.25rem;
}

.ep-vehicleads-admin__stats,
.ep-vehicleads-admin__grid,
.ep-vehicleads-admin__recharge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.ep-vehicleads-admin__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ep-vehicleads-admin__stat-card {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--epva-border);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .05);
}

.ep-vehicleads-admin__stat-card span {
    display: block;
    margin-bottom: .35rem;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__stat-card strong {
    font-size: 2rem;
    line-height: 1;
    color: #111827;
}

.ep-vehicleads-admin__feature-list {
    margin: 1rem 0 0;
    padding-left: 1rem;
    color: #111827;
}

.ep-vehicleads-admin__status {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-radius: 14px;
    font-weight: 700;
}

.ep-vehicleads-admin__status--success {
    background: #edf9f2;
    color: #13653a;
}

.ep-vehicleads-admin__status--warning {
    background: #fff5ea;
    color: #8a4c10;
}

.ep-vehicleads-admin__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ep-vehicleads-admin__ads,
.ep-vehicleads-admin__transactions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-admin__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__pagination-label {
    color: var(--epva-muted);
    font-weight: 700;
}

.ep-vehicleads-admin__pagination-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ep-vehicleads-admin__ad-card,
.ep-vehicleads-admin__transaction,
.ep-vehicleads-admin__mini-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--epva-border);
    background: #fff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .05);
}

.ep-vehicleads-admin__ad-media {
    overflow: hidden;
    border-radius: 16px;
    background: #f3f5f9;
    min-height: 150px;
}

.ep-vehicleads-admin__ad-media img,
.ep-vehicleads-admin__image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ep-vehicleads-admin__ad-placeholder {
    height: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--epva-muted);
    font-weight: 700;
}

.ep-vehicleads-admin__ad-content {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.ep-vehicleads-admin__ad-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.ep-vehicleads-admin__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: .25rem .75rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ep-vehicleads-admin__badge--published {
    background: #e8f8ee;
    color: #0f7d43;
}

.ep-vehicleads-admin__badge--pending {
    background: #e9f0ff;
    color: #284ea7;
}

.ep-vehicleads-admin__badge--paused {
    background: #fff1d6;
    color: #9b6208;
}

.ep-vehicleads-admin__badge--expired {
    background: #fee2e2;
    color: #991b1b;
}

.ep-vehicleads-admin__ad-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .85rem;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__note {
    margin: 0;
    color: #8a4c10;
    font-size: .92rem;
}

.ep-vehicleads-admin__messages {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ep-vehicleads-admin__message-card {
    border: 1px solid var(--epva-border);
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 24, 38, .05);
}

.ep-vehicleads-admin__message-card--unread {
    border-color: rgba(229, 63, 41, .35);
    background: linear-gradient(180deg, rgba(229, 63, 41, .04), #fff 60%);
}

.ep-vehicleads-admin__message-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}

.ep-vehicleads-admin__message-head h2 {
    margin: 0 0 .15rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.ep-vehicleads-admin__message-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem 1.1rem;
    margin-bottom: .85rem;
    font-size: .9rem;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__message-meta a {
    color: var(--epva-accent);
    text-decoration: none;
    word-break: break-word;
}

.ep-vehicleads-admin__message-meta a:hover {
    text-decoration: underline;
}

.ep-vehicleads-admin__message-body {
    padding: .95rem 1.05rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: var(--epva-surface-soft);
    color: var(--epva-ink);
    font-size: .95rem;
    line-height: 1.55;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.ep-vehicleads-admin__form-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__form-summary strong,
.ep-vehicleads-admin__form-summary span {
    display: block;
}

.ep-vehicleads-admin__form-summary strong {
    margin-bottom: .25rem;
    color: #111827;
}

.ep-vehicleads-admin__form-summary span {
    color: var(--epva-muted);
}

.ep-vehicleads-admin__form {
    padding: 1.35rem;
    border-radius: 20px;
    border: 1px solid var(--epva-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.ep-vehicleads-admin__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ep-vehicleads-admin__field {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.ep-vehicleads-admin__field--full {
  grid-column: 1 / -1;
}

.ep-vehicleads-admin__field--hidden {
    display: none !important;
}

.ep-vehicleads-admin__label--required::after,
.ep-vehicleads-admin__field--required > label::after {
    content: ' *';
    color: #c0392b;
    font-weight: 700;
}

.ep-vehicleads-admin__field label {
    color: #111827;
    font-weight: 700;
}

.ep-vehicleads-admin__field .ep-vehicleads-admin__radio {
    font-weight: 500;
}

.ep-vehicleads-admin__visibility-choice {
    width: 100%;
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #f8fafc;
}

.ep-vehicleads-admin__visibility-choice legend {
    padding: 0 .35rem;
    color: #111827;
    font-size: .95rem;
    font-weight: 800;
}

.ep-vehicleads-admin__radio {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-top: .75rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.45;
    cursor: pointer;
}

.ep-vehicleads-admin__radio input {
    width: 1.05rem;
    height: 1.05rem;
    min-height: 0;
    margin: .15rem 0 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    flex: 0 0 auto;
    accent-color: var(--epva-accent, #c0392b);
}

.ep-vehicleads-admin__radio span {
    flex: 1;
    min-width: 0;
}

.ep-vehicleads-admin__visibility-choice .ep-vehicleads-admin__radio {
    padding: .85rem 1rem;
    border: 1px solid #d6dee8;
    border-radius: 12px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.ep-vehicleads-admin__visibility-choice .ep-vehicleads-admin__radio:has(input:checked) {
    border-color: var(--epva-accent, #c0392b);
    box-shadow: inset 0 0 0 1px var(--epva-accent, #c0392b);
    background: #fffafa;
}

.ep-vehicleads-admin__field input:not([type="radio"]):not([type="checkbox"]),
.ep-vehicleads-admin__field select,
.ep-vehicleads-admin__field textarea {
    width: 100%;
    min-height: 48px;
    padding: .8rem .95rem;
    border: 1px solid #d6dee8;
    border-radius: 14px;
    background: #fff;
    color: #111827;
}

.ep-vehicleads-admin__field textarea {
    min-height: 120px;
    resize: vertical;
}

.ep-vehicleads-admin__field-help {
    margin: 0;
    color: var(--epva-muted);
    font-size: .9rem;
}

.ep-vehicleads-admin__checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ep-vehicleads-admin__checkboxes label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem .9rem;
    border-radius: 12px;
    border: 1px solid #d6dee8;
    background: #f9fbfd;
}

.ep-vehicleads-admin__image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.ep-vehicleads-admin__image-sort-hint {
    margin: 0 0 .75rem;
    font-size: .9rem;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__image-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--epva-border);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .05);
    cursor: grab;
    transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease, opacity .15s ease;
}

.ep-vehicleads-admin__image-card:active {
    cursor: grabbing;
}

.ep-vehicleads-admin__image-card.is-cover {
    border-color: var(--epva-accent);
    box-shadow: 0 0 0 2px var(--epva-accent), 0 14px 28px rgba(15, 23, 42, .08);
}

.ep-vehicleads-admin__image-card.is-dragging {
    opacity: .55;
}

.ep-vehicleads-admin__image-card.is-drop-target {
    border-color: var(--epva-accent);
    transform: translateY(-2px);
}

.ep-vehicleads-admin__image-position {
    position: absolute;
    top: .6rem;
    left: .6rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.7rem;
    padding: 0 .45rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .82);
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    line-height: 1;
}

.ep-vehicleads-admin__image-grid[data-epva-image-sort-busy="1"] {
    opacity: .75;
}

.ep-vehicleads-admin__image-card img {
    height: 220px;
}

.ep-vehicleads-admin__image-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
}

.ep-vehicleads-admin__image-foot span {
    font-weight: 700;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__image-remove {
    border: 0;
    background: transparent;
    color: var(--epva-accent);
    font-weight: 800;
}

.ep-vehicleads-admin__primary-button[disabled],
.ep-vehicleads-admin__action-button[disabled] {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

.ep-vehicleads-admin__recharge-card:hover {
    border-color: var(--epva-accent);
    background: #fff0eb;
    color: #111827;
}

.ep-vehicleads-admin__form-errors {
    margin-bottom: 1rem;
}

.ep-vehicleads-admin__recharge-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: 110px;
    padding: 1rem;
    background: #fff7f4;
    border-color: #f2d2cb;
    color: #111827;
}

.ep-vehicleads-admin__recharge-card span {
    margin-top: .2rem;
    font-size: 1.15rem;
    color: var(--epva-accent);
}

.ep-vehicleads-admin__recharge-card small {
    margin-top: .35rem;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__recharge-card--custom {
    grid-column: 1 / -1;
    gap: .9rem;
}

.ep-vehicleads-admin__recharge-card--custom strong {
    margin: 0;
}

.ep-vehicleads-admin__recharge-recommended {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid #d6e6dc;
    background: #f4fbf7;
}

.ep-vehicleads-admin__recharge-recommended strong {
    display: block;
    font-size: 1rem;
    color: #111827;
}

.ep-vehicleads-admin__recharge-recommended-side {
    display: flex;
    align-items: center;
    gap: .85rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ep-vehicleads-admin__recharge-recommended-side span {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f7d43;
}

.ep-vehicleads-admin__custom-recharge {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__custom-recharge h3 {
    margin: .15rem 0 .45rem;
    font-size: 1.2rem;
    color: #111827;
}

.ep-vehicleads-admin__custom-recharge-form {
    margin-top: 1rem;
}

.ep-vehicleads-admin__custom-recharge-controls {
    display: flex;
    align-items: flex-end;
    gap: .85rem;
    flex-wrap: wrap;
}

.ep-vehicleads-admin__custom-recharge-field {
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.ep-vehicleads-admin__custom-recharge-field span {
    font-weight: 700;
    color: #111827;
}

.ep-vehicleads-admin__custom-recharge-field input {
    width: 100%;
    min-height: 48px;
    padding: 0 .95rem;
    border-radius: 12px;
    border: 1px solid #d6dee8;
    background: #fff;
    color: #111827;
}

.ep-vehicleads-admin__custom-recharge-help {
    display: block;
    margin-top: .75rem;
    color: var(--epva-muted);
    font-size: .92rem;
}

.ep-vehicleads-admin__transaction {
    grid-template-columns: minmax(0, 1fr) auto;
}

.ep-vehicleads-admin__transaction span {
    display: block;
    color: var(--epva-muted);
    font-size: .9rem;
}

.ep-vehicleads-admin__transaction-type {
    display: inline-block;
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding: .1rem .45rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #475569;
    font-size: .74rem;
    font-weight: 600;
}

.ep-vehicleads-admin__transaction-amount {
    font-weight: 800;
    white-space: nowrap;
}

.ep-vehicleads-admin__transaction-amount--credit {
    color: #0f7d43;
}

.ep-vehicleads-admin__transaction-amount--debit {
    color: #b9321d;
}

.ep-vehicleads-admin__mini-item {
    grid-template-columns: minmax(0, 1fr) auto;
}

.ep-vehicleads-admin__mini-item strong,
.ep-vehicleads-admin__mini-item span {
    display: block;
}

@media (max-width: 1199px) {
    .ep-vehicleads-admin__layout {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__sidebar {
        position: static;
    }

    .ep-vehicleads-admin__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-vehicleads-admin__grid,
    .ep-vehicleads-admin__recharge-grid,
    .ep-vehicleads-admin__image-grid,
    .ep-vehicleads-admin__form-summary {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__recharge-recommended {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-admin__recharge-recommended-side {
        justify-content: flex-start;
    }

    .ep-vehicleads-admin__recharge-card--custom {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-admin__hero,
    .ep-vehicleads-admin__section-head,
    .ep-vehicleads-admin__ad-card,
    .ep-vehicleads-admin__ad-head,
    .ep-vehicleads-admin__transaction,
    .ep-vehicleads-admin__mini-item {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-admin__hero,
    .ep-vehicleads-admin__section-head {
        display: flex;
    }

    .ep-vehicleads-admin__stats,
    .ep-vehicleads-admin__form-grid {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__ad-media {
        min-height: 220px;
    }

    .ep-vehicleads-admin__ad-media img {
        height: 220px;
    }

    .ep-vehicleads-admin__actions,
    .ep-vehicleads-admin__hero-actions,
    .ep-vehicleads-admin__form-actions,
    .ep-vehicleads-admin__custom-recharge-controls {
        width: 100%;
    }

    .ep-vehicleads-admin__actions > *,
    .ep-vehicleads-admin__hero-actions > *,
    .ep-vehicleads-admin__form-actions > *,
    .ep-vehicleads-admin__custom-recharge-controls > * {
        width: 100%;
    }
}

/* Seller panel overrides: flatter, squared UI aligned with the site layout */
.ep-vehicleads-admin {
    gap: .85rem;
}

.ep-vehicleads-admin__alerts {
    gap: .5rem;
}

.ep-vehicleads-admin__alert,
.ep-vehicleads-admin__status {
    border-radius: 0;
    border-left-width: 4px;
}

.ep-vehicleads-admin__layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 1.5rem;
}

.ep-vehicleads-admin__sidebar {
    gap: .85rem;
}

.ep-vehicleads-admin__wallet-card,
.ep-vehicleads-admin__menu,
.ep-vehicleads-admin__sidebar-plan,
.ep-vehicleads-admin__card,
.ep-vehicleads-admin__stat-card,
.ep-vehicleads-admin__ad-card,
.ep-vehicleads-admin__transaction,
.ep-vehicleads-admin__mini-item,
.ep-vehicleads-admin__form-summary,
.ep-vehicleads-admin__form,
.ep-vehicleads-admin__image-card,
.ep-vehicleads-admin__recharge-card {
    border-radius: 0;
    box-shadow: none;
}

.ep-vehicleads-admin__wallet-card {
    padding: 1.15rem;
    border-color: #151b24;
    background: #151b24;
}

.ep-vehicleads-admin__menu {
    padding: 0;
}

.ep-vehicleads-admin__menu-link {
    min-height: 48px;
    padding: 0 1rem;
    border-top: 1px solid var(--epva-border);
    border-radius: 0;
}

.ep-vehicleads-admin__menu-link:first-child {
    border-top: 0;
}

.ep-vehicleads-admin__menu-link strong {
    border-radius: 0;
    background: #f1f4f8;
}

.ep-vehicleads-admin__sidebar-plan,
.ep-vehicleads-admin__card {
    padding: 1.15rem;
}

.ep-vehicleads-admin__sidebar-tag {
    margin-top: .65rem;
    padding: .2rem .5rem;
    border: 1px solid #d5dde7;
    border-radius: 0;
    background: #f6f8fb;
    color: #111827;
    font-size: .78rem;
}

.ep-vehicleads-admin__content {
    gap: 1.35rem;
}

.ep-vehicleads-admin__section-head {
    align-items: flex-start;
    padding-bottom: .9rem;
    border-bottom: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__section-head--dashboard {
    margin-bottom: 1.25rem;
}

.ep-vehicleads-admin__section-title {
    font-size: clamp(1.9rem, 2.8vw, 3rem);
    line-height: 1.05;
}

.ep-vehicleads-admin__section-copy {
    max-width: 720px;
    margin: .45rem 0 0;
    color: var(--epva-muted);
    font-size: .95rem;
    line-height: 1.55;
}

.ep-vehicleads-admin__section-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: .8rem;
    align-items: stretch;
    margin-top: 1rem;
}

.ep-vehicleads-admin__inline-form {
    display: flex;
}

.ep-vehicleads-admin__inline-form .ep-vehicleads-admin__primary-button,
.ep-vehicleads-admin__inline-form .ep-vehicleads-admin__secondary-button,
.ep-vehicleads-admin__inline-form .ep-vehicleads-admin__action-button {
    width: 100%;
    min-height: 50px;
}

.ep-vehicleads-admin__sidebar-button,
.ep-vehicleads-admin__primary-button,
.ep-vehicleads-admin__secondary-button,
.ep-vehicleads-admin__action-button,
.ep-vehicleads-admin__recharge-card {
    border-radius: 0;
    min-height: 44px;
}

.ep-vehicleads-admin__sidebar-button,
.ep-vehicleads-admin__primary-button,
.ep-vehicleads-admin__action-button--primary {
    background: var(--epva-accent);
    border-color: var(--epva-accent);
}

.ep-vehicleads-admin__secondary-button,
.ep-vehicleads-admin__action-button {
    background: #ffffff;
}

.ep-vehicleads-admin__stats {
    margin-bottom: 1rem;
}

.ep-vehicleads-admin__stat-card {
    padding: .95rem 1rem;
    border-top: 3px solid #111827;
}

.ep-vehicleads-admin__stat-card span {
    font-size: .88rem;
}

.ep-vehicleads-admin__feature-list {
    padding: 0;
    list-style: none;
}

.ep-vehicleads-admin__feature-list li {
    margin: 0 0 .45rem;
}

.ep-vehicleads-admin__ad-card,
.ep-vehicleads-admin__mini-item {
    grid-template-columns: 220px minmax(0, 1fr);
}

.ep-vehicleads-admin__ad-media {
    border-radius: 0;
}

.ep-vehicleads-admin__badge {
    border-radius: 0;
    border: 1px solid currentColor;
    background: #ffffff;
    font-size: .72rem;
}

.ep-vehicleads-admin__note {
    padding: .7rem .8rem;
    border-left: 4px solid #d7a34e;
    background: #fff8ef;
}

.ep-vehicleads-admin__form-summary {
    gap: 0;
}

.ep-vehicleads-admin__form-summary > div {
    padding: .9rem 1rem;
    border-left: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__form-summary > div:first-child {
    border-left: 0;
}

.ep-vehicleads-admin__form-summary strong {
    margin-bottom: .3rem;
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--epva-muted);
}

.ep-vehicleads-admin__form-summary span {
    color: #111827;
    font-weight: 700;
}

.ep-vehicleads-admin__form {
    padding: 1.15rem;
}

.ep-vehicleads-admin__field input:not([type="radio"]):not([type="checkbox"]),
.ep-vehicleads-admin__field select,
.ep-vehicleads-admin__field textarea,
.ep-vehicleads-admin__custom-recharge-field input {
    border-radius: 0;
    min-height: 46px;
    padding: .75rem .85rem;
    box-shadow: none;
}

.ep-vehicleads-admin__field input:not([type="radio"]):not([type="checkbox"]):focus,
.ep-vehicleads-admin__field select:focus,
.ep-vehicleads-admin__field textarea:focus,
.ep-vehicleads-admin__custom-recharge-field input:focus {
    outline: none;
    border-color: var(--epva-accent);
}

.ep-vehicleads-admin__checkboxes {
    gap: .85rem 1.2rem;
    padding-top: .1rem;
}

.ep-vehicleads-admin__checkboxes label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ep-vehicleads-admin__checkboxes input {
    accent-color: var(--epva-accent);
}

.ep-vehicleads-admin__image-grid {
    gap: .85rem;
}

.ep-vehicleads-admin__image-foot {
    border-top: 1px solid var(--epva-border);
}

.ep-vehicleads-admin__recharge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

.ep-vehicleads-admin__recharge-card {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    padding: 1rem;
    text-align: left;
    background: #ffffff;
}

.ep-vehicleads-admin__recharge-card:hover {
    background: #ffffff;
}

.ep-vehicleads-admin__recharge-card small {
    line-height: 1.45;
}

.ep-vehicleads-admin__recharge-card--custom {
    grid-column: 1 / -1;
    background: #fbfcfd;
}

.ep-vehicleads-admin__custom-recharge-form {
    width: 100%;
}

.ep-vehicleads-admin__custom-recharge-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: end;
}

.ep-vehicleads-admin__transaction {
    padding: .9rem 1rem;
}

.ep-vehicleads-empty {
    border-radius: 0;
    background: #fbfcfd;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .ep-vehicleads-admin__layout {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__sidebar {
        position: static;
    }

    .ep-vehicleads-admin__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-vehicleads-admin__grid,
    .ep-vehicleads-admin__recharge-grid,
    .ep-vehicleads-admin__image-grid,
    .ep-vehicleads-admin__form-summary {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__form-summary > div {
        border-top: 1px solid var(--epva-border);
        border-left: 0;
    }

    .ep-vehicleads-admin__form-summary > div:first-child {
        border-top: 0;
    }

    .ep-vehicleads-admin__recharge-card--custom {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-admin__section-head,
    .ep-vehicleads-admin__ad-card,
    .ep-vehicleads-admin__ad-head,
    .ep-vehicleads-admin__transaction,
    .ep-vehicleads-admin__mini-item {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-admin__section-head {
        display: flex;
    }

    .ep-vehicleads-admin__stats,
    .ep-vehicleads-admin__form-grid {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-admin__pagination,
    .ep-vehicleads-admin__pagination-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .ep-vehicleads-admin__section-actions,
    .ep-vehicleads-admin__actions,
    .ep-vehicleads-admin__form-actions,
    .ep-vehicleads-admin__custom-recharge-controls {
        width: 100%;
    }

    .ep-vehicleads-admin__section-actions > *,
    .ep-vehicleads-admin__actions > *,
    .ep-vehicleads-admin__form-actions > *,
    .ep-vehicleads-admin__custom-recharge-controls > * {
        width: 100%;
    }
}

.ep-vehicleads-admin__map-preview,
.ep-vehicleads-bo__map-preview {
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
}

.ep-vehicleads-admin__map-canvas,
.ep-vehicleads-bo__map-canvas {
    width: 100%;
    height: 240px;
    min-height: 240px;
    background: #e8edf4;
}

.ep-vehicleads-admin__map-notice {
    margin: 0 0 .75rem;
    padding: .75rem .9rem;
    font-size: .84rem;
    line-height: 1.5;
    color: #7a4b00;
    border: 1px solid #f0d7a7;
    border-radius: 10px;
    background: #fff8eb;
}

.ep-vehicleads-admin__map-hint {
    margin: 0;
    padding: .65rem .85rem;
    font-size: .8rem;
    line-height: 1.45;
    color: #5d6778;
    border-top: 1px solid #dbe3ef;
    background: #f8fafc;
}

.ep-vehicleads-admin__map-caption,
.ep-vehicleads-bo__map-caption {
    margin: 0;
    padding: .65rem .85rem;
    font-size: .82rem;
    line-height: 1.45;
    color: #5d6778;
    border-top: 1px solid #dbe3ef;
    background: #fff;
}

.ep-vehicleads-admin__map-empty,
.ep-vehicleads-bo__map-empty,
.ep-vehicleads-bo__map-error {
    margin: 0;
    padding: .85rem 1rem;
    font-size: .88rem;
    line-height: 1.5;
    color: #5d6778;
    border: 1px dashed #cfd8e6;
    border-radius: 12px;
    background: #f8fafc;
}

.ep-vehicleads-admin__color-control {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.ep-vehicleads-admin__color-control select {
    flex: 1 1 auto;
    min-width: 0;
}

.ep-vehicleads-admin__color-swatch {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid #cfd8e6;
    border-radius: 999px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.ep-vehicleads-bo__map-error {
    color: #b42318;
    border-color: #f3c7c2;
    background: #fff7f6;
}

.ep-vehicleads-bo__osm-preview .ep-vehicleads-bo__map-preview {
    margin-top: .75rem;
}

.ep-vehicleads-home-showcase {
    margin: 2.75rem 0 2.25rem;
}

.ep-vehicleads-home-search-hero {
    padding: 1rem 0 2rem;
}

.ep-vehicleads-home-search-hero__intro {
    max-width: 920px;
    margin: 0 auto 1.5rem;
    text-align: center;
}


.ep-vehicleads-home-search-hero__intro h2 {
    margin: 0;
    color: #091120;
    font-size: clamp(2.35rem, 4vw, 3.35rem);
    line-height: 1.04;
    font-weight: 900;
}

.ep-vehicleads-home-search-hero__intro h2 span {
    color: #e53f29;
}

.ep-vehicleads-home-search-hero__intro p {
    margin: .85rem auto 0;
    max-width: 760px;
    color: #5b6778;
    font-size: 1.02rem;
    line-height: 1.65;
}

.ep-vehicleads-home-search-hero__chips {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.ep-vehicleads-home-search-hero__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 .9rem;
    border: 1px solid #e2e6ed;
    background: #ffffff;
    color: #202938;
    font-size: .85rem;
    font-weight: 700;
}

.ep-vehicleads-search-panel {
    max-width: 1220px;
    margin: 0 auto;
    border: 1px solid #d3dbe7;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
}

.ep-vehicleads-search-panel__form {
    display: flex;
    flex-direction: column;
}

.ep-vehicleads-search-panel__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.35rem;
    padding: 1.1rem 1.5rem 0;
    border-bottom: 1px solid #d9dfeb;
}

.ep-vehicleads-search-panel__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 .2rem;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.ep-vehicleads-search-panel__tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: transparent;
}

.ep-vehicleads-search-panel__tab:hover,
.ep-vehicleads-search-panel__tab.is-active {
    color: #5660ff;
}

.ep-vehicleads-search-panel__tab.is-active::after {
    background: #5660ff;
}

.ep-vehicleads-search-panel__search {
    position: relative;
}

.ep-vehicleads-search-panel__form > .ep-vehicleads-search-panel__search {
    margin: 1.4rem 1.85rem 0;
}

.ep-vehicleads-search-panel__search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

.ep-vehicleads-search-panel__search-input {
    width: 100%;
    min-height: 52px;
    padding: 0 1rem 0 2.75rem;
    border: 1px solid #c7d0df;
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
}

.ep-vehicleads-search-panel__search-input:focus {
    outline: none;
    border-color: var(--epva-accent);
}

.ep-vehicleads-search-panel__fields {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.4rem 1.85rem 1.2rem;
}

.ep-vehicleads-search-panel__field {
    min-width: 0;
}

.ep-vehicleads-search-panel__field label {
    display: block;
    margin-bottom: .45rem;
    color: #111827;
    font-size: .92rem;
    font-weight: 800;
}

.ep-vehicleads-search-panel__field select {
    width: 100%;
    min-height: 52px;
    padding: 0 1rem;
    border: 1px solid #c7d0df;
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font-size: .98rem;
    font-weight: 700;
}

.ep-vehicleads-search-panel__field select:disabled {
    background: #f4f6fa;
    color: #8c97ab;
    cursor: not-allowed;
}

.ep-vehicleads-search-panel__field--distance {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.ep-vehicleads-distance-filter {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.ep-vehicleads-distance-filter input[type="range"],
.ep-vehicleads-search-panel__field--distance input[type="range"] {
    width: 100%;
    height: 2.4rem;
    margin: 0;
    accent-color: #e53f29;
    cursor: pointer;
}

.ep-vehicleads-distance-filter input[type="range"]:disabled,
.ep-vehicleads-search-panel__field--distance input[type="range"]:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.ep-vehicleads-distance-filter__value,
.ep-vehicleads-distance-filter__badge {
    color: #111827;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ep-vehicleads-distance-filter__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 .55rem;
    border: 1px solid #e3e9f0;
    background: #f8fafc;
    color: #475467;
    white-space: nowrap;
}

.ep-vehicleads-distance-filter__switch {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    padding: .85rem;
    border: 1px solid #dfe6ef;
    background: #fbfcfe;
    cursor: pointer;
}

.ep-vehicleads-distance-filter__switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ep-vehicleads-distance-filter__switch-ui {
    position: relative;
    display: block;
    width: 46px;
    height: 28px;
    margin-top: .1rem;
    border: 1px solid #c9d2de;
    background: #d7dee8;
    transition: background-color .18s ease, border-color .18s ease;
}

.ep-vehicleads-distance-filter__switch-ui::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .18);
    transition: transform .18s ease;
}

.ep-vehicleads-distance-filter__switch input:checked + .ep-vehicleads-distance-filter__switch-ui {
    border-color: #e53f29;
    background: #e53f29;
}

.ep-vehicleads-distance-filter__switch input:checked + .ep-vehicleads-distance-filter__switch-ui::after {
    transform: translateX(18px);
}

.ep-vehicleads-distance-filter__switch input:focus-visible + .ep-vehicleads-distance-filter__switch-ui {
    outline: 2px solid #111827;
    outline-offset: 2px;
}

.ep-vehicleads-distance-filter__switch-copy {
    display: grid;
    gap: .2rem;
}

.ep-vehicleads-distance-filter__switch-copy strong {
    color: #111827;
    font-size: .94rem;
}

.ep-vehicleads-distance-filter__switch-copy small {
    color: #667085;
    font-size: .82rem;
    line-height: 1.4;
}

.ep-vehicleads-distance-filter__panel {
    display: grid;
    gap: .75rem;
    padding: .85rem;
    border: 1px solid #e3e9f0;
    background: #ffffff;
}

.ep-vehicleads-distance-filter__panel[hidden] {
    display: none !important;
}

.ep-vehicleads-distance-filter__presets {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.ep-vehicleads-distance-filter__preset {
    min-height: 34px;
    padding: 0 .7rem;
    border: 1px solid #d5dde7;
    background: #ffffff;
    color: #111827;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .03em;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ep-vehicleads-distance-filter__preset:hover {
    border-color: #111827;
}

.ep-vehicleads-distance-filter__preset.is-active {
    border-color: #e53f29;
    background: #e53f29;
    color: #ffffff;
}

.ep-vehicleads-distance-filter__scale {
    display: flex;
    justify-content: space-between;
    color: #667085;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ep-vehicleads-distance-filter__toggle {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #374151;
    font-size: .9rem;
    font-weight: 700;
}

.ep-vehicleads-distance-filter__hint {
    margin: 0;
    color: #6b7280;
    font-size: .84rem;
    line-height: 1.35;
}

.ep-vehicleads-search-panel__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.85rem 1.35rem;
}

.ep-vehicleads-search-panel__toggle {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    min-width: 0;
    cursor: pointer;
}

.ep-vehicleads-search-panel__toggle input {
    display: none;
}

.ep-vehicleads-search-panel__toggle-ui {
    position: relative;
    flex: 0 0 auto;
    width: 54px;
    height: 32px;
    border-radius: 0;
    background: #666c7b;
    transition: background-color .2s ease-in-out;
}

.ep-vehicleads-search-panel__toggle-ui::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: #ffffff;
    transition: transform .2s ease-in-out;
}

.ep-vehicleads-search-panel__toggle input:checked + .ep-vehicleads-search-panel__toggle-ui {
    background: #22b560;
}

.ep-vehicleads-search-panel__toggle input:checked + .ep-vehicleads-search-panel__toggle-ui::after {
    transform: translateX(22px);
}

.ep-vehicleads-search-panel__toggle-copy {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    min-width: 0;
}

.ep-vehicleads-search-panel__toggle-copy strong {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.ep-vehicleads-search-panel__toggle-copy small {
    color: #5f6b7d;
    font-size: .92rem;
    line-height: 1.45;
}

.ep-vehicleads-search-panel__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 52px;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #ff7e2c, #ff6115);
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(255, 106, 33, .28);
}

.ep-vehicleads-home-search--autos {
    margin: 2rem 0 1.2rem;
}


.ep-vehicleads-home-search--autos .ep-vehicleads-home-search-hero__intro {
    max-width: 840px;
    margin-bottom: 1.25rem;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-home-search-hero__intro h2 {
    font-size: clamp(2.45rem, 4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -.03em;
    text-transform: none;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-home-search-hero__intro p {
    max-width: 640px;
    color: #6a7281;
    font-size: .95rem;
    line-height: 1.6;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel {
    border: 1px solid #e3e6ec;
    border-top: 3px solid #e53f29;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .98)),
        linear-gradient(90deg, rgba(229, 63, 41, .04), rgba(17, 24, 39, .02));
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__fields {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.3rem 1.45rem 1rem;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__field label {
    margin-bottom: .4rem;
    color: #202938;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__field select {
    min-height: 50px;
    padding: 0 .95rem;
    border-color: #dfe4ec;
    background: #fbfcfd;
    color: #202938;
    font-size: .95rem;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__field select:focus {
    outline: 0;
    border-color: #e53f29;
    background: #ffffff;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__footer {
    align-items: center;
    padding: 0 1.45rem 1.3rem;
    border-top: 1px solid #eef1f6;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle {
    gap: .75rem;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle-ui {
    width: 48px;
    height: 28px;
    background: #202938;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle-ui::after {
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle input:checked + .ep-vehicleads-search-panel__toggle-ui {
    background: #e53f29;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle input:checked + .ep-vehicleads-search-panel__toggle-ui::after {
    transform: translateX(20px);
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle-copy strong {
    font-size: .94rem;
    color: #202938;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__toggle-copy small {
    color: #7a8393;
    font-size: .83rem;
    line-height: 1.45;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__submit {
    min-width: 220px;
    min-height: 50px;
    padding: 0 1.2rem;
    background: linear-gradient(180deg, #ef5a33 0%, #e53f29 100%);
    box-shadow: 0 14px 24px rgba(229, 63, 41, .18);
    font-size: 1rem;
    font-weight: 800;
}

.ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__submit:hover {
    background: linear-gradient(180deg, #202938 0%, #141923 100%);
    box-shadow: 0 14px 24px rgba(20, 25, 35, .16);
}

.ep-vehicleads-home-showcase__shell {
    position: relative;
}

.ep-vehicleads-home-showcase__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
}

.ep-vehicleads-home-showcase__intro {
    max-width: 720px;
}

.ep-vehicleads-home-showcase__intro h2 {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1.04;
    color: #091120;
}

.ep-vehicleads-home-showcase__intro p {
    margin: .55rem 0 0;
    color: #637083;
    font-size: 1rem;
    line-height: 1.55;
}

.ep-vehicleads-home-showcase__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.55rem;
    border: 2px solid #0b1120;
    border-radius: 999px;
    background: #ffffff;
    color: #0b1120;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-home-showcase__cta:hover {
    background: #0b1120;
    color: #ffffff;
}

.ep-vehicleads-home-showcase {
    --epva-home-cols: var(--epva-home-cols-xs, 1);
    --epva-home-gap: 1.2rem;
}

@media (min-width: 576px) {
    .ep-vehicleads-home-showcase {
        --epva-home-cols: var(--epva-home-cols-sm, 2);
    }
}

@media (min-width: 768px) {
    .ep-vehicleads-home-showcase {
        --epva-home-cols: var(--epva-home-cols-md, 3);
    }
}

@media (min-width: 992px) {
    .ep-vehicleads-home-showcase {
        --epva-home-cols: var(--epva-home-cols-lg, 4);
    }
}

.ep-vehicleads-home-showcase__carousel {
    position: relative;
}

.ep-vehicleads-home-showcase__viewport {
    overflow-x: auto;
    overflow-y: visible;
    padding: .35rem .35rem 1rem;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    container-type: inline-size;
    container-name: epva-home-carousel;
}

.ep-vehicleads-home-showcase__viewport::-webkit-scrollbar {
    display: none;
}

.ep-vehicleads-home-showcase__track {
    display: flex;
    align-items: stretch;
    gap: var(--epva-home-gap);
    width: max-content;
    min-width: 100%;
}

.ep-vehicleads-home-feature-card {
    flex: 0 0 clamp(260px, calc(100vw - 2.5rem), 320px);
    max-width: clamp(260px, calc(100vw - 2.5rem), 320px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid #d5dde7;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

@supports (width: 100cqw) {
    .ep-vehicleads-home-feature-card {
        flex: 0 0 calc((100cqw - (var(--epva-home-cols, 1) - 1) * var(--epva-home-gap)) / var(--epva-home-cols, 1));
        max-width: calc((100cqw - (var(--epva-home-cols, 1) - 1) * var(--epva-home-gap)) / var(--epva-home-cols, 1));
    }
}

.ep-vehicleads-home-feature-card[hidden] {
    display: none;
}

.ep-vehicleads-home-feature-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f3f6fb;
}

.ep-vehicleads-home-feature-card__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.ep-vehicleads-home-feature-card__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.ep-vehicleads-home-feature-card__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.ep-vehicleads-home-feature-card__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ep-vehicleads-home-feature-card:hover .ep-vehicleads-home-feature-card__slide.is-active img {
    transform: scale(1.04);
}

.ep-vehicleads-home-feature-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #667085;
    font-size: 1.05rem;
    font-weight: 800;
    text-align: center;
}

.ep-vehicleads-home-feature-card__badge,
.ep-vehicleads-home-feature-card__avatar {
    position: absolute;
    top: 12px;
    z-index: 2;
}

.ep-vehicleads-home-feature-card__badge {
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: .3rem .8rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .14);
}

.ep-vehicleads-home-feature-card__badge--verified {
    background: #1dbd64;
    color: #ffffff;
}

.ep-vehicleads-home-feature-card__badge--approved {
    background: #1f6fff;
    color: #ffffff;
}

.ep-vehicleads-home-feature-card__avatar {
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(7, 12, 21, .92);
    color: #ffffff;
    font-size: .85rem;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .14);
}

.ep-vehicleads-home-feature-card__dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    transform: translateX(-50%);
}

.ep-vehicleads-home-feature-card__dot {
    display: inline-flex;
    padding: 0;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .46);
    cursor: pointer;
}

.ep-vehicleads-home-feature-card__dot.is-active {
    background: #ffffff;
}

.ep-vehicleads-home-feature-card__media-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #101827;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .18);
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.ep-vehicleads-home-feature-card__media-nav:hover {
    background: #101827;
    color: #ffffff;
}

.ep-vehicleads-home-feature-card__media-nav--prev {
    left: 12px;
}

.ep-vehicleads-home-feature-card__media-nav--next {
    right: 12px;
}

.ep-vehicleads-home-feature-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.05rem 1.05rem 1.15rem;
}

.ep-vehicleads-home-feature-card__pill-row {
    margin-bottom: .65rem;
}

.ep-vehicleads-home-feature-card__pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .25rem .7rem;
    border-radius: 999px;
    background: #fff0ea;
    color: #f46f24;
    font-size: .78rem;
    font-weight: 800;
}

.ep-vehicleads-home-feature-card__title {
    margin: 0;
    font-size: 1.07rem;
    line-height: 1.28;
    color: #0b1120;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-vehicleads-home-feature-card__title a {
    color: inherit;
    text-decoration: none;
}

.ep-vehicleads-home-feature-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem .75rem;
    margin-top: 1rem;
    padding-bottom: .95rem;
    border-bottom: 1px solid #dbe3ee;
}

.ep-vehicleads-home-feature-card__spec {
    min-width: 0;
    color: #6b7280;
    font-size: .95rem;
}

.ep-vehicleads-home-feature-card__spec span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-vehicleads-home-feature-card__spec--align-right {
    text-align: right;
}

.ep-vehicleads-home-feature-card__price-box {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    margin-top: 1rem;
}

.ep-vehicleads-home-feature-card__price-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.ep-vehicleads-home-feature-card__price-line span {
    color: #111827;
    font-size: .92rem;
    font-weight: 700;
}

.ep-vehicleads-home-feature-card__price-line strong {
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
    text-align: right;
}

.ep-vehicleads-home-feature-card__price-line--accent span,
.ep-vehicleads-home-feature-card__price-line--accent strong {
    color: #d92a27;
}

.ep-vehicleads-home-feature-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 1.15rem;
    border-radius: 999px;
    background: #060918;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}

.ep-vehicleads-home-feature-card__action:hover {
    background: #151b2f;
    color: #ffffff;
    transform: translateY(-1px);
}

.ep-vehicleads-home-feature-card__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .45rem;
    padding: .78rem 1rem;
    border-top: 1px solid #dbe3ee;
    background: #f1f3f8;
    color: #666f81;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
}

.ep-vehicleads-home-feature-card__seller-caption {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.ep-vehicleads-seller-type {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .15rem .6rem;
    border-radius: 999px;
    border: 1px solid #d7dee8;
    background: #ffffff;
    color: #111827;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.ep-vehicleads-seller-type--private {
    border-color: #c7d2fe;
    background: #eef2ff;
    color: #3730a3;
}

.ep-vehicleads-seller-type--professional {
    border-color: #bbf7d0;
    background: #ecfdf5;
    color: #166534;
}

.ep-vehicleads-detail__seller-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
}

.ep-vehicleads-detail__seller-head h2 {
    margin: 0;
}

.ep-vehicleads-listing-card__eyebrow-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .45rem;
    margin-left: auto;
}

.ep-vehicleads-listing-card__seller-type {
    font-size: .68rem;
}

.ep-vehicleads-home-showcase__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 64px;
    border: 0;
    border-radius: 22px;
    background: #ffffff;
    color: #4b56ff;
    font-size: 1.6rem;
    box-shadow: 0 16px 32px rgba(15, 23, 42, .12);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.ep-vehicleads-home-showcase__nav:hover {
    background: #4b56ff;
    color: #ffffff;
}

.ep-vehicleads-home-showcase__nav[disabled] {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

.ep-vehicleads-home-showcase__nav--prev {
    left: 8px;
}

.ep-vehicleads-home-showcase__nav--next {
    right: 8px;
}

@media (max-width: 1199px) {
    .ep-vehicleads-home-showcase__nav--prev {
        left: 6px;
    }

    .ep-vehicleads-home-showcase__nav--next {
        right: 6px;
    }
}

@media (max-width: 991px) {
    .ep-vehicleads-search-panel__fields {
        grid-template-columns: 1fr;
    }

    .ep-vehicleads-search-panel__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .ep-vehicleads-search-panel__submit {
        width: 100%;
        min-width: 0;
    }

    .ep-vehicleads-home-showcase__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ep-vehicleads-home-showcase__cta {
        min-height: 48px;
    }

    .ep-vehicleads-home-search--autos .ep-vehicleads-search-panel__footer {
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-home-search-hero__intro h2 {
        font-size: 2.1rem;
    }

    .ep-vehicleads-home-search-hero__intro p {
        font-size: .95rem;
    }

    .ep-vehicleads-search-panel__tabs {
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        padding-right: 1rem;
        padding-left: 1rem;
        scrollbar-width: none;
    }

    .ep-vehicleads-search-panel__tabs::-webkit-scrollbar {
        display: none;
    }

    .ep-vehicleads-search-panel__fields,
    .ep-vehicleads-search-panel__footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .ep-vehicleads-home-search-hero__chips {
        gap: .45rem;
    }

    .ep-vehicleads-home-search-hero__chips span {
        min-height: 30px;
        padding: 0 .7rem;
        font-size: .78rem;
    }

    .ep-vehicleads-home-showcase__nav {
        display: none;
    }

    .ep-vehicleads-home-feature-card__media-nav {
        display: none;
    }

    .ep-vehicleads-home-showcase__viewport {
        padding-right: .1rem;
        padding-left: .1rem;
    }

    .ep-vehicleads-home-feature-card {
        flex-basis: min(86vw, 320px);
    }
}

.ep-vehicleads-detail__gallery-slider {
    display: flex;
    flex-direction: column;
    gap: .95rem;
}

.ep-vehicleads-detail__card {
    border-radius: 22px;
}

.ep-vehicleads-detail__price-box {
    border-radius: 22px;
}

.ep-vehicleads-detail__hero-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 26px;
    background: #f4f6fb;
}

.ep-vehicleads-detail__hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}

.ep-vehicleads-detail__hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.ep-vehicleads-detail__hero-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #111827;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
    transform: translateY(-50%);
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.ep-vehicleads-detail__hero-nav:hover {
    background: #111827;
    color: #ffffff;
}

.ep-vehicleads-detail__hero-nav--prev {
    left: 16px;
}

.ep-vehicleads-detail__hero-nav--next {
    right: 16px;
}

.ep-vehicleads-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: .75rem;
}

.ep-vehicleads-detail__thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    background: #f4f6fb;
    cursor: pointer;
    transition: border-color .2s ease-in-out, transform .2s ease-in-out, box-shadow .2s ease-in-out;
}

.ep-vehicleads-detail__thumb.is-active {
    border-color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, .12);
}

.ep-vehicleads-detail__contact-form input,
.ep-vehicleads-detail__contact-form textarea {
    border-radius: 16px;
}

.ep-vehicleads-detail__submit.ep-vehicleads-admin__primary-button {
    min-height: 50px;
    border-radius: 999px;
    background: #060918;
    border-color: #060918;
}

.ep-vehicleads-detail__submit.ep-vehicleads-admin__primary-button:hover {
    background: #161d33;
    border-color: #161d33;
}

.ep-vehicleads-detail__submit.ep-vehicleads-admin__primary-button:not([disabled]):not([aria-disabled="true"]) {
    cursor: pointer;
}

.ep-vehicleads-view-page .breadcrumb,
.ep-vehicleads-view-page nav.breadcrumb,
.ep-vehicleads-view-page [data-depth="1"] {
    display: none;
}

.ep-vehicleads-view-page .page-content {
    padding-top: 0;
}
.ep-vehicleads-home-feature-card__media-nav{
    margin-bottom: 5px;
}

.ep-vehicleads-home-showcase__cta,
.ep-vehicleads-home-showcase__filter,
.ep-vehicleads-home-showcase__search-field select,
.ep-vehicleads-home-showcase__empty,
.ep-vehicleads-home-feature-card,
.ep-vehicleads-home-feature-card__media,
.ep-vehicleads-home-feature-card__badge,
.ep-vehicleads-home-feature-card__avatar,
.ep-vehicleads-home-feature-card__dot,
.ep-vehicleads-home-feature-card__media-nav,
.ep-vehicleads-home-feature-card__pill,
.ep-vehicleads-home-feature-card__action,
.ep-vehicleads-home-feature-card__footer,
.ep-vehicleads-home-showcase__nav,
.ep-vehicleads-detail__card,
.ep-vehicleads-detail__price-box,
.ep-vehicleads-detail__hero-image,
.ep-vehicleads-detail__hero-nav,
.ep-vehicleads-detail__thumb,
.ep-vehicleads-detail__contact-form input,
.ep-vehicleads-detail__contact-form textarea,
.ep-vehicleads-detail__submit.ep-vehicleads-admin__primary-button {
    border-radius: 0;
}

.ep-vehicleads-home-feature-card__avatar {
    width: 32px;
    height: 32px;
}

.ep-vehicleads-home-feature-card__dot {
    width: 9px;
    height: 9px;
}

.ep-vehicleads-home-feature-card__media-nav,
.ep-vehicleads-detail__hero-nav {
    box-shadow: 0 14px 26px rgba(15, 23, 42, .14);
}

.ep-vehicleads-plans--compact .ep-vehicleads-plans__intro {
    margin-bottom: 1rem;
}

.ep-vehicleads-plans--compact .ep-vehicleads-plans__subtitle {
    max-width: 680px;
}

.ep-vehicleads-plans__category-note {
    margin: 0 0 1rem;
    color: var(--epva-muted);
    font-weight: 600;
}

.ep-vehicleads-plans__category-note strong {
    color: #111827;
}

.ep-vehicleads-plans--compact .ep-vehicleads-vehicle-tabs {
    gap: .6rem;
    margin-bottom: .85rem;
    padding-bottom: 0;
    border-bottom: 0;
}

.ep-vehicleads-plans--compact .ep-vehicleads-vehicle-tab {
    min-width: 0;
    padding: .5rem 1rem;
    border: 1px solid var(--epva-border);
    text-decoration: none;
}

.ep-vehicleads-plans--compact .ep-vehicleads-vehicle-tab--active {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.ep-vehicleads-plans--compact .ep-vehicleads-plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(255px, 290px));
    justify-content: center;
    gap: 1rem;
}

.ep-vehicleads-plan-card--compact {
    width: 100%;
    max-width: 290px;
    margin-inline: auto;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__body {
    gap: 1rem;
    padding: 1.15rem;
}

.ep-vehicleads-plan-card__heading-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .85rem;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__heading {
    min-height: 0;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__kicker {
    margin: 0 0 .2rem;
    text-align: left;
    font-size: .78rem;
    letter-spacing: .08em;
    color: var(--epva-muted);
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__title {
    text-align: left;
    font-size: 1.7rem;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__title--free {
    font-size: 1.85rem;
}

.ep-vehicleads-plan-card__mini-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: .25rem .75rem;
    background: #f2f5f9;
    color: #111827;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
}

.ep-vehicleads-plan-card__description {
    margin: .2rem 0 0;
    color: var(--epva-muted);
    line-height: 1.5;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__pricing {
    margin: .5rem 0 0;
    text-align: left;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__price-row {
    justify-content: flex-start;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__price-daily {
    font-size: 2rem;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__price-total,
.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__free-label {
    margin-top: .2rem;
}

.ep-vehicleads-plan-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.ep-vehicleads-plan-card__stats span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .45rem .7rem;
    background: #f8fafc;
    color: #111827;
    font-size: .84rem;
    font-weight: 700;
}

.ep-vehicleads-plan-card__meta {
    margin: -.1rem 0 0;
    color: var(--epva-muted);
    font-size: .92rem;
    line-height: 1.45;
}

.ep-vehicleads-plan-card__meta strong {
    color: #111827;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__action {
    margin: 0;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__features {
    display: grid;
    gap: .55rem;
}

.ep-vehicleads-plan-card--compact .ep-vehicleads-plan-card__features li {
    margin-bottom: 0;
    font-size: .92rem;
}

.ep-vehicleads-admin__layout--form-focus {
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 1rem;
}

.ep-vehicleads-admin__sidebar--form-focus {
    gap: .85rem;
}

.ep-vehicleads-admin__sidebar-copy strong {
    color: inherit;
}

.ep-vehicleads-admin__sidebar-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .85rem 0 .65rem;
}

.ep-vehicleads-admin__sidebar-tag--success {
    background: rgba(23, 160, 91, .16);
    color: #d8ffe8;
}

.ep-vehicleads-admin__sidebar-tag--warning {
    background: rgba(245, 158, 11, .18);
    color: #ffe1a8;
}

.ep-vehicleads-admin__card--compact {
    padding: 1.15rem;
}

.ep-vehicleads-admin__card--compact .ep-vehicleads-admin__secondary-button {
    width: 100%;
    margin-top: .6rem;
}

.ep-vehicleads-admin__select-search {
    width: 100%;
    min-height: 42px;
    margin-bottom: .45rem;
    padding: .65rem .8rem;
    border: 1px solid var(--epva-border);
    background: #f8fafc;
    color: #111827;
}

.ep-vehicleads-admin__select-search:focus {
    outline: none;
    border-color: var(--epva-accent);
    background: #fff;
}

.ep-vehicleads-admin__select-search:disabled {
    cursor: not-allowed;
    opacity: .6;
}

@media (max-width: 1199px) {
    .ep-vehicleads-admin__layout--form-focus {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-plans--compact .ep-vehicleads-plan-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-vehicleads-plan-card--compact {
        max-width: none;
    }

    .ep-vehicleads-plans--compact .ep-vehicleads-vehicle-tab {
        width: 100%;
        justify-content: center;
    }

    .ep-vehicleads-plan-card__heading-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@keyframes epvaAlertFade {
    0% {
        opacity: 0;
        max-height: 140px;
        margin-bottom: 0;
        padding-top: .95rem;
        padding-bottom: .95rem;
    }
    10%,
    75% {
        opacity: 1;
        max-height: 140px;
        margin-bottom: 0;
        padding-top: .95rem;
        padding-bottom: .95rem;
    }
    100% {
        opacity: 0;
        max-height: 0;
        margin-bottom: -0.75rem;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
    }
}

.ep-vehicleads-admin__upload-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: .85rem;
    margin-top: .9rem;
    padding: 1rem;
    border: 1px dashed var(--epva-border);
    background: #f8fafc;
}

.ep-vehicleads-admin__upload-empty {
    margin: 0;
    color: #64748b;
    font-size: .92rem;
    grid-column: 1 / -1;
}

.ep-vehicleads-admin__upload-card {
    display: grid;
    gap: .45rem;
}

.ep-vehicleads-admin__upload-card img {
    width: 100%;
    max-width: 150px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 1px solid rgba(15, 23, 42, .08);
}

.ep-vehicleads-admin__upload-name {
    display: block;
    color: #111827;
    font-size: .82rem;
    line-height: 1.45;
    word-break: break-word;
}

.ep-vehicleads-admin__upload-remove {
    min-height: 38px;
    border: 1px solid rgba(15, 23, 42, .12);
    background: #fff;
    color: #111827;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 767px) {
    .ep-vehicleads-admin__upload-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ep-vehicleads-detail__direct-contact {
    display: grid;
    gap: .75rem;
    margin-bottom: 1rem;
}

.ep-vehicleads-admin__sidebar--form-focus {
    gap: 1rem;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__wallet-card,
.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-plan,
.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__card--panel-cta {
    overflow: hidden;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__wallet-card {
    padding: 0.8rem 1rem;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-plan--focus {
    display: grid;
    gap: .4rem;
    padding: 1.15rem;
    background: #fff;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-plan-head {
    display: grid;
    gap: .2rem;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-plan--focus h3 {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -.03em;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-plan-price {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #526072;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-pills {
    margin: 0;
    gap: .55rem;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-tag {
    min-height: 34px;
    align-items: center;
    padding: .38rem .7rem;
    border: 1px solid #d8e1eb;
    background: #f7fafc;
    color: #111827;
    font-size: .82rem;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-caption {
    margin: 0;
    font-size: .95rem;
    line-height: 1.45;
}

.ep-vehicleads-admin__sidebar--form-focus .ep-vehicleads-admin__sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .15rem;
    border: 1px solid #d92a27;
    padding: 0.4rem 0;
}

.ep-vehicleads-admin__card--panel-cta {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.ep-vehicleads-admin__panel-cta-copy {
    display: grid;
    gap: .55rem;
}

.ep-vehicleads-admin__panel-cta-title {
    margin: 0;
    color: #111827;
    font-size: 1.55rem;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.ep-vehicleads-admin__card--panel-cta .ep-vehicleads-admin__muted {
    margin: 0;
    font-size: .98rem;
    line-height: 1.55;
}

.ep-vehicleads-admin__card--panel-cta .ep-vehicleads-admin__secondary-button--panel {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    margin-top: 0;
    padding: 0 1rem;
    background: #151b24;
    /*background:
        radial-gradient(circle at top right, rgba(229, 63, 41, .18), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border: 1px solid #111827;*/
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.ep-vehicleads-admin__card--panel-cta .ep-vehicleads-admin__secondary-button--panel:hover {
    background: #fff;
    color: #111827;
    border-color: #111827;
}

.ep-vehicleads-listing-page .breadcrumb,
.ep-vehicleads-listing-page nav.breadcrumb {
    display: none !important;
}

.ep-vehicleads-public-listing {
    margin: 1.5rem 0 2.5rem;
}

.ep-vehicleads-listing {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.ep-vehicleads-listing__sidebar {
    position: sticky;
    top: 1rem;
    min-width: 0;
    max-width: 100%;
}

.ep-vehicleads-listing__filters,
.ep-vehicleads-listing__hero,
.ep-vehicleads-listing__results-head,
.ep-vehicleads-listing-card,
.ep-vehicleads-listing__page,
.ep-vehicleads-listing__clear {
    border: 1px solid #d5dde7;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.ep-vehicleads-listing__filters,
.ep-vehicleads-listing__filters *,
.ep-vehicleads-listing__filters *::before,
.ep-vehicleads-listing__filters *::after {
    box-sizing: border-box;
}

.ep-vehicleads-listing__filters {
    max-height: calc(100vh - 2rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding: .85rem .85rem 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}

.ep-vehicleads-listing__filters-form {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.ep-vehicleads-listing__filters-form > *:not(.ep-vehicleads-listing__filters-sticky) {
    flex: 0 0 auto;
}

.ep-vehicleads-listing__filters-head {
    display: grid;
    gap: .3rem;
    min-width: 0;
    padding-bottom: .7rem;
    border-bottom: 1px solid #e3e9f0;
}

.ep-vehicleads-listing__filter-block--primary-search {
    gap: .35rem;
}

.ep-vehicleads-listing__primary-search-label {
    margin: 0;
    color: #111827;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ep-vehicleads-listing__filters .ep-vehicleads-listing__primary-search .ep-vehicleads-search-panel__search-input {
    min-height: 44px;
    height: 44px;
    border-color: #c9d2de;
    font-size: .9rem;
}

.ep-vehicleads-listing__filters .ep-vehicleads-listing__primary-search .ep-vehicleads-search-panel__search-input:focus {
    border-color: #e53f29;
}

.ep-vehicleads-listing__filters-head h2,
.ep-vehicleads-listing__filter-head h3,
.ep-vehicleads-listing__hero h1,
.ep-vehicleads-listing-card__title {
    margin: 0;
    color: #111827;
}

.ep-vehicleads-listing__filters-head h2 {
    font-size: 1.15rem;
    line-height: 1.25;
    letter-spacing: -.02em;
    word-break: break-word;
}

.ep-vehicleads-listing__filters-head p {
    margin: 0;
    color: #667085;
    font-size: .8rem;
    line-height: 1.4;
}

.ep-vehicleads-listing__filters-head .ep-vehicleads-public-eyebrow {
    font-size: .72rem;
}

.ep-vehicleads-listing__filter-block {
    display: grid;
    gap: .4rem;
    min-width: 0;
    width: 100%;
}

.ep-vehicleads-listing__filter-block[hidden],
.ep-vehicleads-search-panel__field[hidden],
.ep-vehicleads-listing__filter-section[hidden] {
    display: none !important;
}

.ep-vehicleads-listing__filter-section {
    border: 1px solid #e1e7ef;
    background: #ffffff;
    overflow: visible;
    min-width: 0;
    width: 100%;
    flex: 0 0 auto;
}

.ep-vehicleads-listing__filter-section--location {
    border-color: #d7dee8;
}

.ep-vehicleads-listing__filter-section summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-height: 42px;
    padding: .7rem .85rem;
    color: #111827;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    min-width: 0;
    background: #f8fafc;
}

.ep-vehicleads-listing__filter-section summary::-webkit-details-marker {
    display: none;
}

.ep-vehicleads-listing__filter-section summary::after {
    content: '+';
    flex: 0 0 auto;
    color: #667085;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.ep-vehicleads-listing__filter-section[open] summary {
    border-bottom: 1px solid #edf1f6;
    background: #ffffff;
}

.ep-vehicleads-listing__filter-section[open] summary::after {
    content: '−';
}

.ep-vehicleads-listing__filter-section-body {
    display: grid;
    gap: .85rem;
    padding: .85rem;
    min-width: 0;
}

.ep-vehicleads-listing__filter-section:not([open]) > .ep-vehicleads-listing__filter-section-body {
    display: none;
}

.ep-vehicleads-listing__filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
}

.ep-vehicleads-listing__filter-head h3 {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.3;
}

.ep-vehicleads-listing__filters .ep-vehicleads-search-panel__search {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.ep-vehicleads-listing__filters .ep-vehicleads-search-panel__search-icon {
    left: .75rem;
    width: 15px;
    height: 15px;
}

.ep-vehicleads-listing__filters .ep-vehicleads-search-panel__search-input,
.ep-vehicleads-listing__filter-block select,
.ep-vehicleads-listing__filter-block input[type="text"],
.ep-vehicleads-listing__filter-block input[type="search"],
.ep-vehicleads-listing__filter-block input[type="number"],
.ep-vehicleads-listing__price-field input,
.ep-vehicleads-listing__sort-select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    height: auto;
    margin: 0;
    padding: .65rem .75rem;
    border: 1px solid #d5dde7;
    border-radius: 0;
    background-color: #ffffff;
    color: #111827;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.25;
    -webkit-appearance: none;
    appearance: none;
}

.ep-vehicleads-listing__filters .ep-vehicleads-search-panel__search-input {
    padding-left: 2.25rem;
    padding-right: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-vehicleads-listing__filter-block select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 8 10 13 15 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .7rem center;
    background-size: 12px 12px;
    padding-right: 2rem;
}

.ep-vehicleads-listing__filters .ep-vehicleads-search-panel__search-input:focus,
.ep-vehicleads-listing__filter-block select:focus,
.ep-vehicleads-listing__filter-block input:focus,
.ep-vehicleads-listing__price-field input:focus,
.ep-vehicleads-listing__sort-select:focus {
    outline: none;
    border-color: #111827;
}

.ep-vehicleads-listing__filter-block select:disabled,
.ep-vehicleads-listing__filter-block input:disabled {
    opacity: .58;
    cursor: not-allowed;
    background: #f8fafc;
}

.ep-vehicleads-listing__price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    min-width: 0;
}

.ep-vehicleads-listing__price-field {
    display: grid;
    gap: .3rem;
    min-width: 0;
}

.ep-vehicleads-listing__price-field span,
.ep-vehicleads-listing__sort-label {
    color: #526072;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    line-height: 1.2;
}

.ep-vehicleads-listing__price-field input {
    padding: 0 .5rem;
    font-size: .8rem;
}

.ep-vehicleads-listing__category-list {
    display: grid;
    gap: .45rem;
}

.ep-vehicleads-listing__category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-height: 40px;
    padding: 0 .7rem;
    border: 1px solid #d5dde7;
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font-size: .84rem;
    font-weight: 700;
    text-align: left;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.ep-vehicleads-listing__category-button strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 28px;
    min-height: 24px;
    padding: 0 .35rem;
    background: #f2f5f9;
    color: #111827;
    font-size: .74rem;
}

.ep-vehicleads-listing__category-button:hover,
.ep-vehicleads-listing__category-button.is-active {
    border-color: #111827;
    background: #151b24;
    color: #ffffff;
}

.ep-vehicleads-listing__category-button:hover strong,
.ep-vehicleads-listing__category-button.is-active strong {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
}

.ep-vehicleads-listing__toggle {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: .55rem;
    align-items: start;
    padding: .7rem;
    border: 1px solid #d5dde7;
    background: #fbfcfe;
    min-width: 0;
}

.ep-vehicleads-listing__toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ep-vehicleads-listing__toggle-box {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-top: .1rem;
    border: 1px solid #111827;
    background: #ffffff;
}

.ep-vehicleads-listing__toggle-box::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #111827;
    opacity: 0;
    transition: opacity .18s ease-in-out;
}

.ep-vehicleads-listing__toggle input:checked + .ep-vehicleads-listing__toggle-box::after {
    opacity: 1;
}

.ep-vehicleads-listing__toggle-copy {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.ep-vehicleads-listing__toggle-copy strong {
    color: #111827;
    font-size: .84rem;
    line-height: 1.3;
    word-break: break-word;
}

.ep-vehicleads-listing__toggle-copy small,
.ep-vehicleads-listing__hero p {
    margin: 0;
    color: #667085;
    font-size: .75rem;
    line-height: 1.4;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__badge {
    flex: 0 1 auto;
    max-width: 48%;
    min-width: 0;
    min-height: 24px;
    padding: 0 .4rem;
    font-size: .65rem;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: .55rem;
    padding: .65rem;
    min-width: 0;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch-ui {
    width: 40px;
    height: 24px;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch-ui::after {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch input:checked + .ep-vehicleads-distance-filter__switch-ui::after {
    transform: translateX(16px);
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch-copy strong {
    font-size: .82rem;
    line-height: 1.25;
    word-break: break-word;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__switch-copy small,
.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__hint {
    font-size: .72rem;
    line-height: 1.35;
    word-break: break-word;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__panel {
    gap: .55rem;
    padding: .65rem;
    min-width: 0;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__presets {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .3rem;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__preset {
    min-width: 0;
    min-height: 30px;
    padding: 0 .2rem;
    font-size: .7rem;
    letter-spacing: 0;
}

.ep-vehicleads-listing__filters .ep-vehicleads-distance-filter input[type="range"] {
    width: 100%;
    max-width: 100%;
    height: 1.6rem;
}

.ep-vehicleads-listing__filters-actions {
    display: grid;
    gap: .5rem;
    min-width: 0;
}

.ep-vehicleads-listing__filters-sticky {
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: grid;
    gap: .5rem;
    flex: 0 0 auto;
    margin-top: auto;
    margin-right: -.85rem;
    margin-bottom: 0;
    margin-left: -.85rem;
    padding: .75rem .85rem .85rem;
    border-top: 1px solid #dfe6ef;
    background: #ffffff;
    box-shadow: 0 -12px 24px rgba(15, 23, 42, .1);
}

.ep-vehicleads-listing__submit,
.ep-vehicleads-listing-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 .75rem;
    border: 1px solid #151b24;
    border-radius: 0;
    background: #151b24;
    color: #ffffff;
    font-size: .86rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.ep-vehicleads-listing__submit {
    width: 100%;
}

.ep-vehicleads-listing__submit:hover,
.ep-vehicleads-listing-card__action:hover {
    background: #ffffff;
    color: #151b24;
}

.ep-vehicleads-listing__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 .75rem;
    color: #111827;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.ep-vehicleads-listing__clear:hover {
    border-color: #111827;
    color: #111827;
}

.ep-vehicleads-listing__main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.ep-vehicleads-listing__toolbar-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .55rem;
    align-items: stretch;
    min-width: 0;
}

.ep-vehicleads-listing__toolbar-search-field {
    position: relative;
    min-width: 0;
}

.ep-vehicleads-listing__toolbar-search-icon {
    position: absolute;
    top: 50%;
    left: .9rem;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

.ep-vehicleads-listing__toolbar-search-input {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: .7rem 1rem .7rem 2.5rem;
    border: 1px solid #c9d2de;
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.ep-vehicleads-listing__toolbar-search-input:focus {
    outline: none;
    border-color: #111827;
}

.ep-vehicleads-listing__toolbar-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 48px;
    padding: 0 1.15rem;
    border: 1px solid #151b24;
    background: #151b24;
    color: #ffffff;
    font-size: .92rem;
    font-weight: 800;
    cursor: pointer;
}

.ep-vehicleads-listing__toolbar-search-submit:hover {
    background: #ffffff;
    color: #151b24;
}

/* Listado estilo Amazon: sidebar limpio + busqueda principal */
.ep-vehicleads-listing--amazon {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 1.5rem;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters {
    border: 0;
    background: transparent;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    padding: 0;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters-head {
    padding: 0 0 .55rem;
    border-bottom: 1px solid #d5dde7;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters-head h2 {
    font-size: 1.05rem;
    font-weight: 800;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters-form {
    gap: .65rem;
    min-height: 0;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section {
    border: 1px solid #dce3ec;
    background: #ffffff;
    overflow: hidden;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section summary {
    min-height: 44px;
    padding: .7rem .85rem;
    background: #eef2f7;
    color: #111827;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section summary::after {
    color: #526072;
    font-size: 1.05rem;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section summary:hover {
    background: #e6edf5;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section[open] summary {
    border-bottom-color: #dce3ec;
    background: #e8eef6;
    padding-bottom: .7rem;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-section-body {
    gap: .8rem;
    padding: .85rem;
    background: #ffffff;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filter-head h3 {
    font-size: .78rem;
    letter-spacing: .02em;
    text-transform: none;
    font-weight: 700;
    color: #374151;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters-sticky {
    position: sticky;
    bottom: 0;
    margin: .5rem 0 0;
    padding: .85rem 0 0;
    border-top: 1px solid #d5dde7;
    box-shadow: none;
    background: #ffffff;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__hero {
    border: 0;
    padding: 0 0 .25rem;
    background: transparent;
    box-shadow: none;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__hero h1 {
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__results-head {
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: .75rem 0;
    background: transparent;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 .85rem;
    border: 1px solid #d5dde7;
    background: #ffffff;
    color: #111827;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__clear:hover {
    border-color: #111827;
    background: #f8fafc;
    color: #111827;
    text-decoration: none;
}

.ep-vehicleads-listing--amazon .ep-vehicleads-listing__submit {
    min-height: 40px;
    font-size: .86rem;
}

@media (max-width: 1199px) {
    .ep-vehicleads-listing--amazon {
        grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .ep-vehicleads-listing--amazon {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters {
        padding: .9rem 1rem 0;
        background: #ffffff;
    }

    .ep-vehicleads-listing--amazon .ep-vehicleads-listing__filters-sticky {
        margin-left: -1rem;
        margin-right: -1rem;
        padding: .75rem 1rem 1rem;
        border-top: 1px solid #dfe6ef;
    }

    .ep-vehicleads-listing__toolbar-search {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-vehicleads-listing__toolbar-search-submit {
        width: 100%;
    }
}

.ep-vehicleads-listing__hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem;
}

.ep-vehicleads-listing__hero h1 {
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
    line-height: 1.1;
    letter-spacing: -.03em;
    word-break: break-word;
}

.ep-vehicleads-listing__hero-count {
    display: grid;
    gap: .2rem;
    min-width: 130px;
    padding: .9rem 1rem;
    background: #151b24;
    color: #ffffff;
    text-align: right;
}

.ep-vehicleads-listing__hero-count span {
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
}

.ep-vehicleads-listing__hero-count strong {
    font-size: 2.2rem;
    line-height: 1;
}

.ep-vehicleads-listing__results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .95rem 1.15rem;
    color: #111827;
    font-size: .98rem;
}

.ep-vehicleads-listing__results-head span {
    color: #e53f29;
    font-weight: 800;
}

.ep-vehicleads-listing__results-tools {
    display: flex;
    align-items: center;
    gap: .9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ep-vehicleads-listing__sort-form {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.ep-vehicleads-listing__sort-label {
    white-space: nowrap;
}

.ep-vehicleads-listing__sort-select {
    min-width: 230px;
}

.ep-vehicleads-listing__sort-status {
    color: #5d6778;
    font-size: .82rem;
}

.ep-vehicleads-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ep-vehicleads-listing-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.ep-vehicleads-listing-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f6fb;
}

.ep-vehicleads-listing-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.ep-vehicleads-listing-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #667085;
    font-weight: 700;
}

@supports not (aspect-ratio: 1 / 1) {
    .ep-vehicleads-listing-card__media {
        height: 0;
        padding-bottom: 75%;
    }
}

.ep-vehicleads-listing-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .25rem .7rem;
    color: #ffffff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.ep-vehicleads-listing-card__badge--verified {
    background: #1f6fff;
}

.ep-vehicleads-listing-card__badge--approved {
    background: #1dbd64;
}

.ep-vehicleads-listing-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: .9rem;
    padding: 1rem;
}

.ep-vehicleads-home-feature-card.ep-vehicleads-listing-card {
    border-radius: 0;
    box-shadow: none;
}

.ep-vehicleads-home-feature-card .ep-vehicleads-listing-card__body {
    flex: 1 1 auto;
}

.ep-vehicleads-listing-card__eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.ep-vehicleads-listing-card__pill,
.ep-vehicleads-listing-card__mini {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: .2rem .65rem;
    border: 1px solid #d7dee8;
    background: #f7f9fc;
    color: #111827;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ep-vehicleads-listing-card__title {
    font-size: 1.02rem;
    line-height: 1.35;
}

.ep-vehicleads-listing-card__title a {
    color: inherit;
    text-decoration: none;
}

.ep-vehicleads-listing-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem .7rem;
    padding-top: .9rem;
    border-top: 1px solid #e3e9f0;
}

.ep-vehicleads-listing-card__specs span {
    color: #5d6778;
    font-size: .88rem;
    line-height: 1.45;
}

.ep-vehicleads-listing-card__distance {
    color: #111827 !important;
    font-weight: 800;
}

.ep-vehicleads-listing-card__footer {
    display: grid;
    gap: .8rem;
    margin-top: auto;
}

.ep-vehicleads-listing-card__price {
    color: #111827;
    font-size: 1.35rem;
    line-height: 1;
}

.ep-vehicleads-listing__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .25rem;
}

.ep-vehicleads-listing__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 .9rem;
    color: #111827;
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.ep-vehicleads-listing__page:hover,
.ep-vehicleads-listing__page.is-active {
    border-color: #151b24;
    background: #151b24;
    color: #ffffff;
}

.ep-vehicleads-listing__page--gap:hover {
    background: #ffffff;
    color: #111827;
    border-color: #d5dde7;
}

@media (max-width: 1199px) {
    .ep-vehicleads-listing {
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    }

    .ep-vehicleads-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ep-vehicleads-listing {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-vehicleads-listing__sidebar {
        position: static;
    }

    .ep-vehicleads-listing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-vehicleads-listing__hero {
        flex-direction: column;
    }

    .ep-vehicleads-listing__hero-count {
        width: 100%;
        text-align: left;
    }

    .ep-vehicleads-listing__filters {
        max-height: none;
        padding: .9rem 1rem 0;
    }

    .ep-vehicleads-listing__filters-sticky {
        margin-top: auto;
        margin-right: -1rem;
        margin-bottom: 0;
        margin-left: -1rem;
        padding: .75rem 1rem 1rem;
    }
}

@media (max-width: 767px) {
    .ep-vehicleads-listing__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .ep-vehicleads-listing__results-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ep-vehicleads-listing__results-tools,
    .ep-vehicleads-listing__sort-form {
        width: 100%;
        justify-content: flex-start;
    }

    .ep-vehicleads-listing__sort-select {
        min-width: 0;
        width: 100%;
    }

    .ep-vehicleads-listing__page {
        min-width: 40px;
        min-height: 40px;
    }

    .ep-vehicleads-listing__filters .ep-vehicleads-distance-filter__presets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-vehicleads-listing__price-grid {
        gap: .4rem;
    }
}

/* Filtros: trigger, drawer y overlay (movil) */
.ep-vehicleads-listing__filters-trigger,
.ep-vehicleads-listing__filters-bar {
    display: none;
}

.ep-vehicleads-listing__filters-overlay {
    display: none;
}

.ep-vehicleads-listing__filters-trigger {
    align-items: center;
    justify-content: center;
    gap: .55rem;
    width: 100%;
    min-height: 50px;
    padding: 0 1.1rem;
    border: 1px solid #d7dee8;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.ep-vehicleads-listing__filters-trigger:hover {
    border-color: var(--epva-accent);
}

.ep-vehicleads-listing__filters-trigger-icon {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='6' x2='20' y2='6'/%3E%3Cline x1='7' y1='12' x2='17' y2='12'/%3E%3Cline x1='10' y1='18' x2='14' y2='18'/%3E%3C/svg%3E");
}

body.epva-no-scroll {
    overflow: hidden;
}

@media (max-width: 991px) {
    .ep-vehicleads-listing__filters-trigger {
        display: inline-flex;
    }

    .ep-vehicleads-listing__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100;
        width: min(100vw, 360px);
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0;
        background: #ffffff;
        box-shadow: 0 24px 60px rgba(15, 23, 42, .28);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-100%);
        transition: transform .28s ease, visibility .28s ease;
        visibility: hidden;
    }

    .ep-vehicleads-listing__sidebar.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .ep-vehicleads-listing__filters {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        max-height: none;
    }

    .ep-vehicleads-listing__filters-bar {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .85rem 1rem;
        background: #ffffff;
        border-bottom: 1px solid #e3e9f0;
    }

    .ep-vehicleads-listing__filters-bar-title {
        font-size: 1rem;
        font-weight: 800;
        color: #111827;
    }

    .ep-vehicleads-listing__filters-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background: #f3f6fb;
        color: #111827;
        font-size: 1.7rem;
        line-height: 1;
        cursor: pointer;
    }

    .ep-vehicleads-listing__filters-overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1090;
        background: rgba(15, 23, 42, .5);
        opacity: 0;
        pointer-events: none;
        transition: opacity .28s ease;
    }

    .ep-vehicleads-listing__filters-overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }
}

/* Ocultar el carrito del cabecero en la version movil */
@media (max-width: 991px) {
    #_desktop_cart,
    .tv-header-cart {
        display: none !important;
    }
}

.ep-vehicleads-plans--wizard .ep-vehicleads-wizard__viewport {
    position: relative;
    min-height: 220px;
}

.ep-vehicleads-wizard__panel[hidden] {
    display: none !important;
}

.ep-vehicleads-wizard__panel.is-active {
    display: block;
}

.ep-vehicleads-wizard__progress-list {
    display: flex;
    gap: .75rem;
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

.ep-vehicleads-wizard__progress-item {
    flex: 1 1 0;
    min-width: 0;
}

.ep-vehicleads-wizard__progress-button {
    display: flex;
    align-items: center;
    gap: .65rem;
    width: 100%;
    padding: .75rem .85rem;
    border: 1px solid var(--epva-border, #d6dee8);
    border-radius: 14px;
    background: #fff;
    color: #111827;
    cursor: pointer;
    text-align: left;
}

.ep-vehicleads-wizard__progress-button--static {
    cursor: default;
}

.ep-vehicleads-wizard__progress-button:disabled {
    cursor: default;
    opacity: .72;
}

.ep-vehicleads-wizard__progress-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #111827;
    font-size: .82rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.ep-vehicleads-wizard__progress-label {
    font-size: .92rem;
    font-weight: 700;
}

.ep-vehicleads-wizard__progress-item.is-active .ep-vehicleads-wizard__progress-button {
    border-color: #111827;
    box-shadow: inset 0 0 0 1px #111827;
}

.ep-vehicleads-wizard__progress-item.is-active .ep-vehicleads-wizard__progress-index {
    background: #111827;
    color: #fff;
}

.ep-vehicleads-wizard__progress-item.is-complete .ep-vehicleads-wizard__progress-index {
    background: var(--epva-accent, #c0392b);
    color: #fff;
}

.ep-vehicleads-wizard__step-header {
    margin-bottom: 1rem;
}

.ep-vehicleads-wizard__step-title {
    margin: 0 0 .35rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

.ep-vehicleads-wizard__step-copy {
    margin: 0;
    color: var(--epva-muted, #6b7280);
    font-weight: 600;
}

.ep-vehicleads-wizard__step-toolbar {
    margin-bottom: .75rem;
}

.ep-vehicleads-wizard__back-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--epva-accent, #c0392b);
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.ep-vehicleads-wizard__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.ep-vehicleads-wizard__category-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    min-height: 180px;
    padding: 1.15rem 1.2rem;
    border: 2px solid var(--epva-border, #d6dee8);
    border-radius: 18px;
    background: #fff;
    color: #111827;
    cursor: pointer;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ep-vehicleads-wizard__category-card:hover,
.ep-vehicleads-wizard__category-card[aria-pressed="true"] {
    border-color: #111827;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
    transform: translateY(-1px);
}

.ep-vehicleads-wizard__category-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eef2f7;
}

.ep-vehicleads-wizard__category-icon--vehiculos,
.ep-vehicleads-wizard__category-icon--vehicles {
    background: #111827;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M5 11l1.5-4.5h11L19 11v6h-2v-2H7v2H5v-6zm2.2-2h9.6L16 8H8l-.8 1zM7 13h2v2H7v-2zm8 0h2v2h-2v-2z'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M5 11l1.5-4.5h11L19 11v6h-2v-2H7v2H5v-6zm2.2-2h9.6L16 8H8l-.8 1zM7 13h2v2H7v-2zm8 0h2v2h-2v-2z'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
}

.ep-vehicleads-wizard__category-icon--accesorios-de-vehiculos,
.ep-vehicleads-wizard__category-icon--accesorios,
.ep-vehicleads-wizard__category-icon--accessories {
    background: #111827;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2a5 5 0 0 1 5 5c0 1.9-1.1 3.6-2.7 4.4L19 18H5l4.7-6.6A5 5 0 0 1 12 2zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2a5 5 0 0 1 5 5c0 1.9-1.1 3.6-2.7 4.4L19 18H5l4.7-6.6A5 5 0 0 1 12 2zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
}

.ep-vehicleads-wizard__category-name {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.ep-vehicleads-wizard__category-action {
    margin-top: auto;
    color: var(--epva-accent, #c0392b);
    font-size: .92rem;
    font-weight: 700;
}

.ep-vehicleads-wizard__loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .78);
    color: #111827;
    font-weight: 700;
}

.ep-vehicleads-wizard__loading[hidden] {
    display: none !important;
}

.ep-vehicleads-plan-grid--wizard {
    margin-top: .25rem;
}

@media (max-width: 767px) {
    .ep-vehicleads-wizard__progress-list {
        flex-direction: column;
    }

    .ep-vehicleads-wizard__category-grid {
        grid-template-columns: 1fr;
    }
}
