/* Modal background */
#leat-modal.leat-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
 
}

/* Modal content container */
#leat-modal .leat-modal-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 50px auto;
  padding: 0; /* Optional if you want spacing inside iframe */
  position: relative;
 
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

 #acfw-checkout-ui-block,
.woocommerce-MyAccount-navigation-link--store-credit
{display: none}

/* Iframe styling */
#leat-modal .leat-form-iframe {
  display: block;
  border: none;
  width: 100%;
  height: 800px;
  margin: 0 auto;
}

#leat-modal .leat-modal-close,#leat-modal .leat-modal-close:hover {
  position: fixed;
  top: 0px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: transparent!important;          /* ✅ Solid background */
  border: none;
  z-index: 10;               /* ✅ Higher than iframe */
  padding: 6px 12px;
  border-radius: 50%;
  color: #fff!important;
}

#leat-modal .leat-modal-content {
  position: relative;
  overflow: visible;  /* ✅ Important for the close button */
}
 