﻿body {
    background: #f3f5f7;
    color: #1f2933;
}

.sp-home-shell,
.sp-home-shell *,
.site-container {
    box-sizing: border-box;
}

.sp-home-shell {
    padding: 18px 0 30px;
}

.sp-portal-head {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr) 300px;
    gap: 16px;
    align-items: stretch;
}

.sp-prime-card,
.sp-news-board,
.sp-live-board {
    border: 1px solid #e3e8ee;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.sp-prime-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 286px;
    padding: 24px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(20, 184, 166, 0.28) 42%, rgba(14, 25, 38, 0.92) 43%),
        linear-gradient(135deg, #111827, #253244);
}

.sp-prime-copy span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.sp-prime-copy h1 {
    margin: 14px 0 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: 0;
}

.sp-prime-copy p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.8;
}

.sp-prime-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.sp-prime-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff;
    color: #17202b;
    font-size: 13px;
    font-weight: 900;
}

.sp-prime-actions a:first-child {
    background: #fbbf24;
    color: #111827;
}

.sp-feature-match {
    align-self: end;
    margin-top: 20px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.sp-feature-match .sp-feature-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.sp-feature-match .sp-feature-meta b,
.sp-feature-match .sp-feature-meta time {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.sp-feature-match .sp-feature-meta em {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.sp-feature-match .sp-feature-meta em.live {
    background: #ef4444;
}

.sp-feature-vs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.sp-feature-vs div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sp-feature-vs div:first-child {
    justify-content: flex-end;
    text-align: right;
}

.sp-feature-vs img,
.sp-feature-vs .sp-logo-fallback {
    width: 30px;
    height: 30px;
}

.sp-feature-vs strong {
    min-width: 0;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-feature-vs a {
    color: #fbbf24;
    text-align: center;
    font-size: 18px;
    font-weight: 950;
}

.sp-news-board,
.sp-live-board {
    min-height: 286px;
    padding: 16px;
    background: #fff;
}

.sp-board-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
}

.sp-board-title h2 {
    position: relative;
    margin: 0;
    padding-left: 10px;
    color: #202a35;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 950;
}

.sp-board-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 19px;
    background: #0f766e;
}

.sp-board-title a {
    color: #7a8795;
    font-size: 12px;
    font-weight: 800;
}

.sp-news-board > a {
    display: block;
    position: relative;
    padding: 9px 0 9px 13px;
    border-bottom: 1px dashed #e9edf2;
    color: #3b4654;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-news-board > a::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0f766e;
}

.sp-news-board > a:hover {
    color: #0f766e;
}

.sp-live-counts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 13px;
}

.sp-live-counts div {
    min-height: 66px;
    padding: 10px 6px;
    border-radius: 6px;
    background: #f8fafc;
    text-align: center;
}

.sp-live-counts strong {
    display: block;
    color: #0f766e;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.sp-live-counts span {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 12px;
}

.sp-live-shortcuts,
.sp-core-chips {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.sp-core-chips {
    margin-top: 10px;
}

.sp-live-shortcuts a,
.sp-core-chips a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0 8px;
    border: 1px solid #e4eaf0;
    border-radius: 4px;
    background: #fff;
    color: #344052;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-live-shortcuts a:hover,
.sp-core-chips a:hover {
    border-color: #0f766e;
    background: #ecfdf5;
    color: #0b5f59;
}

.sp-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr) 270px;
    gap: 16px;
    align-items: stretch;
}

.sp-lead-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 12px;
    min-width: 0;
}

.sp-lead-card,
.sp-lead-mini a,
.sp-headlines,
.sp-video-side,
.sp-panel,
.sp-side-card,
.sp-section,
.sp-seo-copy {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.sp-lead-card {
    position: relative;
    display: block;
    min-height: 296px;
    overflow: hidden;
    color: #fff;
    background: #101820;
}

.sp-lead-card img {
    width: 100%;
    height: 100%;
    min-height: 296px;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.25s ease;
}

.sp-lead-card:hover img {
    transform: scale(1.035);
}

.sp-lead-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 100%);
}

.sp-lead-card span,
.sp-lead-card h1 {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
}

.sp-lead-card span {
    bottom: 62px;
    width: max-content;
    padding: 4px 9px;
    border-radius: 4px;
    background: #0f766e;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.sp-lead-card h1 {
    bottom: 18px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: 0;
}

.sp-lead-card.is-empty {
    display: flex;
    align-items: flex-end;
    padding: 22px;
}

.sp-lead-mini {
    display: grid;
    gap: 12px;
}

.sp-lead-mini a {
    display: block;
    overflow: hidden;
}

