.button-history.no-downloads { color:#6b7280; border-color:#d1d5db; background:#f3f4f6; }
.button-history.has-downloads { color:#fff; border-color:#0b8d62; background:#0ea873; }
.button-history.has-downloads:hover { background:#087b53; }
.history-dialog { width:min(820px,calc(100vw - 30px)); border:0; border-radius:12px; padding:0; box-shadow:0 18px 60px rgba(0,0,0,.25); }
.history-dialog::backdrop { background:rgba(15,23,42,.5); }
.download-history-list { max-height:60vh; overflow:auto; padding:0 20px 20px; }
.download-history-list table { width:100%; border-collapse:collapse; font-size:13px; }
.download-history-list th,.download-history-list td { padding:10px; border-bottom:1px solid #e1e8ef; text-align:left; }
.download-history-list th { color:#1d405f; background:#f3f7fb; font-weight:800; white-space:nowrap; }
.download-history-list td:nth-child(1),.download-history-list td:nth-child(3) { white-space:nowrap; }
@media(max-width:620px){.download-history-list{padding:0 12px 14px}.download-history-list table{font-size:11px}.download-history-list th,.download-history-list td{padding:8px 5px}.download-history-list th:nth-child(3),.download-history-list td:nth-child(3){display:none}}
