/* Standalone Gaming news area v0.10.0 */

body.gcahs-gaming-active {
    --gcg-purple: #6e4bff;
    --gcg-purple-light: #a997ff;
    --gcg-purple-dark: #2a176f;
    --gcg-bg: #0d0b14;
    --gcg-surface: #171421;
    --gcg-surface-raised: #201b2d;
    --gcg-line: #302943;
    --gcg-muted: #aaa4b8;
    margin: 0 !important;
    overflow-x: hidden;
    background: var(--gcg-bg) !important;
    color: #fff;
}

.gcg-site-shell,
.gcg-site-shell * {
    box-sizing: border-box;
}

.gcg-site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 86% 11%, rgba(110, 75, 255, .14), transparent 25%),
        var(--gcg-bg);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.gcg-site-shell img {
    max-width: 100%;
    height: auto;
}

.gcg-site-shell a,
.gcg-site-shell a:visited {
    color: inherit;
    text-decoration: none;
}

.gcg-page-width {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.gcg-utility-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: #08070d;
}

.gcg-utility-inner {
    display: flex;
    min-height: 38px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    color: #918b9e;
    font-size: 10px;
    font-weight: 700;
}

.gcg-utility-inner nav {
    display: flex;
    gap: 22px;
    align-items: center;
}

.gcg-utility-inner nav a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.gcg-utility-inner nav a > span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1px solid #43404a;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
}

.gcg-utility-inner nav a:last-child > span {
    border-color: #ff5b21;
    background: #ff5b21;
}

.gcg-utility-inner nav a:nth-child(2) > span {
    border-color: #ff5b21;
    background: #ff5b21;
}

.gcg-utility-inner nav a:nth-child(3) > span {
    border-color: #14745a;
    background: #14745a;
}

.gcg-utility-inner nav a:hover,
.gcg-utility-inner nav a:focus-visible {
    color: #fff;
}

.gcg-brand-header {
    border-bottom: 1px solid var(--gcg-line);
    background:
        linear-gradient(110deg, rgba(110, 75, 255, .12), transparent 45%),
        #100e18;
}

.gcg-brand-inner {
    display: grid;
    min-height: 132px;
    grid-template-columns: minmax(260px, auto) 1fr auto;
    gap: 38px;
    align-items: center;
}

.gcg-brand {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
}

.gcg-brand__gaming-logo {
    display: block;
    width: min(350px, 40vw) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    object-position: left center;
}

.gcg-brand-inner > p {
    margin: 0;
    color: #a7a1b2;
    font-size: 14px;
    font-weight: 600;
}

.gcg-search {
    display: flex;
    width: 210px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #383145;
    border-radius: 8px;
    background: #17131f;
}

.gcg-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 13px;
    background: transparent;
    color: #fff;
    font-size: 12px;
}

.gcg-search button {
    display: grid;
    width: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 0;
    border-left: 1px solid #383145;
    background: transparent;
    color: var(--gcg-purple-light);
    cursor: pointer;
}

.gcg-search svg,
.gcg-meta svg,
.gcg-text-link svg,
.gcg-rubric-card svg,
.gcg-latest-arrow svg,
.gcg-compact-feed svg,
.gcg-deals svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.gcg-topic-nav {
    border-bottom: 1px solid var(--gcg-line);
    background: #12101a;
}

.gcg-topic-nav-inner {
    display: flex;
    min-height: 52px;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: stretch;
}

.gcg-topic-nav-inner::-webkit-scrollbar {
    display: none;
}

.gcg-topic-link {
    display: inline-flex;
    min-width: max-content;
    padding: 0 18px;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: #b9b3c3 !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .02em;
}

.gcg-topic-link:hover,
.gcg-topic-link:focus-visible,
.gcg-topic-link.is-active {
    border-bottom-color: var(--gcg-purple);
    background: rgba(110, 75, 255, .1);
    color: #fff !important;
}

.gcg-main {
    padding: 0 0 76px;
}

.gcg-edition-line {
    display: flex;
    min-height: 55px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gcg-line);
    color: #827c91;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gcg-edition-line span:first-child {
    color: var(--gcg-purple-light);
}

.gcg-top-grid {
    display: grid;
    margin-top: 28px;
    grid-template-columns: minmax(0, 1.68fr) minmax(290px, .82fr);
    gap: 22px;
}

.gcg-lead-story,
.gcg-important-panel,
.gcg-empty-hero {
    overflow: hidden;
    border: 1px solid var(--gcg-line);
    border-radius: 14px;
    background: var(--gcg-surface);
}

