/*
Theme Name: Extensive-news-child
Theme URI: https://arsenaltalks.com
Description: BBC-style newsroom child theme for ArsenalTalks
Author: ArsenalTalks
Template: extensive-news
Version: 1.0
*/

/* =========================
   BASE RESET
========================= */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
}

* {
    box-sizing: border-box;
}

/* REMOVE WP BLOCK SPACING */
.wp-block-group,
.wp-block-columns,
.wp-block-image {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* IMAGE SYSTEM */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* SECTION WRAPPER */
.at-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}

/* HEADLINES */
.at-title {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
    line-height: 1.2;
}

/* GRID */
.at-grid {
    display: grid;
    gap: 12px;
}

/* HERO TEXT */
.hero-overlay h1 {
    font-size: 24px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .hero-overlay h1 {
        font-size: 32px;
    }
}

/* TEXT SAFETY */
h1, h2, h3 {
    word-wrap: break-word;
}

/* LINKS */
a {
    text-decoration: none;
    color: #000;
}

/* ADS */
.ad-slot {
    width: 100%;
    min-height: 90px;
    margin: 15px 0;
    text-align: center;
}

/* LIVE BLOCK */
.live-box {
    border: 1px solid #eee;
    padding: 10px;
    background: #fafafa;
}