.aemic-admin-panel {
    margin: 20px;
}

/* CSS for Configuration des Types de Cotisation (admin-style.css) */
.aemic-config-types-de-cotisation {
    margin: 20px;
}

.aemic-type-de-cotisation-row {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.aemic-select-produit {
    flex-grow: 1;
    margin-right: 10px;
}

.aemic-conditions {
    flex-grow: 2;
    margin-right: 10px;
}

.aemic-condition-row
{
    margin-bottom: 10px;
}

.aemic-condition-row select, .aemic-condition-row button, .aemic-condition-row input
{
    margin-right: 10px;
}

.aemic-remove-type-de-cotisation {
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}
