.history-actions { display:flex; justify-content:flex-end; gap:7px; } .edit-button { padding:0; border:0; color:#0071e3; background:transparent; font-size:9px; } .edit-dialog { width:min(calc(100% - 32px), 390px); padding:0; border:0; border-radius:22px; color:var(--ink); box-shadow:0 20px 60px #00000040; } .edit-dialog::backdrop { background:#1d1d1f80; backdrop-filter:blur(3px); } .edit-dialog form { padding:21px; } .dialog-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:19px; } .dialog-header h2 { font-size:20px; letter-spacing:-.04em; } .dialog-close { display:grid; place-items:center; width:28px; height:28px; padding:0; border:0; border-radius:50%; color:#55555a; background:#f0f0f2; font-size:21px; line-height:1; } .edit-dialog label { display:block; margin-top:13px; color:var(--sub); font-size:12px; font-weight:600; } .edit-dialog label em { color:#a1a1a6; font-size:10px; font-style:normal; font-weight:400; } .edit-dialog input,.edit-dialog select { display:block; width:100%; height:40px; margin-top:6px; padding:0 10px; border:1px solid var(--line); border-radius:10px; outline:0; color:var(--ink); background:#fff; font-size:14px; font-weight:400; } .edit-dialog input:focus,.edit-dialog select:focus { border-color:var(--blue); box-shadow:0 0 0 3px #0071e31f; } .dialog-actions { margin-top:22px; }