.tep-booking-page {
    background: var(--tep-black);
    padding: calc(var(--tep-header-height) + 16px) var(--tep-site-gutter) 96px;
}

.tep-booking-shell {
    max-width: var(--tep-site-max);
    margin: 0 auto;
}

.tep-booking-page .chbs-main {
    margin: 0 auto 48px !important;
    border: 1px solid rgba(201, 168, 76, 0.28) !important;
    border-radius: 2px;
    overflow: visible;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5);
    background: transparent !important;
    isolation: isolate;
    position: relative;
    z-index: 1;
}

.tep-booking-page .chbs-main-navigation-default {
    padding: 18px 24px 16px !important;
    background: #0a0a0a !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.18) !important;
    border-radius: 2px 2px 0 0;
    position: relative;
    z-index: 2;
}

.tep-booking-page .chbs-main-navigation-default > ul {
    display: flex !important;
    justify-content: space-between;
    gap: 12px;
}

.tep-booking-page .chbs-main-navigation-default > ul > li {
    flex: 1;
    text-align: center;
}

.tep-booking-page .chbs-main-navigation-default > ul > li > div {
    background-color: rgba(255, 255, 255, 0.18) !important;
    height: 2px !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li.chbs-state-selected > div,
.tep-booking-page .chbs-main-navigation-default > ul > li.chbs-state-completed > div {
    background-color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li > a {
    display: block !important;
    padding-top: 10px !important;
    text-decoration: none !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li > a > span:first-child {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 6px !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li > a > span:first-child > span:first-child {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    background: transparent !important;
    color: #fff !important;
    font-family: var(--tep-font-sans) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li.chbs-state-selected > a > span:first-child > span:first-child,
.tep-booking-page .chbs-main-navigation-default > ul > li.chbs-state-completed > a > span:first-child > span:first-child {
    background-color: var(--tep-gold) !important;
    border-color: var(--tep-gold) !important;
    color: #000 !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li > a > span:last-child {
    display: block !important;
    font-family: var(--tep-font-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    text-transform: none !important;
}

.tep-booking-page .chbs-main-navigation-default > ul > li.chbs-state-selected > a > span:last-child {
    color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-main-navigation-responsive {
    padding: 16px 20px !important;
    background: #0a0a0a !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.18) !important;
}

.tep-booking-page .chbs-main-content {
    background: #f7f7f7 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
    overflow: visible !important;
}

/* Step 1 only: trip details + map */
.tep-booking-page .chbs-main-content-step-1 .chbs-layout-50x50 {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    float: none !important;
    width: 100% !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-layout-50x50 > .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-1 .chbs-layout-50x50 > .chbs-layout-column-right,
.tep-booking-page .chbs-main-content-step-1 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-1 .chbs-layout-column-right {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-layout-column-left {
    background: #fff !important;
    padding: 16px 22px 12px !important;
    position: relative !important;
    z-index: 3 !important;
    overflow: visible !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-layout-column-right {
    background: #111 !important;
    padding: 16px 18px 16px !important;
    border-left: 1px solid rgba(201, 168, 76, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    position: sticky !important;
    top: calc(var(--tep-header-height) + 8px) !important;
    align-self: start !important;
    height: auto !important;
    max-height: calc(100dvh - var(--tep-header-height) - 24px) !important;
    overflow: auto !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.admin-bar .tep-booking-page .chbs-main-content-step-1 .chbs-layout-column-right {
    top: calc(var(--tep-header-height) + 40px) !important;
    max-height: calc(100dvh - var(--tep-header-height) - 56px) !important;
}

/* Steps 2–4: résumé + main content (vehicles / contacts / summary) */
.tep-booking-page .chbs-main-content-step-2 .chbs-layout-25x75,
.tep-booking-page .chbs-main-content-step-3 .chbs-layout-25x75 {
    display: grid !important;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0 !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-2 .chbs-layout-column-right,
.tep-booking-page .chbs-main-content-step-3 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-3 .chbs-layout-column-right,
.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-center,
.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-right {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    border: none !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-3 .chbs-layout-column-left {
    padding: 20px 18px !important;
    border-right: 1px solid #ececec !important;
    background: #fafafa !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-layout-column-right,
.tep-booking-page .chbs-main-content-step-3 .chbs-layout-column-right {
    padding: 20px 22px !important;
    background: #fff !important;
}

.tep-booking-page .chbs-main-content-step-4 .chbs-layout-33x33x33 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    float: none !important;
    width: 100% !important;
}

.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-left,
.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-center,
.tep-booking-page .chbs-main-content-step-4 .chbs-layout-column-right {
    padding: 20px 18px !important;
    background: #fff !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-vehicle-list,
.tep-booking-page .chbs-main-content-step-2 .chbs-vehicle-filter,
.tep-booking-page .chbs-main-content-step-2 .chbs-booking-extra {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-vehicle {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

.tep-booking-page .chbs-hidden {
    display: none !important;
}

.tep-booking-page .chbs-form-field-pickup-date-time:not(.chbs-hidden),
.tep-booking-page .chbs-form-field-return-date-time:not(.chbs-hidden) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 12px !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete,
.tep-booking-page .chbs-form-field-transfer-type,
.tep-booking-page .chbs-form-field-extra-time,
.tep-booking-page .chbs-form-field.chbs-form-field-width-100 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 12px !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete:not(.chbs-hidden) {
    position: relative !important;
    display: block !important;
    overflow: visible !important;
    z-index: 4 !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete.chbs-hidden,
.tep-booking-page .chbs-form-field-return-date-time.chbs-hidden {
    display: none !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete .chbs-form-field,
.tep-booking-page .chbs-form-field-location-autocomplete .chbs-form-label-group {
    position: relative !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin-bottom: 10px !important;
    overflow: visible !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete .chbs-form-field:last-child {
    margin-bottom: 0 !important;
}

.tep-booking-page .chbs-form-field-location-autocomplete::after {
    content: '';
    display: table;
    clear: both;
}

.tep-booking-page .chbs-form-field-pickup-date-time .chbs-form-field,
.tep-booking-page .chbs-form-field-return-date-time .chbs-form-field {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-google-map {
    flex: 0 0 auto !important;
    height: 220px !important;
    min-height: 180px !important;
    max-height: 260px !important;
    position: relative !important;
    z-index: 0 !important;
    border: 1px solid rgba(201, 168, 76, 0.2) !important;
    border-radius: 2px;
    overflow: hidden;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-summary {
    margin-top: 14px;
    flex: 0 0 auto;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab,
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    position: relative !important;
    z-index: 2 !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab > ul,
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
    order: 1;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    gap: 0 !important;
    z-index: 5 !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab > ul > li,
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav > li {
    flex: 1 1 50% !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 5 !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab > div[id^="panel-"],
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    order: 2;
    position: relative !important;
    margin: 0 !important;
    padding: 14px 0 0 !important;
    border: none !important;
    border-top: 3px solid var(--tep-gold) !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    z-index: 2 !important;
    overflow: visible !important;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-label-group {
    order: 80;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-label-group:first-of-type {
    order: 10;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-pickup-date-time {
    order: 20;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-location-autocomplete[data-label-waypoint] {
    order: 30;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-location-autocomplete.chbs-form-field-location-switch:not([data-label-waypoint]) {
    order: 40;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-location-autocomplete:not(.chbs-form-field-location-switch) {
    order: 50;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-transfer-type {
    order: 60;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-return-date-time {
    order: 70;
}

.tep-booking-page .chbs-main-content-step-1 #panel-1 > .chbs-form-field-extra-time {
    order: 90;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab:not(.ui-tabs) > div[id^="panel-"]:not(#panel-1) {
    display: none !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab:not(.ui-tabs) > div#panel-1 {
    display: flex !important;
    flex-direction: column !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel[aria-hidden="true"] {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel[aria-hidden="false"],
.tep-booking-page .chbs-main-content-step-1 .chbs-tab > div[id^="panel-"].ui-tabs-active {
    display: flex !important;
    flex-direction: column !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab > ul > li > a,
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav > li > a {
    display: block !important;
    text-align: center !important;
    padding: 14px 16px !important;
    min-height: 44px !important;
    font-family: var(--tep-font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #666 !important;
    background: #ececec !important;
    border: none !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 5 !important;
    pointer-events: auto !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab > ul > li.ui-tabs-active > a,
.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav > li.ui-tabs-active > a {
    background: var(--tep-gold) !important;
    color: #000 !important;
    border-color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel {
    border-top: 3px solid var(--tep-gold) !important;
}

.tep-booking-page .chbs-main[class*="chbs-width-"] .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-nav > li,
.tep-booking-page .chbs-main[class*="chbs-width-"] .chbs-main-content-step-1 .chbs-tab > ul > li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

.tep-booking-page .chbs-main[class*="chbs-width-"] .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel {
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
}

.tep-booking-page .chbs-form-label-group,
.tep-booking-page .chbs-form-field > label,
.tep-booking-page .chbs-form-field-label {
    font-family: var(--tep-font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    margin-bottom: 6px !important;
}

.tep-booking-page .chbs-form-field input[type="text"],
.tep-booking-page .chbs-form-field input[type="email"],
.tep-booking-page .chbs-form-field input[type="tel"],
.tep-booking-page .chbs-form-field input[type="number"],
.tep-booking-page .chbs-form-field input[type="date"],
.tep-booking-page .chbs-form-field input[type="time"],
.tep-booking-page .chbs-form-field select,
.tep-booking-page .chbs-form-field textarea,
.tep-booking-page .chbs-form-field .ui-selectmenu-button {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    padding: 12px 14px !important;
    min-height: 46px !important;
    font-family: var(--tep-font-sans) !important;
    font-size: 15px !important;
    color: #222 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: auto !important;
}

.tep-booking-page .chbs-form-field input:focus,
.tep-booking-page .chbs-form-field select:focus,
.tep-booking-page .chbs-form-field textarea:focus {
    border-color: var(--tep-gold) !important;
    outline: none !important;
}

.tep-booking-page .chbs-summary,
.tep-booking-page .chbs-summary-field {
    color: inherit !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-summary,
.tep-booking-page .chbs-main-content-step-1 .chbs-summary-field {
    color: #fff !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-summary-field > span:first-child,
.tep-booking-page .chbs-main-content-step-1 .chbs-meta-icon-2,
.tep-booking-page .chbs-main-content-step-1 .chbs-meta-icon-2-location-1,
.tep-booking-page .chbs-main-content-step-1 .chbs-meta-icon-clock {
    color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-summary-field > span:last-child,
.tep-booking-page .chbs-main-content-step-1 .chbs-summary-value {
    color: #fff !important;
    font-weight: 600 !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-summary,
.tep-booking-page .chbs-main-content-step-2 .chbs-summary-field,
.tep-booking-page .chbs-main-content-step-3 .chbs-summary,
.tep-booking-page .chbs-main-content-step-3 .chbs-summary-field,
.tep-booking-page .chbs-main-content-step-2 .chbs-ride-info,
.tep-booking-page .chbs-main-content-step-3 .chbs-ride-info {
    color: #222 !important;
}

.tep-booking-page .chbs-main-content-step-2 .chbs-summary-field > span:last-child,
.tep-booking-page .chbs-main-content-step-2 .chbs-summary-value,
.tep-booking-page .chbs-main-content-step-3 .chbs-summary-field > span:last-child,
.tep-booking-page .chbs-main-content-step-3 .chbs-summary-value {
    color: #111 !important;
    font-weight: 600 !important;
}

.tep-booking-page .chbs-button,
.tep-booking-page a.chbs-button,
.tep-booking-page button.chbs-button,
.tep-booking-page input.chbs-button,
.tep-booking-page .chbs-button-step-next,
.tep-booking-page .chbs-button-widget-submit {
    background-color: var(--tep-gold) !important;
    background-image: none !important;
    border: 1px solid var(--tep-gold) !important;
    color: #000 !important;
    border-radius: 999px !important;
    font-family: var(--tep-font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    min-height: 48px !important;
    transition: background-color 0.25s ease, border-color 0.25s ease !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.tep-booking-page .chbs-button:hover,
.tep-booking-page a.chbs-button:hover,
.tep-booking-page button.chbs-button:hover {
    background-color: var(--tep-gold-hover) !important;
    border-color: var(--tep-gold-hover) !important;
    color: #000 !important;
}

.tep-booking-page .chbs-button-style-2 {
    background-color: transparent !important;
    border: 1px solid var(--tep-gold) !important;
    color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-button-style-2:hover {
    background-color: var(--tep-gold) !important;
    color: #000 !important;
}

.tep-booking-page .chbs-main-navigation-default .chbs-button,
.tep-booking-page .chbs-main-content-navigation-button .chbs-button {
    margin: 0 !important;
}

.tep-booking-page .chbs-main-content-navigation-button {
    padding: 12px 22px 16px !important;
    text-align: right;
    background: #fff !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 6 !important;
    border-top: 1px solid #ececec !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    pointer-events: auto !important;
    clear: both !important;
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
}

.tep-booking-page .chbs-main-content-step-1 .chbs-main-content-navigation-button {
    justify-content: flex-end !important;
}

.tep-booking-page .chbs-location-add,
.tep-booking-page .chbs-location-remove,
.tep-booking-page .chbs-my-location-link,
.tep-booking-page .chbs-my-location-link a,
.tep-booking-page a.chbs-link,
.tep-booking-page .ui-selectmenu-button .chbs-meta-icon-arrow-vertical-large,
.tep-booking-page [class*="chbs-meta-icon-"] {
    color: var(--tep-gold) !important;
}

.tep-booking-page .chbs-location-add,
.tep-booking-page .chbs-location-remove {
    border-color: var(--tep-gold) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    margin-left: 8px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 6 !important;
    pointer-events: auto !important;
    flex-shrink: 0 !important;
}

.tep-booking-page .chbs-form-field .chbs-form-field-icon,
.tep-booking-page .chbs-form-label-group {
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
}

.tep-booking-page .chbs-vehicle,
.tep-booking-page .chbs-vehicle-list .chbs-vehicle {
    color: rgba(255, 255, 255, 0.92) !important;
}

.tep-booking-page .chbs-vehicle .chbs-vehicle-content-header,
.tep-booking-page .chbs-vehicle .chbs-vehicle-content-name,
.tep-booking-page .chbs-vehicle h3,
.tep-booking-page .chbs-vehicle h4,
.tep-booking-page .chbs-vehicle .chbs-vehicle-content > a {
    color: #fff !important;
}

.tep-booking-page .chbs-vehicle p,
.tep-booking-page .chbs-vehicle .chbs-vehicle-content-description,
.tep-booking-page .chbs-vehicle .chbs-description,
.tep-booking-page .chbs-vehicle .chbs-vehicle-content-meta {
    color: rgba(255, 255, 255, 0.88) !important;
    line-height: 1.55 !important;
}

.tep-booking-page .chbs-vehicle-content-price,
.tep-booking-page .chbs-vehicle-content-price span {
    color: var(--tep-gold) !important;
}

.tep-booking-page .tep-vehicle-feature-list {
    list-style: none !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
}

.tep-booking-page .tep-vehicle-feature-list li {
    position: relative;
    margin: 0 0 8px !important;
    padding: 0 0 0 18px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.tep-booking-page .tep-vehicle-feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tep-gold);
}

.tep-booking-page .chbs-notice {
    border-color: rgba(201, 168, 76, 0.4) !important;
}

.tep-booking-page .pac-container,
.ui-datepicker,
.ui-selectmenu-menu {
    z-index: 10060 !important;
}

.tep-booking-phase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0 0 12px;
    border-bottom: 1px solid #ececec;
}

.tep-booking-phase__label {
    font-family: var(--tep-font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #333;
}

.tep-booking-phase__dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.tep-booking-phase__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8d8d8;
}

.tep-booking-phase__dot.is-active {
    background: var(--tep-gold);
    width: 18px;
    border-radius: 999px;
}

.tep-booking-page .chbs-main-content-step-1.is-tep-phase-when .tep-booking-where,
.tep-booking-page .chbs-main-content-step-1.is-tep-phase-where .tep-booking-when {
    display: none !important;
}

.tep-booking-page .chbs-main-content-step-1 .tep-booking-when.chbs-hidden,
.tep-booking-page .chbs-main-content-step-1 .tep-booking-where.chbs-hidden {
    display: none !important;
}

.tep-booking-page .chbs-main-content-step-1.is-tep-phase-when .chbs-main-content-navigation-button .chbs-button-step-next {
    display: none !important;
}

.tep-booking-page .chbs-main-content-step-1.is-tep-phase-where .tep-booking-phase-next {
    display: none !important;
}

.tep-booking-phase-next,
.tep-booking-phase-back {
    background-color: var(--tep-gold) !important;
    border: 1px solid var(--tep-gold) !important;
    color: #000 !important;
    border-radius: 999px !important;
    font-family: var(--tep-font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    min-height: 48px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.tep-booking-phase-back {
    background-color: transparent !important;
    color: #333 !important;
    border-color: #ccc !important;
}

.tep-booking-phase-back:hover {
    border-color: var(--tep-gold) !important;
    color: #000 !important;
}

.tep-booking-phase-next:hover {
    background-color: var(--tep-gold-hover) !important;
    border-color: var(--tep-gold-hover) !important;
}

.tep-booking-page .chbs-main-content-step-1.is-tep-phase-when .tep-booking-phase-back {
    display: none !important;
}
