.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: var(--dmp);
    background-color: var(--color_white);
    margin-top: -1px;
    border-bottom-left-radius: var(--dbrl);
    border-bottom-right-radius: var(--dbrl);
}
.mprcbm_search_button_holder{
    display: flex;
    justify-content: center;
}

.mpcrbm_search-button {
    background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 250px;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.mprcbm_search_icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.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;
}
