/* hide show on map button */
#main-buttons div.btn.map.btn-with-image.custom {
display:none;
}

/* shorten banner */
#sb_main #main #main-buttons {
    height: 400px !important;
    max-height: 400px !important;
    min-height: unset !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;   /* ← stacks children vertically */
    align-items: center !important;
    justify-content: center !important;
}

#main-buttons .wrapper,
#main-buttons .wrapper .inner {
    width: 100% !important;
    margin: auto !important;
    display: flex !important;
    flex-direction: column !important;   /* ← same here */
    align-items: center !important;
    justify-content: center !important;
}

/* make calendar traditional */ 
.top-date-select .weeks-name > div {
         display: none;
}

.top-date-select .weeks-name > div:first-child {
         display: block;
        width: 100%;
}

.top-date-select .weeks-date > div {
        width: 100%;
}

.datetime-step #sb_dateview_container {
        max-width: 600px;
        margin: 20px auto;
}

.datetime-step #sb_dateview_container .section-pd {
        padding: 20px;
}

.top-date-select .calendar .weeks-name .name {
        margin-bottom: 5px;
        padding-bottom: 5px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date {
    line-height: 40px;
        min-width: 35px;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .inner {
         line-height: 30px;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar {
 padding-top: 20px;
}


/* make month-year title bigger */
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header {
        font-size: 24px;
}

/* make booking details non toggle */
#collapseInvoice_details {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
}

.current-booking-info .booking-info__details-name {
    font-size: 14px !important;
}

/* hide toggle arrow */
[data-target="#collapseInvoice_details"],
[href="#collapseInvoice_details"] {
    pointer-events: none !important;
    cursor: default !important;
}