h2{text-align: center;}
.klassement-sectie {
    max-width: 1000px;
    margin: 40px ;
    padding: 20px;
}

.subtekst {
    color: #a0b4c8;
    margin-bottom: 20px;
    text-align: center;
}


.tabel-container {
    width: 100%;
    background-color: #0B1F3A;
    border: 1px solid #1F7A63; 
    border-radius: 8px;
}


.klassement-tabel {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.95rem;
}


.klassement-tabel th {
    background-color: #1F7A63;
    color: white;
    padding: 12px;
    font-weight: 600;
}


.klassement-tabel td {
    padding: 12px;
    border-bottom: 1px solid #1a3a5c;
    color: #e0e0e0;
}

.text-left {
    text-align: left;
    padding-left: 20px;
}

.klassement-tabel tbody tr:hover {
    background-color: rgba(31, 122, 99, 0.1);
}


.eigen-club {
    background-color: rgba(249, 206, 76, 0.15); 
}

.eigen-club > td {
    color: #F2C94C;
    font-weight: bold;
}


tr.degradatie > td:first-child {
    color: #EB5757; 
    font-weight: bold;
}


@media screen and (max-width: 426px) {
    .klassement-tabel th, 
    .klassement-tabel td {
        padding: 8px 4px;
        font-size: 0.85rem;
    }
    .text-left {
        padding-left: 8px;
    }
}