/* ==========================================================================
   Culture Gazette Digest - 100% Light High-Contrast Stylesheet
   Engine: 3-Column Newsroom Portal
   ========================================================================== */

:root[data-theme="mag_gazette"],
body.theme-mag_gazette {
    --th-primary: #c026d3;
    --th-secondary: #db2777;
    --th-accent: #0284c7;
    --th-bg-main: #fdf4ff;
    --th-radius: 10px;
    background-color: var(--th-bg-main) !important;
    color: #0f172a !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body.theme-mag_gazette h1,
body.theme-mag_gazette h2,
body.theme-mag_gazette h3,
body.theme-mag_gazette h4,
body.theme-mag_gazette h5,
body.theme-mag_gazette h6 {
    color: #0f172a !important;
    font-weight: 800 !important;
}

body.theme-mag_gazette p,
body.theme-mag_gazette span,
body.theme-mag_gazette li {
    color: #334155;
}

body.theme-mag_gazette a {
    color: #c026d3;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .th-mag_gazette-layout {
        grid-template-columns: 1fr !important;
    }
    .th-mag_gazette-sidebar {
        position: static !important;
        margin-bottom: 20px !important;
    }
    .th-mag_gazette-bento-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 768px) {
    .th-mag_gazette-bento-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: auto !important;
    }
    .th-mag_gazette-bento-grid > div {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        aspect-ratio: 16/10 !important;
    }
}
