@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap');
.dcc,
.dcc * {
    box-sizing: border-box
}

.dcc {
    --orange: #ff6b45;
    --orange-dark: #ed3f2d;
    --peach: #fff1e9;
    --text: #1b1b1b;
    --muted: #777;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    width: 100%
}

.dcc__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    max-width: 1180px;
    margin: auto;
    background: #fff;
    border: 8px solid #fff;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    overflow: hidden
}

.dcc__form-panel {
    padding: 30px 58px 26px;
    background: #fff
}

.dcc__result-panel {
    position: relative;
    background: var(--peach);
    border-radius: 16px;
    padding: 0 0 26px;
    overflow: hidden
}

.dcc__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px
}

.dcc__brand img {
    max-width: 190px;
    max-height: 48px;
    object-fit: contain
}

.dcc__mark {
    display: grid;
    place-items: center;
    width: 24px;
    height: 28px;
    margin-right: 3px;
    color: #fff;
    font-size: 0;
    background: linear-gradient(140deg, #e60018 0 54%, transparent 55%);
    transform: skew(-8deg);
    border-radius: 3px
}

.dcc__brand strong {
    font-size: 20px
}

.dcc__brand span:last-child {
    font-size: 18px
}

.dcc__intro {
    text-align: center;
    margin-bottom: 24px
}

.dcc__intro h2 {
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    color:#010101;
    font-family:"Poppins";
    font-weight: 600
}

.dcc__intro p {
    font-size: 16px;
    font-family:"Poppins";
    font-weight:400;
    color: #010101;
    margin: 2px 0 0
}

.dcc__field {
    margin-bottom: 26px
}

.dcc__field label,
.dcc__row-head label {
    display: block;
    font-family:"Roboto";
    font-weight: 400;
    font-size:15px;
    color:#010101;
}

.dcc__help {
    display: inline-grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border: 1.5px solid #1A7CE4;
    border-radius: 50%;
    color:#1A7CE4 ;
    font-size: 9px;
    font-weight: 700
}

.dcc__money-input {
    display: flex;
    align-items: center;
    border: 1px solid #d7dce4;
    border-radius: 9px;
    padding: 0 12px;
    margin-top: 10px;
    height: 48px
}

.dcc__money-input span {
    font-size: 15px;
    font-family:"Roboto";
    color:#000000;
}

.dcc__money-input input {
    min-width: 0;
    flex: 1;
    border: 0!important;
    box-shadow: none!important;
    outline: 0!important;
    font: inherit;
    font-size: 15px;
    font-weight:400;
    padding: 0 3px;
    color:#000000!important;
    background: transparent!important
}

.dcc__edit {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    padding: 3px;
    border: 0;
    background: transparent;
    cursor: pointer
}

.dcc__edit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.dcc__slider-group {
    margin-bottom: 28px
}

.dcc__row-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 15px
}

.dcc__row-head strong {
    font-size: 24px;
    font-weight: 500;
    color:#333A3D;
    font-family: "Inter", Arial, sans-serif;
}

.dcc__row-head small {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    font-family: "Roboto", Arial, sans-serif !important;
}

.dcc__range {
    --dcc-range-progress: 50%;
    width: 100%;
    height: 4px;
    appearance: none;
    background: linear-gradient(to right, #F2B188 0 var(--dcc-range-progress), #D1D1D1 var(--dcc-range-progress) 100%);
    border-radius: 99px;
    outline: 0
}

.dcc__range::-webkit-slider-thumb {
    appearance: none;
    width: 48px;
    height: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
    cursor: pointer
}

.dcc__range::-moz-range-thumb {
    width: 48px;
    height: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
    cursor: pointer
}

.dcc__ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    color: #6F6F6F;
    font-family:"Roboto";
    font-weight:400;
    font-size: 12.85px
}

.dcc__legal {
    max-width: 440px;
    margin: 34px auto 0;
    text-align: center;
    color: #797979;
    font-size: 10px;
    font-family: "Roboto", Arial, sans-serif !important;
    line-height: 1.45
}

.dcc__close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 34px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
    z-index: 3
}

