/* Conteneur principal */
#response {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

/* Formulaire */
.payment-gateway-form {
    width: 100%;
    max-width: 500px; /* Largeur maximale pour un affichage propre */
    margin: 0 auto;
    text-align: center; /* Centrer le contenu */
}

/* Bouton PayPal */
.payment-gateway-form .paybtn {
    width: 100%; /* Adapte le bouton à 100% du conteneur */
    max-width: 300px; /* Largeur maximale pour un meilleur design */
    height: auto; /* Conserve les proportions */
}

/* Adaptation pour les écrans plus petits */
@media screen and (max-width: 768px) {
    /* Ajustement des options de paiement */
    .payment-gateway-form ul {
        display: flex;
        flex-direction: column; /* Options en colonne */
        align-items: center;
        padding: 0;
        margin: 0;
    }

    /* Centrage des éléments */
    .payment-gateway-form li {
        margin-bottom: 10px;
    }
}
.meals_ul .included,.meals_ul .included::before{cursor:no-drop}.select_meal::before,.included::before{content:'';display:inline-block;vertical-align:middle;margin:0;padding:0;width:22px;height:24px;background:url(assets/img/grey.png) no-repeat;border:none;cursor:pointer;background-position:-103px 0}.select_meal.selected::before,.included::before{content:'';background-position:-145px 0}