.download-notice{box-sizing:border-box;margin:auto;padding:32px 26px 26px;border:0;border-radius:22px;width:min(440px,calc(100% - 32px));max-height:calc(100svh - 32px);overflow:auto;background:#fff;color:#20382f;text-align:center;font-family:inherit;box-shadow:0 20px 70px rgba(15,44,32,.2)}
.download-notice::backdrop{background:rgba(13,34,27,.52)}
.download-notice-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;background:#e9f6ee;color:#248755;font-size:38px;line-height:1}
.download-notice h2{margin:0 0 14px;font-size:28px;font-weight:700;line-height:1.35}
.download-notice #download-notice-message{margin:0;font-size:20px;line-height:1.6;font-weight:500}
.download-notice .download-notice-help{margin:16px 0 26px;font-size:16px;line-height:1.8;color:#64756b}
.download-notice-actions{display:flex;gap:12px}
.download-notice-actions button,.download-notice-actions a{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:1;min-width:0;min-height:52px;padding:12px 8px;border-radius:12px;font:inherit;font-size:18px;font-weight:600;line-height:1.4;cursor:pointer;text-decoration:none}
.download-notice [hidden]{display:none!important}
.download-notice-retry{border:1px solid #d6e5dc;background:#fff;color:#37674e}
.download-notice-dismiss{border:1px solid #248755;background:#248755;color:#fff}
.download-notice-start{border:1px solid #248755;background:#248755;color:#fff}
.download-notice[data-state="ready"] .download-notice-dismiss{border:1px solid #d6e5dc;background:#fff;color:#37674e}
.download-notice-actions button:focus-visible,.download-notice-actions a:focus-visible{outline:3px solid #176e9a;outline-offset:3px}
@media(max-width:360px){.download-notice{padding:26px 18px 22px}.download-notice-actions{gap:8px}}
