/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2026 | 20:46:58 */
/* Hide the close button for popup 3107 */
#popmake-3107 .pum-close {
  display: none !important;
}

/* Make popup look cleaner */
#popmake-3107 {
  background: #fff;
  padding: 40px;
  max-width: 520px !important;
  width: 90vw !important;
  border-radius: 0;
}

/* Center text */
#popmake-3107 .pum-content {
  text-align: center;
}

/* Popup text */
#popmake-3107 p {
  margin-bottom: 18px;
}

/* Button container */
#popmake-3107 .wp-block-group {
  display: grid !important;
  gap: 12px;
}

/* All popup links as buttons */
#popmake-3107 .pum-content a {
  display: block;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
}

/* Prevent weird underline/hover */
#popmake-3107 .pum-content a:hover {
  text-decoration: none;
}
/* Button hover effect */
#popmake-3107 .pum-content a {
  transition: all 0.25s ease;
}

#popmake-3107 .pum-content a:hover {
  background: #2f2f2f;
  color: #ffffff;
  border-color: #2f2f2f;
  transform: translateY(-2px);
}