﻿.page-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--border);
}

/* ── Impact Statement body ── */
.impact-statement-body {
    margin: 2rem auto;
    max-width: 860px;
    padding: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.impact-statement-body iframe {
    width: 100%;
    height: 85vh;
    min-height: 600px;
    border: none;
    border-radius: 6px;
}
