.tarifs-table th,
.tarifs-table td {
    padding: 12px;
    text-align: center;
    border: 2px solid var(--color-primary-600);
    font-weight: 500;
}

.tarifs-table th {
    background-color: var(--color-primary-600);
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.category-row {
    background-color: var(--color-primary-600);
    color: white;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}

.birth-years {
    font-weight: 500;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
}

.price {
    font-weight: bold;
    font-size: 18px;
    color: var(--color-primary-600);
}

.special-note {
    background-color: #FEF2F2;
    color: #991B1B;
    font-style: italic;
    font-size: 12px;
}

.caution-row {
    background-color: #FCD34D;
    color: #92400E;
    font-weight: 600;
}
