* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui,
        sans-serif;
    font-display: swap;
    line-height: 1.6;
    color: #000;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

nav a {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}


.latest-briefing iframe {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
    min-height: 5000px; /* Reserve space to avoid CLS; will only grow */
}


.latest-story h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.meta {
    font-style: italic;
    margin-bottom: 20px;
    color: #666;
}

p {
    margin-bottom: 15px;
}

.newsletter {
    border-top: 1px solid #000;
    padding-top: 30px;
}

.newsletter h3 {
    margin-bottom: 10px;
}

.newsletter form {
    margin-top: 15px;
}

input[type="email"] {
    padding: 10px;
    border: 2px solid #000;
    background: #fff;
    margin-right: 10px;
    font-size: 1em;
}

button {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

button:hover {
    background: #333;
}

.disclaimer {
    border-top: 1px solid #000;
    padding-top: 30px;
}

.disclaimer p {
    font-size: 10px;
    color: #888;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.newsletter .newsletter-msg {
    margin-top: 10px;
    font-style: italic;
    color: #666;
    min-height: 1.2em; /* Reserve space so text insertion doesn't shift layout */
}

/* Stations table */
.stations-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 50px;
}

.stations-table th,
.stations-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #000;
    text-align: left;
    vertical-align: top;
}

.stations-table th {
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.02em;
}

.stations-table a {
    color: #000;
    text-decoration: underline;
}

section {
    margin-top: 32px;
}

.latest-briefing,
.newsletter {
    margin-top: 0px;
}

article h2 {
    margin-top: 32px;
    margin-bottom: 16px;
}

article {
    margin-bottom: 64px;
}
