/* Fix: icone + texte sur une seule ligne dans les options de paiement */
body#checkout section.checkout-step .payment-option {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .payment-option label {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    margin-bottom: 0;
}

body#checkout section.checkout-step .payment-option label span {
    white-space: nowrap;
}

/* Bouton bpost "Choisir un point d'enlevement" */
body#checkout .bpost-button {
    background-color: rgb(36, 185, 215);
    color: #fff;
    border: none;
}

body#checkout .bpost-button:hover {
    background-color: #1d93ab;
    color: #fff;
}
