.modal{-webkit-animation:animateIn;animation:animateIn;-webkit-animation-duration:.5s;animation-duration:.5s;background-color:rgba(0,0,0,.65);display:none;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:var(--layer-10)}.modal.is-open{display:block;opacity:1}.modal-content{background-color:#fff;left:50%;margin-left:auto;margin-right:auto;max-height:85vh;max-width:var(--wp--custom--width--content);overflow-y:scroll;padding:3rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 3rem);z-index:var(--layer-10)}.modal-close{color:var(--wp--preset--color--body-text-light);font-size:var(--wp--preset--font-size--medium);height:2rem;position:absolute;right:1rem;top:1rem;width:2rem}@-webkit-keyframes animateIn{0%{opacity:0}to{opacity:1}}@keyframes animateIn{0%{opacity:0}to{opacity:1}}
