/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2025 | 15:48:13 */
/* Conteneur général du formulaire en flex */
form.mailpoet-manage-subscription {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Chaque bloc de champ prend 48% pour faire 2 colonnes avec un petit espace */
form.mailpoet-manage-subscription .mailpoet_paragraph {
    width: 100%;
    margin-bottom: 20px;
}

/* Label en bloc et en gras */
form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label {
    display: block;
    font-weight: bold;
}

/* Zones de saisie et listes déroulantes */
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

/* Bouton de soumission */
form.mailpoet-manage-subscription .mailpoet_submit {
    padding: 20px 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}

/* Style du bouton */
.mailpoet_submit {
    background-color: blue;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
