:root {
    --xcm-bg: #f3f5f7;
    --xcm-surface: #ffffff;
    --xcm-surface-soft: #f8f9fa;

    --xcm-text: #20242a;
    --xcm-text-soft: #69717c;

    --xcm-border: #d9dee5;
    --xcm-border-strong: #bcc4ce;

    --xcm-accent: #313943;
    --xcm-accent-hover: #1f252c;

    --xcm-success-bg: #e8f5ec;
    --xcm-success-text: #24663a;

    --xcm-warning-bg: #fff4dc;
    --xcm-warning-text: #765514;

    --xcm-danger-bg: #fbe8e8;
    --xcm-danger-text: #8b2e2e;

    --xcm-radius: 12px;
    --xcm-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

    --xcm-content-width: 1280px;
}


* {
    box-sizing: border-box;
}


html,
body {
    margin: 0;
    padding: 0;
}


body {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    background: var(--xcm-bg);
    color: var(--xcm-text);
}


a {
    color: inherit;
}


.xcm-header {
    background: var(--xcm-accent);
    color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}


.xcm-header-inner {
    max-width: var(--xcm-content-width);
    margin: 0 auto;
    padding: 16px 24px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}


.xcm-brand {
    display: flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
    color: white;
}


.xcm-brand-mark {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255, 255, 255, 0.65);
    border-radius: 10px;

    font-weight: 800;
    letter-spacing: 1px;
}


.xcm-brand-text {
    font-size: 1.15rem;
    font-weight: 700;
}


.xcm-navigation {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 1 auto;
}


.xcm-navigation a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.82);
}

