.woocommerce-MyAccount-navigation-link--request-quote{
	display: none !important;
}
body .stec-layout-agenda-eventholder-form .stec-layout-event-preview.stec-layout-event-preview-animate-complete:hover{
	background: transparent !important;
}
.chzn-drop{
    margin: 0px  !important;
}
.woocommerce table.shop_table th{text-align: center;}
.variation-DurationCost{display: none !important;}
.stec-layout-event-create-form-preview-left-text .stec-layout-event-preview-left-text-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    background: #ee7219 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.2 ease all;
    transition: 0.2s ease all;
    cursor: pointer;
    clear: both;
    float: left;
    text-decoration: none;
}
.stec-layout-single-media-content{
    height: auto !important;
}
.stec-layout-grid-has-products{
 display: none !important;
}
body .stec-layout-grid .stec-layout-grid-event span:not(.stec-layout-grid-event-short-desc){
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-builder-element-content-button-style{
    color: #fff !important;
    background: #ee7219 !important;
    border-radius: 0 !important;
    padding: 7px 15px !important;
}
.stec-builder-element-content-submit-style input{
    border-radius: 0 !important;
    padding: 7px 15px !important;   
}

#events_table {
  font-family: "Roboto", Sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.event_td, .event_th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.new_event_link {
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    background: #7ac143;
    padding: 18px 20px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: 0.2 ease all;
    transition: 0.2s ease all;
    cursor: pointer;
    clear: both;
    float: left;
    text-decoration: none;
}

#events_table tr th{
    padding: 8px !important;
    background: #2c5d7b !important;
    color: #fff !important;
}
#events_table tr td{
    padding: 8px !important;
}

#search_event {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


label[for='cod-options_no'],label[for='cod-options_yes']{
    display: inline !important;
}
.white-popup h2{
    display: none !important;
}
.mfp-close-btn-in .mfp-close{
    margin-top: 0px !important;
}
/* ── Custom CSS Grid calendar ─────────────────────────────────── */
#redq-rental-calendar {
    --cal-row-height: 68px;
    overflow: hidden;
    border: 1px solid #2C5D7B;
    border-right: none;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}
.sc-cal-strip {
    display: flex;
    width: 300%;
    will-change: transform;
    transform: translateX(-33.333%);
}
.sc-cal-strip > .sc-cal-panel {
    flex: 0 0 33.333%;
    min-width: 0;
}

