.mileha-booking-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.mileha-booking-form p {
    margin-bottom: 20px;
}

.mileha-booking-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.mileha-booking-form input[type="text"],
.mileha-booking-form input[type="email"],
.mileha-booking-form input[type="date"],
.mileha-booking-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mileha-booking-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.mileha-booking-form button:hover {
    background: #005f8d;
}

.mileha-booking-confirmation {
    padding: 10px;
    background: #d4edda;
    color: #155724;
    margin-bottom: 20px;
    border-left: 5px solid #28a745;
}

.mileha-booking-error {
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    margin-bottom: 20px;
    border-left: 5px solid #dc3545;
}
