/*********************************************
* Easy Popup > Custom
*********************************************/
html.easy-popup-open {overflow:clip;}
html.easy-popup-open body {overflow:visible;}
.easy-popup-master:has(.ifs-insight-popup) {
    --ep-max-width:678px;
    --ep-close-color-hover:var(--ifs-color-green)
}
.easy-popup-container {padding:calc(40px + var(--admin-bar-height, 0px)) 20px 40px 20px;}
.easy-popup-content {padding:0;}
.easy-popup-inner .ifs-insight-item {width:unset;margin-right:0;padding:0;}


/*********************************************
* Easy Popup > Custom Responsive
*********************************************/
@media only screen and (min-width:1800px) {
    .ep-close-button svg {width:1.666vw;height:1.666vw;}
}