/* Day header cells (row 1) */
.sc-cal-header {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #2C5D7B;
    border-bottom: 1px solid #2C5D7B;
    border-right: 1px solid #2C5D7B;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}
.sc-cal-header:hover {
    background: #E8F0F6;
}
.sc-cal-header.sc-cal-today:hover {
    background: #1e4a64;
}
.sc-cal-header.sc-cal-weekend,
.sc-cal-header.sc-cal-holiday {
    background: #F3F6F9;
}
.sc-cal-header.sc-cal-today {
    background: #2C5D7B;
    color: #fff;
}

/* Background cells (behind events — provide alternating colours + row borders) */
.sc-cal-cell {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #2C5D7B;
    background: #fff;
    box-sizing: border-box;
}
.sc-cal-cell.sc-cal-weekend,
.sc-cal-cell.sc-cal-holiday {
    background: #F3F6F9;
}

/* Event blocks (positioned on top of background cells via grid placement) */
.sc-cal-event {
    height: var(--cal-row-height);
    box-sizing: border-box;
    min-width: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background: #999;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #2C5D7B;
}
.sc-cal-event:hover {
    filter: brightness(1.08);
}

/* Nav buttons (prev / next below calendar) */
.sc-cal-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.sc-cal-nav-btn {
    color: #2C5D7B;
    background: #fff;
    border: 1px solid #2C5D7B;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.sc-cal-nav-btn:hover {
    background: #2C5D7B;
    color: #fff;
}
.rnb-cart .date-time-picker input{
    font-weight: bold;
    color: #2C5D7B;
}
.rnb-component-wrapper {
    margin-bottom: 5px !important;
}
.date-time-picker .pick-up-date-picker input, .date-time-picker .drop-off-date-picker input{
    border-right: 0px !important;
}
.fas.fa-calendar-alt,.fas.fa-clock{display: none !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
   border: 1px solid #2C5D7B!important;
    font-weight: bold !important;
    color: #2C5D7B !important;
    background: #fff !important;
    border-radius: 40px !important;
    padding: .618em 1em;
}
.elementor-button.elementor-slide-button:hover,.elementor-button-link.elementor-button:hover{
    background: #2c5d7b !important;
    color: #fff !important;
}
.rq-car-booking-section{
    margin-top: 62px !important;
}
.cart.rnb-cart{margin-top: 0px !important;}
.woocommerce-input-wrapper {
    display: block !important;
}

/* ── Calendar legend ──────────────────────────────────────────── */
.rnb-calendar-wrapper {
    float: left;
    width: 100%;
}
.rnb-calendar-title {
    margin-bottom: 25px;
}
.rnb-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
}
.rnb-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rnb-legend-swatch {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    flex-shrink: 0;
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateInput {
    vertical-align: middle;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text {
    padding: 8px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px / 2)
}
.DateInput {
    font-weight: 200;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    padding: 7px !important;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 175px !important;
    vertical-align: middle;
    margin-right: 15px !important;
    border-bottom: 3px solid #2c5d7b !important;
}
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates:focus,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates:hover {
    outline: 0;
    background-color: transparent
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates svg {
    height: 10px;
    width: 14px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___ {
    width: 100%;
    min-height: 56px;
    height: auto;
    border-radius: 0;
    color: #fff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.turbo-listing-home-map>div>div {
    padding: 0!important
}

.turbo-listing-home-map .reactiveGridContents___ {
    padding: 0
}

.turbo-listing-home-search {
    border-radius: 3px;
    min-height: 100px;
    /*margin-top: -56px;*/
    z-index: 2!important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .08);
    background-color: #fff!important
}

@media only screen and (max-width:767px) {
    .turbo-listing-home-search {
        margin-top: 0
    }
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveGridContents___ {
        padding-bottom: 30px
    }
}

.turbo-listing-home-search h3.reactiveBlockTitle___ {
    padding: 0;
    margin: 0 0 5px;
    color: #2c2c2c;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search h3.reactiveBlockTitle___ {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:480px) {
    .turbo-listing-home-search h3.reactiveBlockTitle___ {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 14px
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___:first-child .reactiveNormSearchGridContents___ .reuseFormWrapper___::after {
    content: none
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___:first-child .reactiveNormSearchGridContents___ .reuseFormWrapper___ {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___:first-child .reactiveNormSearchGridContents___ .reuseFormWrapper___::after {
        content: ""
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___:last-child .reactiveNormSearchGridContents___ .reuseFormWrapper___::after {
    content: none
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___:last-child .reactiveNormSearchGridContents___ .reuseFormWrapper___ {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ {
        padding: 0
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ {
    position: relative
}

@media only screen and (min-width:813px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___::after {
        content: "";
        width: 1px;
        height: 18px;
        display: block;
        position: absolute;
        top: calc(50% - 18px / 2);
        left: 0;
        background-color: #e6e6e6
    }
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ {
        border-radius: 3px;
        border: 1px solid #e6e6e6
    }
}

@media only screen and (max-width:812px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ {
        border-radius: 0;
        border: 0
    }
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___::after {
        content: "";
        width: calc(100% - 40px);
        height: 1px;
        display: block;
        position: absolute;
        left: 20px;
        bottom: 0;
        background-color: #e6e6e6
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ h3.reuseLabel___ {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl {
    border: 0;
    min-height: 56px;
    height: auto;
    border-bottom: 3px solid #2c5d7b;
    border-radius: 0px;
    margin-right: 20px;
}
.DateInput__input{
border-bottom: 3px solid #2c5d7b !important;
border-radius: 0px;

}
.reactiveGridContents___21sFx{
    padding: 0px !important;
}
.reactiveSingleBoxFrontendView___12dCC .reactiveNormSearchGridContents___42FUL{
    padding: 10px !important;
}
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput{
    border: 0;
    min-height: 56px;
    height: auto;
    border-bottom: 3px solid #2c5d7b;
}


.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl .dd__placeholder,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl .dd__selectedItem {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl .dd__placeholder>div,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl .dd__selectedItem>div {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__selectControl .dd-expandIcon {
    fill: #909090
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__list {
    border: 0;
    border-radius: 3px!important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15)
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .dd__wrapper .dd__list .dd__option {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .reuseMapAutoCompleteWrapper___ input.reuseMapAutoCompleteInput___,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .reuseMapAutoCompleteWrapper___ input[type=text] {
    border: 0;
    min-height: 56px;
    height: auto;
    padding-left: 52px;
    background-color: #f7f7f7;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .reuseMapAutoCompleteWrapper___ input.reuseMapAutoCompleteInput___::placeholder,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .reuseMapAutoCompleteWrapper___ input[type=text]::placeholder {
    color: #909090;
    font-size: 15px;
    font-weight: 400
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .reuseMapAutoCompleteWrapper___::before {
    left: 25px;
    color: #909090;
    line-height: 58px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ input.reuseInputField___ {
    border: 0;
    border-radius: 0;
    min-height: 56px;
    height: auto;
    padding: 0 25px;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
    background-color: #f7f7f7
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ input.reuseInputField___::placeholder {
    color: #909090;
    font-size: 15px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker {
    width: 100%
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    width: 100%
}

@media only screen and (max-width:991px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput {
        padding: 0 12px
    }
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateInput {
    vertical-align: middle;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text {
    padding: 8px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px / 2)
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates:focus,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates:hover {
    outline: 0;
    background-color: transparent
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseElementBlock___ .DateRangePicker .DateRangePickerInput .DateRangePickerInput__clear-dates svg {
    height: 10px;
    width: 14px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___ {
    width: 100%;
    min-height: 56px;
    height: auto;
    border-radius: 0;
    color: #fff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

@media only screen and (max-width:991px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___ {
        border-radius: 2px
    }
}

@media only screen and (max-width:991px) {
    .turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___ {
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
}

.layout.user__ .turbo-listing-home-search {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px
}

.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___ {
  background-color: #ff992e;
}
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___:hover,
.turbo-listing-home-search .reactiveSingleBoxFrontendView___ .reactiveNormSearchGridContents___ .reuseFormWrapper___ .reuseSingleElement___ button.reuseButton___:focus {
  outline: 0;
  background-color: #ffa548;
}

.logged-in .elementor-element-8feb0c9,.logged-in .elementor-element-3a4c84f{
display: none;
}

.early_return{background: #dddddd !important;background-color: #dddddd !important;}
.early_return td{background: #dddddd !important;background-color: #dddddd !important;}
.disable-btn{
    pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#success-msg{
    padding-bottom: 30px;
}

.woocommerce-shipments-list__title,.account-shipments-table{
    display: none !important;
}

.booking-pricing-info .booking_cost ul li .name{
    display: block;
    float: left;
    width: 55%;
}

.booking-pricing-info .booking_cost ul li .price{
    display: block;
    float: left;
    width: 45%;
}

.booking-pricing-info ul li {
    border-color: #ebebeb;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
}

.booking-pricing-info {
    background: #efecec69;
    padding: 10px;
    margin-top: 20px;
    color: #000;
    float: left;
}

/* Separator line above subtotal and final total rows */
.booking-pricing-info .booking_cost ul li.duration_cost,
.booking-pricing-info .booking_cost ul li.discounted-total {
    border-top: 1.5px solid #999;
    margin-top: 2px;
    padding-top: 10px;
}

/* Green colour for discount amounts (savings) */
.booking-pricing-info .booking_cost ul li[class*="discount"] .price {
    color: #2e7d32;
}
/* Reset colour on discounted-total (it's the final price, not a discount) */
.booking-pricing-info .booking_cost ul li.discounted-total .price {
    color: inherit;
}

/* Slightly smaller font for discount label names */
.booking-pricing-info .booking_cost ul li[class*="discount"] .name {
    font-size: 13px;
}
.booking-pricing-info .booking_cost ul li.discounted-total .name {
    font-size: inherit;
}

.sc-boat-button-toggle{
    color: grey;
    font-size: 80%;
    vertical-align: super;
    }
.sc-boat-button-toggle.active{
    color: #ff992e;
    }

d-topics-list iframe {
    width:100%;
    height:600px;
}
#comments{
    border-block-start:1px solid #ccc
}
#comments h2.discourse-comments-title{
    font-size: 1.5rem;
}

#comments.discourse-comments-area a{
    text-decoration: none !important;
}

.discourse-comments-area blockquote{
    border-left: 3px solid #0071f3;
    padding-left: 1em;
    line-height: 1.6;
    margin: 24px;
}

#comments.discourse-comments-area .comment .comment-body{
    padding-inline-start: 70px;
}


#comments footer.comment-meta {
    display: flex;
    width: 100%;
    justify-content: start;
    margin-block-end: .9rem;
}
#comments .comment-metadata {
    margin-left: 5px;
    margin-top: 2px;
    color: #aaa;
}

#comments .comment-metadata:before {
    content: "/";
}

#comments .comment-reply-title .avatar {
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
}

div.wrap.location {
    width:100%;
}

/* ── Checkout: rental item sections ── */
/* Scoped with :has(.sc-checkout-section) so regular products keep default table layout. */

/* Override WooCommerce table cell centering for our custom content */
.woocommerce-checkout-review-order-table .cart_item .product-name {
    text-align: left;
}

/* Hide per-item subtotal column and table header (rental = single item per order) */
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) thead,
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) td.product-total {
    display: none;
}

/* Body row: single column, full width (rental only) */
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tbody .cart_item {
    display: block;
}

.woocommerce-checkout-review-order-table:has(.sc-checkout-section) .cart_item .product-name {
    display: block;
    width: 100%;
    padding: 8px 0;
}

/* Footer rows: flex layout for clean full-width summary (rental only) */
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
}

.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot th,
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot td {
    display: block;
    padding: 0;
    border: none;
    background: none;
}

.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot th {
    font-weight: 600;
    text-align: left;
    font-size: 0.95em;
}

.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot td {
    text-align: right;
    font-size: 0.95em;
}

/* Separator above the footer */
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot tr:first-child {
    border-top: 1px solid #e0e0e0;
    margin-top: 4px;
    padding-top: 10px;
}

/* Total row: bold with brand accent */
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot tr.order-total {
    border-top: 2px solid #EE7219;
    padding-top: 10px;
    margin-top: 2px;
}

.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot tr.order-total th,
.woocommerce-checkout-review-order-table:has(.sc-checkout-section) tfoot tr.order-total td {
    font-size: 1.05em;
    font-weight: 700;
}

.sc-checkout-section {
    padding-bottom: 6px;
    margin-bottom: 6px;
    text-align: left;
}

.sc-checkout-section + .sc-checkout-section {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

/* Header ("New Reservation" / "#123 Reservation" + status badge) */
.sc-checkout-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sc-checkout-header h3 {
    margin: 0;
    font-size: 1.05em;
    font-weight: 600;
}

/* ── Booking details (boat + dates) ── */
.sc-checkout-booking {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f9f9f9;
    border-left: 3px solid #EE7219;
    padding: 10px 14px;
    border-radius: 0 4px 4px 0;
}

.sc-checkout-booking .sc-checkout-thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
}

.sc-checkout-booking .sc-checkout-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-checkout-booking .sc-checkout-booking-details {
    flex: 1;
    min-width: 0;
}

.sc-checkout-booking .sc-checkout-booking-details .sc-boat-name {
    font-weight: 600;
    font-size: 1.05em;
}

.sc-checkout-booking .sc-checkout-booking-details .sc-boat-name a {
    text-decoration: none;
    color: inherit;
}

.sc-checkout-booking .sc-checkout-booking-details .sc-booking-period {
    color: #666;
    font-size: 0.9em;
    margin-top: 2px;
}

/* ── Section headings (Pricing, Discounts, Cancellation) ── */
.sc-checkout-section-heading {
    margin: 0 0 4px;
    font-size: 0.82em;
    font-weight: 600;
    color: #777;
    text-transform: none;
    letter-spacing: normal;
}

/* ── Price rows ── */
.sc-checkout-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 1px 0;
    font-size: 0.93em;
}

.sc-checkout-row .name {
    flex: 1;
    text-align: left;
}

.sc-checkout-row .price {
    text-align: right;
    white-space: nowrap;
    margin-left: 16px;
    min-width: 100px;
}

/* Green for discount amounts */
.sc-checkout-discounts .sc-discount-value {
    color: #2e7d32;
}

/* ── Cancellation conditions: stacked title + description ── */
.sc-checkout-cancelation {
    padding-bottom: 2px;
}

.sc-checkout-cancelation .sc-cancel-rule {
    margin-bottom: 6px;
    font-size: 0.85em;
    color: #777;
    line-height: 1.45;
}

.sc-checkout-cancelation .sc-cancel-rule strong {
    display: block;
    color: #555;
    font-weight: 600;
    margin-bottom: 1px;
}

/* ══════════════════════════════════════════════════════
 * Checkout confirmation banner (sticky top bar)
 * ══════════════════════════════════════════════════════ */

/* The banner starts in normal flow; JS upgrades it to fixed once scrolled past. */
.sc-checkout-banner {
    background: #2C5D7B;
    color: #fff;
    border-radius: 6px;
    padding: 12px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease;
}

/* When JS adds .is-fixed, pin it below the site header. */
.sc-checkout-banner.is-fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1170px;
    z-index: 10000;
    border-radius: 6px;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Placeholder that keeps the page from jumping when the banner goes fixed. */
.sc-checkout-banner-spacer {
    display: none;
}
.sc-checkout-banner-spacer.is-active {
    display: block;
}

.sc-checkout-banner-heading {
    margin: 0;
    font-size: 0.95em;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.sc-checkout-banner-summary {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 0.88em;
    color: rgba(255, 255, 255, 0.85);
    flex: 1;
    min-width: 0;
}

.sc-checkout-banner-summary .sc-banner-boat {
    font-weight: 600;
    color: #fff;
}

.sc-checkout-banner-summary .sc-banner-dates {
    color: rgba(255, 255, 255, 0.75);
}

.sc-checkout-banner-summary .sc-banner-total {
    font-weight: 700;
    color: #fff;
    font-size: 1.05em;
}

/* Separator dots between summary items */
.sc-checkout-banner-summary span + span::before {
    content: "\00b7";
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.5);
}

.sc-checkout-banner .sc-checkout-banner-btn {
    background-color: #EE7219 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
    padding: 10px 28px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.4;
}

.sc-checkout-banner .sc-checkout-banner-btn:hover {
    background-color: #d4620f !important;
}

.sc-checkout-banner .sc-checkout-banner-btn.is-loading {
    pointer-events: none;
    opacity: 0.85;
    min-width: 140px;
    display: inline-flex !important;
    justify-content: center !important;
}

.sc-btn-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: sc-spin 0.6s linear infinite;
}

@keyframes sc-spin {
    to { transform: rotate(360deg); }
}

/* "Change" link in the banner */
.sc-checkout-banner-edit {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82em;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.sc-checkout-banner-edit:hover {
    color: #fff;
}

/* ── Thank-you page confirmation banner ── */

.sc-thankyou-banner-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.sc-thankyou-banner-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 10px 28px;
    font-size: 0.95em;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.4;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.sc-thankyou-banner-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff !important;
}

.woocommerce-thankyou-order-received:empty {
    display: none;
}

/* "Change booking" link in the order review booking section */
.sc-checkout-edit-link {
    color: #2C5D7B;
    font-size: 0.85em;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: center;
    margin-left: auto;
    transition: color 0.2s ease;
}

.sc-checkout-edit-link:hover {
    color: #EE7219;
}

/* ══════════════════════════════════════════════════════
 * Checkout page-wide styling
 * ══════════════════════════════════════════════════════ */

/* ── Section headings (scoped to top-level, not inside the review table) ── */
.woocommerce-checkout > #order_review_heading,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
    font-size: 1.15em;
    font-weight: 600;
    color: #2C5D7B;
    margin: 24px 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #EE7219;
}

/* ── Order notes textarea ── */
.woocommerce-checkout #order_comments {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    font-size: 0.95em;
    min-height: 100px;
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-checkout #order_comments:focus {
    border-color: #2C5D7B;
    outline: none;
    box-shadow: 0 0 0 2px rgba(44, 93, 123, 0.15);
}

/* ── Checkbox fields (public notes + terms) ── */
.woocommerce-checkout #order_notes_is_public_field,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 10px 0;
}

.woocommerce-checkout #order_notes_is_public_field label,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
    font-size: 0.93em;
    color: #444;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.woocommerce-checkout #order_notes_is_public_field .description {
    display: block;
    font-size: 0.85em;
    color: #777;
    margin-top: 4px;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    position: static;
}

.woocommerce-checkout #order_notes_is_public_field .description::before,
.woocommerce-checkout #order_notes_is_public_field .description::after {
    display: none;
}

/* ── Payment section ── */
.woocommerce-checkout #payment {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 12px;
    box-shadow: none !important;
}

.woocommerce-checkout #payment .payment_methods {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 4px !important;
    list-style: none;
    background: transparent !important;
}

.woocommerce-checkout #payment .payment_methods li {
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
}

.woocommerce-checkout #payment .payment_methods li label {
    font-size: 0.93em;
    font-weight: 600;
    color: #444;
}

.woocommerce-checkout #payment .payment_box {
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 14px !important;
    margin: 4px 0 0 !important;
    font-size: 0.88em;
    color: #666;
    position: static !important;
    box-shadow: none !important;
}

/* Remove WooCommerce tooltip arrows on the payment description box. */
.woocommerce-checkout #payment .payment_box::before,
.woocommerce-checkout #payment .payment_box::after,
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::after {
    display: none !important;
    content: none !important;
}

/* ── Place Order button ── */
/* Match the Confirm Booking banner button: solid orange, white text. */
.woocommerce-checkout #payment .place-order #place_order,
.woocommerce-checkout #payment #place_order,
.woocommerce #payment #place_order,
#place_order {
    background-color: #EE7219 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 14px 24px !important;
    font-size: 1.05em !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease;
    margin-top: 12px;
    line-height: 1.4;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.woocommerce-checkout #payment .place-order #place_order:hover,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce #payment #place_order:hover,
#place_order:hover {
    background-color: #2C5D7B !important;
}

/* ── Privacy policy text ── */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 0.82em;
    color: #999;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #2C5D7B;
}

/* ── Section spacing ── */
.woocommerce-checkout #customer_details {
    margin-bottom: 24px;
}

.woocommerce-checkout #order_review {
    margin-bottom: 20px;
}

/* ══════════════════════════════════════════════════════
 * Order-Received / View-Order page: rental item sections
 * Mirror the checkout table overrides, scoped to the
 * order-details table when sc-checkout-section is present.
 * ══════════════════════════════════════════════════════ */

/* Hide table header and per-item subtotal column */
.sc-rental-order thead,
.sc-rental-order td.product-total {
    display: none !important;
}

/* Body row: single column, full width */
.sc-rental-order tbody .order_item {
    display: block;
}

.sc-rental-order .order_item .product-name {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: left;
}

/* Footer rows: flex layout for clean full-width summary */
.sc-rental-order tfoot tr {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
}

.sc-rental-order tfoot th,
.sc-rental-order tfoot td {
    display: block;
    padding: 0;
    border: none;
    background: none;
}

.sc-rental-order tfoot th {
    font-weight: 600;
    text-align: left;
    font-size: 0.95em;
}

.sc-rental-order tfoot td {
    text-align: right;
    font-size: 0.95em;
}

/* Separator above the footer */
.sc-rental-order tfoot tr:first-child {
    border-top: 1px solid #e0e0e0;
    margin-top: 4px;
    padding-top: 10px;
}

/* Total row: bold with brand accent */
.sc-rental-order tfoot tr.order-total {
    border-top: 2px solid #EE7219;
    padding-top: 10px;
    margin-top: 2px;
}

.sc-rental-order tfoot tr.order-total th,
.sc-rental-order tfoot tr.order-total td {
    font-size: 1.05em;
    font-weight: 700;
}

/* Hide the boat-news and purchase-note rows when empty */
.sc-rental-order .woocommerce-table td:empty,
.sc-rental-order .product-purchase-note td:empty {
    padding: 0;
}

/* ── Order status badge (coloured pill) ── */
.sc-order-status {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 12px;
    margin-top: 4px;
    line-height: 1.6;
    text-transform: capitalize;
    /* Default: neutral grey */
    background: #e0e0e0;
    color: #555;
}

.sc-order-status--processing {
    background: #dbeafe;
    color: #1e40af;
}

.sc-order-status--completed {
    background: #dcfce7;
    color: #166534;
}

.sc-order-status--cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.sc-order-status--on-hold {
    background: #fef9c3;
    color: #854d0e;
}

.sc-order-status--pending {
    background: #fef9c3;
    color: #854d0e;
}

/* ── Booking total (extension / early-return rows) ── */
.sc-booking-total {
    font-weight: 700;
    font-size: 1em;
    white-space: nowrap;
    margin-left: auto;
    flex-shrink: 0;
    align-self: center;
}

/* ══════════════════════════════════════════════════════
 * Order actions (Withdraw/Cancel + Modify) section
 * ══════════════════════════════════════════════════════ */
.sc-order-actions {
    background: #F3F6F9;
    border-radius: 6px;
    padding: 16px 20px;
}

.sc-order-actions--readonly {
    padding: 12px 20px;
}

.sc-order-actions--readonly p {
    margin: 0;
    font-size: 0.93em;
    color: #777;
}

/* Default actions: side-by-side buttons */
.sc-order-actions-default {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

/* Let the form sit inline inside the flex row (not block) */
.sc-order-actions-default form {
    display: contents;
}

/* Action buttons — !important needed to beat WooCommerce / theme globals */
.sc-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border-radius: 40px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    text-decoration: none !important;
    line-height: 1.4 !important;
    border: 1px solid #2C5D7B !important;
    color: #2C5D7B !important;
    background: #fff !important;
}

.sc-action-btn:hover {
    background: #2C5D7B !important;
    color: #fff !important;
}

.sc-action-btn.sc-action-btn--modify {
    background: #2C5D7B !important;
    color: #fff !important;
    border-color: #2C5D7B !important;
}

.sc-action-btn.sc-action-btn--modify:hover {
    background: #1e4a64 !important;
    border-color: #1e4a64 !important;
}

.sc-action-btn.sc-action-btn--cancel {
    border-color: #c0392b !important;
    color: #c0392b !important;
    background: #fff !important;
}

.sc-action-btn.sc-action-btn--cancel:hover {
    background: #c0392b !important;
    color: #fff !important;
}

/* ── Modify order panel (expand/collapse) ── */
.sc-order-modify {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dde3e8;
}

.sc-modify-title {
    margin: 0 0 14px;
    font-size: 1em;
    font-weight: 600;
    color: #2C5D7B;
}

.sc-modify-pickers {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.sc-modify-picker {
    flex: 1;
    min-width: 220px;
    overflow: hidden;   /* contain floated RNB date/time spans */
}

.sc-modify-picker--full {
    flex: 1 1 100%;
    max-width: 100%;
}

.sc-modify-context-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: start;
    margin: 0;
    border: 1px solid #dde3e8;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #f7f9fb;
}

.sc-modify-context-item {
    min-width: 0;
    padding: 10px 12px;
}

.sc-modify-context-item--from {
    border-right: 1px solid #e3e7eb;
}

.sc-modify-context-item--to {
    text-align: left;
}

.sc-modify-picker--full #sc-booking-picker {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sc-modify-picker h5 {
    margin: 0 0 6px;
    font-size: 0.95em;
    font-weight: 600;
    color: #333;
}

/* Hide the duplicate heading rendered by rnb_pickup/return_datetimes() */
.sc-modify-picker .date-time-picker > h5 {
    display: none;
}

/* Prevent date/time inputs from overflowing the picker on narrow screens */
.sc-modify-picker .date-time-picker input {
    max-width: 100%;
    box-sizing: border-box;
}

.sc-modify-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
}

