/* Modal base patch */
.modal-panel{max-height:min(720px,calc(100dvh - 32px));overflow:auto}
.modal-head{gap:16px;margin-bottom:18px}
.modal-head h2{margin:6px 0 0}
.modal-head>[data-close-modal]{flex:0 0 auto;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--soft);color:var(--text);font-size:24px;line-height:1;cursor:pointer}
.dark .modal-head>[data-close-modal]{background:#22304b;color:#fff;border-color:#425474}
