body {
    background: #ffffff;
    color: #101828;
}

.jzt-main-shell {
    max-width: none;
    width: 100%;
    padding: 0;
}

.sy-basket-home {
    --sy-nav: #3f3e63;
    --sy-blue: #1787d8;
    --sy-orange: #f06b48;
    --sy-gold: #ffe175;
    --sy-ink: #111827;
    --sy-muted: #667085;
    --sy-line: #e7e8ef;
    --sy-soft: #f7f8fb;
    --sy-vs-icon: url("/wp-content/uploads/images/vs.png");
    --sy-live-icon: url("/wp-content/uploads/images/definition.png");
    padding-bottom: 42px;
    background: linear-gradient(180deg, #fbfdff 0, #fff 320px);
}

.sy-basket-home a {
    color: inherit;
    text-decoration: none;
}

.sy-basket-home .site-container {
    width: min(1024px, calc(100% - 28px));
    max-width: 1024px;
    margin: 0 auto;
}

.sy-hero {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 44px;
    align-items: center;
    min-height: 236px;
    padding: 30px 0 18px;
}

.sy-mini-card {
    position: relative;
    width: 286px;
    min-height: 164px;
    padding: 12px;
    border: 1px solid #d9deea;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0, #fbfcff 100%);
    box-shadow: 0 18px 34px rgba(23, 35, 68, .10);
}

.sy-mini-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sy-mini-top > span {
    display: inline-flex;
    align-items: center;
    min-width: 130px;
    height: 24px;
    padding-left: 12px;
    color: #171c48;
    background: linear-gradient(90deg, var(--sy-gold), #ffd15a);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    font-size: 14px;
    font-weight: 900;
}

.sy-mini-card .sy-live-btn {
    min-width: 82px;
    min-height: 24px;
    padding: 0 8px;
    border-color: #d9dfeb;
    color: var(--sy-blue);
    background: #fff;
    font-size: 12px;
    box-shadow: none;
}

.sy-mini-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
    margin-top: 20px;
}

.sy-mini-teams span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #172033;
    font-size: 14px;
    font-weight: 800;
}

.sy-mini-teams span + b + span,
.sy-mini-teams span:nth-of-type(2) {
    grid-column: 1;
}

.sy-mini-teams b {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
    line-height: 0;
}

.sy-mini-teams b img,
.sy-versus b img {
    display: block;
    /*width: 38px;*/
    height: auto;
    margin: 0 auto;
}

.sy-logo,
.sy-logo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    font-weight: 900;
}

.sy-logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sy-hero-copy {
    padding-bottom: 0;
}

.sy-hero-copy h1 {
    max-width: 640px;
    margin: 0 0 10px;
    color: #101828;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.sy-hero-copy p {
    max-width: 650px;
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.85;
}

.sy-update {
    margin-top: 10px;
    color: #d92d20;
    font-size: 13px;
    font-weight: 900;
}

.sy-main {
    padding-bottom: 10px;
}

.sy-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 14px;
}

.sy-section-title h2 {
    margin: 0;
    color: #101828;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.sy-section-title a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 48px;
    border-radius: 14px;
    color: #111827;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .12);
    font-size: 14px;
    font-weight: 800;
}

.sy-section-title a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-top: 2px solid var(--sy-blue);
    border-right: 2px solid var(--sy-blue);
    transform: rotate(45deg);
}

.sy-schedule-card {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e7ebf2;
    box-shadow: 0 18px 42px rgba(31, 36, 66, .10);
}

.sy-filter-row {
    display: flex;
    gap: 10px;
    padding: 14px 18px;
    overflow-x: auto;
}

.sy-filter-row button {
    min-width: 78px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    color: #1d2939;
    background: #eef2f7;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.sy-filter-row button.active,
.sy-filter-row button:hover {
    color: #fff;
    background: var(--sy-blue);
}

.sy-table-head,
.sy-match-row {
    display: grid;
    grid-template-columns: 128px 142px minmax(0, 1fr) 132px;
    align-items: center;
}

.sy-table-head {
    min-height: 52px;
    color: #fff;
    background: var(--sy-nav);
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.sy-match-row {
    min-height: 76px;
    padding: 8px 18px;
    border-bottom: 1px solid #f0f1f5;
    color: #111827;
    background: #fff;
    font-size: 14px;
}

.sy-match-row:hover {
    background: #fafbff;
}

.sy-league,
.sy-match-row time,
.sy-action {
    text-align: center;
}

.sy-league {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    justify-self: center;
    min-width: 84px;
}

.sy-league span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--sy-nav);
    font-size: 12px;
    font-weight: 900;
}

.sy-league em {
    color: var(--sy-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.sy-match-row time {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    color: #475467;
    font-size: 12px;
    font-weight: 800;
}

.sy-match-row time strong {
    color: #111827;
    font-size: 17px;
    font-weight: 1000;
}

.sy-versus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
}

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

.sy-team:first-child {
    justify-content: flex-end;
}

.sy-team em {
    overflow: hidden;
    color: #111827;
    font-style: normal;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy-versus b {
    line-height: 0;
    text-align: center;
}

.sy-live-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 34px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(180deg, #ff784f 0, #ef5534 100%);
    box-shadow: 0 8px 16px rgba(240, 107, 72, .25);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.sy-live-btn i {
    display: none;
}

.sy-live-btn::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: var(--sy-live-icon) center / contain no-repeat;
}

.sy-more-note {
    padding: 12px 18px 14px;
    border-top: 1px solid #eef0f5;
    color: #667085;
    background: #fbfcff;
    font-size: 13px;
    font-weight: 800;
}

.sy-empty {
    padding: 24px;
    color: var(--sy-muted);
    text-align: center;
}

.sy-links {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    padding: 24px 0 10px;
}

.sy-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #e5e7ef;
    border-radius: 999px;
    color: #344054;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.sy-links a:hover {
    color: #fff;
    border-color: var(--sy-blue);
    background: var(--sy-blue);
}

.sy-content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 18px;
    padding-top: 16px;
}