.sc-modify-info-label {
    font-size: 0.79em;
    color: #7a8791;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.sc-modify-info-value {
    font-size: 0.92em;
    color: #2c5d7b;
    font-weight: 600;
}

.sc-modify-info-value.is-empty {
    color: #8a959e;
    font-weight: 500;
}

.sc-modify-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

/* ── Active cancellation rule highlight ── */
.sc-cancel-rule.is-active {
    background: #f0f7ff;
    border-left: 3px solid #2C5D7B;
    padding: 6px 10px;
    border-radius: 0 4px 4px 0;
}

/* Dim non-active rules when an active one is present */
.sc-checkout-cancelation:has(.sc-cancel-rule.is-active) .sc-cancel-rule:not(.is-active) {
    opacity: 0.5;
}

/* ── Cancel confirmation panel ── */
.sc-order-cancel-confirm {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dde3e8;
}

.sc-cancel-confirm-info {
    margin-bottom: 14px;
}

.sc-cancel-confirm-info strong {
    display: block;
    font-size: 0.95em;
    color: #c0392b;
    margin-bottom: 4px;
}

.sc-cancel-confirm-info p {
    margin: 0;
    font-size: 0.93em;
    color: #555;
}

.sc-cancel-confirm-info .sc-cancel-confirm-hint {
    margin-top: 8px;
    font-size: 0.85em;
    color: #888;
    font-style: italic;
}

