.booking-popup-overlay-ab542150 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-popup-content-ab542150 {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.booking-popup-close-ab542150 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.booking-btn-ab542150 {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
}

.booking-btn-ab542150:hover {
    background: #555;
}

.booking-step-ab542150 h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.booking-step-ab542150 input[type="number"],
.custom-woo-reg-ab542150 input[type="text"],
.custom-woo-reg-ab542150 input[type="email"],
.custom-woo-reg-ab542150 input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.custom-woo-reg-ab542150 label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