.gcg-lead-image {
    position: relative;
    display: block;
    height: 390px;
    overflow: hidden;
    background: #151122;
}

.gcg-lead-image:not(.gcg-lead-image--empty)::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 10, 14, .70) 0%, rgba(8, 10, 14, .42) 23%, rgba(8, 10, 14, .16) 43%, transparent 62%),
        linear-gradient(0deg, rgba(8, 10, 14, .34) 0%, transparent 27%);
}

.gcg-lead-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gcg-lead-image:hover > img {
    transform: scale(1.02);
}

.gcg-lead-image--empty {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(110, 75, 255, .34), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(169, 151, 255, .16), transparent 30%),
        #151122;
}

.gcg-lead-image--empty > img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.gcg-live-badge {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    left: 17px;
    padding: 8px 11px;
    border-radius: 5px;
    background: var(--gcg-purple);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.gcg-lead-copy {
    padding: 28px 30px 30px;
}

.gcg-story-category {
    display: inline-flex;
    width: max-content;
    margin-bottom: 11px;
    color: var(--gcg-purple-light);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gcg-lead-copy h1,
.gcg-important-panel h2,
.gcg-important-panel h3,
.gcg-spotlight h3,
.gcg-section-heading h2,
.gcg-latest h3,
.gcg-compact-feed h3,
.gcg-deals h2,
.gcg-deals h3,
.gcg-promise h2,
.gcg-empty-hero h1 {
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: -.03em !important;
}

.gcg-lead-copy h1 {
    margin: 0 !important;
    font-size: clamp(30px, 4.2vw, 52px) !important;
    line-height: 1.02 !important;
}

.gcg-lead-copy h1 a:hover,
.gcg-lead-copy h1 a:focus-visible,
.gcg-important-panel h3 a:hover,
.gcg-important-panel h3 a:focus-visible,
.gcg-spotlight h3 a:hover,
.gcg-latest h3 a:hover,
.gcg-compact-feed h3 a:hover,
.gcg-deals h3 a:hover {
    color: var(--gcg-purple-light) !important;
}

.gcg-lead-copy > p {
    max-width: 770px;
    margin: 16px 0 0 !important;
    color: #b9b4c2 !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
}

.gcg-story-footer {
    display: flex;
    margin-top: 23px;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.gcg-meta {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #858092;
    font-size: 10px;
    font-weight: 700;
}

.gcg-meta svg {
    width: 14px;
    height: 14px;
}

.gcg-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--gcg-purple-light) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcg-important-panel {
    padding: 25px 25px 18px;
    border-top: 5px solid var(--gcg-purple);
}

.gcg-important-panel > header {
    padding-bottom: 19px;
    border-bottom: 1px solid var(--gcg-line);
}

.gcg-important-panel > header span,
.gcg-section-heading > span,
.gcg-deals__head > span,
.gcg-promise > span,
.gcg-empty-hero span {
    display: block;
    margin-bottom: 7px;
    color: var(--gcg-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.gcg-important-panel h2 {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1 !important;
}

.gcg-important-panel article {
    display: grid;
    padding: 20px 0;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    border-bottom: 1px solid var(--gcg-line);
}

.gcg-important-panel article:last-child {
    border-bottom: 0;
}

.gcg-story-number {
    color: #5c5668;
    font-size: 12px;
    font-weight: 900;
}

.gcg-important-label {
    color: var(--gcg-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcg-important-panel h3 {
    margin: 7px 0 9px !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
}

.gcg-important-panel small {
    color: #7f7989;
    font-size: 9px;
    font-weight: 700;
}

.gcg-empty-hero {
    display: flex;
    min-height: 370px;
    margin-top: 28px;
    padding: 55px;
    gap: 45px;
    align-items: center;
    border-top: 6px solid var(--gcg-purple);
    background:
        radial-gradient(circle at 20% 50%, rgba(110, 75, 255, .34), transparent 25%),
        var(--gcg-surface);
}

.gcg-empty-hero > img {
    width: 130px;
    flex: 0 0 130px;
}

.gcg-empty-hero h1 {
    margin: 0 !important;
    font-size: clamp(35px, 5vw, 62px) !important;
    line-height: 1 !important;
}

.gcg-empty-hero p {
    max-width: 690px;
    margin: 17px 0 0 !important;
    color: #b9b4c2 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.gcg-spotlight,
.gcg-rubrics,
.gcg-compact-feed,
.gcg-latest {
    margin-top: 62px;
}

.gcg-section-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid var(--gcg-line);
    padding-bottom: 14px;
}

.gcg-section-heading > span {
    margin: 0 20px 4px 0;
    color: #8b8498;
}

.gcg-section-heading h2 {
    margin: 0 !important;
    font-size: clamp(25px, 3.2vw, 38px) !important;
    line-height: 1 !important;
}

.gcg-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.gcg-spotlight-grid article {
    min-width: 0;
}

.gcg-card-image {
    display: block;
    height: 164px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 9px;
    background: var(--gcg-surface);
}

.gcg-card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcg-card-image--empty {
    display: grid;
    place-items: center;
    border: 1px solid var(--gcg-line);
    background: linear-gradient(135deg, rgba(110, 75, 255, .26), transparent), var(--gcg-surface);
}

.gcg-card-image--empty > img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.gcg-spotlight h3 {
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
}

.gcg-rubric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.gcg-rubric-card {
    position: relative;
    display: flex;
    min-height: 235px;
    overflow: hidden;
    border: 1px solid var(--gcg-line);
    border-radius: 12px;
    padding: 25px;
    flex-direction: column;
    background:
        linear-gradient(150deg, rgba(110, 75, 255, .09), transparent 55%),
        var(--gcg-surface);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.gcg-rubric-card:hover,
.gcg-rubric-card:focus-visible {
    border-color: var(--gcg-purple);
    background: var(--gcg-surface-raised);
    transform: translateY(-3px);
}

.gcg-rubric-card__icon {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 10px;
    background: var(--gcg-purple);
    color: #fff;
}

.gcg-rubric-card__icon svg {
    width: 22px;
    height: 22px;
}

.gcg-rubric-card > strong {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.gcg-rubric-card > span:not(.gcg-rubric-card__icon) {
    margin-top: 9px;
    color: #9f99aa;
    font-size: 12px;
    line-height: 1.45;
}

.gcg-rubric-card small {
    margin-top: auto;
    padding-top: 18px;
    color: var(--gcg-purple-light);
    font-size: 9px;
    font-weight: 800;
}

.gcg-rubric-card > i {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: var(--gcg-purple-light);
    font-style: normal;
}

.gcg-compact-feed__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--gcg-line);
    border-radius: 12px;
    background: var(--gcg-line);
}

.gcg-compact-feed article {
    display: grid;
    min-height: 140px;
    padding: 22px;
    grid-template-columns: 1fr auto;
    gap: 9px 15px;
    background: var(--gcg-surface);
}

.gcg-compact-feed article > span {
    grid-column: 1 / -1;
    color: var(--gcg-purple-light);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gcg-compact-feed h3 {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
}

.gcg-compact-feed article > a {
    align-self: end;
    color: var(--gcg-purple-light);
}

.gcg-latest-list {
    overflow: hidden;
    border: 1px solid var(--gcg-line);
    border-radius: 12px;
    background: var(--gcg-surface);
}

.gcg-latest-list > article {
    display: grid;
    min-height: 116px;
    padding: 22px 25px;
    grid-template-columns: 120px minmax(0, 1fr) 35px;
    gap: 22px;
    align-items: center;
    border-bottom: 1px solid var(--gcg-line);
}

.gcg-latest-list > article:last-child {
    border-bottom: 0;
}

.gcg-latest-date {
    display: flex;
    flex-direction: column;
    color: #d2ced8;
    font-size: 11px;
    font-weight: 800;
}

.gcg-latest-date small {
    margin-top: 6px;
    color: #787281;
    font-size: 9px;
}

.gcg-latest h3 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.gcg-latest-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #454050;
    border-radius: 50%;
    color: var(--gcg-purple-light) !important;
}

.gcg-latest-arrow:hover,
.gcg-latest-arrow:focus-visible {
    border-color: var(--gcg-purple);
    background: var(--gcg-purple);
    color: #fff !important;
}

.gcg-latest-empty {
    padding: 32px;
    color: #9f99aa;
}

.gcg-pagination {
    display: flex;
    margin-top: 20px;
    gap: 16px;
    align-items: center;
    justify-content: center;
    color: #8e8898;
    font-size: 10px;
    font-weight: 800;
}

.gcg-pagination a {
    padding: 10px 14px;
    border: 1px solid var(--gcg-line);
    border-radius: 6px;
    color: #fff !important;
}

.gcg-deals {
    display: grid;
    margin-top: 62px;
    overflow: hidden;
    grid-template-columns: .85fr 1.65fr;
    border: 1px solid #473a78;
    border-radius: 14px;
    background: #130f20;
}

.gcg-deals__head {
    padding: 34px;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .15), transparent 34%),
        var(--gcg-purple);
}

.gcg-deals__head > span {
    color: rgba(255, 255, 255, .8);
}

.gcg-deals h2 {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1 !important;
}

.gcg-deals__head p {
    margin: 15px 0 0 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.gcg-deals__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcg-deals__grid article {
    display: flex;
    min-width: 0;
    padding: 28px 24px;
    flex-direction: column;
    border-left: 1px solid var(--gcg-line);
}

.gcg-deals__grid article > span {
    color: var(--gcg-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.gcg-deals h3 {
    margin: 10px 0 12px !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
}

.gcg-deals__grid small {
    color: #817b8b;
    font-size: 9px;
}

.gcg-deals__grid article > a:last-child {
    display: inline-flex;
    margin-top: auto;
    padding-top: 24px;
    gap: 7px;
    align-items: center;
    color: var(--gcg-purple-light) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcg-promise {
    margin-top: 54px;
    border-left: 4px solid var(--gcg-purple);
    padding: 24px 28px;
    background: rgba(110, 75, 255, .08);
}

.gcg-promise h2 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
}

.gcg-promise p {
    max-width: 850px;
    margin: 11px 0 0 !important;
    color: #aaa4b4 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.gcg-footer {
    border-top: 1px solid var(--gcg-line);
    background: #08070d;
}

.gcg-footer-inner {
    display: flex;
    min-height: 130px;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.gcg-footer-brand {
    display: flex;
    align-items: center;
}

.gcg-footer-brand img {
    display: block;
    width: 150px;
    height: auto;
}

.gcg-footer-inner nav {
    display: flex;
    gap: 22px;
    color: #8c8794;
    font-size: 10px;
    font-weight: 700;
}

.gcg-footer-inner nav a:hover,
.gcg-footer-inner nav a:focus-visible {
    color: #fff;
}

/* Gaming single: light reading surface inside the dark portal shell. */
.gcg-article-main {
    padding: 0 0 72px;
}

.gcg-article-context {
    display: flex;
    min-height: 58px;
    gap: 12px;
    align-items: center;
    color: #8e8899;
    font-size: 10px;
    font-weight: 800;
}

.gcg-article-context a:last-child {
    color: var(--gcg-purple-light) !important;
}

.gcg-article-card {
    overflow: hidden;
    border: 1px solid #302a3f;
    border-top: 5px solid var(--gcg-purple);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

.gcg-article-content {
    color: #191820;
}

.gcg-article-content > :not(.gcahs-header):not(.gcahs-image-credit):not(.gcg-transparency-report):not(.gcahs-network) {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}

.gcg-article-content > p,
.gcg-article-content > ul,
.gcg-article-content > ol,
.gcg-article-content > h2,
.gcg-article-content > h3,
.gcg-article-content > h4,
.gcg-article-content > blockquote,
.gcg-article-content > table,
.gcg-article-content > figure {
    padding-right: 30px;
    padding-left: 30px;
}

.gcg-article-content > p {
    color: #26242c !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
}

.gcg-article-content > h2,
.gcg-article-content > h3 {
    color: #17151d !important;
}

.gcg-article-content > .gcahs-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* The Gaming controller remains the article signet, but follows the calmer
 * visual weight of the established gadgetChecks series identities. Scaling
 * the artwork inside its existing slot preserves every responsive layout. */
body.gcahs-gaming-active.single-post .gcg-article-content .gcahs-series-visual--gaming .gcahs-series-visual__img {
    opacity: .84 !important;
    transform: scale(.88) !important;
    transform-origin: center !important;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .16)) !important;
}

body.gcahs-gaming-active.single-post .gcg-article-content > .gcahs-transparency-moved {
    margin-top: 24px !important;
}

.gcg-transparency-report {
    max-width: 790px;
    margin: 52px auto 42px;
    border: 1px solid #ddd8e8;
    border-top: 5px solid var(--gcg-purple);
    border-radius: 11px;
    background: #f7f5fb;
    color: #24212b;
}

.gcg-transparency-report > header {
    padding: 23px 27px 18px;
    border-bottom: 1px solid #ded9e8;
}

.gcg-transparency-report > header span {
    color: #6945fa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.gcg-transparency-report h2 {
    margin: 5px 0 0 !important;
    color: #1c1922 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: -.025em !important;
}

.gcg-transparency-report__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border-bottom: 1px solid #ded9e8;
    background: #ded9e8;
}

.gcg-transparency-report__legend > span {
    display: flex;
    min-height: 58px;
    padding: 13px 17px;
    gap: 8px;
    align-items: center;
    background: #fff;
    color: #5a5662;
    font-size: 11px;
    font-weight: 680;
    line-height: 1.35;
}

.gcg-transparency-report__legend b {
    color: var(--gcg-purple);
    font-size: 16px;
    line-height: 1;
}

.gcg-transparency-report__copy {
    display: grid;
    padding: 24px 27px 27px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 25px;
}

.gcg-transparency-report p {
    margin: 0 !important;
    color: #5a5662 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.gcg-transparency-report strong {
    color: #23202a;
}

.gcg-comments {
    margin-top: 35px;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    color: #1b1921;
}

@media (max-width: 1040px) {
    .gcg-brand-inner {
        grid-template-columns: auto 1fr;
    }

    .gcg-brand-inner > p {
        text-align: right;
    }

    .gcg-search {
        display: none;
    }

    .gcg-top-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
    }

    .gcg-lead-image {
        height: 330px;
    }

    .gcg-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 17px;
    }

    .gcg-rubric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gcg-deals {
        grid-template-columns: 1fr;
    }

    .gcg-deals__grid article:first-child {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .gcg-page-width {
        width: min(100% - 30px, 1180px);
    }

    .gcg-utility-inner {
        min-height: 43px;
    }

    .gcg-utility-inner > span {
        display: none;
    }

    .gcg-utility-inner nav {
        width: 100%;
        justify-content: space-between;
    }

    .gcg-brand-inner {
        min-height: 110px;
    }

    body.gcahs-gaming-active.single-post .gcg-article-content > .gcahs-transparency-moved {
        margin-top: 18px !important;
    }

    .gcg-brand__gaming-logo {
        width: min(270px, 72vw) !important;
    }

    .gcg-brand-inner > p {
        display: none;
    }

    .gcg-topic-nav-inner {
        width: 100%;
        padding-left: 15px;
    }

    .gcg-topic-link {
        padding: 0 14px;
    }

    .gcg-edition-line {
        min-height: 49px;
    }

    .gcg-edition-line span:last-child {
        display: none;
    }

    .gcg-top-grid {
        grid-template-columns: 1fr;
    }

    .gcg-lead-image {
        height: min(58vw, 355px);
    }

    .gcg-lead-copy {
        padding: 24px 22px 26px;
    }

    .gcg-story-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcg-important-panel {
        padding: 24px 22px 14px;
    }

    .gcg-empty-hero {
        min-height: 360px;
        padding: 38px 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gcg-empty-hero > img {
        width: 90px;
        flex-basis: 90px;
    }

    .gcg-spotlight,
    .gcg-rubrics,
    .gcg-compact-feed,
    .gcg-latest {
        margin-top: 48px;
    }

    .gcg-section-heading {
        display: block;
    }

    .gcg-section-heading > span {
        margin-bottom: 8px;
    }

    .gcg-rubric-grid,
    .gcg-compact-feed__grid {
        grid-template-columns: 1fr;
    }

    .gcg-rubric-card {
        min-height: 205px;
    }

    .gcg-latest-list > article {
        grid-template-columns: 1fr 35px;
        gap: 12px 18px;
    }

    .gcg-latest-date {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 10px;
    }

    .gcg-latest-date small {
        margin: 0;
    }

    .gcg-deals__grid {
        grid-template-columns: 1fr;
    }

    .gcg-deals__grid article {
        min-height: 170px;
        border-top: 1px solid var(--gcg-line);
        border-left: 0;
    }

    .gcg-footer-inner {
        padding: 28px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .gcg-footer-inner nav {
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .gcg-transparency-report {
        margin-right: 18px;
        margin-left: 18px;
    }

    .gcg-transparency-report__legend,
    .gcg-transparency-report__copy {
        grid-template-columns: 1fr;
    }

    .gcg-transparency-report__legend > span {
        min-height: 0;
        padding: 12px 16px;
    }
}

@media (max-width: 520px) {
    .gcg-utility-inner nav a {
        font-size: 9px;
    }

    .gcg-brand__gaming-logo {
        width: min(270px, 72vw) !important;
    }

    .gcg-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .gcg-card-image {
        height: 54vw;
    }

    .gcg-rubric-grid {
        grid-template-columns: 1fr;
    }

    .gcg-article-content > p,
    .gcg-article-content > ul,
    .gcg-article-content > ol,
    .gcg-article-content > h2,
    .gcg-article-content > h3,
    .gcg-article-content > h4,
    .gcg-article-content > blockquote,
    .gcg-article-content > table,
    .gcg-article-content > figure {
        padding-right: 20px;
        padding-left: 20px;
    }

    .gcg-article-content > p {
        font-size: 16px !important;
    }
}