.dcc__payment-box {
    min-height: 174px;
    padding: 66px 28px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #F2B188
}

.dcc__payment-box>div:first-child>span {
    font-size: 15.26px;
    color: #6F6F6F;
    font-weight:400;
    font-family: "Roboto", Arial, sans-serif !important;
}

.dcc__payment {
    white-space: nowrap;
    margin-top: 4px
}

.dcc__payment strong {
    font-size: 30.52px;
    font-family: "Inter", Arial, sans-serif;
    font-weight:700;
    color:#010101;
    line-height: 1
}

.dcc__payment small {
    font-size: 13.08px;
    font-style: italic;
    font-family: "Roboto", Arial, sans-serif !important;
    font-weight:400;
    color:#010101;
}

.dcc__payment-box em {
    display: inline-block;
    margin-top: 7px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #C4FFD0;
    color: #31782E;
    font-weight:500;
    font-size: 13.29px;
    font-family: "Roboto", Arial, sans-serif !important;
    font-style: normal
    
}

.dcc__coins {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    min-width: 88px
}

.dcc__coins img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 82px;
    object-fit: contain
}

.dcc__matches {
    padding: 20px 22px 0
}

.dcc__matches h3 {
    font-size: 16px;
    margin: 0 0 16px;
    font-weight: 600;
    font-family:"Poppins";
    color:#333A3D;
}

.dcc__vehicles {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory
}

.dcc__vehicle-card {
    display: grid;
    text-decoration: none!important;
    color: inherit!important;
    cursor: pointer;
    grid-template-columns: 96px 1fr;
    flex: 0 0 260px;
    min-height: 118px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    scroll-snap-align: start
}

.dcc__vehicle-image {
    position: relative;
    display: block;
    min-height: 118px;
    background: #eee
}

.dcc__vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dcc__mini-icon,
.dcc__heart {
    position: absolute;
    top: 7px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #666
}

.dcc__mini-icon {
    left: 7px
}

.dcc__heart {
    right: 7px
}

.dcc__vehicle-info {
    padding: 8px 8px 7px;
    display: flex;
    flex-direction: column;
    min-width: 0
}

.dcc__vehicle-name {
    color: #111;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 31px
}

.dcc__vehicle-info strong {
    margin-top: 3px;
    font-weight:700;
    color: #3C9239;
    font-size: 18px;
    font-family: "Inter", sans-serif;;
}

.dcc__vehicle-info strong small {
    font-size: 12px;
    color: #6F6F6F;
    font-weight: 400;
    font-family: "Roboto", Arial, sans-serif !important;
}

.dcc__vehicle-info>span {
    font-size: 15px;
    color: #000000;
    font-weight:500;
    font-family: "Roboto", Arial, sans-serif !important;
    margin-top: 4px
}

.dcc__vehicle-info em {
        gap: 4px;
        font-size: 12px!important;
        color:#333A3D!important;
        font-weight:400!important;
        font-family: "Roboto", Arial, sans-serif!important;
    }

.dcc__actions {
    display: flex;
    gap: 12px;
    padding: 24px 22px 0
}

.dcc__button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(100deg, var(--orange), var(--orange-dark));
    color: #fff!important;
    text-decoration: none!important;
    font-family:'Poppins';
    font-size: 18px;
    font-weight: 700
}

.dcc__button span {
    font-size: 28px;
    font-weight: 300;
    line-height: .6
}

.dcc__loading,
.dcc__empty {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 118px;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .75);
    border-radius: 8px;
    color: #666;
    font-size: 13px
}

.dcc--collapsed .dcc__result-panel {
    display: none
}

.dcc--collapsed .dcc__shell {
    grid-template-columns: 1fr;
    max-width: 650px
}

