:root {
    --sgc-blue: #0049b0;
    --sgc-blue-2: #0077b5;
    --sgc-red: #ca292e;
    --sgc-red-2: #ed4141;
    --sgc-ink: #07132f;
    --sgc-muted: #5d6b82;
    --sgc-line: #dbe5f3;
    --sgc-soft: #f3f7fc;
    --sgc-white: #ffffff;
}

.sgc-live-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px 0 10px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.sgc-live-score strong {
    font-size: 34px;
    line-height: 1;
    color: var(--sgc-white);
}

.sgc-live-score span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 900;
}

.sgc-live-score em {
    margin-left: 6px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff;
    color: var(--sgc-blue-deep);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-live-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-live-state span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #ff314f;
    box-shadow: 0 0 0 0 rgba(255, 49, 79, 0.55);
    animation: sgc-live-pulse 1.4s infinite;
}

@keyframes sgc-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 49, 79, 0.55);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 49, 79, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 49, 79, 0);
    }
}

body {
    background:
        linear-gradient(180deg, rgba(0, 73, 176, 0.07), rgba(255, 255, 255, 0) 360px),
        var(--sgc-white);
    color: var(--sgc-ink);
}

#preloader-active .preloader {
    background: #f7f9fc;
}

#preloader-active .preloader-inner {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader-active .preloader .preloader-circle {
    position: absolute;
    inset: 0;
    width: 112px;
    height: 112px;
    border-width: 3px;
    border-top-color: var(--sgc-blue);
    border-right-color: rgba(0, 73, 176, .16);
    border-bottom-color: rgba(202, 41, 46, .20);
    border-left-color: rgba(0, 73, 176, .08);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(7, 19, 47, .12);
}

#preloader-active .preloader .preloader-img {
    position: relative;
    inset: auto;
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sgc-ink);
    box-shadow: 0 10px 24px rgba(7, 19, 47, .20);
    transform: none;
}

#preloader-active .preloader .preloader-img img {
    width: 54px;
    height: 54px;
    max-width: 54px;
    object-fit: contain;
    display: block;
}

.sgc-topbar {
    background: var(--sgc-blue);
    color: var(--sgc-white);
    font-family: "Barlow", sans-serif;
}

.sgc-topbar__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sgc-topbar__brand,
.sgc-topbar__pulse {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.sgc-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sgc-red-2);
    box-shadow: 0 0 0 0 rgba(237, 65, 65, 0.65);
    animation: sgcPulse 1.8s infinite;
}

.sgc-header-mid {
    background: var(--sgc-white);
    border-bottom: 1px solid var(--sgc-line);
}

.sgc-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--sgc-ink);
}

.sgc-logo-lockup:hover {
    color: var(--sgc-blue);
}

.sgc-logo-lockup img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.sgc-logo-lockup__text strong {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sgc-logo-lockup__text span {
    color: var(--sgc-muted);
    font-size: 13px;
    font-weight: 700;
}

.sgc-header-banner img {
    max-height: 100px;
    width: 100%;
    object-fit: contain;
}

.header-area .header-bottom.sgc-nav {
    background: var(--sgc-ink);
    border-bottom: 4px solid var(--sgc-blue);
}

.sgc-nav .main-header .main-menu ul li a,
.sgc-nav .main-menu ul li a {
    padding: 24px 14px;
    color: var(--sgc-white);
    font-weight: 800;
    letter-spacing: 0;
}

.sgc-nav .main-menu ul li a::before {
    background: var(--sgc-red);
    height: 4px;
}

.sgc-nav .main-menu ul li:hover > a {
    color: var(--sgc-white);
}

.sgc-nav .header-social a i,
.sgc-nav .nav-search i {
    color: var(--sgc-white);
}

.sgc-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 20px;
    background:
        linear-gradient(135deg, rgba(0, 73, 176, 0.16), rgba(202, 41, 46, 0.08)),
        var(--sgc-soft);
}

.sgc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 73, 176, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 73, 176, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.sgc-hero .container {
    position: relative;
}

.sgc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--sgc-blue);
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-kicker::before {
    content: "";
    width: 32px;
    height: 4px;
    background: var(--sgc-red);
}

.sgc-card-link {
    display: block;
    color: inherit;
}

.sgc-card-link:hover {
    color: inherit;
}

.sgc-story {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--sgc-ink);
    box-shadow: 0 18px 45px rgba(7, 19, 47, 0.18);
}

.sgc-story img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform .45s ease, opacity .45s ease;
}

.sgc-story:hover img {
    transform: scale(1.045);
    opacity: .88;
}

.sgc-story::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 19, 47, 0.08), rgba(7, 19, 47, 0.86));
}

.sgc-story__content {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
}

.sgc-story--main img {
    min-height: 528px;
}

.sgc-hero-carousel {
    position: relative;
}

.sgc-hero-carousel .slick-list,
.sgc-hero-carousel .slick-track {
    border-radius: 8px;
}

.sgc-hero-carousel .sgc-card-link {
    display: block !important;
}

.sgc-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(7, 19, 47, .78);
    color: var(--sgc-white);
    cursor: pointer;
}

.sgc-hero-arrow--prev {
    left: 16px;
}

.sgc-hero-arrow--next {
    right: 16px;
}

.sgc-hero-carousel .slick-dots {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex !important;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.sgc-hero-carousel .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0;
}

.sgc-hero-carousel .slick-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    color: transparent;
    font-size: 0;
}

.sgc-hero-carousel .slick-dots .slick-active button {
    background: var(--sgc-white);
}

.sgc-story--side {
    min-height: 250px;
    margin-bottom: 28px;
}

.sgc-story--side img {
    min-height: 250px;
}

.sgc-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    background: var(--sgc-red);
    color: var(--sgc-white);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sgc-story h1,
.sgc-story h2 {
    margin: 12px 0 8px;
    color: var(--sgc-white);
    font-weight: 900;
    line-height: 1.02;
}

.sgc-story h1 {
    font-size: 42px;
}

.sgc-story h2 {
    font-size: 24px;
}

.sgc-meta {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 700;
}

.sgc-section {
    padding: 58px 0;
}

.sgc-section--soft {
    background: var(--sgc-soft);
}

.sgc-section-head {
    display: grid;
    grid-template-columns: minmax(240px, auto) minmax(0, 1fr);
    align-items: end;
    gap: 18px;
    margin-bottom: 24px;
}

.sgc-section-head h3,
.sgc-small-title {
    margin: 0;
    color: var(--sgc-ink);
    font-size: 30px;
    font-weight: 900;
}

.sgc-section-head p {
    margin: 6px 0 0;
    color: var(--sgc-muted);
    line-height: 1.4;
}

.sgc-tabs.nav-tabs {
    border: 0;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.sgc-tabs.nav-tabs .nav-link {
    flex: 0 0 auto;
    border: 1px solid var(--sgc-line);
    border-radius: 999px;
    background: var(--sgc-white);
    color: var(--sgc-blue);
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 16px;
    text-transform: uppercase;
}

.sgc-tabs.nav-tabs .nav-link.active,
.sgc-tabs.nav-tabs .nav-link:hover {
    background: var(--sgc-blue);
    border-color: var(--sgc-blue);
    color: var(--sgc-white);
}

.sgc-feature-card,
.sgc-list-card,
.sgc-panel,
.sgc-video-card,
.sgc-sponsor-card {
    background: var(--sgc-white);
    border: 1px solid var(--sgc-line);
    border-radius: 8px;
}

.sgc-feature-card {
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(7, 19, 47, 0.08);
}

.sgc-feature-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .35s ease;
}

