/**
 * G_CustomFields - Styles pour le bloc Informations supplémentaires
 */

/* Style du bloc pour correspondre à Commandes/Paniers */
.customfields-account-block {
    margin-bottom: 1.5rem;
}

.customfields-account-block .card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #25b9d7;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Badge style identique à Commandes/Paniers */
.customfields-account-block .badge {
    background-color: #232323;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
    border-radius: 0.25rem;
    font-weight: 600;
}

/* Tableau des champs */
.customfields-account-block .table td {
    padding: 0.5rem;
    vertical-align: middle;
}

.customfields-account-block .font-weight-bold {
    color: #6c757d;
}

/* Boutons */
.customfields-account-block .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.customfields-account-block .material-icons {
    font-size: 1.1rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}

/* Positionnement pour apparaître sous Paniers */
@media (min-width: 992px) {
    .customfields-account-block {
        order: 3;
    }
}