.xcm-context-help{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#fff;text-decoration:none;font-weight:800;font-size:1.05rem}.xcm-context-help:hover{background:rgba(255,255,255,.14)}


.xcm-navigation a:hover {
    color: white;
}

.xcm-header-notifications{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:39px;height:39px;box-sizing:border-box;border:2px solid #5274b5;border-radius:50%;background:radial-gradient(circle at 34% 24%,#d4f5ff 0 15%,#8fc2f5 38%,#5f99e8 72%,#4f7ec9 100%);color:#fff;text-decoration:none;box-shadow:inset 0 2px 2px rgba(255,255,255,.75),inset 0 -3px 4px rgba(42,80,150,.32),0 3px 7px rgba(38,74,130,.28);transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}
.xcm-header-notifications:hover{color:#fff;filter:brightness(1.08);transform:translateY(-1px);box-shadow:inset 0 2px 2px rgba(255,255,255,.82),inset 0 -3px 4px rgba(42,80,150,.28),0 5px 10px rgba(38,74,130,.34)}
.xcm-header-notifications.has-unread{color:#fff}
.xcm-header-notifications svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(38,65,110,.65))}
.xcm-header-notifications span{position:absolute;top:-5px;right:-7px;min-width:19px;height:19px;padding:0 4px;box-sizing:border-box;border:2px solid #fff;border-radius:999px;background:#d91f2d;color:#fff;font-size:.67rem;font-weight:900;line-height:15px;text-align:center}


.xcm-user {
    color: rgba(255, 255, 255, 0.82);
    white-space: nowrap;
}


.xcm-main {
    max-width: var(--xcm-content-width);
    margin: 0 auto;
    padding: 30px 24px 50px;
}


.xcm-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: var(--xcm-content-width);
    box-sizing: border-box;
    margin: 30px auto 24px;
    padding: 15px 22px;

    color: var(--xcm-text);
    font-size: 0.9rem;
    text-align: center;

    border: 1px solid var(--xcm-border);
    border-radius: 14px;
    background: var(--xcm-surface, #fff);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
}

.xcm-footer a{color:var(--xcm-accent);font-weight:750;text-decoration:none}.xcm-footer a:hover{text-decoration:underline}


.xcm-page-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;

    margin-bottom: 18px;
}


.xcm-back-link {
    text-decoration: none;
    color: var(--xcm-text-soft);
}


.xcm-back-link:hover {
    color: var(--xcm-text);
}


.xcm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 8px 16px;

    border: 1px solid #86929f;
    border-radius: 8px;

    background: linear-gradient(180deg, #f0f4f7 0%, #d4dce3 100%);
    color: #27313a;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .88),
        inset 0 -1px 0 rgba(67, 80, 91, .14),
        0 2px 0 #6f7b86,
        0 4px 9px rgba(28, 37, 46, .16);

    text-decoration: none;
    cursor: pointer;

    font: inherit;
    font-weight: 700;
    transition:
        transform .14s ease,
        box-shadow .14s ease,
        border-color .14s ease,
        filter .14s ease;
}


.xcm-button:hover {
    border-color: #6f7b86;
    background: linear-gradient(180deg, #f8fafb 0%, #dce3e9 100%);
    box-shadow:
        inset 0 1px 0 #fff,
        inset 0 -1px 0 rgba(67, 80, 91, .12),
        0 3px 0 #66727d,
        0 6px 13px rgba(28, 37, 46, .19);
    transform: translateY(-1px);
}


.xcm-button:active {
    box-shadow:
        inset 0 2px 4px rgba(37, 48, 58, .18),
        0 1px 0 #66727d,
        0 2px 4px rgba(28, 37, 46, .12);
    transform: translateY(1px);
}


.xcm-button:focus-visible {
    outline: 3px solid rgba(61, 105, 145, .28);
    outline-offset: 3px;
}


.xcm-button-primary {
    background: linear-gradient(180deg, #4b5662 0%, var(--xcm-accent) 58%, #252c33 100%);
    border-color: #242b32;
    color: white;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        inset 0 -1px 0 rgba(0, 0, 0, .2),
        0 2px 0 #161b20,
        0 5px 11px rgba(22, 27, 32, .24);
}


.xcm-button-primary:hover {
    background: linear-gradient(180deg, #56616d 0%, #39434d 58%, var(--xcm-accent-hover) 100%);
    border-color: #161b20;
}


.xcm-button:disabled,
.xcm-button[aria-disabled="true"] {
    filter: saturate(.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65), 0 1px 2px rgba(28, 37, 46, .1);
    cursor: not-allowed;
    opacity: .58;
    transform: none;
}


@media (prefers-reduced-motion: reduce) {
    .xcm-button {
        transition: none;
    }
}


.xcm-car-hero {
    display: grid;
    grid-template-columns: minmax(240px, 360px) 1fr;
    gap: 30px;

    padding: 28px;

    background: var(--xcm-surface);
    border: 1px solid var(--xcm-border);
    border-radius: var(--xcm-radius);

    box-shadow: var(--xcm-shadow);
}


.xcm-car-photo-placeholder {
    min-height: 220px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px dashed var(--xcm-border-strong);
    border-radius: 10px;

    background:
        linear-gradient(135deg,
            #f6f7f8,
            #eceff2);

    color: var(--xcm-text-soft);
    font-size: 0.95rem;
}


.xcm-car-heading {
    min-width: 0;
}


.xcm-manufacturer-area {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 18px;
}


.xcm-brand-logo-placeholder {
    width: 200px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px dashed var(--xcm-border-strong);
    border-radius: 8px;

    background: var(--xcm-surface-soft);

    color: var(--xcm-text-soft);
    font-weight: 700;
    text-align: center;

    padding: 10px;
}


.xcm-brand-logo {
    width: 200px;
    height: 90px;

    object-fit: contain;
    object-position: left center;
}


.xcm-car-manufacturer {
    margin: 0 0 4px;

    color: var(--xcm-text-soft);
    font-size: 1rem;
    font-weight: 600;
}


.xcm-car-title {
    margin: 0;

    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
}


.xcm-car-reference {
    margin-top: 10px;

    color: var(--xcm-text-soft);
    font-size: 1.15rem;
}


.xcm-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 20px;
}


.xcm-badge {
    display: inline-flex;
    align-items: center;

    padding: 5px 10px;

    border-radius: 999px;

    background: #eceff2;
    color: #424a54;

    font-size: 0.85rem;
    font-weight: 650;
}


.xcm-badge-success {
    background: var(--xcm-success-bg);
    color: var(--xcm-success-text);
}


.xcm-badge-warning {
    background: var(--xcm-warning-bg);
    color: var(--xcm-warning-text);
}


.xcm-badge-danger {
    background: var(--xcm-danger-bg);
    color: var(--xcm-danger-text);
}


/*
 * =========================================================
 * CARPETAS
 * =========================================================
 */

.xcm-folder-container {
    margin-top: 32px;
}


.xcm-folder-tabs {
    display: flex;
    align-items: flex-end;

    gap: 4px;

    padding-left: 14px;
}


.xcm-folder-tab {
    position: relative;

    padding: 12px 22px 11px;

    border: 1px solid var(--xcm-border-strong);
    border-bottom: none;

    border-radius: 10px 10px 0 0;

    background: #e5e9ed;
    color: var(--xcm-text-soft);

    font-weight: 700;
    text-decoration: none;

    cursor: pointer;

    transform: translateY(1px);
}


.xcm-folder-tab:hover {
    background: #edf0f3;
    color: var(--xcm-text);
}


.xcm-folder-tab.is-active {
    z-index: 2;

    background: var(--xcm-surface);
    color: var(--xcm-text);

    padding-top: 15px;
}


.xcm-folder-body {
    position: relative;

    min-height: 360px;

    padding: 30px;

    background: var(--xcm-surface);

    border: 1px solid var(--xcm-border-strong);
    border-radius: 10px;

    box-shadow: var(--xcm-shadow);
}


.xcm-folder-panel {
    display: none;
}


.xcm-folder-panel.is-active {
    display: block;
}


.xcm-section-heading {
    margin-top: 0;
    margin-bottom: 24px;

    font-size: 1.35rem;
}


.xcm-data-grid {
    display: grid;
    grid-template-columns:
        repeat(auto-fit,
            minmax(260px, 1fr));

    gap: 0;
}


.xcm-data-item {
    padding: 15px 12px;

    border-bottom: 1px solid var(--xcm-border);
}


.xcm-data-label {
    display: block;

    margin-bottom: 4px;

    color: var(--xcm-text-soft);
    font-size: 0.82rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}


.xcm-data-value {
    display: block;

    font-size: 1rem;
    font-weight: 550;

    overflow-wrap: anywhere;
}


.xcm-notes {
    margin-top: 24px;
}


.xcm-notes-block {
    padding: 18px;

    border: 1px solid var(--xcm-border);
    border-radius: 8px;

    background: var(--xcm-surface-soft);
}


.xcm-empty-state {
    min-height: 250px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: var(--xcm-text-soft);
}


.xcm-empty-state strong {
    margin-bottom: 8px;

    color: var(--xcm-text);
    font-size: 1.15rem;
}


@media (max-width: 820px) {

    .xcm-header-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .xcm-navigation {
        flex-wrap: wrap;
    }

    .xcm-car-hero {
        grid-template-columns: 1fr;
    }

    .xcm-manufacturer-area {
        align-items: flex-start;
        flex-direction: column;
    }

    .xcm-folder-tabs {
        overflow-x: auto;
        padding-left: 4px;
    }

    .xcm-folder-tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* Lenguaje visual común de iconos: inspirado en los controles de navegación del catálogo. */
:is(.xcm-home-action-icon,.xcm-admin-card-icon,.xcm-user-icon,.xcm-table-icon,.xcm-notification-icon,.xcm-context-help){border:2px solid #5274b5!important;border-radius:50%!important;background:radial-gradient(circle at 34% 24%,#d4f5ff 0 15%,#8fc2f5 38%,#5f99e8 72%,#4f7ec9 100%)!important;color:#fff!important;box-shadow:inset 0 2px 2px rgba(255,255,255,.75),inset 0 -3px 4px rgba(42,80,150,.32),0 3px 7px rgba(38,74,130,.28)!important;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease!important}
:is(.xcm-home-action-icon,.xcm-admin-card-icon,.xcm-user-icon,.xcm-table-icon,.xcm-notification-icon,.xcm-context-help):hover{color:#fff!important;filter:brightness(1.08);transform:translateY(-1px);box-shadow:inset 0 2px 2px rgba(255,255,255,.82),inset 0 -3px 4px rgba(42,80,150,.28),0 5px 10px rgba(38,74,130,.34)!important}
:is(.xcm-home-action-icon,.xcm-admin-card-icon,.xcm-user-icon,.xcm-table-icon,.xcm-notification-icon) svg{fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(38,65,110,.65))}
:is(.xcm-home-logout-card .xcm-home-action-icon,.xcm-user-icon.danger,.xcm-table-icon-danger,.xcm-notification-delete){border-color:#a94b55!important;background:radial-gradient(circle at 34% 24%,#ffdada 0 15%,#ed8b91 42%,#cf5361 76%,#a83d4c 100%)!important}
.xcm-notification-review{border-color:#b47732!important;background:radial-gradient(circle at 34% 24%,#fff2be 0 15%,#f2bd58 42%,#de8437 76%,#b85e2e 100%)!important}
.xcm-admin-card-disabled .xcm-admin-card-icon{border-color:#7e8994!important;background:radial-gradient(circle at 34% 24%,#f4f6f8 0 15%,#cbd2d9 42%,#9ca7b2 76%,#77828c 100%)!important}
.xcm-create-complete-icon{border:3px solid #438358!important;border-radius:50%!important;background:radial-gradient(circle at 34% 24%,#e1ffe9 0 15%,#87d99c 42%,#4eac69 76%,#377c4c 100%)!important;color:#fff!important;box-shadow:inset 0 3px 3px rgba(255,255,255,.78),inset 0 -4px 5px rgba(34,105,58,.28),0 6px 14px rgba(34,105,58,.28)!important}

.xcm-car-photo-frame {
    min-height: 220px;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    background: #eceff2;
}

.xcm-car-photo {
    display: block;

    width: 100%;
    height: 100%;
    max-height: 360px;

    object-fit: contain;
}

.xcm-media-upload {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;

    padding: 18px;

    background: var(--xcm-surface-soft);
    border: 1px solid var(--xcm-border);
    border-radius: 10px;
}


.xcm-media-grid {
    display: grid;

    grid-template-columns:
        repeat(auto-fill,
            minmax(180px, 1fr));

    gap: 18px;

    margin-top: 24px;
}


.xcm-media-card {
    position: relative;

    overflow: hidden;

    border: 1px solid var(--xcm-border);
    border-radius: 10px;

    background: var(--xcm-surface-soft);
}


.xcm-media-card img {
    display: block;

    width: 100%;
    height: 160px;

    object-fit: contain;
}


.xcm-media-primary {
    position: absolute;
    left: 8px;
    bottom: 8px;

    padding: 4px 8px;

    border-radius: 999px;

    background: rgba(32, 36, 42, 0.86);
    color: white;

    font-size: 0.75rem;
}

/* Ficha de coche: el logo identifica la marca sin competir con el título. */
.xcm-real-manufacturer-value{display:flex;align-items:center;gap:10px}.xcm-real-manufacturer-logo{display:block;width:auto;max-width:74px;height:30px;object-fit:contain}
.xcm-car-photo-area {
    position: relative;
    min-width: 0;
}

.xcm-brand-logo-over-photo {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    max-width: 112px;
    max-height: 54px;
    object-fit: contain;
    padding: 6px 8px;
    border-radius: 9px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 5px 16px rgba(0,0,0,.14);
}

.xcm-brand-logo-placeholder.xcm-brand-logo-over-photo {
    width: auto;
    height: auto;
    font-size: .82rem;
    font-weight: 800;
}

.xcm-car-heading .xcm-car-title {
    margin-bottom: 7px;
}

.xcm-car-heading .xcm-car-reference {
    margin-bottom: 14px;
    font-size: 1.03rem;
    font-weight: 700;
    color: var(--xcm-text-soft);
}

.xcm-car-photo-area {
    position: relative;
}

.xcm-car-brand-above-photo {
    display: flex;
    align-items: center;
    min-height: 58px;
    margin-bottom: 10px;
}

.xcm-brand-logo-above-photo {
    position: static;
    max-width: 120px;
    max-height: 52px;
    object-fit: contain;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.xcm-brand-logo-placeholder.xcm-brand-logo-above-photo {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 5px 8px;
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    font-size: .85rem;
    font-weight: 800;
}

/* Franja de marca + navegación; debajo comienza alineado foto/título */
.xcm-car-brand-strip {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    margin-bottom: 8px;
}

.xcm-car-brand-strip-logo {
    display: flex;
    align-items: center;
    min-width: 0;
}

.xcm-car-brand-strip .xcm-brand-logo-above-photo {
    max-width: 120px;
    max-height: 52px;
}

.xcm-car-catalog-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.xcm-car-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    border: 1px solid var(--xcm-border);
    border-radius: 9px;
    background: rgba(255,255,255,.78);
    color: var(--xcm-text);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 800;
}

.xcm-car-nav-button:hover {
    border-color: var(--xcm-accent);
    color: var(--xcm-accent);
}

.xcm-car-nav-button.is-disabled {
    opacity: .30;
    cursor: default;
}

/* La banda anterior ocupa su propia fila: foto y display_name arrancan juntos. */
.xcm-car-photo-area,
.xcm-car-heading {
    align-self: start;
}


/* ============================================================
   Ficha coche v1.3 - cabecera explícita y estable
   ============================================================ */

.xcm-car-hero-v2 {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
}

.xcm-car-hero-v2 .xcm-car-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    margin-bottom: 14px;
}

.xcm-car-hero-v2 .xcm-car-topbar-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 60px;
}

.xcm-car-hero-v2 .xcm-brand-logo-topbar {
    position: static !important;
    display: block;
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 58px;
    object-fit: contain;
    padding: 0 !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.xcm-car-hero-v2 .xcm-brand-logo-placeholder.xcm-brand-logo-topbar {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 7px 12px !important;
    border-radius: 10px;
    background: rgba(255,255,255,.84) !important;
    font-weight: 800;
}

.xcm-car-hero-v2 .xcm-car-catalog-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.xcm-car-hero-v2 .xcm-car-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid var(--xcm-accent);
    border-radius: 12px;
    background: rgba(255,255,255,.90);
    color: var(--xcm-accent);
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    transition: background .15s ease, color .15s ease, transform .15s ease;
}

.xcm-car-hero-v2 .xcm-car-nav-button:hover {
    background: var(--xcm-accent);
    color: #fff;
    transform: translateY(-1px);
}

.xcm-car-hero-v2 .xcm-car-nav-button.is-disabled {
    border-color: var(--xcm-border);
    color: var(--xcm-text-soft);
    opacity: .32;
    cursor: default;
    transform: none;
}

.xcm-car-hero-v2 .xcm-car-mainrow {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.xcm-car-hero-v2 .xcm-car-photo-area {
    position: static !important;
    min-width: 0;
    margin: 0 !important;
}

.xcm-car-hero-v2 .xcm-car-heading {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start;
}

.xcm-car-hero-v2 .xcm-car-heading .xcm-car-title {
    margin-top: 0 !important;
    margin-bottom: 7px;
}

.xcm-car-hero-v2 .xcm-car-photo-frame,
.xcm-car-hero-v2 .xcm-car-photo-placeholder {
    margin-top: 0 !important;
}

@media (max-width: 820px) {
    .xcm-car-hero-v2 .xcm-car-mainrow {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .xcm-car-hero-v2 .xcm-car-topbar {
        align-items: flex-start;
    }

    .xcm-car-hero-v2 .xcm-car-nav-button {
        width: 50px;
        height: 48px;
        font-size: 1.5rem;
    }
}


/* Navegación gráfica del catálogo */
.xcm-car-hero-v2 .xcm-car-nav-button {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: 2px solid #5274b5 !important;
    border-radius: 50% !important;
    color: #fff;
    background: radial-gradient(circle at 34% 24%, #d4f5ff 0 15%, #8fc2f5 38%, #5f99e8 72%, #4f7ec9 100%) !important;
    box-shadow: inset 0 1px 2px rgb(255 255 255 / 75%), 0 2px 5px rgb(24 58 119 / 35%) !important;
    overflow: hidden;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.xcm-car-hero-v2 .xcm-car-nav-button svg {
    display: block;
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 1px 1px rgb(23 62 128 / 45%));
    transition: transform .15s ease, filter .15s ease;
}

.xcm-car-hero-v2 .xcm-car-nav-prev svg {
    transform: rotate(180deg);
}

.xcm-car-hero-v2 a.xcm-car-nav-button:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.06);
    box-shadow: inset 0 1px 2px rgb(255 255 255 / 80%), 0 4px 8px rgb(24 58 119 / 40%) !important;
}

.xcm-car-hero-v2 .xcm-car-nav-button.is-disabled {
    opacity: .22 !important;
    filter: grayscale(.65);
}

@media (max-width: 820px) {
    .xcm-car-hero-v2 .xcm-car-nav-button {
        width: 48px !important;
        height: 48px !important;
    }

    .xcm-car-hero-v2 .xcm-car-nav-button svg {
        width: 27px;
        height: 27px;
    }
}
.xcm-action-arrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;width:25px;height:25px;box-sizing:border-box;border:1px solid #5274b5;border-radius:50%;background:radial-gradient(circle at 34% 24%,#d4f5ff 0 15%,#8fc2f5 38%,#5f99e8 72%,#4f7ec9 100%);color:#fff;box-shadow:inset 0 1px 1px rgba(255,255,255,.78),0 2px 4px rgba(38,74,130,.28);transition:transform .15s ease,filter .15s ease}
.xcm-action-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(38,65,110,.55))}
a:hover .xcm-action-arrow,.xcm-button:hover .xcm-action-arrow{transform:translateX(2px);filter:brightness(1.08)}
