.user-infos li { margin-bottom: 6px; }


/* Modale */
#profile-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);

    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 520px;
    border-radius: 10px;
    position: relative;
}
.close-modal {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.modal-content input, .modal-content select, .modal-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.widefat th, .widefat td { padding: 6px 10px; text-align:left; }
.widefat th { background:#f1f1f1; }

@media (max-width: 768px) {
    .modal-content {
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 0;
        margin: 0;
        padding: 15px;
    }
    #profile-modal {
        align-items: stretch;
    }
}
