/*
 * NGamesCMS 4.3.3C — Statistics title contrast hotfix
 * Scope: DrakionImperia /statistics only.
 * Loaded after Theme Studio so the final palette cannot turn these titles black.
 */

.ngames-statistics-page .rankings-table .table > tbody > tr:first-child > th.headerRow,
.ngames-statistics-page .rankings-table th.headerRow {
    background:
        linear-gradient(
            180deg,
            rgba(47, 53, 61, .98),
            rgba(35, 40, 47, .98)
        ) !important;
    background-color: #252a2f !important;
    color: #e68130 !important;
    -webkit-text-fill-color: #e68130 !important;
    opacity: 1 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .72) !important;
    border-color: rgba(230, 129, 48, .30) !important;
}

.ngames-statistics-page .rankings-table th.headerRow *,
.ngames-statistics-page .rankings-table .table > tbody > tr:first-child > th.headerRow * {
    color: #e68130 !important;
    -webkit-text-fill-color: #e68130 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .72) !important;
}

.ngames-statistics-page .rankings-table .table-hover > tbody > tr:first-child:hover > th.headerRow,
.ngames-statistics-page .rankings-table .table-hover > tbody > tr:first-child:hover > th.headerRow * {
    background:
        linear-gradient(
            180deg,
            rgba(52, 59, 67, .99),
            rgba(38, 44, 51, .99)
        ) !important;
    color: #ffad5a !important;
    -webkit-text-fill-color: #ffad5a !important;
}
