.popup-overlay-root{display:flex;justify-content:center;align-items:center}
.popup-overlay-root.publish{position:fixed;top:0;bottom:0;left:0;right:0;padding:20px;background-color:rgba(0,0,0,0.5);z-index:10000000000000000}
.popup-overlay-container{width:100%;max-width:913px;background-color:#fff;position:relative;min-height:490px}
.popup-overlay-container.editor{border:1px #000 solid}
.popup-overlay-action{width:19px;height:19px;position:absolute;z-index:2;top:19px;right:19px;text-align:end}
.popup-overlay-action:hover{cursor:pointer}
@media only screen and (max-width:970px){.popup-overlay-action{top:16px;right:16px}
}