.app-download-banner[hidden] { display:none !important; }
.app-download-banner { display:flex; align-items:center; gap:10px; margin:12px; padding:12px; border:1px solid #dbe4f0; border-radius:16px; background:#f4f8ff; color:#172554; font:13px/1.4 Inter,system-ui,sans-serif; }
.app-download-banner img { object-fit:contain; flex-shrink:0; border-radius:10px; }
.app-download-copy { flex:1; min-width:0; }
.app-download-copy strong,.app-download-copy span { display:block; }
.app-download-copy strong { font-size:13px; }
.app-download-copy span { margin-top:3px; font-size:12px; color:#52627a; }
.app-download-link { flex-shrink:0; padding:10px 12px; border-radius:10px; background:#4157f2; color:#fff; font-size:12px; font-weight:700; text-decoration:none; }
.app-download-close { flex-shrink:0; width:32px; height:36px; border:0; background:transparent; color:#52627a; font-size:24px; cursor:pointer; }
.app-download-link:focus-visible,.app-download-close:focus-visible { outline:2px solid #172554; outline-offset:3px; }
@media(max-width:420px) { .app-download-banner { flex-wrap:wrap; } .app-download-copy { flex-basis:calc(100% - 94px); } .app-download-close { order:1; } .app-download-link { order:2; margin-left:52px; } }
