/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2025 | 10:58:09 */
.popup-inner {
  max-width: 500px;
}
@media only screen and (max-width: 666px) {
  .popup-inner {
    max-width: 300px;
  }
}
.popup-inner-close {
  align-items: center;
  background-color: var(--wp--preset--color--secondary) !important;
  color: #FFF;
  right: -20px;
  top: -20px;
}
.popup-inner-close:hover {
  opacity: 90%;
}