@media(max-width:767px) {
    
    .dcc__shell {
        display: block;
        border-width: 4px;
        border-radius: 17px;
        box-shadow: none;
        max-width: 420px;
        padding-bottom: 50px;
    }
    .dcc__form-panel {
        padding: 28px 10px 16px
    }
    .dcc__brand {
        margin-bottom: 20px
    }
    .dcc__brand img {
        width: 100%;
        height: 100%;
    }
    .dcc__brand strong {
        font-size: 14px
    }
    .dcc__brand span:last-child {
        font-size: 13px
    }
    .dcc__mark {
        width: 18px;
        height: 21px
    }
    .dcc__intro {
        margin-bottom: 16px
    }
    .dcc__intro h2 {
        font-size: 20px
    }
    .dcc__intro p {
        font-size: 16px
    }
    .dcc__field {
        margin-bottom: 18px
    }
    .dcc__field label,
    .dcc__row-head label {
        font-size: 24px
    }
    .dcc__money-input {
        height: 36px;
        margin-top: 7px;
        border-radius: 6px;
        padding: 0 8px
    }
    .dcc__money-input input,
    .dcc__money-input span {
        font-size: 10px
    }
    .dcc__edit {
        width: 20px;
        height: 20px;
        padding: 2px
    }
    .dcc__slider-group {
        margin-bottom: 19px
    }
    .dcc__row-head {
        margin-bottom: 10px
    }
    .dcc__row-head strong {
        font-size: 16px
    }
    .dcc__row-head small {
        font-size: 12px
    }
    .dcc__range::-webkit-slider-thumb {
        width: 38px;
        height: 18px
    }
    .dcc__range::-moz-range-thumb {
        width: 38px;
        height: 18px
    }
    .dcc__ticks {
        font-size: 7px;
        margin-top: 10px
    }
    .dcc__legal {
        font-size: 10px;
        max-width: 300px;
        margin-top: 28px
    }
    .dcc__result-panel {
        border-radius: 8px;
        padding-bottom: 26px;
        width: 95%;
        margin-left: 8px;
    }
    .dcc__close {
        display: none
    }
    .dcc__payment-box {
        min-height: 107px;
        padding: 22px 12px 15px
    }
    .dcc__payment-box>div:first-child>span {
        font-size: 15px
    }
    .dcc__payment strong {
        font-size: 30px
    }
    .dcc__payment small {
        font-size: 7px
    }
    .dcc__payment-box em {
        font-size: 13px;
        padding: 3px 7px
    }
    .dcc__coins {
        width: 58px;
        min-width: 58px
    }
    .dcc__coins img {
        max-height: 54px;
        margin-left: -100px;
    }
    .dcc__matches {
        padding: 17px 12px 0
    }
    .dcc__matches h3 {
        font-size: 10px;
        margin-bottom: 10px
    }
    .dcc__vehicles {
        gap: 8px
    }
    .dcc__vehicle-card {
        grid-template-columns: 88px 1fr;
        flex-basis: 225px;
        min-height: 102px
    }
    .dcc__vehicle-image {
        min-height: 102px
    }
    .dcc__vehicle-name {
        font-size: 9px;
        min-height: 27px
    }
    .dcc__vehicle-info {
        padding: 6px
    }
    .dcc__vehicle-info strong {
        font-size: 12px
    }
    .dcc__vehicle-info>span {
        font-size: 15px
    }
    .dcc__vehicle-info em {
        font-size: 7px
    }
    .dcc__actions {
        flex-direction: column;
        align-items: center;
        gap: 7px;
        padding: 22px 12px 0;
        font-size:18px;
    }
    .dcc__button {
        flex: none;
        width: 200px;
        min-height: 31px;
        font-size: 18px;
        padding: 6px 13px
    }
    .dcc__button span {
        font-size: 19px
    }
    .dcc__loading,
    .dcc__empty {
        min-height: 102px;
        font-size: 10px
    }
}

.dcc__vehicle-card:hover,
.dcc__vehicle-card:focus {
    color: inherit!important;
    text-decoration: none!important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
    transform: translateY(-1px)
}

.dcc__vehicle-card {
    transition: box-shadow .2s ease, transform .2s ease
}

.dcc__vehicle-card:focus-visible {
    outline: 2px solid #ff6b45;
    outline-offset: 2px
}
/* Tarjetas compactas de modelos - v2.0 */
.dcc__vehicles {
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    cursor: grab;
}
.dcc__vehicles::-webkit-scrollbar { display: none; width: 0; height: 0; }
.dcc__vehicles:active { cursor: grabbing; }

