.notice-dialog { width: min(460px, calc(100% - 32px)); border: 0; border-radius: 6px; padding: 24px; box-shadow: 0 16px 50px #0005; }
.notice-dialog::backdrop { background: #0006; }
.notice-dialog h2 { margin: 0 0 10px; color: var(--green); }
.notice-dialog p { margin: 0 0 20px; line-height: 1.5; }
.notice-dialog button { height: 36px; padding: 0 18px; border: 0; background: var(--green); color: white; cursor: pointer; }
#save:disabled { opacity: .65; cursor: wait; }
