.evoo-test-drive-promo {
    position: relative;
    overflow: hidden;
    padding: 48px 0;
    background: #0bc6c8;
    color: #071f20;
}

.evoo-test-drive-promo::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: #e8ff38;
    content: "";
    opacity: .9;
}

.evoo-test-drive-promo .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.evoo-test-drive-promo__copy {
    max-width: 760px;
}

.evoo-test-drive-promo__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.evoo-test-drive-promo h2 {
    max-width: 720px;
    margin: 0 0 12px;
    color: #073d3e;
}

.evoo-test-drive-promo p {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

.evoo-test-drive-promo .btn {
    flex: 0 0 auto;
    min-width: 250px;
}

.evoo-test-drive-modal[hidden] {
    display: none;
}

.evoo-test-drive-availability [hidden] {
    display: none !important;
}

.evoo-test-drive-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.evoo-test-drive-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 14, 15, .76);
    backdrop-filter: blur(6px);
}

.evoo-test-drive-dialog {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 38px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .3);
}

.evoo-test-drive-dialog__close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid #dfe4e4;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 0;
    cursor: pointer;
}

.evoo-test-drive-dialog__close svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    stroke: #111;
    stroke-linecap: round;
    stroke-width: 2;
}

.evoo-test-drive-dialog h2 {
    margin: 0 50px 24px 0;
    color: #242828;
}

.evoo-test-drive-dialog--chooser {
    max-width: 860px;
}

.evoo-test-drive-model-chooser__intro {
    margin: 0 0 24px;
    color: #666;
}

