.booking-form-container {
    background: #ffffff;
    border-radius: 8px;
    color: #333;
}

.booking-form-container h2,
.booking-form-container h3 {
    color: #111;
}
.booking-field label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
    border: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 16px;
    outline: none;
}

.booking-field input:focus {
    border-color: #ff8600 !important;
}

.booking-btn {
    align-items: center;
    background: #ff8600 !important;
    color: #000;
    height: 48px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
}

.booking-btn:hover {
    background: #000;
    color: #ff8600 !important;
}

/* Stripe Specific */
#card-element {
    border: 1px solid #ccc;
    background: #f7f7f7;
}

#card-errors {
    color: #dc3545;
    font-size: 14px;
}

/* Summary Card */
.booking-summary-card {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
}

.booking-summary-item {
    border-bottom: 1px solid #eee;
}

.booking-summary-item:last-child {
    border-bottom: none;
}

.booking-summary-total {
    border-top: 2px solid #111;
    font-size: 1.2em;
    font-weight: bold;
}