.sc-cancel-confirm-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── Modification totals context row ── */
.sc-rental-order tfoot tr.sc-totals-context td {
    font-size: 0.85em;
    color: #777;
    font-style: italic;
    text-align: left;
    padding-top: 0;
    border: none;
}

/* ══════════════════════════════════════════════════════
 * My Account: Orders list (card layout)
 * ══════════════════════════════════════════════════════ */
.sc-orders-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sc-order-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left: 3px solid #2C5D7B;
    border-radius: 0 6px 6px 0;
    padding: 10px 14px;
    transition: box-shadow 0.2s ease;
}

.sc-order-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sc-order-card--early-return {
    border-left-color: #999;
    opacity: 0.7;
}

/* Header: order number + date + status pill */
.sc-order-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.sc-order-card-number {
    font-weight: 700;
    font-size: 1em;
    color: #2C5D7B;
    text-decoration: none;
}

.sc-order-card-number:hover {
    text-decoration: underline;
}

.sc-order-card-date {
    font-size: 0.88em;
    color: #888;
}

.sc-order-card-header .sc-order-status {
    margin-left: auto;
    margin-top: 0;
}

/* Body: item cards (matches sc-checkout-booking styling) */
.sc-order-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sc-order-card-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
    border-left: 3px solid #EE7219;
    padding: 6px 12px;
    border-radius: 0 4px 4px 0;
}

