/* THE APP DOWNLOAD SECTION (download round 2026-09-14). Layered on
   public.css (palette, header, footer, .btn, .badge, .facts) and
   reading.css (the reading column and the shared .readpage headline and
   lead, which this file used to duplicate). What is here is only what the
   download page has and no other page does. Written for 390px first.
   Nothing here loads from another origin. */

.download-cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px;
  margin:0 0 6px}
.download-btn{min-height:52px;padding:14px 34px;font-size:17px}
.download-status{font-size:15px;padding:8px 14px}
.download-count{margin:0;color:var(--ink2);font-size:15px}
.download-count .n{color:var(--ink);font-weight:600}
.not-released,.release-unavailable{color:var(--ink);font-size:16px;
  max-width:660px;margin:14px 0 0}

.release-facts{max-width:660px}
.release-facts dd{overflow-wrap:anywhere}
.release-facts dd.tbp{color:var(--ink3)}
.release-facts code{font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  word-break:break-all}
.device-note,.app-statements p{color:var(--ink2);font-size:15px;
  max-width:660px;margin:12px 0 0}

.download-links{margin-top:30px;color:var(--ink2);font-size:15px}
.download-links p{margin:6px 0}

@media (max-width:520px){
  .download-btn{width:100%}
}