.evoo-test-drive-model-chooser {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.evoo-test-drive-model-chooser a,
.evoo-test-drive-model-chooser button {
    display: flex;
    width: 100%;
    min-height: 126px;
    padding: 22px;
    border: 2px solid #e5e8e8;
    border-radius: 16px;
    background: #fff;
    color: #222;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.evoo-test-drive-model-chooser a {
    min-height: 190px;
    overflow: hidden;
    padding: 0;
    gap: 0;
    transition: border-color .2s ease, background-color .2s ease,
        box-shadow .2s ease, transform .2s ease;
}

.evoo-test-drive-model-chooser__media {
    display: grid !important;
    width: 100%;
    height: 105px;
    overflow: hidden;
    place-items: center;
    border-bottom: 1px solid #edf0f0;
    background: linear-gradient(180deg, #f6f8f8 0%, #fff 100%);
    color: inherit !important;
    font-size: inherit !important;
    line-height: normal !important;
    white-space: normal !important;
}

.evoo-test-drive-model-chooser__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.evoo-test-drive-model-chooser [data-test-drive-model="zeekr-9x"] .evoo-test-drive-model-chooser__media {
    padding: 2px 8px 8px;
}

.evoo-test-drive-model-chooser__copy {
    display: flex !important;
    min-height: 81px;
    padding: 14px 18px 15px;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    color: inherit !important;
    font-size: inherit !important;
    line-height: normal !important;
    white-space: normal !important;
}

.evoo-test-drive-model-chooser a:hover,
.evoo-test-drive-model-chooser a:focus-visible,
.evoo-test-drive-model-chooser button:hover,
.evoo-test-drive-model-chooser button:focus-visible {
    border-color: #0dc7cc;
    background: #f1fbfb;
}

.evoo-test-drive-model-chooser a:hover,
.evoo-test-drive-model-chooser a:focus-visible {
    box-shadow: 0 12px 28px rgba(7, 61, 62, .12);
    transform: translateY(-2px);
}

.evoo-test-drive-model-chooser button[aria-pressed="true"] {
    border-color: #0bc6c8;
    background: #e9fbfb;
}

.evoo-test-drive-model-chooser strong {
    font-size: 2rem;
    line-height: 1.15;
}

.evoo-test-drive-model-chooser span {
    display: block;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.25;
    white-space: pre-line;
}

.evoo-test-drive-steps {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.evoo-test-drive-steps li {
    display: block !important;
    width: 100% !important;
    min-width: 0;
}

.evoo-test-drive-steps li > button {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #f2f4f4;
    color: #747979;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.evoo-test-drive-steps li::before,
.evoo-test-drive-steps li::after {
    display: none !important;
    content: none !important;
}

.evoo-test-drive-steps button > span {
    display: grid;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #dfe4e4;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.evoo-test-drive-steps li > button > span:first-child {
    display: grid !important;
    place-items: center;
    font-family: Inter, sans-serif;
    font-size: 0;
    font-weight: 700;
}

.evoo-test-drive-steps li > button > span:first-child > strong {
    display: block !important;
    color: inherit;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.evoo-test-drive-steps .evoo-test-drive-step-label {
    display: flex;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent !important;
    color: inherit !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.evoo-test-drive-steps li.is-active > button {
    border: 1px solid #0a9295;
    background: #effafa;
    color: #073d3e;
}

.evoo-test-drive-steps li.is-active > button > span:first-child {
    background: #087d80;
    color: #ffffff;
}

.evoo-test-drive-steps li.is-complete > button {
    border: 1px solid #a8dddd;
    background: #dff5f5;
    color: #075456;
}

.evoo-test-drive-steps li.is-complete > button > span:first-child {
    background: #0a9295;
    color: #ffffff;
}

.evoo-test-drive-steps li > button:hover:not(:disabled) {
    border-color: #087d80;
    background: #e8f8f8;
}

.evoo-test-drive-steps li > button:focus-visible {
    outline: 2px solid #087d80;
    outline-offset: 2px;
}

.evoo-test-drive-steps li > button:disabled {
    cursor: default;
}

.evoo-test-drive-modal.is-managing .evoo-test-drive-steps li:not(.is-active):not(.is-complete) > button {
    border-color: #d2e4e4;
    background: #f7fbfb;
    color: #3f5959;
}

.evoo-test-drive-modal.is-managing .evoo-test-drive-steps li:not(.is-active):not(.is-complete) > button > span:first-child {
    background: #d7e8e8;
    color: #315354;
}

.evoo-test-drive-model {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1px solid #d7e9e9;
    border-radius: 14px;
    background: #f4fbfb;
}

.evoo-test-drive-model__selection {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 18px;
}

.evoo-test-drive-model__selection > span {
    color: #667070;
}

.evoo-test-drive-model__selection > strong {
    color: #242828;
}

.evoo-test-drive-change-model {
    flex: 0 0 auto;
}

.evoo-test-drive-branches {
    margin: 0 0 22px;
    padding: 0;
    border: 0;
}

.evoo-test-drive-branches legend {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 800;
}

.evoo-test-drive-branches > p {
    margin: 0 0 14px;
    color: #667070;
    font-size: 14px;
    line-height: 1.5;
}

.evoo-test-drive-branches > div {
    display: flex !important;
    width: 100%;
    gap: 12px;
}

.evoo-test-drive-branch-option {
    position: relative;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
}

.evoo-test-drive-branch-option label {
    display: block !important;
    position: absolute !important;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    cursor: pointer;
}

.evoo-test-drive-branch-option label::before,
.evoo-test-drive-branch-option label::after {
    display: none !important;
    content: none !important;
}

.evoo-test-drive-branches input {
    display: none !important;
    position: absolute;
    left: -9999px;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    appearance: none !important;
    pointer-events: none;
}

#body .evoo-test-drive-branches .evoo-test-drive-branch-card {
    display: flex;
    width: 100%;
    min-height: 74px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 2px solid #e2e7e7;
    border-radius: 14px;
    text-align: center;
    color: #283030 !important;
    -webkit-text-fill-color: #283030 !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

#body .evoo-test-drive-branches .evoo-test-drive-branch-card::before,
#body .evoo-test-drive-branches .evoo-test-drive-branch-card::after {
    display: none !important;
    content: none !important;
}

.evoo-test-drive-branch-option:hover > .evoo-test-drive-branch-card {
    transform: translateY(-2px);
    border-color: #7fdfe0;
}

.evoo-test-drive-branches input:focus-visible ~ .evoo-test-drive-branch-card {
    outline: 3px solid rgba(11, 198, 200, .28);
    outline-offset: 2px;
}

.evoo-test-drive-branches input:checked ~ .evoo-test-drive-branch-card {
    border-color: #0bc6c8;
    background: #0bc6c8;
    color: #063839;
}

.evoo-test-drive-branches .evoo-test-drive-external-note {
    display: block;
    margin: 12px 0 0;
    color: #697171;
    font-size: 12px;
    line-height: 1.45;
}

.evoo-test-drive-continue {
    width: 100%;
}

#body .evoo-test-drive-dialog .evoo-test-drive-continue:disabled,
.evoo-test-drive-dialog .evoo-test-drive-continue:disabled {
    cursor: not-allowed;
    border-color: #d8dddd !important;
    background: #e5e9e9 !important;
    color: #596161 !important;
    opacity: 1 !important;
}

#body .evoo-test-drive-dialog .evoo-test-drive-continue:disabled > span,
.evoo-test-drive-dialog .evoo-test-drive-continue:disabled > span {
    background: transparent !important;
    color: inherit !important;
}

.evoo-test-drive-prefill-note {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #effafa;
    color: #075456;
    font-size: 13px;
    line-height: 1.45;
}

.evoo-test-drive-loading {
    display: grid;
    min-height: 210px;
    place-items: center;
    align-content: center;
    gap: 14px;
    color: #566060;
}

.evoo-test-drive-loading > span {
    width: 42px;
    height: 42px;
    border: 4px solid #dceaea;
    border-top-color: #0bc6c8;
    border-radius: 50%;
    animation: evoo-test-drive-spin .8s linear infinite;
}

@keyframes evoo-test-drive-spin {
    to { transform: rotate(360deg); }
}

.evoo-test-drive-no-slots {
    padding: 28px;
    border: 1px solid #dde5e5;
    border-radius: 16px;
    background: #f7f9f9;
}

.evoo-test-drive-no-slots strong {
    display: block;
    margin-bottom: 6px;
    color: #263030;
    font-size: 20px;
}

.evoo-test-drive-no-slots p,
.evoo-test-drive-section-head p {
    margin: 0;
    color: #667070;
    line-height: 1.5;
}

.evoo-test-drive-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.evoo-test-drive-section-head strong {
    display: block;
    margin-bottom: 4px;
    color: #263030;
    font-size: 20px;
}

.evoo-test-drive-link {
    flex: 0 0 auto;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #087f81;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.evoo-test-drive-days {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    overflow: visible;
}

.evoo-test-drive-window {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.evoo-test-drive-window strong {
    text-align: center;
}

.evoo-test-drive-window button {
    display: flex !important;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #dfe7e7;
    border-radius: 12px;
    background: #fff;
    color: #087f81 !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
    line-height: 1 !important;
}

.evoo-test-drive-window button svg {
    display: block !important;
    position: static !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: none !important;
}

.evoo-test-drive-window button:disabled {
    cursor: default;
    opacity: .3;
}

.evoo-test-drive-days button,
.evoo-test-drive-times button {
    border: 2px solid #e0e6e6;
    border-radius: 12px;
    background: #fff;
    color: #283030;
    font-family: Inter, sans-serif;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.evoo-test-drive-days button {
    height: auto !important;
    min-height: 46px;
    min-width: 0;
    padding: 13px 14px;
    font-weight: 750;
    text-transform: capitalize;
}

.evoo-test-drive-days button > span {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 17px;
    color: #283030 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.evoo-test-drive-days button:hover,
.evoo-test-drive-times button:hover {
    transform: translateY(-1px);
    border-color: #74d9da;
}

.evoo-test-drive-days button.is-selected,
.evoo-test-drive-times button.is-selected {
    border-color: #0bc6c8;
    background: #0bc6c8;
    color: #063839;
}

.evoo-test-drive-days button.is-selected span,
.evoo-test-drive-times button.is-selected strong,
.evoo-test-drive-times button.is-selected span {
    color: #063839 !important;
}

.evoo-test-drive-times {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.evoo-test-drive-times button {
    display: flex;
    height: auto !important;
    min-height: 66px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.evoo-test-drive-times strong {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 21px;
    color: #283030 !important;
    font-size: 17px;
    line-height: 1.2 !important;
}

.evoo-test-drive-times span {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 15px;
    color: #718080;
    font-size: 12px;
    line-height: 1.2 !important;
}

.evoo-test-drive-contact-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.evoo-test-drive-contact.is-managing .evoo-test-drive-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evoo-test-drive-contact-actions .btn {
    width: 100%;
    justify-content: center;
}

#body .evoo-test-drive-manage-cancel {
    border: 1px solid #d7a9a9 !important;
    background: #fff !important;
    color: #7b2525 !important;
    -webkit-text-fill-color: #7b2525 !important;
    opacity: 1 !important;
}

#body .evoo-test-drive-manage-cancel:hover,
#body .evoo-test-drive-manage-cancel.is-confirming {
    border-color: #a93c3c !important;
    background: #fff2f2 !important;
    color: #7b2525 !important;
}

.evoo-test-drive-contact {
    display: grid;
    gap: 20px;
}

.evoo-test-drive-contact > .evoo-test-drive-section-head,
.evoo-test-drive-contact > .evoo-test-drive-prefill-note,
.evoo-test-drive-contact > .evoo-test-drive-error,
.evoo-test-drive-contact > .evoo-test-drive-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.evoo-test-drive-manage-contact-status {
    margin: 0;
    color: #087f81;
    font-size: 13px;
    font-weight: 700;
}

.evoo-test-drive-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.evoo-test-drive-form-grid label:not(.evoo-test-drive-consent) {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #3c4545;
    font-size: 13px;
    font-weight: 750;
}

.evoo-test-drive-form-grid .span-2 {
    grid-column: 1 / -1;
}

.evoo-test-drive-form-grid input:not([type="checkbox"]),
.evoo-test-drive-form-grid textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cdd7d7;
    border-radius: 10px;
    background: #fff;
    color: #222a2a !important;
    -webkit-text-fill-color: #222a2a !important;
    opacity: 1 !important;
    font: inherit;
    font-weight: 400;
}

.evoo-test-drive-form-grid input:not([type="checkbox"])::placeholder,
.evoo-test-drive-form-grid textarea::placeholder {
    color: #7b8585 !important;
    -webkit-text-fill-color: #7b8585 !important;
    opacity: 1 !important;
}

.evoo-test-drive-phone-field {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    border: 1px solid #cdd7d7;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.evoo-test-drive-phone-field:focus-within {
    border-color: #0bc6c8;
    outline: 3px solid rgba(11, 198, 200, .17);
}

.evoo-test-drive-phone-field select {
    flex: 0 0 auto;
    align-self: stretch;
    width: 126px;
    max-width: 126px;
    padding: 0 34px 0 14px;
    border: 0;
    border-right: 1px solid #dce3e3;
    border-radius: 0;
    appearance: none;
    background-color: #f7f9f9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23088f91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 12px 8px;
    color: #222a2a !important;
    font: inherit;
    font-weight: 400;
    -webkit-text-fill-color: #222a2a !important;
    cursor: pointer;
}

.evoo-test-drive-phone-field select:focus {
    outline: 0;
}

.evoo-test-drive-form-grid .evoo-test-drive-phone-field input {
    min-width: 0;
    padding-left: 12px;
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
}

.evoo-test-drive-form-grid input:focus,
.evoo-test-drive-form-grid textarea:focus {
    border-color: #0bc6c8;
    outline: 3px solid rgba(11, 198, 200, .17);
}

#body .evoo-test-drive-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #4f5959;
    font-size: 11px;
    line-height: 1.35;
    cursor: pointer;
}

#body .evoo-test-drive-consent-box {
    position: relative;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #667272;
    border-radius: 5px;
    background: #fff;
}

#body .evoo-test-drive-consent input:focus-visible + .evoo-test-drive-consent-box {
    box-shadow: 0 0 0 3px rgba(11, 198, 200, .2);
}

#body .evoo-test-drive-consent input:checked + .evoo-test-drive-consent-box {
    border-color: #008487;
    background: #008487;
}

#body .evoo-test-drive-consent input:checked + .evoo-test-drive-consent-box::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#body .evoo-test-drive-consent-text {
    display: block !important;
    flex: 1 1 auto;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 20px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

@media (min-width: 761px) {
    #body .evoo-test-drive-consent-text {
        white-space: nowrap;
    }
}

.evoo-test-drive-submit {
    width: 100%;
    margin: 0;
}

.evoo-test-drive-error {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff0f0;
    color: #8a2020;
    font-size: 14px;
}

.evoo-test-drive-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.evoo-test-drive-success {
    padding: 18px 0 4px;
    text-align: center;
}

.evoo-test-drive-success__icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #0bc6c8;
    color: #063839;
    font-size: 32px;
    font-weight: 700;
}

.evoo-test-drive-success h3 {
    margin: 0 0 8px;
    color: #203030;
    font-size: 27px;
}

.evoo-test-drive-success > p {
    max-width: 580px;
    margin: 0 auto 22px;
    color: #5e6868;
    line-height: 1.55;
}

.evoo-test-drive-success dl {
    display: grid;
    gap: 1px;
    margin: 0 0 22px;
    overflow: hidden;
    border: 1px solid #dfe8e8;
    border-radius: 14px;
    background: #dfe8e8;
    text-align: left;
}

.evoo-test-drive-success dl div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 13px 16px;
    background: #fff;
}

