.tournament-card-play-btn-disabled {
    cursor: default;
    border-color: #4f4f4f;
    background: linear-gradient(to bottom, rgba(120, 120, 120, 1) 0%, rgba(80, 80, 80, 1) 100%);
}

.tournament-card-play-btn-disabled:hover {
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(120, 120, 120, 1) 0%, rgba(80, 80, 80, 1) 100%);
}

.countdown-caption {
    padding: 6px 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #777;
}

.countdown-finished {
    padding: 18px 0 12px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
}

.tournaments-empty {
    width: 100%;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    color: #111111;
}
