.modal-overlay{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.45);backdrop-filter:blur(4px)}@media(max-width:768px){.modal-overlay{padding:0}}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#f5f5f5;font-size:22px;line-height:32px;color:#777;cursor:pointer}.modal-close:hover{background:#ebebeb}