.cf7-geoip-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cf7-geoip-modal {
  background: #fff;
  border-radius: 6px;
  max-width: 520px;
  width: 90%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
}
.cf7-geoip-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.cf7-geoip-modal-content p {
  margin: 0 0 8px 0;
}
.cf7-geoip-modal-content .cf7-geoip-secondary {
  color: #56616b;
  font-size: 13px;
}
#cf7-geoip-captcha-slot {
  margin-top: 12px;
}