.dcc__vehicle-card {
    grid-template-columns: 44% 56%;
    flex: 0 0 380px;
    width: 380px;
    height: 190px;
    min-height: 190px;
    border-radius: 13px;
    border: 1px solid #d9dde2;
    box-shadow: none;
}
.dcc__vehicle-image {
    min-height: 190px;
    height: 190px;
}
.dcc__vehicle-image img {
    display: block;
    object-fit: cover;
}
.dcc__card-icons {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 7px;
    z-index: 2;
}
.dcc__mini-icon,
.dcc__heart {
    position: static;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    box-shadow: 0 2px 7px rgba(0,0,0,.18);
}
.dcc__mini-icon img,
.dcc__heart img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.dcc__vehicle-info {
    padding: 15px 14px 13px 17px;
}
.dcc__vehicle-name {
    min-height: 48px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.28;
    font-weight: 700;
    color: #111;
}
.dcc__vehicle-info strong {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-top: 6px;
    font-size: 25px;
    line-height: 1.1;
    white-space: nowrap;
}
.dcc__vehicle-info strong small {
    font-size: 14px;
    font-style: normal;
}
.dcc__vehicle-info .dcc__cash {
    margin-top: 7px;
    font-size: 12px!important;
    line-height: 1.2;
    color:#6F6F6F!important;
    font-weight: 400!important;
    font-family: "Roboto", Arial, sans-serif!important;
}
.dcc__vehicle-info .dcc__cash b { font-weight: 700; }
.dcc__vehicle-info em {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #555;
}
.dcc__vehicle-info em img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 18px;
}

