/* ==========================================
   9. VIKBOOKING OVERRIDES
   ========================================== */
.vbo-results-wrapper {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.vbo-room-result-wrap {
    margin-bottom: 25px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.vikbooking-main-container {
    width: 100% !important;
    max-width: 100% !important;
}

.vbo-room-result-inner {
    padding: 20px !important;
}

.goback, 
.vbsearchmainsbmt {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}


@media screen and (max-width: 768px) {
/* VikBooking Mobile Flex Fixes */
    .vbo-results-head {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    
    .vbo-results-head > div {
        flex: 1 1 45%; /* Forces Check-in, Nights, etc., into an even 2-column grid instead of a squeezed line */
        margin-bottom: 10px;
    }
    
    .vbo-results-filtering {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .vbo-steps-timeline,
    .vbstepsbarcont {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
