.wp-popup-overlay.wp-popup-active{display:flex;opacity:1}.wp-popup-active .wp-popup-container{transform:scale(1)}.wp-popup-position-top{margin-top:20px;margin-bottom:auto}.wp-popup-position-bottom{margin-top:auto;margin-bottom:20px}.wp-popup-animation-fade .wp-popup-container{opacity:0;transition:opacity .3s ease,transform .3s ease}.wp-popup-active.wp-popup-animation-fade .wp-popup-container{opacity:1}.wp-popup-animation-slide-down .wp-popup-container{transform:translateY(-50px);transition:transform .4s ease}.wp-popup-active.wp-popup-animation-slide-down .wp-popup-container{transform:translateY(0)}.wp-popup-animation-slide-up .wp-popup-container{transform:translateY(50px);transition:transform .4s ease}.wp-popup-active.wp-popup-animation-slide-up .wp-popup-container{transform:translateY(0)}.wp-popup-animation-zoom .wp-popup-container{transform:scale(.7);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.wp-popup-active.wp-popup-animation-zoom .wp-popup-container{transform:scale(1)}.wp-popup-content blockquote{margin:20px 0;padding:15px 20px;border-left:4px solid rgba(0,0,0,.1);background:rgba(0,0,0,.03)}body.wp-popup-open{overflow:hidden}