.reservation-step-2.step2-oscar {
    background: #f4f6fa;
    --brand-navy: #0d1b35;
    --brand-navy-soft: #edf2fb;
}

.reservation-step-2.step2-oscar .step2-main-section {
    padding-top: 10px;
    padding-bottom: 28px;
}

.reservation-step-2.step2-oscar .step2-left-column > .checkout-box,
.reservation-step-2.step2-oscar .step2-right-column > .checkout-box {
    border: 1px solid #e5ebf3 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}

.reservation-step-2.step2-oscar .step2-left-column > .checkout-box {
    margin-bottom: 14px;
}

.reservation-step-2.step2-oscar .checkout-title.section-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2d3a4f !important;
}

.reservation-step-2.step2-oscar .checkout-title.section-heading.section-heading-muted {
    font-size: 14px !important;
    color: #6f7d8f !important;
    margin-bottom: 10px !important;
}

.reservation-step-2.step2-oscar .section-title-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-navy);
    font-size: 13px;
    flex-shrink: 0;
}

.reservation-step-2.step2-oscar .trip-route-strip {
    margin-bottom: 12px;
    border: 1px solid #e7edf5;
    background: #f8fafd;
    border-radius: 10px;
    min-height: 44px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reservation-step-2.step2-oscar .trip-route-point {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: #43556f;
    font-size: 13px;
    font-weight: 600;
}

.reservation-step-2.step2-oscar .trip-route-point i {
    color: var(--brand-navy);
    font-size: 12px;
}

.reservation-step-2.step2-oscar .trip-route-point span {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reservation-step-2.step2-oscar .trip-route-divider {
    flex: 1;
    min-width: 26px;
    height: 1px;
    background-image: linear-gradient(to right, #cdd5e3 60%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.reservation-step-2.step2-oscar .input-groups {
    border: 1px solid #e3e9f1 !important;
    border-radius: 10px !important;
    background: #f8fafd !important;
    min-height: 52px !important;
    padding: 8px 11px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 2px;
    text-align: left !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.reservation-step-2.step2-oscar .input-groups.is-focused,
.reservation-step-2.step2-oscar .input-groups:focus-within {
    border-color: #7db2ff !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(52, 131, 250, 0.12) !important;
}

.reservation-step-2.step2-oscar .input-groups label,
.reservation-step-2.step2-oscar .input-groups .trip-title,
.reservation-step-2.step2-oscar .input-groups .checkout-label {
    font-size: 10px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a97aa !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.reservation-step-2.step2-oscar .checkout-input,
.reservation-step-2.step2-oscar .input-groups input,
.reservation-step-2.step2-oscar .input-groups select,
.reservation-step-2.step2-oscar .input-groups textarea {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #202f44 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    padding: 0 !important;
}

.reservation-step-2.step2-oscar .contact-card .contact-grid {
    row-gap: 8px;
}

.reservation-step-2.step2-oscar .contact-card .input-groups {
    min-height: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    gap: 6px !important;
}

.reservation-step-2.step2-oscar .contact-card .input-groups label,
.reservation-step-2.step2-oscar .contact-card .input-groups .checkout-label {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #3e4f68 !important;
    margin-bottom: 0 !important;
}

.reservation-step-2.step2-oscar .contact-card .checkout-input,
.reservation-step-2.step2-oscar .contact-card .input-groups input {
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid #cfd9e8 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    padding: 0 12px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #3f4f66 !important;
}

.reservation-step-2.step2-oscar .contact-card .input-groups:focus-within .checkout-input,
.reservation-step-2.step2-oscar .contact-card .input-groups:focus-within input {
    border-color: #8fb6ef !important;
    box-shadow: 0 0 0 3px rgba(47, 130, 247, 0.12) !important;
}

.reservation-step-2.step2-oscar .contact-card .input-groups input::placeholder {
    color: #8696ad !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    border: 1px solid #cfd9e8;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-code-select {
    height: 100%;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 84px;
    max-width: 108px;
    box-sizing: border-box;
    margin: 0 !important;
    border: none !important;
    border-right: 1px solid #dce5f2 !important;
    border-radius: 0 !important;
    background: #f9fbff !important;
    color: #22344f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 16px 0 10px !important;
    outline: none !important;
    text-align: left !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%235c6f8b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 84px;
    max-width: 108px;
    height: 100% !important;
    background: #f9fbff !important;
    border-right: 1px solid #dce5f2 !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single {
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 22px 0 10px !important;
    line-height: 1 !important;
    color: #22344f !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    width: 18px !important;
    right: 5px !important;
    top: 0 !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #5c6f8b transparent transparent transparent !important;
    border-width: 5px 4px 0 4px !important;
    margin-top: -2px !important;
}

.reservation-step-2.step2-oscar .phone-flag-option {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.reservation-step-2.step2-oscar .phone-flag-option .flag-icon {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    flex: 0 0 16px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.reservation-step-2.step2-oscar .phone-flag-option .phone-flag-code {
    color: #22344f;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

.reservation-step-2.step2-oscar .phone-flag-option .phone-flag-name {
    color: #5d6f89;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reservation-step-2.step2-oscar .phone-country-dropdown {
    border: 1px solid #d7e3f3 !important;
    border-radius: 10px !important;
    overflow: hidden;
    z-index: 99999 !important;
    min-width: 250px !important;
}

.reservation-step-2.step2-oscar .phone-country-dropdown .select2-search--dropdown {
    padding: 8px;
    border-bottom: 1px solid #eef3fb;
    background: #f9fbff;
}

.reservation-step-2.step2-oscar .phone-country-dropdown .select2-search--dropdown .select2-search__field {
    height: 34px;
    border: 1px solid #d3deef !important;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 13px;
    color: #22344f;
}

.reservation-step-2.step2-oscar .phone-country-dropdown .select2-results__option {
    padding: 8px 10px;
}

.reservation-step-2.step2-oscar .phone-country-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ecf4ff !important;
    color: #1d2f4c !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer #phone {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 100% !important;
    min-height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    direction: ltr !important;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer #phone::placeholder {
    text-align: left !important;
    color: #8696ad !important;
    letter-spacing: 0 !important;
}

.reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer:focus-within {
    border-color: #8fb6ef !important;
    box-shadow: 0 0 0 3px rgba(47, 130, 247, 0.12) !important;
}

@media (max-width: 576px) {
    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer {
        height: 42px;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-code-select {
        width: auto !important;
        min-width: 78px;
        max-width: 100px;
        padding-left: 8px !important;
        padding-right: 15px !important;
        font-size: 13px !important;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container {
        min-width: 78px;
        max-width: 100px;
    }

    .reservation-step-2.step2-oscar .contact-card .phone-input-group .phone-composer>.select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 8px !important;
        font-size: 13px !important;
    }
}

.reservation-step-2.step2-oscar .passenger-card .input-groups,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups,
.reservation-step-2.step2-oscar .return-transfer-card .return-transfer-body .input-groups {
    min-height: auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    gap: 6px !important;
}

.reservation-step-2.step2-oscar .passenger-card .input-groups label,
.reservation-step-2.step2-oscar .passenger-card .input-groups .trip-title,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups label,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .trip-title,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups label,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .trip-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #3e4f68 !important;
    margin-bottom: 0 !important;
}

.reservation-step-2.step2-oscar .passenger-card .checkout-input,
.reservation-step-2.step2-oscar .passenger-card .input-groups input,
.reservation-step-2.step2-oscar .outbound-transfer-card .checkout-input,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups input,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups textarea,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups select,
.reservation-step-2.step2-oscar .return-transfer-card .checkout-input,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups input,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups textarea,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups select {
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid #cfd9e8 !important;
    border-radius: 10px !important;
    background-color: #ffffff !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    color: #3f4f66 !important;
}

.reservation-step-2.step2-oscar .passenger-card .input-groups:focus-within .checkout-input,
.reservation-step-2.step2-oscar .passenger-card .input-groups:focus-within input,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:focus-within .checkout-input,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:focus-within input,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:focus-within textarea,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:focus-within select,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:focus-within .checkout-input,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:focus-within input,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:focus-within textarea,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:focus-within select {
    border-color: #8fb6ef !important;
    box-shadow: 0 0 0 3px rgba(47, 130, 247, 0.12) !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .date-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .date-picker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .time-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .time-picker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15 15'/%3E%3C/svg%3E") !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .date-picker,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .time-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .date-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .time-picker {
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    background-size: 15px 15px !important;
    padding-left: 34px !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups {
    margin-bottom: 8px !important;
}

.reservation-step-2.step2-oscar .return-transfer-body .input-groups {
    margin-bottom: 8px !important;
}

.reservation-step-2.step2-oscar .input-groups:has(.date-picker),
.reservation-step-2.step2-oscar .input-groups:has(.time-picker) {
    min-height: 48px !important;
    padding: 7px 10px !important;
}

.reservation-step-2.step2-oscar .input-groups input::placeholder,
.reservation-step-2.step2-oscar .input-groups textarea::placeholder {
    color: #a2aec0 !important;
}

.reservation-step-2.step2-oscar .input-groups .date-picker,
.reservation-step-2.step2-oscar .input-groups .time-picker {
    background-position: 0 50% !important;
    background-size: 15px 15px !important;
    padding-left: 22px !important;
    font-size: 13px !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:has(.date-picker),
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:has(.time-picker),
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:has(.date-picker),
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:has(.time-picker) {
    min-height: auto !important;
    padding: 0 !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:has(.date-picker)::before,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups:has(.time-picker)::before,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:has(.date-picker)::before,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups:has(.time-picker)::before {
    content: none !important;
    display: none !important;
}

.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .date-picker,
.reservation-step-2.step2-oscar .outbound-transfer-card .input-groups .time-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .date-picker,
.reservation-step-2.step2-oscar .return-transfer-card .input-groups .time-picker {
    background-position: 10px 50% !important;
    background-size: 15px 15px !important;
    padding-left: 34px !important;
}

.reservation-step-2.step2-oscar .contact-card .use-booker-details {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 2px 2px 0 2px !important;
}

.reservation-step-2.step2-oscar .contact-card .use-booker-details input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    accent-color: #2f82f7 !important;
}

.reservation-step-2.step2-oscar .contact-card .use-booker-details label {
    color: #556987 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups {
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
    display: block !important;
    align-items: initial !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:has(.date-picker),
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:has(.time-picker) {
    padding: 0 !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups>label {
    margin-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #3e4f68 !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups>input,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .checkout-input,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups select,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups textarea {
    height: 44px !important;
    min-height: 44px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    color: #3f4f66 !important;
    border: 1px solid #cfd9e8 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .date-picker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .time-picker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15 15'/%3E%3C/svg%3E") !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .date-picker,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .time-picker {
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    background-size: 15px 15px !important;
    padding-left: 34px !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .time-picker.time-compact {
    height: 40px !important;
    min-height: 40px !important;
    max-width: 100%;
    font-size: 14px !important;
    padding-left: 32px !important;
}

body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:focus-within>input,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:focus-within .checkout-input,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:focus-within select,
body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups:focus-within textarea {
    border-color: #8fb6ef !important;
    box-shadow: 0 0 0 3px rgba(47, 130, 247, 0.12) !important;
}

@media (max-width: 576px) {
    body.reservation-flow.reservation-step-2.step2-oscar .return-transfer-body .input-groups .time-picker.time-compact {
        max-width: 100%;
    }
}

.reservation-step-2.step2-oscar .return-toggle-box {
    padding: 0 !important;
}

.reservation-step-2.step2-oscar .return-toggle-header {
    padding: 0 !important;
}

.reservation-step-2.step2-oscar .return-toggle-label {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
    padding: 18px 20px !important;
    border-radius: 18px !important;
}

.reservation-step-2.step2-oscar .return-toggle-check {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    border: 2px solid #cad6e6 !important;
    background: #ffffff !important;
    margin: 0 !important;
    position: relative !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.reservation-step-2.step2-oscar .return-toggle-check::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(0.9);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.reservation-step-2.step2-oscar .return-toggle-check:checked {
    background: linear-gradient(180deg, #13345f 0%, #0d274c 100%) !important;
    border-color: #102f5d !important;
    box-shadow: 0 0 0 4px rgba(16, 47, 93, 0.12) !important;
}

.reservation-step-2.step2-oscar .return-toggle-check:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.reservation-step-2.step2-oscar .return-toggle-check:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(198, 162, 75, 0.18) !important;
}

.reservation-step-2.step2-oscar .return-toggle-copy {
    display: flex;
    align-items: center;
    min-width: 0;
}

.reservation-step-2.step2-oscar .return-toggle-text {
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #10213f !important;
}

.reservation-step-2.step2-oscar .return-transfer-card {
    padding-top: 2px;
}

.reservation-step-2.step2-oscar .extras-grid {
    row-gap: 8px;
}

.reservation-step-2.step2-oscar .extras-grid .extra-card {
    border: 1px solid #e4ebf4 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    padding: 8px 10px !important;
    min-height: 52px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    gap: 8px;
}

.reservation-step-2.step2-oscar .extras-grid .extra-card label {
    margin: 0 !important;
    min-width: 0;
    flex: 1;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    color: #2d3a4f !important;
}

.reservation-step-2.step2-oscar .extra-meta {
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.reservation-step-2.step2-oscar .extra-icon {
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
    background: var(--brand-navy-soft) !important;
    color: var(--brand-navy) !important;
    font-size: 10px !important;
}

.reservation-step-2.step2-oscar .extra-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #35465d !important;
    text-align: left !important;
    text-transform: none !important;
}

.reservation-step-2.step2-oscar .extra-unit-price {
    font-size: 11px !important;
    line-height: 1.2 !important;
    color: #5e6f86 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.reservation-step-2.step2-oscar .extra-stepper-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-card {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-card > label {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
    gap: 10px !important;
    flex: 1 1 auto !important;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
    margin-left: auto !important;
    justify-content: flex-end !important;
    flex-shrink: 0 !important;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-route-col {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-left: 8px;
    border-left: 1px solid #e9eef6;
}

.reservation-step-2.step2-oscar .extras-unified-grid .extra-route-col:first-child {
    padding-left: 0;
    border-left: none;
}

.reservation-step-2.step2-oscar .extra-direction-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8e9db2;
    font-weight: 700;
}

.reservation-step-2.step2-oscar .extra-stepper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.reservation-step-2.step2-oscar .extra-btn {
    width: 24px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 1px solid #b7d0f7 !important;
    background: #f3f8ff !important;
    color: #2f82f7 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.reservation-step-2.step2-oscar .extra-stepper-input {
    width: 30px !important;
    height: 24px !important;
    border-radius: 6px !important;
    border: 1px solid #b7d0f7 !important;
    background: #ffffff !important;
    color: #2d3a4f !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.reservation-step-2.step2-oscar .step2-summary-card,
.reservation-step-2.step2-oscar .step2-price-card {
    border: 1px solid #e5ebf3 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}

.reservation-step-2.step2-oscar .step2-summary-card .f-white,
.reservation-step-2.step2-oscar .step2-summary-card .csg,
.reservation-step-2.step2-oscar .step2-summary-card .csp,
.reservation-step-2.step2-oscar .step2-price-card .f-white,
.reservation-step-2.step2-oscar .step2-price-card .csg,
.reservation-step-2.step2-oscar .step2-price-card .csp {
    color: #2f3d53 !important;
}

.reservation-step-2.step2-oscar .step2-summary-card i.fa-solid,
.reservation-step-2.step2-oscar .step2-price-card i.fa-solid {
    color: #4e6077 !important;
}

.reservation-step-2.step2-oscar .step2-price-value {
    color: #2f82f7 !important;
}

.reservation-step-2.step2-oscar .step2-price-sub {
    color: #7f8ca0 !important;
}

.reservation-step-2.step2-oscar .step2-unified-submit {
    margin-top: 14px;
    border-top: 1px solid #edf1f7;
    padding-top: 12px;
}

.reservation-step-2.step2-oscar .step2-unified-submit .step2-submit-policy label,
.reservation-step-2.step2-oscar .step2-unified-submit .step2-submit-policy label a {
    color: #5f6f85 !important;
}

.reservation-step-2.step2-oscar .voucher-submit {
    border-radius: 10px !important;
    border: none !important;
    background: linear-gradient(135deg, #2f82f7 0%, #1d65d6 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    min-height: 44px;
}

.reservation-step-2.step2-oscar .step2-unified-submit .step2-submit-policy input[type=checkbox] {
    accent-color: #2f82f7;
}

.reservation-step-2.step2-oscar span.error-label {
    color: #d93b3b !important;
    font-size: 11px !important;
    margin-top: 4px !important;
}

.reservation-step-2.step2-oscar input.error-label,
.reservation-step-2.step2-oscar select.error-label,
.reservation-step-2.step2-oscar textarea.error-label {
    border: 1px solid #f5a6a6 !important;
    box-shadow: 0 0 0 2px rgba(223, 79, 79, 0.14) !important;
    border-radius: 8px !important;
}

@media (max-width: 991px) {
    .reservation-step-2.step2-oscar .checkout-title.section-heading {
        font-size: 16px !important;
    }

    .reservation-step-2.step2-oscar .trip-route-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .reservation-step-2.step2-oscar .trip-route-divider {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .reservation-step-2.step2-oscar .checkout-box {
        border-radius: 12px !important;
    }

    .reservation-step-2.step2-oscar .input-groups {
        min-height: 48px !important;
        padding: 7px 10px !important;
    }

    .reservation-step-2.step2-oscar .extras-grid .extra-card {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .reservation-step-2.step2-oscar .extras-grid .extra-card > .extra-stepper-wrap {
        width: 100%;
        justify-content: flex-end;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
        width: 100%;
        justify-content: space-between;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-col {
        border-left: none;
        padding-left: 0;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls .extra-stepper-wrap {
        width: auto;
        justify-content: flex-start;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-card {
        flex-direction: row !important;
        align-items: center !important;
    }

    .reservation-step-2.step2-oscar .extras-unified-grid .extra-route-controls {
        width: auto !important;
        margin-left: auto !important;
        justify-content: flex-end !important;
    }
}