.sp-lead-mini img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #111;
}

.sp-lead-mini strong {
    display: -webkit-box;
    min-height: 44px;
    padding: 9px 10px 11px;
    color: #222b36;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sp-headlines,
.sp-video-side {
    padding: 14px 16px;
    min-width: 0;
}

.sp-headlines h2,
.sp-video-side h2,
.sp-side-card h2 {
    position: relative;
    margin: 0 0 10px;
    padding-left: 10px;
    color: #202a35;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}

.sp-headlines h2::before,
.sp-video-side h2::before,
.sp-side-card h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 18px;
    background: #0f766e;
}

.sp-headlines a,
.sp-headlines p,
.sp-side-news a {
    display: block;
    position: relative;
    padding: 8px 0 8px 12px;
    border-bottom: 1px dashed #e9edf2;
    color: #4a5564;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-headlines a::before,
.sp-side-news a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0f766e;
}

.sp-headlines a:hover,
.sp-side-news a:hover {
    color: #0f766e;
}

.sp-video-thumb {
    position: relative;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 5px;
    background: #111827;
}

.sp-video-thumb:last-child {
    margin-bottom: 0;
}

.sp-video-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: 0.88;
}

.sp-video-thumb i,
.sp-video-card i {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #0f766e;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.sp-video-thumb strong {
    display: block;
    padding: 9px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.45;
}

.sp-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 16px;
    align-items: start;
    margin-top: 16px;
}

.sp-main-col,
.sp-side-col {
    min-width: 0;
}

.sp-side-col {
    display: grid;
    gap: 16px;
}

.sp-panel,
.sp-side-card,
.sp-section,
.sp-seo-copy {
    overflow: hidden;
}

.sp-tabs-line {
    display: flex;
    align-items: center;
    gap: 0;
    height: 50px;
    border-bottom: 1px solid #e7ebf0;
    background: #fff;
    overflow-x: auto;
}

.sp-tabs-line button,
.sp-tabs-line a {
    flex: 0 0 auto;
    height: 50px;
    min-width: 82px;
    padding: 0 16px;
    border: 0;
    border-right: 1px solid #eef1f5;
    background: #fff;
    color: #252f3a;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.sp-tabs-line button.active {
    background: #0f766e;
    color: #fff;
}

.sp-tabs-line a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #516070;
}

.sp-schedule-head,
.sp-schedule-row {
    display: grid;
    grid-template-columns: 62px 86px 68px minmax(0, 1fr) 72px minmax(0, 1fr) 96px;
    gap: 10px;
    align-items: center;
}

.sp-schedule-head {
    min-height: 38px;
    padding: 0 16px;
    background: #f8fafc;
    border-bottom: 1px solid #edf1f5;
    color: #7a8795;
    font-size: 12px;
    font-weight: 800;
}

.sp-schedule-list {
    max-height: 720px;
    overflow-y: auto;
}

.sp-schedule-row {
    min-height: 54px;
    padding: 9px 16px;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
}

.sp-schedule-row:hover {
    background: #f0fdfa;
}

.sp-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 4px;
    color: #fff;
    background: #94a3b8;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.sp-status.live {
    background: #0f766e;
}

.sp-status.next {
    background: #14b8a6;
}

.sp-status.done {
    background: #20a477;
}

.sp-status.delay {
    background: #8b96a5;
}

.sp-schedule-row time {
    color: #64748b;
    font-size: 13px;
    white-space: nowrap;
}

.sp-league {
    color: #253140;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-team {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sp-team.home {
    justify-content: flex-end;
    text-align: right;
}

.sp-team.away {
    justify-content: flex-start;
}

.sp-team span {
    min-width: 0;
    color: #1f2933;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-team img,
.sp-rank-list img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.sp-logo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    flex-shrink: 0;
}

.sp-score {
    text-align: center;
    color: #111827;
    font-size: 15px;
    font-weight: 950;
    white-space: nowrap;
}

.sp-score.live {
    color: #0f766e;
}

.sp-live-action {
    text-align: right;
}

.sp-schedule-live-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 82px;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid #0f766e;
    border-radius: 999px;
    color: #0f766e;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.sp-schedule-live-btn:hover {
    background: #0f766e;
    color: #fff;
}

.sp-side-card {
    padding: 14px 16px 16px;
}

.sp-side-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: -14px -16px 10px;
    border-bottom: 1px solid #e8edf3;
}

.sp-side-tabs b {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #374151;
    font-size: 14px;
}

.sp-side-tabs b:first-child {
    background: #0f766e;
    color: #fff;
}