.sgc-feature-card:hover img {
    transform: scale(1.035);
}

.sgc-feature-card__body {
    padding: 20px;
}

.sgc-feature-card h4 {
    margin: 12px 0 8px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

.sgc-feature-card h4 a,
.sgc-list-card h4 a,
.sgc-recent-title a,
.sgc-sponsor-card h4 a {
    color: var(--sgc-ink);
}

.sgc-feature-card h4 a:hover,
.sgc-list-card h4 a:hover,
.sgc-recent-title a:hover,
.sgc-sponsor-card h4 a:hover {
    color: var(--sgc-blue);
}

.sgc-list-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    margin-bottom: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.sgc-list-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(7, 19, 47, 0.09);
}

.sgc-list-card img {
    width: 112px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
}

.sgc-list-card h4 {
    margin: 7px 0 4px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.sgc-date,
.sgc-card-meta {
    color: var(--sgc-muted);
    font-size: 13px;
    font-weight: 700;
}

.sgc-sidebar {
    position: sticky;
    top: 86px;
}

.sgc-panel {
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 14px 32px rgba(7, 19, 47, 0.06);
}

.sgc-social-list {
    display: grid;
    gap: 10px;
}

.sgc-social-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    background: var(--sgc-soft);
    border-radius: 8px;
}

.sgc-social-row img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.sgc-social-row strong {
    color: var(--sgc-ink);
    font-family: "Barlow", sans-serif;
}

.sgc-recent-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 18px;
}

.sgc-recent-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.sgc-recent-main__body {
    position: absolute;
    inset: auto 16px 16px 16px;
}

.sgc-recent-title {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
}

.sgc-recent-main .sgc-recent-title a {
    color: var(--sgc-white);
}

.sgc-recent-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(7, 19, 47, .86));
}

.sgc-recent-main__body {
    z-index: 2;
}

.sgc-recent-item {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid var(--sgc-line);
}

.sgc-recent-item img {
    width: 78px;
    height: 68px;
    border-radius: 6px;
    object-fit: cover;
}

.sgc-recent-item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.sgc-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.sgc-quick-card {
    display: block;
    min-height: 132px;
    padding: 18px;
    border-radius: 8px;
    background: var(--sgc-ink);
    color: var(--sgc-white);
    overflow: hidden;
    position: relative;
}

.sgc-quick-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -54px;
    bottom: -54px;
    border: 18px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    transition: transform .3s ease;
}

.sgc-quick-card:hover {
    color: var(--sgc-white);
    background: var(--sgc-blue);
}

.sgc-quick-card:hover::after {
    transform: scale(1.18);
}

.sgc-quick-card i {
    font-size: 22px;
    margin-bottom: 18px;
    color: var(--sgc-red-2);
}

.sgc-quick-card strong {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.sgc-video-band {
    background: var(--sgc-ink);
    color: var(--sgc-white);
}

.sgc-video-band .sgc-section-head h3,
.sgc-video-band .sgc-section-head p {
    color: var(--sgc-white);
}

.sgc-video-card {
    overflow: hidden;
    background: #0d1b3a;
    border-color: rgba(255, 255, 255, .12);
}

.sgc-video-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.sgc-video-card__body {
    padding: 18px;
}

.sgc-video-card h4 {
    margin: 0;
    color: var(--sgc-white);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.sgc-video-card h4 a {
    color: var(--sgc-white);
}

.sgc-play {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    border-radius: 50%;
    background: var(--sgc-red);
    color: var(--sgc-white);
}

.sgc-sponsor-card {
    overflow: hidden;
    margin: 0 10px;
}

.sgc-sponsor-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.sgc-sponsor-card__body {
    padding: 16px;
}

.sgc-sponsor-card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.sgc-ad {
    display: flex;
    justify-content: center;
    padding: 26px 0;
}

.sgc-ad-link {
    display: block;
    width: 100%;
}

.sgc-ad-link img,
.sgc-ad img {
    max-width: 100%;
    border-radius: 8px;
}

.home-banner2 .sgc-ad-link img {
    width: 100%;
    height: auto;
}

.sgc-ad-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    align-items: center;
}

.sgc-ad-strip .sgc-ad-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 10px;
    border: 1px solid rgba(10, 32, 68, .08);
    border-radius: 8px;
    background: #fff;
}

.sgc-ad-strip .sgc-ad-link img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.sgc-weekly-video {
    padding: 22px 0 8px;
}

.sgc-weekly-video .sgc-section-head {
    margin-bottom: 16px;
}

.sgc-video-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: var(--sgc-ink);
    border: 1px solid var(--sgc-line);
    box-shadow: 0 16px 38px rgba(7, 19, 47, .12);
}

.sgc-video-embed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease, opacity .35s ease;
}

.sgc-video-lazy {
    cursor: pointer;
}

.sgc-video-lazy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 19, 47, .05), rgba(7, 19, 47, .48));
    pointer-events: none;
}

.sgc-video-lazy:hover img {
    transform: scale(1.035);
    opacity: .92;
}

.sgc-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: var(--sgc-red);
    color: var(--sgc-white);
    box-shadow: 0 14px 34px rgba(7, 19, 47, .28);
    cursor: pointer;
}

.sgc-video-play i {
    margin-left: 4px;
    font-size: 19px;
}

.sgc-video-lazy.is-loaded {
    cursor: default;
}

.sgc-video-lazy.is-loaded::after,
.sgc-video-lazy.is-loaded .sgc-video-play {
    display: none;
}

.sgc-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sgc-footer.footer-bg,
.sgc-footer .footer-bottom-area {
    background: var(--sgc-ink);
}

.sgc-footer {
    color: rgba(255, 255, 255, .8);
}

.sgc-footer h4,
.sgc-footer a,
.sgc-footer .whats-right-cap h4 a {
    color: var(--sgc-white);
}

.sgc-footer a:hover {
    color: #9dc3ff;
}

.sgc-footer p {
    color: rgba(255, 255, 255, .74);
    line-height: 1.7;
}

.sgc-footer-logo img {
    width: 92px;
    height: 92px;
    object-fit: contain;
    margin-bottom: 18px;
}

.sgc-footer-links li {
    margin-bottom: 10px;
}

.sgc-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.sgc-footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.sgc-footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.search-model-form input {
    color: var(--sgc-white);
}

@keyframes sgcPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 65, 65, 0.65);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(237, 65, 65, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(237, 65, 65, 0);
    }
}

@media (max-width: 991px) {
    .sgc-story--main img {
        min-height: 420px;
    }

    .sgc-section-head {
        display: block;
    }

    .sgc-tabs.nav-tabs {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .sgc-sidebar {
        position: static;
        margin-top: 28px;
    }

    .sgc-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sgc-topbar__inner {
        min-height: 54px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }

    .sgc-logo-lockup img {
        width: 68px;
        height: 68px;
    }

    .sgc-logo-lockup__text strong {
        font-size: 18px;
    }

    .sgc-hero {
        padding-top: 22px;
    }

    .sgc-story h1 {
        font-size: 30px;
    }

    .sgc-story h2 {
        font-size: 21px;
    }

    .sgc-story--main img,
    .sgc-story img {
        min-height: 360px;
    }

    .sgc-story__content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .sgc-feature-card img {
        height: 230px;
    }

    .sgc-list-card {
        grid-template-columns: 92px 1fr;
    }

    .sgc-list-card img {
        width: 92px;
        height: 82px;
    }

    .sgc-quick-grid {
        grid-template-columns: 1fr;
    }
}

/* Club feed heading */
.sgc-section--soft .sgc-section-head {
    grid-template-columns: minmax(260px, auto) minmax(0, 1fr);
}

.sgc-section--soft .sgc-section-head p {
    display: none;
}

.sgc-section--soft .sgc-tabs.nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: auto;
    white-space: nowrap;
}

