/**
 * Diet & Sens - Styles pour les pages légales
 * Importe les variables depuis variables.css
 */

@import url('variables.css');

/* Styles spécifiques aux pages légales */
body {
    line-height: 1.8;
}

.info-box {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-left: 4px solid #059669;
    padding: 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
    margin: 1.5rem 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

th, td {
    border: 1px solid #d1d5db;
    padding: 0.75rem;
    text-align: left;
}

th {
    background-color: #ecfdf5;
    font-weight: 600;
}
