/* // css */
.edunivtable{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    background-color: #fff;
}
.edunivtable th, .edunivtable td {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    text-align: left;
    font-size: 14px;
    color: #212529;
}
.edunivtable th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.edunivtable tbody tr:hover {
    background-color: #f1f1f1;
}
.edunivtable thead {
    background-color: #4c4e50;
}
/* ── Load button ── */
.eduniv_primary-btn {
    font-family: inherit;
    font-size: .82rem;
    font-weight: 700;
    border: none;
    border-radius: .5rem;
    padding: .45rem 1.2rem;
    cursor: pointer;
    background:#ff8c00;
    color: #fff;
    transition: background .18s, transform .12s;
    white-space: nowrap;
}