.global-popup{position:relative}.global-popup button{width:100%}.global-popup__close{margin:0 100%;margin-right:0;margin-bottom:1em;max-width:max-content}.global-popup__wrapper{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;margin:auto;z-index:100002;display:grid;place-items:center}.global-popup__inner{display:grid;place-items:center;overflow:hidden;max-width:0;max-height:0}.global-popup__inner.open{width:100%;height:110vh;max-width:110vh;max-height:110vh}.global-popup__single{background-color:var(--main-background-color);margin:auto;padding:2em 4em 4em;max-width:530px;max-height:70vh;overflow:auto;font-size:16px;z-index:1}.global-popup__single p:last-of-type{margin-bottom:0}.global-popup__title{font-size:35px;margin-top:0}
