/*
 * 2026-07-27
 * Mobile-only vehicle group header composition.
 * Keeps desktop layout untouched and can be removed independently.
 */
html body.special-page .site-common-header .landing-contact-actions,
html body.special-page .site-common-header .landing-contact-actions .landing-chat-phone,
html body.special-page .site-common-header .landing-contact-actions .landing-chat-phone:hover,
html body.special-page .site-common-header .landing-contact-actions .landing-chat-phone:focus,
html body.special-page .site-common-header .landing-contact-actions .landing-chat-phone:focus-visible,
html body.special-page .site-common-header .landing-contact-actions .landing-chat-phone:active {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

@media (max-width: 760px) {
  body.special-page .preorder-slider-progress {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: 4px;
    margin: 0 10px 12px;
    overflow: visible;
    border-radius: 999px;
    background: #d9dee7;
  }

  body.special-page .preorder-slider-progress[hidden] {
    display: none !important;
  }

  body.special-page .preorder-slider-progress > #preorderSliderProgressMarker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 0;
    border-radius: inherit;
    background: #111827;
    transition: left 180ms ease;
  }

  body.special-page .preorder-slider-progress > .preorder-slider-count {
    position: absolute;
    top: 10px;
    right: 0;
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.special-page #preorderListCards {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 8px !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
  }

  body.special-page #preorderListCards::-webkit-scrollbar {
    display: none;
  }

  body.special-page #preorderListCards.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none !important;
  }

  body.special-page #preorderListCards .preorder-row-card {
    position: relative !important;
    flex: 0 0 calc(84% - 16px) !important;
    min-width: calc(84% - 16px) !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always;
  }

  body.special-page #preorderListCards .preorder-card-head {
    position: relative !important;
    z-index: 2 !important;
    min-height: 100px !important;
    padding-right: 50% !important;
  }

  body.special-page #preorderListCards .preorder-card-image-wrap {
    position: absolute !important;
    z-index: 1 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    top: 10px !important;
    right: 10px !important;
    justify-self: auto !important;
    width: calc(50% - 15px) !important;
    height: 90px !important;
    margin: 0 !important;
  }

  body.special-page #preorderListCards .preorder-card-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: right top !important;
  }

  body.special-page #preorderListCards .preorder-stock-badge {
    z-index: 3 !important;
    top: -10px !important;
    right: -10px !important;
    background: rgba(241, 243, 245, .9) !important;
  }

  body.special-page #preorderListView .preorder-list-head-main {
    position: relative !important;
    display: block !important;
  }

  body.special-page #preorderListView .preorder-list-head-main > .preorder-list-head-copy {
    position: relative !important;
    z-index: 2 !important;
  }

  body.special-page #preorderListView #listGroupImage {
    position: absolute !important;
    z-index: 1 !important;
    top: -20px !important;
    right: -24px !important;
    width: 56% !important;
    height: 106px !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: right center !important;
    justify-self: auto !important;
    pointer-events: none !important;
  }

  body.special-page #preorderListView .preorder-list-brandline,
  body.special-page #preorderListView .preorder-list-head-main h2,
  body.special-page #preorderListView #listSummary {
    position: relative !important;
    z-index: 2 !important;
  }

  body.special-page #preorderListView .preorder-list-brandline {
    gap: 6px !important;
  }

  body.special-page #preorderListView .preorder-list-head-main h2 {
    font-size: 38px !important;
  }

  body.special-page #preorderListCards .preorder-row-detail-cta {
    border-top: 0 !important;
  }

  body.special-page .hero-reference-stock > strong {
    width: 100% !important;
    align-self: flex-end !important;
    text-align: right !important;
  }

  body.special-page #preorderListCards
    .preorder-card-footer
    > span:first-child
    em {
    font-size: 18px !important;
  }

  body.special-page #preorderListCards .preorder-row-side em {
    font-weight: 700 !important;
  }

  body.special-page #preorderListCards
    .preorder-card-option:nth-child(1) {
    margin-top: 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e6ef !important;
  }

  body.special-page #preorderListCards
    .preorder-card-rent-row {
    margin-top: 2px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e6ef !important;
  }

  body.special-page #preorderListCards
    .preorder-card-rent-row b {
    color: #111827 !important;
  }

  body.special-page #preorderListCards
    .preorder-card-rent-row em {
    color: #1267ee !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  body.special-page #preorderListView .preorder-list-head-specs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.special-page #preorderListView .preorder-powertrain-filter > strong {
    font-weight: 600 !important;
  }

  body.special-page #preorderListView .preorder-list-condition-dropdown {
    position: static !important;
    min-height: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.special-page #preorderListView .preorder-list-condition-dropdown:nth-child(2) {
    order: -1 !important;
  }

  body.special-page #preorderListView .preorder-list-condition-dropdown::before {
    display: block;
    margin: 0 0 7px;
    color: #172b49;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

  body.special-page #preorderListView .preorder-list-condition-dropdown:nth-child(1)::before {
    content: "초기비용";
  }

  body.special-page #preorderListView .preorder-list-condition-dropdown:nth-child(2)::before {
    content: "이용기간";
  }

  body.special-page #preorderListView .preorder-list-condition-trigger {
    display: none !important;
  }

  body.special-page #preorderListView .preorder-list-condition-menu,
  body.special-page #preorderListView .preorder-list-condition-dropdown[open] > .preorder-list-condition-menu {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.special-page #preorderListView .preorder-list-condition-menu > button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    display: grid !important;
    place-items: center !important;
    padding: 8px 4px !important;
    border: 1px solid #d5deeb !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #53637a !important;
    text-align: center !important;
    box-shadow: none !important;
  }

  body.special-page #preorderListView .preorder-list-condition-menu > button em {
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body.special-page #preorderListView .preorder-list-condition-menu > button small {
    display: none !important;
  }

  body.special-page #preorderListView .preorder-list-condition-menu > button.active,
  body.special-page #preorderListView .preorder-list-condition-menu > button[aria-selected="true"] {
    border-color: #103f73 !important;
    background: #103f73 !important;
    color: #fff !important;
  }
}