.sc-order-card-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sc-order-card-type {
    font-size: 0.72em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sc-type--booking  { color: #2C5D7B; }
.sc-type--cancel   { color: #c0392b; }
.sc-type--event    { color: #EE7219; }
.sc-type--purchase { color: #555; }

.sc-order-card-name {
    font-weight: 600;
    font-size: 0.95em;
    color: #333;
    text-decoration: none;
}

a.sc-order-card-name:hover {
    color: #2C5D7B;
    text-decoration: underline;
}

.sc-order-card-dates {
    font-size: 0.85em;
    color: #777;
}

.sc-order-card-price {
    font-weight: 700;
    font-size: 1em;
    white-space: nowrap;
    color: #333;
    flex-shrink: 0;
}

/* Inline action buttons (e.g. Pay) in the header row */
.sc-order-card-action {
    display: inline-flex;
    align-items: center;
    padding: 2px 12px;
    font-size: 0.78em;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid #2C5D7B;
    color: #2C5D7B;
    background: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sc-order-card-action:hover {
    background: #2C5D7B;
    color: #fff;
}


/* Pagination */
.sc-orders-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sc-orders-pagination-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid #2C5D7B;
    color: #2C5D7B;
    background: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sc-orders-pagination-btn:hover {
    background: #2C5D7B;
    color: #fff;
}

/* ══════════════════════════════════════════════════════
 * Order detail page: back link + title
 * ══════════════════════════════════════════════════════ */
.sc-order-back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.88em;
    color: #2C5D7B;
    text-decoration: none;
    margin-bottom: 16px;
    transition: color 0.2s ease;
}

.sc-order-back-link:hover {
    color: #EE7219;
    text-decoration: underline;
}

.woocommerce-order-details__title {
    font-size: 1.15em;
    font-weight: 600;
    color: #2C5D7B;
    padding-bottom: 6px;
    border-bottom: 2px solid #EE7219;
    margin-bottom: 16px;
}

/* ══════════════════════════════════════════════════════
 * Product page layout (booking form + calendar)
 * ══════════════════════════════════════════════════════ */
.sc-product-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 0 24px;
    align-items: start;
    clear: both;
}

.sc-product-main {
    min-width: 0;
    margin-bottom: 50px;
}

.sc-product-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1;
}

.sc-product-location {
    margin-top: 25px;
}

.sc-product-location h2 {
    margin-bottom: 25px;
}

/* ── Changed-date highlight (extension / early-return) ── */
.sc-booking-changed {
    background: #fff3cd;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 600;
}

/* ══════════════════════════════════════════════════════
 * Tablet breakpoint — single-column product layout
 * ══════════════════════════════════════════════════════ */
@media only screen and (max-width: 1024px) {
    .sc-product-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .sc-product-sidebar {
        position: static;
    }
}

/* ══════════════════════════════════════════════════════
 * Mobile breakpoints
 * ══════════════════════════════════════════════════════ */
@media only screen and (max-width: 767px) {

    /* ── Checkout booking card: stack vertically ── */
    .sc-checkout-booking {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .sc-checkout-booking .sc-checkout-thumb {
        width: 48px;
        height: 48px;
    }

    /* Total badge sits below details on mobile */
    .sc-booking-total {
        margin-left: 0;
        align-self: flex-end;
    }

    /* "Change booking" link: full width below card */
    .sc-checkout-edit-link {
        margin-left: 0;
        align-self: flex-start;
    }

    /* ── Price rows: tighter on mobile ── */
    .sc-checkout-row {
        font-size: 0.88em;
    }

    .sc-checkout-row .price {
        min-width: 70px;
        margin-left: 8px;
    }

    /* ── Order actions: stack buttons vertically ── */
    .sc-order-actions-default {
        flex-direction: column;
        gap: 8px;
    }

    .sc-action-btn {
        width: 100% !important;
        text-align: center !important;
    }

    /* ── Modify pickers: full width ── */
    .sc-modify-pickers {
        flex-direction: column;
        gap: 12px;
    }

    .sc-modify-picker {
        min-width: 0;
        width: 100%;
    }

    .sc-modify-context-grid {
        grid-template-columns: 1fr;
    }

    .sc-modify-context-item--from {
        border-right: 0;
        border-bottom: 1px solid #e3e7eb;
    }

    .sc-modify-context-item--to {
        text-align: left;
    }

    .sc-modify-actions {
        flex-direction: column;
        gap: 8px;
    }

    .sc-modify-actions .sc-action-btn {
        width: 100% !important;
    }

    /* ── Cancel confirm: stack buttons ── */
    .sc-cancel-confirm-actions {
        flex-direction: column;
        gap: 8px;
    }

    .sc-cancel-confirm-actions .sc-action-btn {
        width: 100% !important;
    }

    /* ── Checkout banner: stack content ── */
    .sc-checkout-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 14px;
        gap: 10px;
    }

    .sc-checkout-banner-heading {
        white-space: normal;
    }

    .sc-checkout-banner-summary {
        flex-direction: column;
        gap: 2px;
    }

    /* Remove separator dots between summary items on mobile */
    .sc-checkout-banner-summary span + span::before {
        content: none;
    }

    .sc-checkout-banner .sc-checkout-banner-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px !important;
    }

    .sc-checkout-banner.is-fixed {
        width: calc(100% - 16px);
        border-radius: 4px;
    }

    .sc-thankyou-banner-actions {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .sc-thankyou-banner-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .sc-thankyou-banner-actions .sc-checkout-banner-edit {
        text-align: center;
    }

    /* ── Calendar: tighter spacing on mobile ── */
    #redq-rental-calendar {
        --cal-row-height: 52px;
    }

    .sc-cal-header {
        height: 42px;
        font-size: 11px;
    }

    .sc-cal-event {
        padding: 0 6px;
        font-size: 11px;
    }

    .sc-cal-nav-btn {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
    }

    /* ── Calendar legend: wrap more tightly ── */
    .rnb-calendar-legend {
        gap: 8px 16px;
        font-size: 12px;
    }

    .rnb-legend-swatch {
        width: 16px;
        height: 16px;
    }

    /* ── Orders list: stack card contents ── */
    .sc-order-card {
        padding: 8px 10px;
    }

    .sc-order-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        margin-bottom: 4px;
    }

    .sc-order-card-header .sc-order-status {
        margin-left: 0;
    }

    .sc-order-card-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 5px 10px;
    }

    .sc-order-card-price {
        align-self: flex-end;
    }

    .sc-order-card-action {
        padding: 2px 10px;
        font-size: 0.75em;
    }

    .sc-orders-pagination {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .sc-orders-pagination-btn {
        width: 100%;
        justify-content: center;
    }

    /* ── Order actions panel: less padding ── */
    .sc-order-actions {
        padding: 12px 14px;
    }

    /* ── Place Order button: already full width, just ensure padding ── */
    #place_order {
        padding: 12px 16px !important;
    }

    .sc-product-main {
        margin-bottom: 30px;
    }

    /* ── Booking form: reduce top margin ── */
    .rq-car-booking-section {
        margin-top: 20px !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   SC Booking Picker — unified inline date + time widget
   ═══════════════════════════════════════════════════════════════════ */

/* ================================================================
   Unified Booking Picker  v2
   Calendar and time-chooser share the same area (.sc-bp-area).
   ================================================================ */

#sc-booking-picker {
    font-family: "Roboto", "Segoe UI", sans-serif;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* ── 4-cell header ─────────────────────────────────────────────── */

.sc-bp-header-wrap {
    border-bottom: 1px solid #e0e0e0;
}
.sc-bp-header {
    display: flex;
    align-items: stretch;
}
.sc-bp-hdr-group {
    flex: 1;
}
.sc-bp-hdr-grouplabel {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #99abb5;
    padding: 6px 0 0 8px;
}
.sc-bp-hdr-cells {
    display: flex;
}
.sc-bp-hdr-arrow {
    display: flex;
    align-items: center;
    padding: 0 2px;
    color: #bbb;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 14px;
}
.sc-bp-hdr-group-active.sc-bp-hdr-from {
    background: #eef5fa;
}
.sc-bp-hdr-group-active.sc-bp-hdr-to {
    background: #eef7f3;
}
.sc-bp-hdr-cell {
    flex: 1;
    padding: 2px 8px 6px;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    border-bottom: 3px solid transparent;
    min-width: 0;
}
.sc-bp-hdr-cell:hover {
    background: rgba(0,0,0,.03);
}
.sc-bp-hdr-from .sc-bp-hdr-active {
    border-bottom-color: #2C5D7B;
    background: #ddeaf3;
}
.sc-bp-hdr-to .sc-bp-hdr-active {
    border-bottom-color: #2a7d62;
    background: #d5ede4;
}
.sc-bp-hdr-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #99abb5;
    margin-bottom: 1px;
}
.sc-bp-hdr-value {
    font-size: 12px;
    font-weight: 600;
    color: #bbb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc-bp-hdr-filled .sc-bp-hdr-value {
    color: #2C5D7B;
}
.sc-bp-hdr-from .sc-bp-hdr-active .sc-bp-hdr-value {
    color: #1a4a63;
}
.sc-bp-hdr-to .sc-bp-hdr-active .sc-bp-hdr-value {
    color: #1a5e47;
}

/* ── Context bar (shows what is being edited) ──────────────────── */

.sc-bp-ctx {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    animation: sc-bp-ctx-in .25s ease-out;
}
.sc-bp-ctx-from {
    background: #2C5D7B;
    color: #fff;
}
.sc-bp-ctx-to {
    background: #2a7d62;
    color: #fff;
}
@keyframes sc-bp-ctx-in {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Shared area (calendar OR time grid) ───────────────────────── */

.sc-bp-area {
    padding: 0;
}

/* ── Calendar navigation ───────────────────────────────────────── */

.sc-bp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
}
.sc-bp-month-title {
    font-size: 13px;
    font-weight: 700;
    color: #2C5D7B;
}
#sc-booking-picker .sc-bp-nav-btn {
    width: 26px;
    height: 26px;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    background: #fff !important;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #555 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}
#sc-booking-picker .sc-bp-nav-btn:hover {
    background: #2C5D7B !important;
    color: #fff !important;
    border-color: #2C5D7B !important;
}

