.brdv-booking-form {
    max-width: 900px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
}
.brdv-step {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e7eb;
}
.brdv-booking-form input,
.brdv-booking-form textarea,
.brdv-booking-form select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 6px;
}
.brdv-success {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #22c55e;
    border-radius: 10px;
    background: #f0fdf4;
}
.brdv-error {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #ef4444;
    border-radius: 10px;
    background: #fef2f2;
}
.brdv-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    margin-top: 12px;
}
.brdv-inline-search {
    display: flex;
    gap: 12px;
    align-items: end;
    margin-bottom: 12px;
}
