.hl-feed-intro {
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 42%),
        var(--hl-white);
}

.hl-feed-intro h1 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.2;
}

.hl-feed-intro p {
    margin: 0;
    color: var(--hl-slate);
    font-size: 14px;
    line-height: 1.5;
}

.hl-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.hl-section-heading a {
    color: var(--hl-orange-dark);
    font-size: 13px;
    font-weight: 800;
}

.hl-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.hl-status-upcoming {
    color: #1d4ed8;
    background: #dbeafe;
}

.hl-status-live {
    color: #b91c1c;
    background: #fee2e2;
}

.hl-status-final {
    color: #166534;
    background: #dcfce7;
}

.hl-game-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--hl-slate);
    font-size: 12px;
}

.hl-matchup {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
}

.hl-team {
    min-width: 0;
    text-align: center;
}

.hl-team-badge {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 8px;
    place-items: center;
    border: 1px solid var(--hl-border);
    border-radius: 18px;
    background: #fff7ed;
    font-size: 28px;
}

.hl-team-name {
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.hl-team-record {
    display: block;
    margin-top: 3px;
    color: var(--hl-slate);
    font-size: 11px;
}

.hl-versus {
    color: var(--hl-slate);
    font-size: 13px;
    font-weight: 800;
}

.hl-score {
    min-width: 76px;
    padding: 10px 8px;
    border-radius: 14px;
    color: var(--hl-white);
    background: var(--hl-navy);
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 1px;
}

.hl-post-header {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
}

.hl-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--hl-white);
    background: linear-gradient(135deg, var(--hl-orange-dark), var(--hl-orange));
    font-weight: 900;
}

.hl-post-author {
    min-width: 0;
    flex: 1;
}

.hl-post-author strong {
    display: block;
    font-size: 14px;
}

.hl-post-author span {
    display: block;
    margin-top: 3px;
    color: var(--hl-slate);
    font-size: 11px;
}

.hl-post-text {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
}

.hl-highlight-placeholder {
    display: grid;
    min-height: 230px;
    place-items: center;
    color: var(--hl-white);
    background:
        linear-gradient(rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.78)),
        linear-gradient(135deg, #f97316, #7c2d12);
    text-align: center;
}

.hl-play-button {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.36);
    font-size: 25px;
}

.hl-highlight-placeholder strong {
    display: block;
    font-size: 17px;
}

.hl-highlight-placeholder span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.hl-post-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hl-border);
}

.hl-post-action {
    padding: 12px 6px;
    border: 0;
    color: var(--hl-slate);
    background: transparent;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.hl-post-action + .hl-post-action {
    border-left: 1px solid var(--hl-border);
}

.hl-player-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hl-player-photo {
    display: grid;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    place-items: center;
    border-radius: 20px;
    color: var(--hl-white);
    background: var(--hl-navy);
    font-size: 29px;
}

.hl-player-info {
    min-width: 0;
    flex: 1;
}

.hl-player-info h3 {
    margin: 0;
    font-size: 17px;
}

.hl-player-info p {
    margin: 4px 0 0;
    color: var(--hl-slate);
    font-size: 12px;
}

.hl-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.hl-stat {
    padding: 10px 5px;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
}

.hl-stat strong {
    display: block;
    font-size: 16px;
}

.hl-stat span {
    display: block;
    margin-top: 3px;
    color: var(--hl-slate);
    font-size: 10px;
    text-transform: uppercase;
}

.hl-standing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.hl-standing-table th,
.hl-standing-table td {
    padding: 11px 7px;
    border-bottom: 1px solid var(--hl-border);
    text-align: center;
}

.hl-standing-table th {
    color: var(--hl-slate);
    font-size: 10px;
    text-transform: uppercase;
}

.hl-standing-table th:nth-child(2),
.hl-standing-table td:nth-child(2) {
    text-align: left;
}

.hl-standing-table tr:last-child td {
    border-bottom: 0;
}

.hl-rank {
    font-weight: 900;
}

@media (max-width: 370px) {
    .hl-team-badge {
        width: 50px;
        height: 50px;
    }

    .hl-team-name {
        font-size: 12px;
    }

    .hl-score {
        min-width: 64px;
        font-size: 18px;
    }
}