/* ── Day grid ──────────────────────────────────────────────────── */

.sc-bp-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    padding: 0 8px 8px;
}
.sc-bp-dow {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    padding: 4px 0;
    text-transform: uppercase;
}
.sc-bp-cell {
    text-align: center;
    padding: 6px 2px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .12s;
    user-select: none;
    position: relative;
}
.sc-bp-cell:hover:not(.sc-bp-disabled):not(.sc-bp-empty) {
    background: #e0eef5;
}
.sc-bp-empty  { cursor: default; }
.sc-bp-disabled {
    color: #ccc;
    cursor: default;
    text-decoration: line-through;
}
.sc-bp-dow-weekend {
    color: #c07030;
}
.sc-bp-weekend {
    color: #b06020;
    background: #fdf6f0;
}
.sc-bp-holiday {
    color: #b06020;
    background: #fdf6f0;
    font-weight: 700;
    position: relative;
}
.sc-bp-holiday::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c07030;
}
.sc-bp-today {
    font-weight: 700;
    box-shadow: inset 0 0 0 2px #2C5D7B;
}
.sc-bp-start,
.sc-bp-end {
    background: #2C5D7B !important;
    color: #fff !important;
    font-weight: 700;
}
.sc-bp-start.sc-bp-holiday::after,
.sc-bp-end.sc-bp-holiday::after {
    background: #fff;
}
.sc-bp-in-range { background: #d6eaf3; }

/* ── Time-chooser (replaces calendar in the same area) ─────────── */

.sc-bp-no-slots {
    font-size: 12px;
    color: #999;
    font-style: italic;
    padding: 10px;
}
.sc-bp-time-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 8px 8px 8px;
    max-height: 240px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c0cdd6 transparent;
}
.sc-bp-time-grid::-webkit-scrollbar {
    width: 4px;
}
.sc-bp-time-grid::-webkit-scrollbar-thumb {
    background: #c0cdd6;
    border-radius: 4px;
}
.sc-bp-time-grid::-webkit-scrollbar-track {
    background: transparent;
}
#sc-booking-picker .sc-bp-chip {
    padding: 8px 0;
    font-size: 12px;
    font-weight: 500;
    border: none !important;
    border-radius: 4px;
    background: #f0f4f7 !important;
    color: #444 !important;
    cursor: pointer;
    transition: all .12s;
    white-space: nowrap;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
}
#sc-booking-picker .sc-bp-chip:hover {
    background: #d6eaf3 !important;
    color: #2C5D7B !important;
}
#sc-booking-picker .sc-bp-chip.sc-bp-chip-in-range {
    background: #e4eff6 !important;
    color: #2C5D7B !important;
}
#sc-booking-picker .sc-bp-chip.sc-bp-chip-active {
    background: #2C5D7B !important;
    color: #fff !important;
}
#sc-booking-picker .sc-bp-chip.sc-bp-chip-anchor {
    background: #2C5D7B !important;
    color: #fff !important;
    opacity: .55;
    pointer-events: none;
}
#sc-booking-picker .sc-bp-chip.sc-bp-chip-disabled {
    opacity: .28 !important;
    pointer-events: none;
    cursor: default;
}

