.er-report-actions { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; gap: 10px; }
.er-report-actions .er-report-cta { margin-top: 8px; }
.er-report-download { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 8px 14px; color: #164bff; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.er-report-download:hover { color: #0c304e; }
.er-report-file-info { color: #53677d; font-size: 12px; }
.er-report-actions a:focus-visible { outline: 3px solid #164bff; outline-offset: 4px; }
@media (max-width: 1100px) {
    .er-report-actions { align-self: stretch; }
    .er-report-actions .er-report-cta { width: 100%; min-width: 0; box-sizing: border-box; }
}
