.czx-nav {
    margin: 16px 0 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.czx-btn {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #222;
    background: #222;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: 600;
}

.czx-btn:hover {
    filter: brightness(1.1);
    text-decoration: none !important;
}

.wp-block-post-content a.czx-btn {
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 14px !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

.entry-content a.czx-btn {
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 14px !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

/* Pagination buttons */
.dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 3px;
    border: 2px solid #000;
    background: #f0c000;
    color: #000 !important;
    font-weight: bold;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #d00000 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ffea00 !important;
    color: #000 !important;
}

/* Fixed header styling */
table.dataTable.fixedHeader-floating {
    background: #fff;
    border: 2px solid #000;
}


/* GOLD — bold + colour, excluding indicator column */
.czx-stats-table tr.gold td:not(:last-child) {
    background-color: #ffd700 !important;
    color: #000 !important;
    font-weight: bold !important;
}

/* SILVER — bold + colour, excluding indicator column */
.czx-stats-table tr.silver td:not(:last-child) {
    background-color: #c0c0c0 !important;
    color: #000 !important;
    font-weight: bold !important;
}

/* BRONZE — bold + colour, excluding indicator column */
.czx-stats-table tr.bronze td:not(:last-child) {
    background-color: #cd7f32 !important;
    color: #000 !important;
    font-weight: bold !important;
}

/* Default: centre everything */
.czx-stats-table th,
.czx-stats-table td {
    text-align: center !important;
}

/* Column 2 (Title) left aligned */
.czx-stats-table th:nth-child(2),
.czx-stats-table tbody td:nth-child(2) {
    text-align: left !important;
}

/* Column 3 left-aligned ONLY for OVERALL and BUDGET tables */
#overall-stats-table th:nth-child(3),
#overall-stats-table td:nth-child(3),
#budget-stats-table th:nth-child(3),
#budget-stats-table td:nth-child(3) {
    text-align: left !important;
}