.sgc-section--soft .sgc-tabs.nav-tabs .nav-link {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .sgc-section--soft .sgc-section-head {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sgc-section--soft .sgc-tabs.nav-tabs {
        justify-content: flex-start;
    }
}

/* Responsive polish */
.sgc-section--soft .sgc-section-head {
    display: block;
}

.sgc-section--soft .sgc-tabs.nav-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    margin-top: 16px;
    gap: 10px;
}

.sgc-section--soft .sgc-tabs.nav-tabs .nav-link {
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .sgc-nav .main-menu ul li a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 12px;
    }

    .sgc-nav .header-social li {
        margin: 0 4px;
    }
}

@media (max-width: 991px) {
    .sgc-header-banner {
        display: none;
    }

    .sgc-logo-lockup__text strong {
        font-size: 19px;
    }

    .sgc-logo-lockup__text span {
        font-size: 12px;
    }

    .header-area .header-bottom.sgc-nav {
        margin-top: 14px;
    }

    .sgc-hero {
        padding-top: 28px;
        padding-bottom: 56px;
    }

    .sgc-story--main,
    .sgc-story--side {
        margin-bottom: 18px;
    }

    .sgc-story--main img,
    .sgc-story--side img {
        min-height: 380px;
    }

    .sgc-section {
        padding: 42px 0;
    }

    .sgc-feature-card {
        margin-bottom: 18px;
    }

    .sgc-panel {
        margin-bottom: 18px;
    }

    .sgc-join {
        margin-top: 44px;
    }
}

@media (max-width: 767px) {
    body {
        background-attachment: scroll;
        background-position: center top;
    }

    .sgc-topbar__inner {
        padding: 8px 0;
    }

    .sgc-topbar__brand,
    .sgc-topbar__pulse {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 11px;
    }

    .sgc-header-mid .row {
        min-height: 86px;
    }

    .sgc-logo-lockup {
        gap: 10px;
    }

    .sgc-logo-lockup img {
        width: 50px;
        height: 50px;
    }

    .sgc-logo-lockup__text strong {
        font-size: 16px;
    }

    .sgc-logo-lockup__text span {
        display: none;
    }

    .header-area .header-bottom.sgc-nav {
        width: calc(100% - 24px);
        min-height: 58px;
        padding: 0;
    }

    .header-area .header-bottom.sgc-nav > .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .mobile_menu .slicknav_menu {
        background: transparent;
    }

    .slicknav_nav {
        margin-top: 10px;
        padding: 10px;
        border-radius: 8px;
        background: rgba(6, 27, 58, .96);
    }

    .slicknav_nav a {
        color: var(--sgc-white);
        border-radius: 6px;
    }

    .slicknav_nav a:hover {
        background: rgba(255, 255, 255, .12);
        color: var(--sgc-white);
    }

    .sgc-hero {
        padding: 22px 0 48px;
    }

    .sgc-kicker {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        min-height: 330px;
    }

    .sgc-story h1 {
        font-size: 31px;
    }

    .sgc-story h2 {
        font-size: 20px;
    }

    .sgc-story__content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .sgc-news-ticker {
        width: calc(100% - 24px);
        margin-top: -22px;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .sgc-news-ticker strong {
        width: 82px;
        min-height: 34px;
        font-size: 12px;
    }

    .sgc-news-ticker__inner {
        gap: 22px;
        padding-right: 22px;
        animation-duration: 24s;
    }

    .sgc-news-ticker a {
        font-size: 13px;
    }

    .sgc-section-head h3,
    .sgc-small-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .sgc-section--soft .sgc-tabs.nav-tabs {
        gap: 8px;
        margin-top: 14px;
    }

    .sgc-tabs.nav-tabs .nav-link {
        padding: 9px 12px;
        font-size: 11px;
    }

    .sgc-feature-card img {
        height: 220px;
    }

    .sgc-feature-card__body {
        padding: 16px;
    }

    .sgc-feature-card h4 {
        font-size: 21px;
    }

    .sgc-list-card {
        grid-template-columns: 84px 1fr;
        gap: 12px;
    }

    .sgc-list-card img {
        width: 84px;
        height: 78px;
    }

    .sgc-list-card h4 {
        font-size: 15px;
    }

    .sgc-panel {
        padding: 18px;
    }

    .sgc-mini-match {
        grid-template-columns: 1fr;
    }

    .sgc-mini-match span {
        width: 100%;
    }

    .sgc-countdown {
        grid-template-columns: repeat(2, 1fr);
    }

    .sgc-social-row {
        padding: 10px;
    }

    .sgc-quick-card {
        min-height: 100px;
    }

    .sgc-video-card img {
        height: 180px;
    }

    .sgc-sponsor-card img {
        height: 180px;
    }

    .sgc-ad {
        padding: 16px 0;
    }

    .sgc-join {
        width: calc(100% - 24px);
        padding: 22px;
        gap: 18px;
    }

    .sgc-join h2 {
        font-size: 28px;
    }

    .sgc-form input,
    .sgc-form button {
        width: 100%;
    }

    .about-area2 > .container,
    .bg0 > .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 420px) {
    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        min-height: 300px;
    }

    .sgc-story h1 {
        font-size: 27px;
    }

    .sgc-news-ticker {
        grid-template-columns: 1fr;
    }

    .sgc-news-ticker strong {
        width: auto;
        justify-self: start;
    }

    .sgc-list-card {
        grid-template-columns: 1fr;
    }

    .sgc-list-card img {
        width: 100%;
        height: 185px;
    }
}

/* Reference-inspired blog style */
body {
    background: #eef5ff;
    font-family: "Poppins", "Barlow", sans-serif;
}

.header-area {
    color: var(--sgc-white);
    background:
        linear-gradient(180deg, rgba(6, 27, 58, .96), rgba(0, 73, 176, .82)),
        url("../../images/fondo-logo.webp") center/cover no-repeat;
}

.sgc-topbar {
    background: transparent;
}

.sgc-topbar__inner {
    width: min(1180px, 100%);
    min-height: 48px;
    margin: 0 auto;
}

