/* Shared, narrowly scoped controls: keep existing typefaces and colors. */
.site-footer .footer-nav-list a { min-height:44px; display:inline-flex; align-items:center; line-height:1.5; }
.site-footer .footer-nav-heading { font-size:12px; }
.site-footer .footer-copy { font-size:11px; line-height:1.7; }
/* Keep the composer facts readable on narrow screens. */
.composer-page .composer-numbers { grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr)); }
.composer-page .stat-item { min-width:0; }
.composer-page .stat-number { overflow-wrap:anywhere; }
