.czp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:99999;display:none;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;}
.czp-overlay.is-open{display:flex;}
.czp-modal{position:relative;background:#fff;width:min(1200px,100%);max-height:92vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
.czp-close{position:absolute;top:14px;right:14px;z-index:5;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer;color:#fff;padding:0;}
.czp-close svg{width:26px;height:26px;display:block;}
.czp-body .cz-car{--cz-pad-bottom:0px;}
.czp-content{padding:34px 40px 44px;}
.czp-head{display:flex;align-items:center;gap:14px;margin:0 0 22px;}
.czp-head h1{margin:0;font-family:'Libre Baskerville',Georgia,serif;font-size:19px;line-height:1.3;font-weight:400;color:#000;}
.czp-head svg{width:18px;height:18px;flex:0 0 auto;color:#000;}
.czp-text{font-family:'Avenir Next','Avenir',Helvetica,Arial,sans-serif;font-size:15px;line-height:1.65;color:#000;}
.czp-text p{margin:0 0 1em;font-size:15px;}
.czp-text p:last-child{margin-bottom:0;}
.czp-loading{padding:60px;text-align:center;font-family:'Avenir Next','Avenir',Helvetica,Arial,sans-serif;font-size:15px;color:#666;}
body.czp-lock{overflow:hidden;}
@media (max-width:767px){
  .czp-overlay{padding:0;}
  .czp-modal{width:100%;height:100dvh;max-height:none;}
  .czp-content{padding:24px 20px 34px;}
}
