.specialite-table {
    direction: rtl;
}

.specialite-table thead th {
    background: #f8f9fa;
    color: #495057;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    padding: 16px 14px;
    border-bottom: 2px solid #e9ecef;
}

.specialite-table tbody td {
    padding: 15px 14px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.specialite-table tbody tr {
    transition: all 0.2s ease;
}

.specialite-table tbody tr:hover {
    background-color: #f8fffb;
}

.row-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f3f5;
    color: #495057;
    font-weight: 600;
}

.specialite-name strong {
    display: block;
    color: #212529;
    font-size: 15px;
    line-height: 1.6;
}

.specialite-name small {
    display: block;
    color: #8a8f98;
    font-size: 12px;
    direction: ltr;
    text-align: right;
    margin-top: 2px;
}

.poste-badge,
.reserve-badge,
.moyenne-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 700;
}

.poste-badge {
    background: #e8f7ef;
    color: #198754;
}

.reserve-badge {
    background: #fff4df;
    color: #d97706;
}

.moyenne-badge {
    background: #eef4ff;
    color: #0d6efd;
}

.info-text {
    line-height: 1.6;
}
.diploma-badge {
    display: inline-flex;
    align-items: center;
    margin: 3px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #eef4ff;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}