/* Reservaline result search V98 - Traveler-native single stay range. */
body.rrr-template #rrr-search-form .rrr-search-field--date-v98,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 {
    position: relative !important;
    cursor: pointer !important;
    overflow: visible !important;
}

body.rrr-template #rrr-search-form .rrr-search-field--date-v98 .rrr-date-content,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 .rrr-date-content,
body.rrr-template #rrr-search-form .rrr-search-field--date-v98 .rrr-date-render,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 .rrr-date-render {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.rrr-template #rrr-search-form .rrr-date-range-v98,
body.rh1-results-template #rrr-search-form .rrr-date-range-v98 {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: 24px !important;
    overflow: hidden !important;
    pointer-events: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*
 * Do NOT use display:none here. Traveler's daterangepicker positions itself
 * from the measured .check-in-out element. The real native input therefore
 * covers the complete date field but stays visually transparent.
 */
body.rrr-template #rrr-search-form .rrr-search-field--date-v98 > .check-in-out.rrr-native-date-v98,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 > .check-in-out.rrr-native-date-v98 {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 8 !important;
}

body.rrr-template #rrr-search-form .rrr-search-field--date-v98 > .check-in-input,
body.rrr-template #rrr-search-form .rrr-search-field--date-v98 > .check-out-input,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 > .check-in-input,
body.rh1-results-template #rrr-search-form .rrr-search-field--date-v98 > .check-out-input {
    display: none !important;
}

/* Keep Traveler's own calendar above the results/map layers. */
body.rrr-template .daterangepicker,
body.rh1-results-template .daterangepicker {
    z-index: 2147483600 !important;
}