.sgc-topbar__brand,
.sgc-topbar__pulse {
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.sgc-header-mid {
    background: transparent;
    border: 0;
}

.sgc-logo-lockup,
.sgc-logo-lockup:hover {
    color: var(--sgc-white);
}

.sgc-logo-lockup img {
    width: 58px;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    object-fit: cover;
}

.sgc-logo-lockup__text span {
    color: rgba(255, 255, 255, .72);
}

.sgc-header-banner {
    opacity: .95;
}

.header-area .header-bottom.sgc-nav {
    width: min(1180px, calc(100% - 32px));
    margin: 12px auto 0;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    backdrop-filter: blur(14px);
}

.sticky-bar.header-bottom.sgc-nav,
.header-area .header-bottom.sgc-nav.sticky-bar {
    width: 100%;
    border-radius: 0;
    background: rgba(6, 27, 58, .94);
}

.sgc-nav .main-menu ul li a {
    padding: 20px 13px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    border-radius: 999px;
}

.sgc-nav .main-menu ul li a::before {
    display: none;
}

.sgc-nav .main-menu ul li:hover > a,
.sgc-nav .main-menu ul li a:hover {
    background: rgba(255, 255, 255, .14);
    color: var(--sgc-white);
}

.sgc-hero {
    padding: 44px 0 80px;
    color: var(--sgc-white);
    background:
        linear-gradient(180deg, rgba(6, 27, 58, .2), rgba(6, 27, 58, .42)),
        transparent;
}

.sgc-hero::before {
    opacity: .24;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
}

.sgc-kicker {
    color: rgba(255, 255, 255, .82);
}

.sgc-kicker::before {
    background: #ffffff;
}

.sgc-story,
.sgc-feature-card,
.sgc-list-card,
.sgc-panel,
.sgc-sponsor-card,
.sgc-video-card,
.sgc-category_grid a,
.sgc-info_band article {
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 48, 112, .14);
}

.sgc-story {
    background: var(--sgc-navy);
}

.sgc-story--main img {
    min-height: 560px;
}

.sgc-story--side,
.sgc-story--side img {
    min-height: 269px;
}

.sgc-story h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1;
}

.sgc-badge,
.sgc-tag {
    border-radius: 999px;
    background: var(--sgc-blue);
    color: var(--sgc-white);
}

.sgc-news-ticker {
    width: min(1180px, calc(100% - 32px));
    min-height: 58px;
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    margin: -28px auto 0;
    padding: 10px 16px;
    position: relative;
    z-index: 5;
    background: var(--sgc-white);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 48, 112, .14);
    overflow: hidden;
}

.sgc-news-ticker strong {
    display: inline-flex;
    width: 112px;
    min-height: 36px;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    color: var(--sgc-white);
    background: var(--sgc-blue);
    border-radius: 999px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-news-ticker__track {
    display: flex;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.sgc-news-ticker__inner {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    min-width: max-content;
    padding-right: 34px;
    animation: sgcTicker 32s linear infinite;
}

.sgc-news-ticker:hover .sgc-news-ticker__inner {
    animation-play-state: paused;
}

.sgc-news-ticker a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--sgc-ink);
    font-weight: 800;
    transition: color .2s ease, transform .2s ease;
}

.sgc-news-ticker a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: var(--sgc-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.sgc-news-ticker a:hover {
    color: var(--sgc-blue);
    transform: translateY(-1px);
}

.sgc-news-ticker a:hover::after {
    transform: scaleX(1);
}

.sgc-section--soft {
    background: #eef5ff;
}

.sgc-section-head h3,
.sgc-small-title {
    color: #061b3a;
    font-size: 34px;
}

.sgc-section-head p,
.sgc-card-meta,
.sgc-date {
    color: #62718a;
}

.sgc-tabs.nav-tabs .nav-link {
    border: 0;
    box-shadow: 0 12px 26px rgba(0, 48, 112, .08);
}

.sgc-feature-card,
.sgc-list-card,
.sgc-panel,
.sgc-sponsor-card {
    border: 0;
}

.sgc-list-card {
    grid-template-columns: 128px 1fr;
}

.sgc-list-card img {
    width: 128px;
    height: 104px;
}

.sgc-match-widget {
    color: var(--sgc-white);
    background: linear-gradient(135deg, #061b3a, #0049b0);
}

.sgc-match-widget .sgc-kicker,
.sgc-match-widget h3,
.sgc-match-widget p {
    color: var(--sgc-white);
}

.sgc-mini-match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    align-items: center;
    margin: 16px 0 10px;
}

.sgc-mini-match strong,
.sgc-mini-match span {
    min-height: 48px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--sgc-white);
    background: rgba(255, 255, 255, .12);
    border-radius: 8px;
    font-weight: 900;
}

.sgc-mini-match span {
    width: 44px;
    color: #061b3a;
    background: var(--sgc-white);
}

.sgc-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.sgc-countdown div {
    padding: 12px 8px;
    text-align: center;
    background: rgba(0, 0, 0, .22);
    border-radius: 8px;
}

.sgc-countdown strong {
    display: block;
    color: var(--sgc-white);
    font-size: 24px;
    line-height: 1;
}

.sgc-countdown span {
    color: #86d7ff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-quick-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sgc-quick-card {
    background: var(--sgc-white);
    color: #061b3a;
    border-top: 4px solid var(--sgc-blue);
    box-shadow: 0 18px 44px rgba(0, 48, 112, .14);
}

.sgc-quick-card i {
    color: var(--sgc-blue);
}

.sgc-quick-card:hover {
    color: var(--sgc-white);
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(0, 48, 112, .2);
}

.sgc-video-band {
    background:
        linear-gradient(120deg, rgba(6, 27, 58, .86), rgba(0, 73, 176, .74)),
        url("../../images/fondo-logo.webp") center/cover no-repeat;
}

.sgc-video-card {
    border: 0;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.sgc-play {
    background: var(--sgc-white);
    color: var(--sgc-blue);
    animation: sgcWhitePulse 1.7s infinite;
}

.sgc-join {
    width: min(1180px, calc(100% - 32px));
    margin: 72px auto 0;
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 38px;
    color: var(--sgc-white);
    background: linear-gradient(135deg, #061b3a, #0049b0);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 48, 112, .22);
}

.sgc-join h2 {
    color: var(--sgc-white);
    font-size: 34px;
    font-weight: 900;
}

.sgc-join p {
    color: rgba(255, 255, 255, .82);
}

.sgc-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
}

.sgc-form input,
.sgc-form button {
    min-height: 52px;
    border-radius: 999px;
    font-size: 15px;
}

.sgc-form input {
    border: 1px solid rgba(255, 255, 255, .28);
    padding: 0 18px;
    color: var(--sgc-white);
    background: rgba(255, 255, 255, .11);
}

.sgc-form input::placeholder {
    color: rgba(255, 255, 255, .7);
}

.sgc-form button {
    padding: 0 22px;
    color: #061b3a;
    background: var(--sgc-white);
    font-weight: 900;
}

.sgc-form.is-sent button {
    color: var(--sgc-white);
    background: #13c600;
}

.sgc-form small {
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, .82);
    min-height: 18px;
}

.sgc-footer-ad img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.sgc-footer.footer-bg,
.sgc-footer .footer-bottom-area {
    background: #07111f;
}

.sgc-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .5s ease, transform .5s ease;
}

.sgc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes sgcTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes sgcWhitePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
    }
    100% {
        box-shadow: 0 0 0 22px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 991px) {
    .sgc-quick-grid,
    .sgc-join {
        grid-template-columns: 1fr;
    }

    .sgc-news-ticker {
        margin-top: -24px;
    }
}

@media (max-width: 767px) {
    .header-area .header-bottom.sgc-nav {
        width: calc(100% - 24px);
    }

    .sgc-story--main img {
        min-height: 520px;
    }

    .sgc-news-ticker {
        grid-template-columns: 1fr;
    }

    .sgc-news-ticker strong {
        width: auto;
        justify-self: start;
    }

    .sgc-list-card {
        grid-template-columns: 1fr;
    }

    .sgc-list-card img {
        width: 100%;
        height: 220px;
    }

    .sgc-countdown,
    .sgc-form {
        grid-template-columns: 1fr;
    }
}

