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

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

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

.no-diploma {
    background-color: #e74c3c;
    color: white;
}

.federal-diploma {
    background-color: #27ae60;
    color: white;
}

.professional-diploma {
    background-color: #f39c12;
    color: white;
}

.regional-training {
    background-color: var(--color-primary-400);
    color: white;
}

.regional-qualified {
    background-color: #e67e22;
    color: white;
}

.youth-trainer {
    background-color: #34495e;
    color: white;
}

.amount {
    font-weight: bold;
    font-size: 16px;
}

.training-covered {
    background-color: #ecf0f1;
    font-style: italic;
    color: #2c3e50;
    font-size: 12px;
}
