.s9-file-download-dialog { box-sizing: border-box; width: min(480px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); overflow: auto; border: 1px solid #b8c5df; border-radius: 12px; padding: 20px; color: #172b4d; background: #fff; box-shadow: 0 14px 50px #15274b33; font: 16px/1.6 system-ui, sans-serif; }
.s9-file-download-dialog::backdrop { background: #14254066; }
.s9-file-download-dialog strong, .s9-file-download-dialog p { display: block; overflow-wrap: anywhere; }
.s9-file-download-dialog > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.s9-file-download-dialog button, .s9-file-download-dialog a { box-sizing: border-box; min-height: 44px; min-width: 64px; padding: 9px 14px; border: 1px solid #9bafd5; border-radius: 6px; background: #f7f9fd; color: #234a96; font: inherit; text-decoration: none; cursor: pointer; }
.s9-file-download-dialog [hidden] { display: none !important; }