.sp-core-list,
.sp-topic-cloud,
.sp-resource-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-core-list a,
.sp-topic-cloud a,
.sp-resource-links a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    color: #4b5565;
    font-size: 12px;
    font-weight: 800;
}

.sp-core-list a:hover,
.sp-topic-cloud a:hover,
.sp-resource-links a:hover {
    border-color: #0f766e;
    background: #ecfdf5;
    color: #0b5f59;
}

.sp-topic-cloud.small a {
    min-height: 28px;
    padding: 0 9px;
    font-size: 12px;
}

.sp-rank-list a {
    display: grid;
    grid-template-columns: 26px 24px minmax(0, 1fr) 42px;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px dashed #e8edf3;
}

.sp-rank-list b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 12px;
}

.sp-rank-list span,
.sp-rank-list em {
    min-width: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-rank-list span {
    color: #1f2933;
    font-weight: 850;
}

.sp-rank-list em {
    color: #748294;
    font-style: normal;
    text-align: right;
}

.sp-section {
    margin-top: 16px;
    padding: 0 18px 18px;
}

.sp-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    border-bottom: 1px solid #e8edf3;
}

.sp-section-title h2 {
    margin: 0;
    color: #202a35;
    font-size: 18px;
    font-weight: 950;
}

.sp-section-title h2::before {
    content: "🔥";
    margin-right: 6px;
}

.sp-section-title a,
.sp-section-title nav a {
    color: #5e6b7b;
    font-size: 13px;
    font-weight: 800;
    margin-left: 18px;
}

.sp-video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-top: 18px;
}

.sp-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e4e9ef;
    border-radius: 5px;
    background: #fff;
}

.sp-video-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.sp-video-card strong {
    display: block;
    padding: 10px;
    color: #222b36;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-league-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding-top: 18px;
}

.sp-league-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 116px;
    padding: 14px 10px 12px;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    overflow: hidden;
}

.sp-league-grid a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #0f766e, #14b8a6);
    opacity: 0;
    transition: opacity .2s ease;
}

.sp-league-grid a:hover {
    border-color: #0f766e;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.12);
    transform: translateY(-2px);
}

.sp-league-grid a:hover::before {
    opacity: 1;
}

.sp-league-grid img,
.sp-league-grid span {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
}

.sp-league-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f7fa;
    color: #0f766e;
    font-size: 16px;
    font-weight: 950;
}

.sp-league-grid img {
    object-fit: contain;
    filter: drop-shadow(0 6px 10px rgba(15, 23, 42, .1));
}

.sp-league-grid strong {
    color: #172033;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
}

.sp-league-grid em {
    margin-top: 5px;
    color: #718096;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.sp-link-section {
    border-top: 3px solid #263342;
}

.sp-resource-links {
    padding-top: 18px;
}

.sp-resource-links a {
    min-width: 132px;
    justify-content: center;
}

.sp-seo-copy {
    margin-top: 16px;
    padding: 20px 22px;
    color: #5e6b7b;
    font-size: 14px;
    line-height: 1.9;
}

.sp-seo-copy p {
    margin: 0 0 10px;
}

.sp-seo-copy p:last-child {
    margin-bottom: 0;
}

.sp-empty {
    padding: 28px;
    color: #64748b;
    text-align: center;
}

