﻿.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);
}

/* ── Statement body ── */
.statement-body iframe {
    width: 100%;
    height: 1130px;
    border: none;
}
