.booking-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding:8px;
    color: white;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: var(--dbrl);
    border-top-right-radius: var(--dbrl);
}
.header-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}
div.header-text h2 {
    font-size: 20px;
    font-weight: 700;
}
.booking-header div.header-text p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.header-badge {
    background: rgba(255, 255, 255, 0.15);
    padding:5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.mpcrbm_search_holder{
    padding:10px;
    background-color:#ecf1f5;
    border-radius: var(--dbrl);
}
.mprcbm_search_button_holder{
    display: flex;
    width: 150px;
    justify-content: right;
}

.mpcrbm_search-button {
    background: var(--color_theme);
    color: white;
    border: none;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 150px;
    /*margin: 2rem auto 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.mprcbm_search_icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.mpcrbm_horizontal_search_form{
    display: flex;
    gap:5px;
    flex-direction: column;
}
.mpcrbm_inline_search_form{
    display: flex;
    width: 100%;
    flex: 1;
    gap: 10px;
}

.mpcrbm_manual_end_place{
    margin-top: 0 !important;
}
.mpcrbm_width_33{
    width: 33.33%;
}
.mprcbm_checkbox_group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-top: 15px;
}
.mprcbm_checkbox_group_new {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 10px;
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin: 5px 0 5px 0;
}

.mprcbm_checkbox_search_btn_holder{
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.mpcrbm_search_title{
    font-size: 14px;
    padding: 10px 0;
    padding-top: 0;
    color:#5b6b7a;
}

.mpcrbm_search_title i{
    font-size: 16px;
    color: #566676;
}
.custom-divider {
    border: none;
    border-top: 1px solid #ccc; /* change color if needed */
    margin: 20px 0; /* space above and below */
}
.mpcrbm-vertical-divider {
    width: 2px;
    background-color: #dddddd;
    padding:1px;
    margin: 0 10px;
}

 .mpcrbm_horizontal_section_divider {
	 height: 1px;
	 background-color: #e5e7eb;
	 margin: 26px 0 !important;
 }
 .mpcrbm_horizontal_section_label {
	 font-size: 12px;
	 font-weight: 600;
	 color: #6b7280;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
	 margin: 12px 0;
 }
.mpcrbm_horizontal_date_time_input{
	 background: #fff;
	 border-radius: 12px;
	 padding:8px;
	 width: 33.33%;
	 display: flex;
	 gap: 1px;
 }
 .mpcrbm_horizontal_booking_title{
	 color: #666666;
	 text-align: center;
 }

.mpcrbm_inline_search_form label span i{ 
	margin-right: 5px;
}
.mpcrbm_search_area{
    width: 100%;
}
@media only screen and (max-width:1200px) {
    .mpcrbm_inline_search_form{
        flex-direction: column;
    }
    .mpcrbm_horizontal_date_time_input{
        width: 100%;
    }

}