/*
 * Mobile vehicle quote drawer.
 * It starts at the fixed quick-bar edge and rises to cover the viewport.
 */
@media all {
  html body.special-page #preorderQuoteDrawer.preorder-quote-drawer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2200 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    transition: opacity 0s linear 360ms, visibility 0s linear 360ms !important;
  }

  html body.special-page #preorderQuoteDrawer.preorder-quote-drawer.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition-delay: 0s !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-panel {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
    padding-left: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: translate3d(0, calc(100% - 64px), 0) !important;
    transform-origin: center bottom !important;
    transition: transform 360ms cubic-bezier(.22, 1, .36, 1) !important;
    will-change: transform !important;
  }

  html body.special-page #preorderQuoteDrawer.is-open .preorder-drawer-panel {
    transform: translate3d(0, 0, 0) !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-close,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:active {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    outline: 0 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-close::before,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover::before,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus::before,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible::before,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:active::before,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close::after,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover::after,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus::after,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible::after,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close:active::after {
    background: #13243d !important;
    box-shadow: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-car,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-result {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerCompany {
    border: 1px solid #0d2340 !important;
    background: transparent !important;
    background-image: none !important;
    color: #111 !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerTitle {
    font-weight: 700 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: 0 !important;
    border-top: 1px solid #d7e1ef !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-condition-group,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-fixed-mileage {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-fixed-mileage {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button:hover,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button:focus,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button:active {
    color: #374151 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button.active,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button.active:hover,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button.active:focus,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button.active:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-conditions .special-segmented button.active:active {
    border: 2px solid #0d2340 !important;
    background: #fff !important;
    background-image: none !important;
    color: #111 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-result {
    display: block !important;
    padding: 24px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-intro {
    margin: 0 !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown {
    display: grid !important;
    gap: 18px !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown > div {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown dt,
  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown dd {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown dt {
    color: #6b7280 !important;
    font-weight: 400 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-breakdown dd {
    color: #111 !important;
    font-weight: 500 !important;
    text-align: right !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-total {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 22px 0 0 !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid #e5e7eb !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-result-total > span {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerRent {
    font-size: 24px !important;
    line-height: 1.25 !important;
    text-align: right !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerQuoteMeta {
    display: block !important;
    margin: 20px 0 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-consult-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: calc(100% - 32px) !important;
    margin: 26px 16px 0 !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-consult-actions button,
  html body.special-page #preorderQuoteDrawer .preorder-consult-actions button:hover,
  html body.special-page #preorderQuoteDrawer .preorder-consult-actions button:focus,
  html body.special-page #preorderQuoteDrawer .preorder-consult-actions button:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-consult-actions button:active {
    min-height: 56px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    filter: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transform: none !important;
    transition: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-consult-back,
  html body.special-page #preorderQuoteDrawer .preorder-consult-back:hover,
  html body.special-page #preorderQuoteDrawer .preorder-consult-back:focus,
  html body.special-page #preorderQuoteDrawer .preorder-consult-back:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-consult-back:active {
    border: 1px solid #0d2340 !important;
    background: #fff !important;
    color: #0d2340 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-consult-reveal,
  html body.special-page #preorderQuoteDrawer .preorder-consult-reveal:hover,
  html body.special-page #preorderQuoteDrawer .preorder-consult-reveal:focus,
  html body.special-page #preorderQuoteDrawer .preorder-consult-reveal:focus-visible,
  html body.special-page #preorderQuoteDrawer .preorder-consult-reveal:active {
    border: 1px solid #0d2340 !important;
    background: #0d2340 !important;
    color: #fff !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin: 18px 16px 0 !important;
    padding: 34px 0 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-head {
    display: block !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-title-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 32px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult #drawerConsultTitle,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-title-mobile {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: -.2px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-head p {
    margin: 26px 0 0 !important;
    color: #222b38 !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    letter-spacing: -.25px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-head p br {
    display: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .preorder-inline-consult-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consult-field {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-field-title {
    color: #111827 !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-field-title em {
    color: #4b5563 !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-field-control {
    display: block !important;
    position: relative !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form input[type="text"],
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form input[type="tel"] {
    width: 100% !important;
    height: 62px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-bottom: 1px solid #aeb5bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #091f40 !important;
    box-shadow: none !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form textarea {
    width: 100% !important;
    height: auto !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 18px 2px 8px !important;
    overflow: hidden !important;
    resize: none !important;
    border: 0 !important;
    border-bottom: 1px solid #aeb5bf !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #091f40 !important;
    box-shadow: none !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    box-sizing: border-box !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form input::placeholder,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form input:focus,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-form textarea:focus {
    border-color: #111827 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-field-textarea {
    display: grid !important;
    gap: 6px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-memo-count {
    position: static !important;
    justify-self: end !important;
    margin: 0 2px !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-drawer-check {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111827 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-head {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 23px !important;
    min-height: 23px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult #drawerConsultConsentRequired {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: block !important;
    box-sizing: border-box !important;
    flex: 0 0 23px !important;
    width: 23px !important;
    min-width: 23px !important;
    max-width: 23px !important;
    height: 23px !important;
    min-height: 23px !important;
    max-height: 23px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid #9ca3af !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult #drawerConsultConsentRequired:checked {
    border-color: #111827 !important;
    background: radial-gradient(circle, #111827 0 4px, #fff 4.5px) !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-copy {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
    height: 23px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-label {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    height: 23px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-title-mobile {
    display: inline !important;
    color: #111827 !important;
    font-family: "Noto Sans KR", Pretendard, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-title-mobile em {
    color: #6b7280 !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-toggle {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 23px !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-chevron {
    display: block !important;
    box-sizing: border-box !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) !important;
    transform-origin: center !important;
    transition: transform 220ms ease !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-toggle.is-open .quick-consent-chevron {
    transform: rotate(225deg) !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-details[hidden] {
    display: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-details {
    display: grid !important;
    gap: 12px !important;
    max-height: 0 !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    transition: max-height 220ms ease, margin-top 220ms ease, opacity 180ms ease, transform 220ms ease !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .quick-consent-details.is-open {
    max-height: 520px !important;
    margin-top: 16px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .privacy-consent-box {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    border: 1px solid #dde2e8 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #273244 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .privacy-consent-box > div {
    padding: 10px 0 !important;
    border-bottom: 1px solid #e3e7ec !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .privacy-consent-box > div:last-child {
    border-bottom: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .privacy-consent-agree {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .preorder-inline-consult-submit,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .preorder-inline-consult-submit:hover,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .preorder-inline-consult-submit:focus,
  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult .preorder-inline-consult-submit:active {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #0d2340 !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: none !important;
    filter: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transform: none !important;
    transition: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult #drawerConsultStatus {
    min-height: 0 !important;
    margin: 0 !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult[hidden] {
    display: none !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult {
    max-height: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transform: translateY(-8px) !important;
    transition: max-height 360ms ease, margin-top 360ms ease, padding 360ms ease, opacity 240ms ease, transform 360ms ease !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-inline-common-consult.is-expanded {
    max-height: 1600px !important;
    margin-top: 18px !important;
    padding-top: 34px !important;
    padding-bottom: 28px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  html body.special-page.preorder-drawer-open {
    overflow: hidden !important;
  }
}

/*
 * Desktop uses the mobile drawer itself instead of the legacy wide modal.
 * Only the viewport placement changes: the mobile-width panel is centered.
 */
@media (min-width: 761px) {
  html body.special-page #preorderQuoteDrawer.preorder-quote-drawer {
    background: rgba(13, 35, 64, .46) !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-panel {
    inset: 50% auto auto 50% !important;
    width: 430px !important;
    height: min(960px, calc(100vh - 48px)) !important;
    max-height: calc(100vh - 48px) !important;
    max-width: calc(100vw - 32px) !important;
    padding-top: 18px !important;
    transform: translate3d(-50%, calc(50vh + 50%), 0) !important;
  }

  html body.special-page #preorderQuoteDrawer.is-open .preorder-drawer-panel {
    transform: translate3d(-50%, -50%, 0) !important;
  }

  /*
   * Keep the drawer's inner composition identical to the mobile breakpoint.
   * The viewport is desktop-sized, so these rules explicitly replace the
   * legacy two-column desktop car header instead of layering over it.
   */
  html body.special-page #preorderQuoteDrawer .preorder-drawer-close {
    top: 16px !important;
    right: 16px !important;
    width: 42px !important;
    height: 42px !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-car {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding-right: 44px !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerCompany {
    grid-column: 1 !important;
    grid-row: auto !important;
    margin: 0 0 16px !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerTitle,
  html body.special-page #preorderQuoteDrawer #drawerSubtitle,
  html body.special-page #preorderQuoteDrawer #drawerImage,
  html body.special-page #preorderQuoteDrawer .preorder-drawer-specs {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerTitle {
    padding-right: 0 !important;
    line-height: 1.35 !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerSubtitle {
    font-size: 13px !important;
  }

  html body.special-page #preorderQuoteDrawer #drawerImage {
    width: 100% !important;
    height: 170px !important;
    margin-top: 12px !important;
    object-fit: contain !important;
    align-self: center !important;
  }

  html body.special-page #preorderQuoteDrawer .preorder-drawer-specs {
    grid-template-columns: 1fr !important;
    margin-top: 18px !important;
  }
}