/* Global branded background */
body {
    background:
        linear-gradient(180deg, rgba(6, 27, 58, .94), rgba(0, 73, 176, .82) 48%, rgba(6, 27, 58, .92)),
        url("../../images/fondo-logo.webp") center top / cover fixed no-repeat;
}

.header-area {
    background: transparent;
}

.sgc-hero {
    background: transparent;
}

.sgc-section--soft,
.banner-area.gray-bg {
    background: rgba(6, 27, 58, .28);
    backdrop-filter: blur(1px);
}

.sgc-section:not(.sgc-video-band),
.weekly2-news-area,
.weekly3-news-area,
.recent-articles {
    background: transparent;
}

.sgc-section > .container,
.banner-area > .container {
    position: relative;
}

.sgc-section-head h3,
.sgc-section-head p,
.sgc-small-title {
    text-shadow: 0 1px 12px rgba(0, 0, 0, .28);
}

.sgc-section-head h3,
.sgc-small-title {
    color: var(--sgc-white);
}

.sgc-section-head p {
    color: rgba(255, 255, 255, .78);
}

/* Shared portal pages */
.header-area .header-bottom.sgc-nav > .container {
    padding-left: 24px !important;
    padding-right: 0 !important;
}

.sgc-nav .header-flex {
    padding-left: 0;
}

.sgc-nav .main-menu ul#navigation {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sgc-nav .main-menu ul li:first-child a {
    padding-left: 16px;
}

.sgc-nav .main-menu ul li a {
    min-height: 64px;
    display: inline-flex;
    align-items: center;
}

.sgc-nav .header-right {
    height: 64px;
    display: flex !important;
    align-items: stretch;
}

.sgc-nav .header-social,
.sgc-nav .nav-search {
    min-height: 64px;
    display: flex;
    align-items: center;
}

main,
.about-area2,
.about-area2.gray-bg,
.gray-bg,
.bg0,
.brand-bg,
.testimonial-bg {
    background: transparent !important;
}

.about-area2,
.bg0.m-t-23,
.bg0.p-t-23,
.contact_section,
.section-padding {
    color: var(--sgc-white);
}

.about-area2 > .container,
.bg0 > .container,
.contact_section > .container,
.section-padding > .container {
    padding-top: 32px;
    padding-bottom: 32px;
}

.about-right,
.single-follow .single-box,
.most-recent-area,
.bg0 > .container,
.wrap-filter,
.panel-filter,
.panel-filter2 {
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 48, 112, .14);
}

.about-right {
    padding: 24px;
}

.about-img {
    overflow: hidden;
    border-radius: 8px;
}

.about-img img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.heading-news h3,
.about-right h1,
.about-right h2,
.about-right h3,
.about-right h4,
.bg0 h1,
.bg0 h2,
.bg0 h3,
.bg0 h4,
.filter-tope-group h3 {
    color: #061b3a;
    font-weight: 900;
}

.about-right p,
.about-right li,
.about-right span,
.bg0 p,
.bg0 span,
.bg0 a,
.filter-tope-group,
.wrap-filter {
    color: #13213a;
}

.about-right a,
.bg0 a {
    color: var(--sgc-blue);
}

.single-follow .single-box {
    padding: 20px;
}

.block2 {
    padding: 12px;
    background: var(--sgc-white);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 48, 112, .12);
}

.block2-pic {
    border-radius: 8px;
    overflow: hidden;
}

.block2-pic img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.flex-c-m.stext-106,
.flex-c-m.stext-107 {
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
}

@media (max-width: 767px) {
    .header-area .header-bottom.sgc-nav > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .sgc-nav .main-menu ul#navigation {
        display: block;
    }

    .about-right,
    .bg0 > .container {
        padding: 18px;
    }
}

/* Final mobile/layout overrides */
.sgc-section--soft .sgc-section-head {
    display: block !important;
}

.sgc-section--soft .sgc-tabs.nav-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    white-space: normal !important;
}

@media (max-width: 991px) {
    .sgc-header-banner {
        display: none !important;
    }

    .sgc-sidebar {
        position: static !important;
        margin-top: 24px;
    }

    .sgc-join {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    body {
        background-attachment: scroll;
    }

    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        min-height: 320px !important;
    }

    .sgc-news-ticker {
        width: calc(100% - 24px);
        grid-template-columns: 92px minmax(0, 1fr) !important;
        gap: 10px;
    }

    .sgc-news-ticker strong {
        width: 82px;
    }

    .sgc-list-card {
        grid-template-columns: 84px 1fr !important;
    }

    .sgc-list-card img {
        width: 84px !important;
        height: 78px !important;
    }

    .sgc-countdown {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .sgc-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 420px) {
    .sgc-news-ticker {
        grid-template-columns: 1fr !important;
    }

    .sgc-news-ticker strong {
        width: auto;
    }

    .sgc-list-card {
        grid-template-columns: 1fr !important;
    }

    .sgc-list-card img {
        width: 100% !important;
        height: 185px !important;
    }
}

/* Sports/sidebar data widgets */
.sgc-standings {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    overflow-x: auto;
}

.sgc-standings__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--sgc-white);
    font-family: "Barlow", sans-serif;
    font-weight: 900;
}

.sgc-standings__head span {
    color: #86d7ff;
    font-size: 12px;
    text-transform: uppercase;
}

.sgc-standings table {
    width: 100%;
    min-width: 275px;
    border-collapse: collapse;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
}

.sgc-standings th,
.sgc-standings td {
    padding: 8px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .88);
    text-align: left;
    white-space: nowrap;
}

.sgc-standings th {
    color: #86d7ff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-standings th:first-child,
.sgc-standings td:first-child,
.sgc-standings th:nth-child(n+3),
.sgc-standings td:nth-child(n+3) {
    text-align: center;
}

.sgc-standings .is-godoy td {
    background: rgba(255, 255, 255, .18);
    color: var(--sgc-white);
    font-weight: 900;
}

.sgc-standings .is-godoy td:first-child {
    border-radius: 8px 0 0 8px;
}

.sgc-standings .is-godoy td:last-child {
    border-radius: 0 8px 8px 0;
}

.sgc-standings small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
    line-height: 1.35;
}

.sgc-social-panel {
    background: rgba(6, 27, 58, .9) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    color: var(--sgc-white);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.sgc-social-panel .sgc-small-title {
    color: var(--sgc-white);
    text-shadow: none;
}

.sgc-social-panel .sgc-social-row {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--sgc-white);
}

.sgc-social-panel .sgc-social-row:hover {
    background: rgba(255, 255, 255, .2);
    transform: translateY(-2px);
}

.sgc-social-panel .sgc-social-row span,
.sgc-social-panel .sgc-social-row strong {
    color: var(--sgc-white);
    font-weight: 900;
}

@media (max-width: 575px) {
    .sgc-standings table {
        min-width: 245px;
        font-size: 11px;
    }

    .sgc-standings th,
    .sgc-standings td {
        padding: 7px 4px;
    }
}

/* Most read carousel fixes */
.weekly2-news-active {
    position: relative;
    display: block !important;
    padding: 0 48px;
}

