.maken-modal[hidden] { display: none !important; }
.maken-modal { inset: 0; position: fixed; z-index: 100000; }
.maken-modal-backdrop { background: rgba(24, 29, 35, .58); inset: 0; position: absolute; }
.maken-modal-dialog { background: #fff; border-radius: 18px; box-shadow: 0 24px 90px rgba(24, 29, 35, .25); left: 50%; max-height: calc(100vh - 48px); max-width: 760px; overflow: auto; padding: 28px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 32px); }
.maken-modal-close { align-items: center; background: #f1f4f8; border: 0; border-radius: 999px; color: #181d23; cursor: pointer; display: flex; font-size: 22px; height: 34px; justify-content: center; line-height: 1; position: absolute; right: 20px; top: 20px; width: 34px; }
.maken-modal-close:hover { background: #e5ebf4; }
.maken-modal-title { color: #181d23; font-size: 20px; font-weight: 700; margin: 0 40px 22px 0; }
body.maken-modal-open { overflow: hidden; }
.mp-modal-form-source { display: none !important; }
.mp-modal-trigger { cursor: pointer; }
@media (max-width: 640px) { .maken-modal-dialog { max-height: calc(100vh - 24px); padding: 20px; width: calc(100% - 20px); } }
