/* Globálny kontajner s nanúteným písmom */
.exz-final-wrap {
    width: 100%;
    margin: 40px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* ZJEDNOTENÝ NÁZOV TABUĽKY */
.exz-final-title {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;*/
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 25px !important;
    border-left: 6px solid #e41e26 !important;
    padding-left: 15px !important;
    line-height: 1.1 !important;
    display: block !important;
}

.exz-final-scroll {
    width: 100%;
    overflow-x: auto;
}

.exz-final-table {
    width: 100%;
    border-collapse: collapse !important;
    background: transparent !important;
}

/* HLAVIČKA TABUĽKY */
.exz-final-table thead th {
    font-family: inherit !important;
    text-align: left;
    padding: 15px;
    background: #f8f8f8;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

/* BUNKY TABUĽKY */
.exz-final-table tbody td {
    font-family: inherit !important;
    padding: 16px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

/* ZEBRA PRUHOVANIE */
.exz-final-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.exz-final-team {
    display: flex;
    align-items: center;
    gap: 12px;
}

.exz-final-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* PORADOVÉ ČÍSLO */
.exz-final-rank {
    font-weight: 800 !important;
    color: #e41e26 !important;
    width: 40px;
}

/* SKÓRE */
.exz-final-score {
    text-align: right;
    font-weight: 700 !important;
}