.gvhs-modal-overlay{display:none;position:fixed;inset:0;z-index:100000;align-items:center;justify-content:center}
.gvhs-modal-overlay.is-visible{display:flex}
.gvhs-modal{display:block;max-width:700px;width:95%;overflow:hidden}
.gvhs-modal-header,.gvhs-modal-footer{padding:12px 16px}
.gvhs-modal-footer{text-align:right}
.gvhs-modal-body{padding:16px;max-height:70vh;overflow:auto}
html.gvhs-modal-open{overflow:hidden}