.evoo-test-drive-success dt {
    color: #6c7777;
}

.evoo-test-drive-success dd {
    margin: 0;
    color: #273131;
    font-weight: 700;
}

.evoo-test-drive-success dd a {
    color: #087f81;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.evoo-test-drive-success [data-booking-note-row] dd {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-weight: 400;
}

.evoo-test-drive-success__actions .btn:disabled,
.evoo-test-drive-success__actions .btn[aria-disabled="true"] {
    border-color: #d6dede;
    background: #eef1f1;
    color: #9ba4a4;
    opacity: 1;
}

.evoo-test-drive-success .btn {
    min-width: 220px;
}

.evoo-test-drive-success__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

#body .evoo-test-drive-success__actions .btn-secondary:not(:disabled):not([aria-disabled="true"]) {
    border-color: #b9c8c8;
    background: #f4f8f8;
    color: #415050;
    opacity: 1;
}

#body .evoo-test-drive-success__actions .btn-secondary:not(:disabled):not([aria-disabled="true"]) span {
    color: inherit;
}

.evoo-test-drive-manual {
    padding: 22px;
    border-radius: 14px;
    background: #f3f4f0;
}

.evoo-test-drive-manual > strong {
    font-size: 20px;
}

.evoo-test-drive-manual p {
    margin: 8px 0 18px;
    color: #5e6565;
    line-height: 1.55;
}