.weekly2-news-active .slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.weekly2-news-active .slick-track {
    display: flex;
    align-items: stretch;
}

.weekly2-news-active .slick-slide {
    height: auto;
}

.weekly2-news-active .slick-slide > div,
.weekly2-news-active .sgc-sponsor-card {
    height: 100%;
}

.weekly2-news-active .sgc-sponsor-card {
    min-height: 270px;
    display: flex !important;
    flex-direction: column;
}

.weekly2-news-active .sgc-sponsor-card img {
    height: 178px;
    background: rgba(255, 255, 255, .92);
}

.weekly2-news-active .sgc-sponsor-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.weekly2-news-active button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0;
    display: grid !important;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 50%;
    background: rgba(6, 27, 58, .92);
    color: var(--sgc-white);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.weekly2-news-active button.slick-prev {
    left: 0;
    right: auto;
}

.weekly2-news-active button.slick-next {
    right: 0;
    left: auto;
}

.weekly2-news-active button.slick-arrow:hover {
    background: var(--sgc-blue);
    color: var(--sgc-white);
}

.weekly2-news-active button.slick-arrow::before {
    display: none;
}

.weekly2-news-active button.slick-arrow i {
    display: block;
    color: inherit;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    .weekly2-news-active {
        padding: 0 38px;
    }

    .weekly2-news-active button.slick-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .weekly2-news-active .sgc-sponsor-card img {
        height: 168px !important;
    }
}

/* YouTube section should share the global background */
.sgc-video-band {
    background: transparent !important;
}

.sgc-section.sgc-video-band {
    background: transparent !important;
}

/* Sponsors carousel cleanup */
.sgc-sponsors-carousel .slick-dots {
    display: none !important;
}

