/* One concise notice at the top; no repeated desktop prompts in the content. */
.m-mobile-alert { display:flex; gap:10px; margin:14px 14px 0; padding:12px 14px; border:1px solid #145da066; border-radius:11px; background:#dcecf7; color:var(--ink); font-size:12px; line-height:1.42; }
.m-mobile-alert span { flex:0 0 19px; height:19px; display:grid; place-items:center; border-radius:50%; background:var(--blue); color:#fff; font:500 13px 'DM Mono'; }
.m-mobile-alert p { margin:0; }
.m-desktop-note { display:none; }
