:is(#home-view #hoursPickerPopup, #checkout-view #passengersPickerPopup) .hour-grid-item {
    position: relative !important;
    isolation: isolate !important;
}
:is(#home-view #hoursPickerPopup, #checkout-view #passengersPickerPopup) .hour-grid-item.selected,
:is(#home-view #hoursPickerPopup, #checkout-view #passengersPickerPopup) .hour-grid-item.gesture-preview {
    border-color: transparent !important;
    background: transparent !important;
    color: #efd79f !important;
    box-shadow: none !important;
}
:is(#home-view #hoursPickerPopup, #checkout-view #passengersPickerPopup) .hour-grid-item.selected::before,
:is(#home-view #hoursPickerPopup, #checkout-view #passengersPickerPopup) .hour-grid-item.gesture-preview::before {
    content: "" !important;
    position: absolute !important;
    left: 7px !important;
    top: 50% !important;
    width: 68px !important;
    height: 31px !important;
    box-sizing: border-box !important;
    transform: translateY(-50%) !important;
    border: 1px solid rgba(223,184,107,.82) !important;
    border-radius: 3px !important;
    background: rgba(223,184,107,.10) !important;
    box-shadow: none !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

#home-view #timePickerPopup .clock-time-display {
    grid-template-columns: 31px 8px 31px !important;
    gap: 4px !important;
    width: auto !important;
}
#home-view #timePickerPopup .clock-time-value {
    width: 31px !important;
    min-width: 31px !important;
    max-width: 31px !important;
    height: 31px !important;
    min-height: 31px !important;
    max-height: 31px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(223,184,107,.82) !important;
    border-radius: 3px !important;
    background: rgba(223,184,107,.10) !important;
    color: #efd79f !important;
    font-family: var(--font-ui) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: -.005em !important;
    font-synthesis: none !important;
    font-variant-numeric: normal !important;
    font-feature-settings: normal !important;
    box-shadow: none !important;
}
#home-view #timePickerPopup .clock-time-value.active-mode {
    border-color: rgba(223,184,107,.82) !important;
    background: rgba(223,184,107,.10) !important;
    color: #efd79f !important;
}
#home-view #timePickerPopup .clock-time-separator {
    width: 8px !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

#home-view #timePickerPopup .clock-face,
#home-view #timePickerPopup .clock-face.hours-mode,
#home-view #timePickerPopup .clock-face.hours-mode.format-12,
#home-view #timePickerPopup .clock-face.hours-mode.format-24,
#home-view #timePickerPopup .clock-face.minutes-mode {
    --clock-dial-art: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 106% 106% !important;
}

#home-view #timePickerPopup .clock-top-row {
    margin-bottom: 8px !important;
}
#home-view #timePickerPopup .clock-lower-row {
    margin-top: 8px !important;
}