.sgc-sponsor-logo-card {
    min-height: 0;
    display: grid !important;
    place-items: center;
    padding: 6px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .26) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.sgc-sponsor-logo-card img {
    width: 100%;
    height: 120px !important;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

/* Footer polish */
.sgc-join {
    margin-bottom: 72px !important;
}

.sgc-footer.footer-bg {
    background:
        linear-gradient(180deg, rgba(6, 27, 58, .96), rgba(4, 13, 28, .98)) !important;
    border-top: 1px solid rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.sgc-footer .footer-area {
    padding-top: 72px;
    padding-bottom: 36px;
}

.sgc-footer .single-footer-caption {
    max-width: 390px;
}

.sgc-footer .footer-tittle h4 {
    margin-bottom: 24px;
    color: var(--sgc-white);
    font-size: 24px;
    font-weight: 900;
}

.sgc-footer p {
    max-width: 360px;
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px;
}

.sgc-footer-links a {
    display: inline-flex;
    color: rgba(255, 255, 255, .78) !important;
    font-weight: 700;
    transition: color .2s ease, transform .2s ease;
}

.sgc-footer-links a:hover {
    color: var(--sgc-white) !important;
    transform: translateX(3px);
}

.sgc-footer-logo img {
    width: 82px !important;
    height: 82px !important;
    padding: 6px;
    border-radius: 50%;
    background: rgba(0, 73, 176, .5);
}

.sgc-footer .banner {
    max-width: 250px;
    margin-top: 18px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.sgc-footer .banner img {
    width: 100%;
    max-height: 92px;
    display: block;
    border-radius: 6px;
    object-fit: contain;
}

.sgc-footer .footer-bottom-area {
    background: rgba(4, 13, 28, .7) !important;
}

.sgc-footer-bottom {
    text-align: center;
}

@media (max-width: 767px) {
    .sgc-join {
        margin-bottom: 44px !important;
    }

    .sgc-footer .footer-area {
        padding-top: 48px;
        padding-bottom: 20px;
    }

    .sgc-footer .single-footer-caption,
    .sgc-footer p,
    .sgc-footer .banner {
        max-width: none;
    }
}

/* Sticky nav alignment */
.header-area .header-bottom.sgc-nav,
.sticky-bar.header-bottom.sgc-nav,
.header-area .header-bottom.sgc-nav.sticky-bar {
    width: min(1180px, calc(100% - 32px)) !important;
    min-height: 64px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.header-area .header-bottom.sgc-nav.sticky-bar,
.sticky-bar.header-bottom.sgc-nav {
    top: 0;
}

.sgc-nav .row {
    min-height: 64px;
}

.sgc-nav .header-flex,
.sgc-nav .main-menu,
.sgc-nav .main-menu nav,
.sgc-nav .main-menu ul#navigation,
.sgc-nav .header-right,
.sgc-nav .header-social,
.sgc-nav .nav-search {
    height: 64px !important;
}

.sgc-nav .main-menu ul li a {
    min-height: 64px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.sgc-nav .header-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
}

.sgc-nav .header-social {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 22px !important;
    border-left: 1px solid rgba(255, 255, 255, .28);
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.sgc-nav .header-social li {
    height: 64px;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 9px !important;
}

.sgc-nav .header-social a {
    width: 24px;
    height: 24px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.sgc-nav .nav-search {
    width: 64px;
    min-height: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.sgc-nav .nav-search i,
.sgc-nav .header-social i {
    line-height: 1 !important;
}

@media (max-width: 767px) {
    .header-area .header-bottom.sgc-nav,
    .sticky-bar.header-bottom.sgc-nav,
    .header-area .header-bottom.sgc-nav.sticky-bar {
        width: calc(100% - 24px) !important;
        min-height: 58px;
    }
}

/* Full-width nav correction */
.header-area .header-bottom.sgc-nav,
.sticky-bar.header-bottom.sgc-nav,
.header-area .header-bottom.sgc-nav.sticky-bar {
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    background: rgba(6, 27, 58, .96) !important;
}

.header-area .header-bottom.sgc-nav > .container {
    max-width: 1180px;
}

@media (max-width: 767px) {
    .header-area .header-bottom.sgc-nav,
    .sticky-bar.header-bottom.sgc-nav,
    .header-area .header-bottom.sgc-nav.sticky-bar {
        width: 100% !important;
        min-height: 58px;
    }
}

/* Mobile header cleanup */
@media (max-width: 767px) {
    .sgc-topbar {
        display: none !important;
    }

    .sgc-header-mid {
        padding: 14px 0 !important;
        background: rgba(6, 27, 58, .96) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    }

    .sgc-header-mid .container,
    .sgc-header-mid .row {
        min-height: 0 !important;
    }

    .sgc-header-mid .row {
        align-items: center !important;
    }

    .sgc-header-mid .logo {
        display: flex;
        align-items: center;
    }

    .sgc-logo-lockup {
        gap: 8px !important;
    }

    .sgc-logo-lockup img {
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px;
    }

    .sgc-logo-lockup__text strong {
        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    .sgc-logo-lockup__text span,
    .sgc-header-banner {
        display: none !important;
    }

    .header-area .header-bottom.sgc-nav {
        min-height: 52px !important;
        height: 52px !important;
        background: rgba(6, 27, 58, .96) !important;
        border-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
        overflow: visible !important;
    }

    .header-area .header-bottom.sgc-nav > .container {
        max-width: 100%;
        height: 52px;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .sgc-nav .row {
        min-height: 52px !important;
        height: 52px !important;
        align-items: center !important;
    }

    .sgc-nav .header-flex {
        height: 52px !important;
    }

    .sgc-nav .sticky-logo,
    .sgc-nav .header-right,
    .sgc-nav .header-social,
    .sgc-nav .nav-search {
        display: none !important;
    }

    .mobile_menu {
        position: static !important;
        width: 100% !important;
        height: 52px;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        top: auto !important;
        right: auto !important;
    }

    .mobile_menu .slicknav_menu {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .mobile_menu .slicknav_btn {
        width: 42px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 8px;
        background: rgba(255, 255, 255, .1) !important;
    }

    .mobile_menu .slicknav_icon {
        margin: 0 !important;
    }

    .mobile_menu .slicknav_nav {
        position: absolute;
        top: 52px;
        left: 14px;
        right: 14px;
        width: auto;
        margin: 0 !important;
        padding: 10px !important;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 8px;
        background: rgba(6, 27, 58, .98) !important;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .28) !important;
    }

    .mobile_menu .slicknav_nav a {
        color: var(--sgc-white) !important;
        font-weight: 800;
    }
}

/* Mobile menu button inside logo row */
@media (max-width: 767px) {
    body {
        background:
            linear-gradient(180deg, rgba(6, 27, 58, .94), rgba(0, 73, 176, .82) 48%, rgba(6, 27, 58, .92)),
            url("../../images/fondo-logo.webp") center top / cover scroll no-repeat !important;
    }

    .header-area,
    .sgc-header-mid,
    .header-area .header-bottom.sgc-nav {
        background: transparent !important;
    }

    .header-area {
        position: relative;
    }

    .sgc-header-mid {
        min-height: 72px;
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
    }

    .header-area .header-bottom.sgc-nav {
        height: 0 !important;
        min-height: 0 !important;
        border: 0 !important;
        overflow: visible !important;
    }

    .header-area .header-bottom.sgc-nav > .container,
    .sgc-nav .row,
    .sgc-nav .header-flex {
        height: 0 !important;
        min-height: 0 !important;
    }

    .mobile_menu {
        position: absolute !important;
        top: -57px !important;
        right: 14px !important;
        width: 44px !important;
        height: 42px !important;
        z-index: 120;
        display: block !important;
    }

    .mobile_menu .slicknav_menu {
        width: 44px !important;
        min-height: 42px !important;
        height: 42px !important;
        display: block !important;
        overflow: visible;
    }

    .mobile_menu .slicknav_btn {
        width: 44px !important;
        height: 42px !important;
        float: none !important;
    }

    .mobile_menu .slicknav_nav {
        top: 50px !important;
        left: auto !important;
        right: 0 !important;
        width: min(260px, calc(100vw - 28px)) !important;
    }

    main {
        margin-top: 0 !important;
    }
}

/* Plantel page */
.sgc-roster-page {
    background:
        linear-gradient(180deg, rgba(6, 27, 58, .84), rgba(0, 73, 176, .78) 46%, rgba(6, 27, 58, .9)),
        url("../../images/fondo-logo.webp") center top / cover fixed no-repeat;
}

.sgc-roster-hero {
    padding: 74px 0 34px;
}

.sgc-roster-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 34px;
    align-items: center;
}

.sgc-roster-hero h1 {
    margin: 18px 0 16px;
    color: var(--sgc-white);
    font-size: clamp(42px, 6vw, 78px);
    line-height: .92;
}

.sgc-roster-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.7;
}

.sgc-roster-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.sgc-roster-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    background: var(--sgc-white);
    color: var(--sgc-blue-deep);
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
}

.sgc-roster-button:hover {
    color: var(--sgc-blue);
    transform: translateY(-2px);
}

.sgc-roster-button--ghost {
    background: rgba(255, 255, 255, .12);
    color: var(--sgc-white);
    border: 1px solid rgba(255, 255, 255, .24);
}

.sgc-roster-hero__media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 380px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.sgc-roster-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(6, 27, 58, .68));
}

.sgc-roster-hero__media img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.sgc-roster-strip {
    padding: 0 0 42px;
}

.sgc-roster-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sgc-roster-strip__grid div {
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.sgc-roster-strip strong {
    display: block;
    color: var(--sgc-white);
    font-size: 30px;
    line-height: 1;
}

.sgc-roster-strip span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-roster-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sgc-player-card {
    overflow: hidden;
    border-radius: 8px;
    background: var(--sgc-white);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.sgc-player-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.sgc-player-card__image {
    position: relative;
    aspect-ratio: 4 / 4.7;
    background: #0b2f67;
}

.sgc-player-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sgc-player-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(6, 27, 58, .72));
}

.sgc-player-card__image span {
    position: absolute;
    right: 14px;
    bottom: 10px;
    z-index: 2;
    color: rgba(255, 255, 255, .94);
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
}

.sgc-player-card__body {
    padding: 18px;
}

.sgc-player-card__body small {
    display: block;
    color: var(--sgc-blue);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.sgc-player-card__body h2 {
    margin: 8px 0 6px;
    color: var(--sgc-ink);
    font-size: 20px;
    line-height: 1.05;
}

.sgc-player-card__body p {
    margin: 0;
    color: var(--sgc-muted);
    font-size: 13px;
    font-weight: 800;
}

.sgc-author-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: var(--sgc-ink);
    font-size: 14px;
    font-weight: 900;
}

.sgc-author-line:hover {
    color: var(--sgc-blue);
}

.sgc-author-line img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--sgc-line);
    object-fit: cover;
    background: var(--sgc-white);
}

.sgc-author-hero {
    padding: 48px 0;
    background: linear-gradient(135deg, rgba(0, 73, 176, .12), rgba(202, 41, 46, .08)), var(--sgc-soft);
}

.sgc-author-profile {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sgc-author-profile > img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid var(--sgc-white);
    object-fit: cover;
    background: var(--sgc-white);
    box-shadow: 0 18px 45px rgba(7, 19, 47, .18);
}

.sgc-author-profile h1 {
    margin: 0;
    color: var(--sgc-ink);
    font-size: 44px;
    line-height: 1;
}

.sgc-author-profile p,
.sgc-empty-state {
    margin: 10px 0 0;
    color: var(--sgc-muted);
    font-weight: 800;
}

.sgc-author-note-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.sgc-roster-staff {
    padding-top: 46px;
}

.sgc-staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sgc-staff-card {
    padding: 26px;
    border-radius: 8px;
    background: rgba(6, 27, 58, .9);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .2);
}

.sgc-staff-card h2 {
    margin: 16px 0 10px;
    color: var(--sgc-white);
    font-size: 26px;
}

.sgc-staff-card p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    line-height: 1.6;
}

@media (max-width: 991px) {
    .sgc-roster-hero__grid {
        grid-template-columns: 1fr;
    }

    .sgc-roster-grid,
    .sgc-roster-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sgc-staff-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sgc-roster-hero {
        padding: 42px 0 24px;
    }

    .sgc-roster-hero h1 {
        font-size: 42px;
    }

    .sgc-roster-hero p {
        font-size: 15px;
    }

    .sgc-roster-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sgc-roster-strip__grid,
    .sgc-roster-grid {
        grid-template-columns: 1fr;
    }

    .sgc-roster-hero__media,
    .sgc-roster-hero__media img {
        min-height: 260px;
    }

    .sgc-author-profile {
        align-items: flex-start;
        flex-direction: column;
    }

    .sgc-author-profile h1 {
        font-size: 34px;
    }
}

