/* Flashscore-like Styles Strict Dark Mode */
.fs-header {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2d;
}

.fs-tab {
    color: #888;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.fs-tab.active {
    color: #fff;
    border-bottom: 2px solid #ff2a2a;
}

.fs-date-header {
    background-color: #111111;
    font-size: 0.8rem;
    border: 1px solid #2a2a2d;
    border-bottom: none;
}

.fs-match-row {
    background-color: #18181b !important;
    border-color: #2a2a2d !important;
}

.fs-match-row:hover {
    background-color: #222225 !important;
}

.fs-match-row:last-child {
    border-bottom-width: 1px;
}

.transition-all {
    transition: all 0.2s ease;
}

.player-row:hover {
    background-color: #222225 !important;
}
