.card-tournament {
    overflow: hidden;
}
.card-tournament:hover {
    transform: translateY(-5px);
}

.card-discipline-bar {
    height: 5px;
}

.championship-ribbon {
    background: linear-gradient(0deg, rgba(255, 193, 7, .95) 0%, rgba(255, 193, 7, 0) 100%);
    padding-top: 28px;
}

.discipline-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #5b626b;
    transition: all .16s ease;
}
.discipline-chip:hover {
    border-color: #c7cad0;
}
.discipline-chip.active {
    border-color: #1c2024;
    background: #1c2024;
    color: #fff;
}
.discipline-chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    flex: 0 0 auto;
}

.tournament-date-pill {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    line-height: 1.1;
    min-width: 44px;
    padding: 4px 6px;
}
.tournament-date-pill-day {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--red-swissarchery);
}
.tournament-date-pill-month {
    display: block;
    font-size: .7rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
}

.tournament-progress {
    height: 6px;
    border-radius: 3px;
}