/* Public navigation and mobile-first editorial pages */
.sgc-nav .main-menu ul li ul.submenu {
    width: 230px;
    max-height: min(70vh, 520px);
    overflow-y: auto;
}

.header-area .header-bottom.sgc-nav,
.sticky-bar.header-bottom.sgc-nav,
.header-area .header-bottom.sgc-nav.sticky-bar,
.header-area .header-bottom.sgc-nav > .container,
.sgc-nav .row,
.sgc-nav .header-flex,
.sgc-nav .main-menu,
.sgc-nav .main-menu nav,
.sgc-nav .main-menu ul#navigation {
    overflow: visible !important;
}

.sgc-nav .main-menu ul li.sgc-nav-categories {
    position: relative;
}

.sgc-nav .main-menu ul li.sgc-nav-categories > ul.submenu {
    left: 0;
    top: calc(100% + 1px);
    z-index: 9999;
    display: block;
    padding: 10px 0;
    border-top: 4px solid var(--sgc-red);
    border-radius: 0 0 8px 8px;
    background: var(--sgc-white);
    box-shadow: 0 18px 38px rgba(7, 19, 47, .2);
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transform-origin: top left;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.sgc-nav .main-menu ul li.sgc-nav-categories:hover > ul.submenu,
.sgc-nav .main-menu ul li.sgc-nav-categories:focus-within > ul.submenu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.sgc-nav .main-menu ul li ul.submenu li {
    width: 100%;
    margin-left: 0;
}

.sgc-nav .main-menu ul li ul.submenu li a {
    width: 100%;
    min-height: 0 !important;
    padding: 9px 14px !important;
    line-height: 1.2;
    white-space: normal;
}

.sgc-category-hero h1,
.sgc-about-hero h1 {
    margin: 10px 0;
    color: var(--sgc-ink);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.sgc-category-hero p,
.sgc-about-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--sgc-muted);
    font-size: 16px;
    font-weight: 800;
}

.sgc-authors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sgc-author-card {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 16px;
    border: 1px solid var(--sgc-line);
    border-radius: 8px;
    background: var(--sgc-white);
    color: var(--sgc-ink);
    box-shadow: 0 14px 32px rgba(7, 19, 47, .08);
}

.sgc-author-card:hover {
    color: var(--sgc-blue);
    transform: translateY(-2px);
}

.sgc-author-card img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--sgc-soft);
    border: 3px solid var(--sgc-white);
    box-shadow: 0 8px 22px rgba(7, 19, 47, .14);
}

.sgc-author-card h2 {
    margin: 0 0 6px;
    color: inherit;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 900;
}

.sgc-author-card span {
    display: block;
    color: var(--sgc-muted);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .sgc-authors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sgc-hero {
        padding: 16px 0 30px !important;
    }

    .sgc-hero .sgc-kicker {
        margin-bottom: 10px;
    }

    .sgc-story {
        border-radius: 8px;
        box-shadow: 0 12px 28px rgba(7, 19, 47, .16);
    }

    .sgc-story--main,
    .sgc-story--side {
        margin-bottom: 14px !important;
    }

    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        min-height: 245px !important;
    }

    .sgc-story__content {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
    }

    .sgc-story h1 {
        font-size: 24px !important;
        line-height: 1.05;
    }

    .sgc-story h2 {
        font-size: 19px !important;
        line-height: 1.08;
    }

    .sgc-meta {
        display: none;
    }

    .sgc-news-ticker {
        margin-top: -18px;
    }

    .sgc-category-hero,
    .sgc-about-hero {
        padding: 34px 0 !important;
    }

    .sgc-category-hero h1,
    .sgc-about-hero h1 {
        font-size: 32px;
    }

    .sgc-authors-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sgc-author-card {
        grid-template-columns: 70px 1fr;
        min-height: 96px;
        padding: 12px;
    }

    .sgc-author-card img {
        width: 70px;
        height: 70px;
    }

    .sgc-author-card h2 {
        font-size: 18px;
    }

    .mobile_menu .slicknav_nav ul {
        max-height: 54vh;
        overflow-y: auto;
    }
}

@media (max-width: 380px) {
    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        min-height: 220px !important;
    }

    .sgc-story h1 {
        font-size: 22px !important;
    }
}

/* Uniform note cards */
.sgc-feature-card,
.sgc-author-note-card,
.sgc-sponsor-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sgc-feature-card > a,
.sgc-sponsor-card > a {
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    background: var(--sgc-soft);
}

.sgc-feature-card img,
.sgc-author-note-card img,
.sgc-sponsor-card img {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 0 !important;
    display: block;
    object-fit: cover;
    object-position: center;
}

.sgc-feature-card__body,
.sgc-sponsor-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.sgc-feature-card h4,
.sgc-sponsor-card h4 {
    display: -webkit-box;
    min-height: 3.45em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sgc-feature-card .sgc-card-meta,
.sgc-sponsor-card .sgc-date {
    margin-top: auto;
}

.sgc-feature-card:not(.sgc-author-note-card) {
    height: auto;
    display: block;
}

.sgc-feature-card:not(.sgc-author-note-card) .sgc-feature-card__body {
    display: block;
}

.sgc-feature-card:not(.sgc-author-note-card) h4 {
    min-height: auto;
}

.sgc-feature-card:not(.sgc-author-note-card) .sgc-card-meta {
    margin-top: 8px;
}

.sgc-author-note-card {
    min-height: 100%;
}

.sgc-author-note-card .sgc-feature-card__body {
    gap: 10px;
    padding-bottom: 22px;
}

.sgc-author-note-card h4 {
    min-height: auto;
    -webkit-line-clamp: 4;
}

.sgc-author-note-card .sgc-card-meta {
    margin-top: auto;
}

.weekly2-news-active .slick-track {
    display: flex !important;
}

.weekly2-news-active .slick-slide {
    height: auto !important;
}

.weekly2-news-active .slick-slide > div,
.weekly2-news-active .sgc-sponsor-card {
    height: 100%;
}

.sgc-list-card {
    min-height: 128px;
}

.sgc-list-card > a,
.sgc-list-card img {
    width: 128px !important;
    aspect-ratio: 4 / 3;
    height: auto !important;
    min-height: 0 !important;
    display: block;
}

.sgc-list-card > a {
    overflow: hidden;
    border-radius: 6px;
    background: var(--sgc-soft);
}

.sgc-list-card img {
    object-fit: cover;
    object-position: center;
}

.sgc-list-card h4 {
    display: -webkit-box;
    min-height: 2.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sgc-story {
    min-height: 0;
}

.sgc-story img {
    display: block;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center;
}

.sgc-story--main img {
    aspect-ratio: 16 / 10;
}

.sgc-story--side img {
    aspect-ratio: 16 / 9;
}

.sgc-story h1,
.sgc-story h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.sgc-story h1 {
    -webkit-line-clamp: 3;
}

.sgc-story h2 {
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .sgc-story--main img,
    .sgc-story--side img {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    .sgc-feature-card h4,
    .sgc-sponsor-card h4 {
        min-height: auto;
    }

    .sgc-list-card {
        min-height: 0;
    }

    .sgc-list-card > a,
    .sgc-list-card img {
        width: 100% !important;
        aspect-ratio: 16 / 9;
    }

    .sgc-story--main img,
    .sgc-story--side img,
    .sgc-story img {
        aspect-ratio: 16 / 9;
        min-height: 0 !important;
    }
}