body.evoo-test-drive-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .evoo-test-drive-promo {
        padding: 34px 0;
    }

    .evoo-test-drive-promo .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .evoo-test-drive-promo .btn {
        width: 100%;
        min-width: 0;
    }

    .evoo-test-drive-modal {
        align-items: end;
        padding: 0;
    }

    .evoo-test-drive-dialog {
        width: 100%;
        max-height: 92vh;
        padding: 28px 20px 24px;
        border-radius: 22px 22px 0 0;
    }

    .evoo-test-drive-dialog h2 {
        margin-bottom: 16px;
    }

    .evoo-test-drive-dialog__close {
        top: 14px;
        right: 14px;
    }

    .evoo-test-drive-steps {
        gap: 3px;
    }

    .evoo-test-drive-steps li > button {
        min-width: 0;
        min-height: 58px;
        padding: 8px 5px;
        gap: 4px;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.2;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .evoo-test-drive-steps button > span {
        width: 19px;
        height: 19px;
    }

    .evoo-test-drive-steps li > button > span:first-child > strong {
        font-size: 9px;
    }

    .evoo-test-drive-steps .evoo-test-drive-step-label {
        font-size: 13px;
        line-height: 1.2;
        overflow-wrap: normal;
    }

    #body .evoo-test-drive-branches .evoo-test-drive-branch-card {
        font-size: 18px !important;
        line-height: 22px;
    }

    .evoo-test-drive-days {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evoo-test-drive-model {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .evoo-test-drive-model__selection {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .evoo-test-drive-change-model {
        align-self: flex-start;
    }

    .evoo-test-drive-section-head {
        flex-direction: column;
        gap: 8px;
    }

    .evoo-test-drive-times {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .evoo-test-drive-form-grid {
        grid-template-columns: 1fr;
    }

    .evoo-test-drive-contact.is-managing .evoo-test-drive-contact-actions {
        grid-template-columns: 1fr;
    }

    .evoo-test-drive-form-grid .span-2 {
        grid-column: auto;
    }

    .evoo-test-drive-success dl div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .evoo-test-drive-model-chooser {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .evoo-test-drive-model-chooser a {
        display: grid;
        min-height: 96px;
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .evoo-test-drive-model-chooser__intro {
        margin-bottom: 18px;
    }

    .evoo-test-drive-model-chooser__media {
        height: 100%;
        min-height: 92px;
        grid-column: 1;
        grid-row: 1;
        border-right: 1px solid #edf0f0;
        border-bottom: 0;
    }

    .evoo-test-drive-model-chooser__copy {
        min-height: 92px;
        padding: 12px 14px;
        grid-column: 2;
        grid-row: 1;
        justify-content: center;
    }
}