/* ── Pricing summary (shown in FIELD_NONE) ─────────────────────── */

.sc-bp-pricing-loading {
    padding: 24px 12px;
    text-align: center;
    font-size: 18px;
    color: #99abb5;
    letter-spacing: 4px;
}
.sc-bp-pricing-hint {
    padding: 24px 12px;
    text-align: center;
    font-size: 12px;
    color: #99abb5;
    font-style: italic;
}
.sc-bp-pricing {
    padding: 12px 14px;
}
.sc-bp-pricing ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sc-bp-pricing li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #444;
}
.sc-bp-pricing li:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 14px;
    color: #2C5D7B;
    padding-top: 8px;
    margin-top: 2px;
    border-top: 2px solid #2C5D7B;
}
.sc-bp-pricing .name {
    flex: 1;
    margin-right: 12px;
}
.sc-bp-pricing .price {
    white-space: nowrap;
    font-weight: 600;
}
.sc-bp-pricing-error {
    padding: 12px 14px;
}
.sc-bp-pricing-error li {
    font-size: 12px;
    color: #c0392b;
    padding: 3px 0;
    list-style: none;
}

.sc-bp-sailpass-upsell-host {
    margin-top: 10px;
}
.sc-bp-sailpass-upsell-host:not([hidden]) {
    display: block !important;
    visibility: visible !important;
}
.sc-bp-sailpass-upsell-host:empty {
    margin-top: 0;
}
.sc-bp-sailpass-upsell-wrap {
    margin-top: 10px;
}
.sc-bp-sailpass-upsell {
    padding: 12px 14px;
    background: #f4f9fb;
    border: 1px solid #c5d9e3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.45;
    color: #2c5d7b;
}
.sc-bp-sailpass-upsell p {
    margin: 0;
}
.sc-bp-sailpass-upsell .sc-bp-sailpass-upsell-link {
    font-weight: 600;
    text-decoration: underline;
    color: #1a4a63;
}
.sc-bp-sailpass-upsell .sc-bp-sailpass-upsell-link:hover,
.sc-bp-sailpass-upsell .sc-bp-sailpass-upsell-link:focus {
    color: #0f3347;
}

/* ── Responsive ────────────────────────────────────────────────── */

@media (max-width: 480px) {
    #sc-booking-picker { max-width: 100%; }
}

/* Hide the old datetimepicker dropdowns when unified picker is active */
#sc-booking-picker ~ .date-time-picker,
#sc-booking-picker ~ .xdsoft_datetimepicker {
    display: none !important;
}
