/* appointment.css - Styles spécifiques à la page rendez-vous */
.appointment-booking-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.appointment-form-title {
    text-align: center;
    margin-bottom: 2rem;
}

.appointment-api-block {
    min-height: 400px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
