.featured-match-card {
    width: min(100%, 500px);
    margin: 18px auto 0;
    margin-left: 0;
    margin-right:0;
    overflow: hidden;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 41, 55, 0.12);
    text-align: left;
}

.featured-match-link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

.featured-match-thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.featured-match-play {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 24, 29, 0.88);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
}

.featured-match-play::before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    content: "";
}

.featured-match-duration {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 5px 8px;
    border-radius: 6px;
    background: rgba(20, 24, 29, 0.88);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
}

.featured-match-body {
    padding: 16px 18px 18px;
}

.featured-match-label {
    margin-bottom: 6px;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.featured-match-topline {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.featured-match-heading {
    flex: 1 1 auto;
    min-width: 0;
}

.featured-match-players {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 800;
    line-height: 1.25;
}

.featured-team {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-width: 0;
}

@media (max-width: 768px) {
    .featured-match-body {
        padding: 14px;
    }

    .featured-match-players {
        display: grid;
        gap: 5px;
    }

    .versus {
        margin: 2px 0;
    }

    .featured-channel-link {
        margin-left: 0;
    }
    .featured-match-card {
        border-radius: 0;
    }
}


.player-page-link {
    color: #172033;
    text-decoration: none;
}

.player-page-link:hover {
    color: #0b63ce;
    text-decoration: underline;
}

.rank-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2em;
    padding: 2px 7px;
    border-radius: 999px;
    background: #edf3fb;
    color: #28527a;
    font-size: 0.75em;
    font-weight: 800;
}

.team-divider,
.versus {
    color: #667085;
    font-weight: 700;
}

.versus {
    font-size: 0.85em;
    text-transform: uppercase;
}

.featured-match-event {
    min-width: 0;
}

.featured-match-bracket {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 2px;
    color: #667085;
    font-size: 0.92rem;
    line-height: 1.35;
}

.featured-match-bracket-label {
    flex: 0 0 auto;
    color: #98a2b3;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.featured-match-bracket a {
    color: #344054;
    font-weight: 700;
    text-decoration: none;
}

.featured-match-bracket a:hover {
    color: #0b63ce;
    text-decoration: underline;
}

.featured-match-meta {
    align-items: center;
    gap: 8px 10px;
    margin-top: 12px;
    color: #475467;
    font-size: 0.95rem;
}

.featured-match-meta a {
    color: #344054;
    font-weight: 700;
    text-decoration: none;
}

.featured-match-meta a:hover {
    color: #0b63ce;
    text-decoration: underline;
}

.meta-pill {
    padding: 2px 8px;
    border-radius: 999px;
    background: #f1f4f8;
    color: #344054;
    font-size: 0.86rem;
    font-weight: 700;
}

.featured-channel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
}

.featured-channel-link img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #fff, 0 2px 8px rgba(26, 41, 55, 0.18);
}