.sy-card {
    border: 1px solid var(--sy-line);
    border-radius: 10px;
    background: #fff;
}

.sy-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--sy-line);
}

.sy-card-head h2 {
    margin: 0;
    color: #101828;
    font-size: 20px;
    font-weight: 900;
}

.sy-card-head a {
    color: var(--sy-blue);
    font-size: 13px;
    font-weight: 900;
}

.sy-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
}

.sy-video-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sy-line);
    border-radius: 9px;
    background: #fff;
}

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

.sy-video-item strong {
    display: block;
    min-height: 44px;
    padding: 10px;
    overflow: hidden;
    color: #111827;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
}

.sy-play {
    position: absolute;
    left: 50%;
    top: 38%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(240, 107, 72, .95);
    transform: translate(-50%, -50%);
}

.sy-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
}

.sy-news-list {
    display: grid;
    gap: 0;
    padding: 14px 16px 16px;
}

.sy-news-list a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 96px;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px dashed #e5e7ef;
}

.sy-news-list a:hover strong {
    color: var(--sy-blue);
}

.sy-news-list a.is-featured {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    min-height: 92px;
    padding: 0 0 14px;
}

.sy-news-list a.is-featured img {
    grid-row: span 2;
    display: block;
    width: 112px;
    height: 76px;
    border-radius: 10px;
    object-fit: cover;
    background: #eef2f7;
}

.sy-news-list a.is-featured strong {
    align-self: end;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
}

.sy-news-list a.is-featured em {
    align-self: start;
    grid-column: 2;
}

.sy-news-list span {
    color: var(--sy-muted);
    font-size: 12px;
    font-weight: 800;
}

.sy-news-list strong {
    overflow: hidden;
    color: #172033;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy-news-list em {
    color: #98a2b3;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.sy-seo {
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid var(--sy-line);
    border-radius: 10px;
    color: #344054;
    background: #fff;
    font-size: 14px;
    line-height: 1.85;
}

.sy-seo p {
    margin: 0;
}

.sy-seo p + p {
    margin-top: 8px;
}

@media (max-width: 900px) {
    .sy-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding-top: 26px;
    }

    .sy-hero-match {
        display: flex;
        justify-content: center;
    }

    .sy-hero-copy {
        padding-bottom: 0;
    }

    .sy-hero-copy h1 {
        font-size: 31px;
    }

    .sy-content {
        grid-template-columns: 1fr;
    }

    .sy-links {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sy-basket-home .site-container {
        width: calc(100% - 20px);
    }

    .sy-hero {
        padding: 18px 0 14px;
    }

    .sy-mini-card {
        width: min(300px, 100%);
        min-height: 160px;
    }

    .sy-hero-copy h1 {
        font-size: 27px;
    }

    .sy-hero-copy p,
    .sy-update {
        font-size: 13px;
    }

    .sy-section-title {
        margin: 6px 0 12px;
    }

    .sy-section-title h2 {
        font-size: 30px;
    }

    .sy-section-title a {
        min-width: 142px;
        min-height: 44px;
        font-size: 13px;
    }

    .sy-filter-row {
        padding: 10px;
    }

    .sy-filter-row button {
        min-width: 72px;
        height: 36px;
    }

    .sy-table {
        display: grid;
        gap: 10px;
        padding: 10px;
        overflow: visible;
    }

    .sy-table-head {
        display: none;
    }

    .sy-match-row {
        grid-template-columns: 1fr;
        gap: 11px;
        min-width: 0;
    }

    .sy-match-row {
        min-height: 0;
        padding: 13px;
        border: 1px solid #edf0f5;
        border-radius: 16px;
        font-size: 13px;
        box-shadow: 0 10px 22px rgba(23, 35, 68, .07);
    }

    .sy-league,
    .sy-match-row time,
    .sy-action {
        text-align: left;
    }

    .sy-league {
        flex-direction: row;
        justify-content: space-between;
        justify-self: stretch;
        width: auto;
        min-width: 0;
        gap: 8px;
    }

    .sy-match-row time {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .sy-versus {
        grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
        gap: 8px;
        width: 100%;
    }

    .sy-team:first-child {
        justify-content: flex-start;
    }

    .sy-team em {
        max-width: 118px;
        white-space: normal;
        line-height: 1.28;
    }

    .sy-team:last-child {
        justify-content: flex-end;
        text-align: right;
    }

    /*.sy-versus b img {*/
    /*    width: 34px;*/
    /*}*/

    .sy-action {
        display: flex;
        justify-content: center;
    }

    .sy-logo,
    .sy-logo img,
    .sy-logo-fallback {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .sy-live-btn {
        min-width: 112px;
        min-height: 32px;
        font-size: 12px;
    }

    .sy-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-top: 18px;
    }

    .sy-video-grid {
        grid-template-columns: 1fr;
    }

    .sy-news-list strong {
        white-space: normal;
    }

    .sy-news-list a {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .sy-news-list em {
        grid-column: 2;
        text-align: left;
    }

    .sy-news-list a.is-featured {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .sy-news-list a.is-featured img {
        width: 96px;
        height: 68px;
    }
}
