/* =============================================================================
   COMPONENT: install-help — the persistent "add to home screen" affordance
   (FEA-0024). Neutral chrome. Shown only to visitors who can install (the
   install_help_controller reveals it); otherwise it occupies no space. Text
   alignment follows the surrounding context (centered on the landing cover,
   left-aligned in the More menu), so no alignment rules belong here.
   ========================================================================== */
@layer components {
  .install-help { margin-block-start: var(--space-md); }

  /* Keep the Share glyph inline with the sentence (the reset makes svg block). */
  .install-help__share {
    display: inline-flex;
    vertical-align: -0.2em;
    color: var(--accent);
  }
}