@media (max-width: 767px) {
    .dcc__vehicle-card {
        grid-template-columns: 43% 57%;
        flex-basis: 275px;
        width: 275px;
        height: 132px;
        min-height: 132px;
        border-radius: 9px;
    }
    .dcc__vehicle-image {
        height: 132px;
        min-height: 132px;
    }
    .dcc__card-icons {
        top: 7px;
        left: 7px;
        gap: 5px;
    }
    .dcc__mini-icon,
    .dcc__heart {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    .dcc__mini-icon img,
    .dcc__heart img {
        width: 16px;
        height: 16px;
    }
    .dcc__vehicle-info {
        padding: 9px 8px 8px 10px;
    }
    .dcc__vehicle-name {
        min-height: 34px;
        font-size: 12px;
        line-height: 1.35;
    }
    .dcc__vehicle-info strong {
        gap: 4px;
        margin-top: 3px;
        font-size: 18px;
    }
    .dcc__vehicle-info strong small { font-size: 9px; }
    .dcc__vehicle-info .dcc__cash {
        margin-top: 4px;
        font-size: 10px;
    }
    .dcc__vehicle-info em {
        gap: 4px;
        font-size: 12px!important;
        color:#333A3D!important;
        font-weight:400!important;
            font-style: normal!important;
        font-family: "Roboto", Arial, sans-serif!important;
    }
    .dcc__vehicle-info em img {
        width: 12px;
        height: 12px;
        flex-basis: 12px;
    }
}


/* Carrusel de vehículos v2.1 */
.dcc__vehicles {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    gap: 10px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
}
.dcc__vehicle-card {
    flex: 0 0 270px !important;
    width: 270px !important;
    height: 132px !important;
    min-height: 132px !important;
    grid-template-columns: 43% 57% !important;
    scroll-snap-align: start;
}
.dcc__vehicle-image {
    height: 132px !important;
    min-height: 132px !important;
}
.dcc__card-icons {
    top: 7px;
    left: 7px;
    gap: 5px;
}
.dcc__mini-icon,
.dcc__heart {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
}
.dcc__mini-icon img,
.dcc__heart img {
    width: 16px;
    height: 16px;
}
.dcc__vehicle-info {
    padding: 9px 8px 8px 10px;
}
.dcc__vehicle-name {
    min-height: 33px;
    font-size: 12px;
    line-height: 1.35;
}
.dcc__vehicle-info strong {
    gap: 4px;
    margin-top: 3px;
    font-size: 17px;
}
.dcc__vehicle-info strong small {
    font-size: 10px;
}
.dcc__vehicle-info .dcc__cash {
    margin-top: 4px;
    font-size: 10px;
}
.dcc__vehicle-info em {
        gap: 4px;
        font-size: 12px!important;
        color:#333A3D!important;
        font-weight:400!important;
        font-family: "Roboto", Arial, sans-serif!important;
    }
.dcc__vehicle-info em img {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
}

.dcc__vehicles {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    cursor: grab;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.dcc__vehicles::-webkit-scrollbar {
    display: none;
}

.dcc__vehicle-card {
    flex: 0 0 280px;
    width: 280px;
}

/******** new *********/

.dcc__vehicles {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    cursor: grab;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.dcc__vehicles::-webkit-scrollbar {
    display: none;
}

.dcc__vehicle-card {
    flex: 0 0 280px;
    width: 280px;
}


@media (max-width: 767px) {
    .dcc__vehicle-card {
        flex-basis: 245px !important;
        width: 245px !important;
        height: 118px !important;
        min-height: 118px !important;
    }
    .dcc__vehicle-image {
        height: 118px !important;
        min-height: 118px !important;
    }
}


/* =========================================
   CARRUSEL VEHÍCULOS
========================================= */



.dcc__vehicles::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.dcc__vehicles:active {
    cursor: grabbing;
}


.dcc__vehicles {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

    width: 100%;
    max-width: 100%;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scrollbar-width: none;
    -ms-overflow-style: none;

    scroll-snap-type: x mandatory;

    cursor: grab;
}

.dcc__vehicles::-webkit-scrollbar {
    display: none;
}


/* UNA TARJETA POR VEZ */

.dcc__vehicle-card {
    flex: 0 0 100% !important;
    width: 100% !important;

    max-width: 100%;

    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/* =========================================
   IMAGEN
========================================= */

.dcc__vehicle-image {
    height: 132px !important;
    min-height: 132px !important;
}

/* =========================================
   FLECHAS CARRUSEL VEHÍCULOS
========================================= */

.dcc__carousel-wrapper {
    position: relative;
    width: 100%;
    min-width: 0;
}

/* Carrusel */
.dcc__carousel-wrapper .dcc__vehicles {
    width: 100%;
}

/* Flechas */
.dcc__carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: #fff;
    color: #333;

    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    z-index: 10;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .18);

    padding: 0;

    transition:
        opacity .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.dcc__carousel-arrow {
    background: linear-gradient(
        100deg,
        var(--orange),
        var(--orange-dark)
    ) !important;
    color: #fff !important;
}

.dcc__carousel-arrow:hover {
    box-shadow: 0 5px 16px rgba(0, 0, 0, .25);
}

.dcc__carousel-arrow:active {
    transform: translateY(-50%) scale(.94);
}

.dcc__carousel-arrow:focus-visible {
    outline: 2px solid #ff6b45;
    outline-offset: 2px;
}

.dcc__carousel-prev {
    left: -20px;
}

.dcc__carousel-next {
    right: -20px;
}


/* =========================================
   OCULTAR FLECHAS SI NO HAY CONTENIDO
========================================= */

.dcc__carousel-arrow.dcc__carousel-arrow--hidden {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .dcc__carousel-wrapper {
        padding: 0 34px;
    }

    .dcc__carousel-wrapper .dcc__vehicles {
        width: 100%;
    }

    .dcc__carousel-arrow {
        width: 32px;
        height: 32px;

        font-size: 25px;
    }

    .dcc__carousel-prev {
        left: 0;
    }

    .dcc__carousel-next {
        right: 0;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .dcc__vehicles {
        gap: 10px;
        padding-right: 10px;
    }

    .dcc__vehicle-card {
        flex: 0 0 245px !important;
        width: 245px !important;

        height: 118px !important;
        min-height: 118px !important;
    }

    .dcc__vehicle-image {
        height: 118px !important;
        min-height: 118px !important;
    }
}
