/**
 * Styles publics pour le plugin Tarifs Enfance-Jeunesse
 */

.tej-tarifs-container {
    margin: 20px 0;
}

.tej-tarifs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.tej-tarifs-table th,
.tej-tarifs-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tej-tarifs-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.tej-tarifs-table tr:hover {
    background-color: #f9f9f9;
}

.tej-tarifs-category-title {
    font-size: 20px;
    margin: 30px 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
}

.tej-tarifs-price {
    font-weight: 600;
    color: #333;
}

.tej-tarifs-unit {
    font-size: 0.9em;
    color: #666;
}

.tej-tarifs-description {
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
}

@media screen and (max-width: 768px) {
    .tej-tarifs-table {
        display: block;
        overflow-x: auto;
    }
}