@media (max-width: 1180px) {
    .sp-portal-head {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
    .sp-news-board {
        grid-column: 1 / -1;
        min-height: auto;
    }
    .sp-top-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
    .sp-video-side {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 120px 1fr 1fr;
        gap: 12px;
        align-items: start;
    }
    .sp-video-side h2 {
        margin-top: 8px;
    }
    .sp-main-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

@media (max-width: 992px) {
    .sp-portal-head {
        grid-template-columns: 1fr;
    }
    .sp-prime-card,
    .sp-news-board,
    .sp-live-board {
        min-height: auto;
    }
    .sp-top-grid,
    .sp-main-layout {
        grid-template-columns: 1fr;
    }
    .sp-side-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-schedule-head {
        display: none;
    }
    .sp-schedule-list {
        max-height: none;
        padding: 10px;
    }
    .sp-schedule-row {
        grid-template-columns: 70px 1fr 70px;
        gap: 8px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #e5eaf0;
        border-radius: 6px;
    }
    .sp-status,
    .sp-schedule-row time,
    .sp-league {
        grid-row: 1;
    }
    .sp-league {
        text-align: center;
    }
    .sp-team.home {
        grid-column: 1;
        justify-content: center;
        text-align: center;
    }
    .sp-score {
        grid-column: 2;
    }
    .sp-team.away {
        grid-column: 3;
        justify-content: center;
        text-align: center;
    }
    .sp-live-action {
        grid-column: 1 / -1;
        text-align: center;
    }
    .sp-team {
        flex-direction: column;
    }
    .sp-team img,
    .sp-logo-fallback {
        order: 1;
    }
    .sp-team span {
        order: 2;
        max-width: 92px;
        text-align: center;
    }
    .sp-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-league-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    .sp-home-shell {
        padding-top: 6px;
    }
    .sp-portal-head {
        gap: 10px;
    }
    .sp-prime-card {
        padding: 14px;
        min-height: 0;
    }
    .sp-prime-copy span {
        min-height: 22px;
        font-size: 11px;
    }
    .sp-prime-copy h1 {
        margin: 10px 0 6px;
        font-size: 21px;
    }
    .sp-prime-copy p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.55;
    }
    .sp-prime-actions {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        margin-top: 12px;
    }
    .sp-prime-actions a {
        min-height: 30px;
        padding: 0 8px;
        font-size: 12px;
        white-space: nowrap;
    }
    .sp-feature-match {
        margin-top: 12px;
        padding: 10px;
    }
    .sp-feature-match .sp-feature-meta {
        margin-bottom: 8px;
    }
    .sp-feature-match .sp-feature-meta b,
    .sp-feature-match .sp-feature-meta time,
    .sp-feature-match .sp-feature-meta em {
        font-size: 11px;
    }
    .sp-feature-vs {
        grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
    }
    .sp-feature-vs img,
    .sp-feature-vs .sp-logo-fallback {
        width: 24px;
        height: 24px;
    }
    .sp-feature-vs strong {
        font-size: 12px;
    }
    .sp-feature-vs a {
        font-size: 15px;
    }
    .sp-news-board {
        padding: 12px;
        min-height: 0;
    }
    .sp-news-board > a {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 12px;
    }
    .sp-news-board > a:nth-of-type(n+4) {
        display: none;
    }
    .sp-live-board {
        padding: 12px;
        min-height: 0;
    }
    .sp-board-title {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .sp-board-title h2 {
        font-size: 16px;
    }
    .sp-live-counts {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin-bottom: 10px;
    }
    .sp-live-counts div {
        min-height: 52px;
        padding: 8px 4px;
    }
    .sp-live-counts strong {
        font-size: 21px;
    }
    .sp-live-counts span {
        font-size: 12px;
    }
    .sp-live-shortcuts,
    .sp-core-chips {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }
    .sp-live-shortcuts a,
    .sp-core-chips a {
        min-height: 30px;
        font-size: 12px;
    }
    .sp-core-chips {
        display: none;
    }
    .sp-main-layout {
        margin-top: 10px;
    }
    .sp-lead-area {
        grid-template-columns: 1fr;
    }
    .sp-lead-card,
    .sp-lead-card img {
        min-height: 220px;
    }
    .sp-lead-mini {
        grid-template-columns: 1fr 1fr;
    }
    .sp-headlines,
    .sp-video-side,
    .sp-side-card,
    .sp-section,
    .sp-seo-copy {
        border-radius: 6px;
    }
    .sp-video-side {
        display: block;
    }
    .sp-tabs-line {
        height: 46px;
        max-width: 100%;
        overflow-x: auto;
    }
    .sp-tabs-line button,
    .sp-tabs-line a {
        height: 46px;
        min-width: 72px;
        padding: 0 13px;
        font-size: 13px;
    }
    .sp-side-col {
        grid-template-columns: 1fr;
    }
    .sp-video-grid {
        gap: 10px;
    }
    .sp-league-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .sp-resource-links a {
        min-width: 0;
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width: 460px) {
    .sp-prime-actions,
    .sp-core-chips {
        grid-template-columns: 1fr;
    }
    .sp-prime-actions {
        display: flex;
        overflow-x: auto;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }
    .sp-prime-actions a {
        flex: 0 0 auto;
    }
    .sp-feature-vs {
        grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    }
    .sp-feature-vs div,
    .sp-feature-vs div:first-child {
        justify-content: center;
        text-align: center;
    }
    .sp-lead-card h1 {
        font-size: 17px;
    }
    .sp-lead-mini {
        grid-template-columns: 1fr;
    }
    .sp-schedule-row {
        grid-template-columns: 62px 1fr 62px;
        padding: 10px 8px;
    }
    .sp-schedule-row time {
        font-size: 12px;
    }
    .sp-team span {
        max-width: 76px;
        font-size: 12px;
    }
    .sp-schedule-live-btn {
        width: 100%;
    }
    .sp-video-grid {
        grid-template-columns: 1fr;
    }
    .sp-league-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