@media (min-width: 761px) {
  body.special-page .preorder-slider-progress {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(1) {
    margin-top: 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e6ef !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option.preorder-card-detail-row.preorder-card-rent-row {
    margin-top: 2px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e6ef !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-rent-row
    b {
    color: #111827 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-rent-row
    em {
    color: #1267ee !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button {
    box-sizing: border-box !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    place-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    border: 1px solid #d5deeb !important;
    background: #fff !important;
    color: #53637a !important;
    line-height: 1 !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button
    em {
    grid-column: 1 !important;
    grid-row: 1 !important;
    place-self: center !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button.active,
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button[aria-selected="true"] {
    border: 2px solid #1267ee !important;
    background: #fff !important;
    color: #1267ee !important;
  }

  html body.special-page #preorderListCards .preorder-row-card,
  html body.special-page #preorderListCards .preorder-row-card.active,
  html body.special-page #preorderListCards .preorder-row-card:hover,
  html body.special-page #preorderListCards .preorder-row-card:focus-visible {
    border-radius: 15px !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-vehicle-price {
    order: -1 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-option:nth-child(-n + 2)
    i {
    align-self: center !important;
  }

  html body.special-page #preorderListCards
    .preorder-row-detail-cta {
    margin-top: -8px !important;
    border-radius: 12px !important;
  }
}

/*
 * v20: mobile card hero order
 * - vehicle image first, centered and 50% larger
 * - model/trim copy below the image
 * - stock badge flush with the card's top-right corner
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-card-head {
    min-height: 0 !important;
    padding-top: 145px !important;
    padding-right: 0 !important;
  }

  html body.special-page #preorderListCards .preorder-card-image-wrap {
    top: 10px !important;
    right: auto !important;
    left: 50% !important;
    width: 75% !important;
    height: 135px !important;
    transform: translateX(-50%) !important;
  }

  html body.special-page #preorderListCards .preorder-card-image {
    object-position: center center !important;
  }

  html body.special-page #preorderListCards .preorder-stock-badge {
    top: -15px !important;
    right: -15px !important;
    border-radius: 0 14px 0 12px !important;
  }
}

/*
 * v21: mobile card typography, equal-height slides, and row separator.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards {
    align-items: stretch !important;
  }

  html body.special-page #preorderListCards .preorder-row-card {
    align-self: stretch !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-title
    > strong {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-option:nth-child(3) {
    line-height: 1.5 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(1) {
    margin-top: 0 !important;
    padding-top: 2px !important;
    border-top: 0 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option.preorder-card-detail-row.preorder-card-vehicle-price {
    margin-top: 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e6ef !important;
  }
}

/*
 * v24: keep wrapped option copy anchored to the one-line baseline.
 * Extra lines grow downward, and unavailable rent values use a quiet gray.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3) {
    align-items: flex-start !important;
    line-height: 1.7 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > b,
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    align-self: flex-start !important;
    margin-top: 0 !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-rent-row.is-estimate-request
    > em {
    color: #9ca3af !important;
  }
}

/*
 * v25: mobile condition spacing and click-safe card slider.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView .preorder-list-head {
    margin-bottom: 10px !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-dropdown {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-dropdown::before,
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button
    em {
    font-size: 14px !important;
  }

  html body.special-page .preorder-slider-progress {
    margin-top: 10px !important;
  }
}

/*
 * v26: mobile navigation rhythm and card-edge stock badge.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView .preorder-list-head {
    margin-bottom: 0 !important;
  }

  html body.special-page .preorder-slider-progress {
    margin: 30px 10px 30px !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-menu,
  html body.special-page #preorderListView
    .preorder-list-condition-dropdown[open]
    > .preorder-list-condition-menu {
    margin-top: 5px !important;
  }

  html body.special-page #preorderListView
    .preorder-powertrain-filter
    > strong {
    font-weight: 400 !important;
  }

  html body.special-page #preorderListCards
    .preorder-stock-badge {
    top: -19px !important;
    right: -15px !important;
  }
}

/*
 * v27: mobile option clamp and powertrain label sizing.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  html body.special-page #preorderListView
    .preorder-powertrain-filter
    > strong {
    font-size: 14px !important;
  }
}

/*
 * v28: vertically center the option label and value within the option row.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3) {
    align-items: center !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > b,
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    align-self: center !important;
  }
}

/*
 * v29: simplify the mobile group header and finish the card action rhythm.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView .preorder-list-head {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderListView .preorder-list-head-main {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > b,
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    display: flex !important;
    min-height: 32px !important;
    align-items: center !important;
  }

  html body.special-page #preorderListCards .preorder-row-detail-cta {
    width: auto !important;
    min-height: 54px !important;
    margin: 0 15px 10px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #1267ee !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderListCards .preorder-row-detail-cta b,
  html body.special-page #preorderListCards
    .preorder-row-detail-cta
    .rq-material-icon {
    color: #fff !important;
  }
}

/*
 * v30: right-align the mobile option value while preserving vertical centering.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3) {
    align-items: center !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

/*
 * v31: compact the mobile term/payment controls and use black selected text.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button {
    height: 48px !important;
    min-height: 48px !important;
  }

  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button.active,
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button[aria-selected="true"],
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button.active
    em,
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button[aria-selected="true"]
    em {
    color: #111 !important;
  }
}

/*
 * v32: extend the mobile detail action with 10px side insets.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-row-detail-cta {
    width: auto !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}

/*
 * v33: keep mobile vehicle names to one ellipsized line.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-title
    > strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    -webkit-line-clamp: unset !important;
  }
}

/*
 * v34: clamp long mobile option values to three right-aligned lines.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    display: -webkit-box !important;
    overflow: hidden !important;
    text-align: right !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }
}

/*
 * v35: lower the mobile group representative image by 20px.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView #listGroupImage {
    top: 0 !important;
  }
}

/*
 * v36: widen the mobile detail action and remove its chevron.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-row-detail-cta {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body.special-page #preorderListCards
    .preorder-row-detail-cta
    .rq-material-icon {
    display: none !important;
  }
}

/*
 * v37: replace vehicle powertrain images with compact text badges.
 */
html body.special-page #preorderListCards .preorder-powertrain-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 24px !important;
  padding: 0 9px !important;
  border: 1px solid #aeb8c5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #18243a !important;
  line-height: 1 !important;
}

html body.special-page #preorderListCards
  .preorder-powertrain-badge
  .preorder-powertrain-badge-text {
  display: block !important;
  color: inherit !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  white-space: nowrap !important;
}

html body.special-page #preorderListCards .preorder-powertrain-badge img {
  display: none !important;
}

/*
 * v38: place the mobile vehicle name and trim above the vehicle image.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-card-head {
    min-height: 187px !important;
    padding-top: 0 !important;
    padding-right: 72px !important;
    padding-bottom: 145px !important;
  }

  html body.special-page #preorderListCards .preorder-card-image-wrap {
    top: 52px !important;
  }
}

/*
 * v39: keep the model name at the top and move trim/powertrain below the image.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-card-head {
    min-height: 220px !important;
    padding-bottom: 178px !important;
  }

  html body.special-page #preorderListCards .preorder-card-title {
    position: relative !important;
    display: block !important;
  }

  html body.special-page #preorderListCards .preorder-card-trim-row {
    position: absolute !important;
    top: 190px !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
}

/*
 * v40: keep the powertrain text badge directly after the trim name.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-card-trim-row {
    flex-flow: row nowrap !important;
    gap: 6px !important;
    width: 100% !important;
    white-space: nowrap !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-trim-row
    > span:first-child {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 62px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-trim-row
    > .preorder-powertrain-badge {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

/*
 * v41: use a 17px line height for mobile option values.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    min-height: 17px !important;
    line-height: 17px !important;
  }
}

/*
 * v42: let the trim/powertrain row fill the full mobile card width.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards .preorder-card-title {
    position: static !important;
  }

  html body.special-page #preorderListCards .preorder-card-trim-row {
    right: 0 !important;
    left: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}

/*
 * v43: separate the powertrain controls from the vehicle summary.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView .preorder-powertrain-filter {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid #e1e6ee !important;
  }
}

/*
 * v45: keep the mobile option value area at least 32px high.
 * Longer option names may still expand to preserve the existing line clamp.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3) {
    min-height: 32px !important;
  }

  html body.special-page #preorderListCards
    .preorder-card-options
    > .preorder-card-option:nth-child(3)
    > em {
    min-height: 32px !important;
    align-items: center !important;
  }
}

/*
 * v46: match selected term/upfront-cost borders to the powertrain navy.
 */
@media (max-width: 760px) {
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button.active,
  html body.special-page #preorderListView
    .preorder-list-condition-menu
    > button[aria-selected="true"] {
    border-color: #103f73 !important;
  }
}

/*
 * v47: interactive slider rail with a floating previous/count/next controller.
 */
@media (max-width: 760px) {
  html body.special-page .preorder-slider-progress {
    position: relative !important;
    display: block !important;
    height: 48px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    cursor: pointer;
    touch-action: none;
  }

  html body.special-page .preorder-slider-progress::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 999px;
    background: #d9dee7;
  }

  html body.special-page .preorder-slider-progress
    > #preorderSliderProgressMarker {
    top: 22px !important;
    bottom: auto !important;
    height: 4px !important;
    min-width: 4px !important;
    border-radius: 999px !important;
    background: #111827 !important;
    transition: width 180ms ease !important;
    pointer-events: none;
  }

  html body.special-page .preorder-slider-controls {
    --slider-position: 0%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: clamp(55px, var(--slider-position), calc(100% - 55px));
    display: grid;
    grid-template-columns: 34px minmax(34px, auto) 34px;
    align-items: center;
    min-width: 110px;
    height: 48px;
    overflow: hidden;
    transform: translateX(-50%);
    border: 1px solid #e1e6ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 12px rgb(15 23 42 / 14%);
    transition: left 180ms ease;
  }

  html body.special-page .preorder-slider-controls > button {
    display: grid;
    width: 34px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #111827;
    font: 400 30px/1 Arial, sans-serif;
    cursor: pointer;
  }

  html body.special-page .preorder-slider-controls > button:disabled {
    color: #a8b0bd;
    cursor: default;
  }

  html body.special-page .preorder-slider-progress
    > .preorder-slider-controls
    > .preorder-slider-count {
    position: static !important;
    display: block;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
  }

  html body.special-page #preorderListCards.is-nav-animating {
    scroll-snap-type: none !important;
  }
}

/*
 * v48: navigation drag follows quickly over long distances and eases into
 * the selected vehicle card near its resting position.
 */

/*
 * v49: align intermediate slides to their real card edge so only the next
 * card peeks on the right; the final slide still settles against the end.
 */

/*
 * v50: time-based ease-out settling, compact total count, and Brand padding.
 */
@media (max-width: 760px) {
  html body.special-page .preorder-slider-count > b,
  html body.special-page .preorder-slider-count > span {
    font: inherit;
  }

  html body.special-page .preorder-slider-count > small {
    font-size: 10px;
    font-weight: 500;
  }

  html body.special-page #preorderBrandBar .preorder-brand-label {
    box-sizing: border-box;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
