.elementor-32 .elementor-element.elementor-element-49086094 > .elementor-container{max-width:600px;}.elementor-32 .elementor-element.elementor-element-49086094{margin-top:40px;margin-bottom:0px;}.elementor-32 .elementor-element.elementor-element-1e512219 > .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DEDEDE;box-shadow:0px 5px 20px 0px #3B6EDC;padding:40px 40px 20px 40px;}.elementor-32 .elementor-element.elementor-element-1e512219 > .elementor-element-populated, .elementor-32 .elementor-element.elementor-element-1e512219 > .elementor-element-populated > .elementor-background-overlay, .elementor-32 .elementor-element.elementor-element-1e512219 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-49086094{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-32 .elementor-element.elementor-element-1e512219 > .elementor-element-populated{padding:20px 20px 20px 20px;}body.elementor-page-32{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS */div#myBtn{
 text-decoration: underline;
 cursor: pointer;
 color: orange;
 font-weight: bold;
  font-size:15px !important;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  width: 50vw;
  max-height: 80vh;    
  overflow-y: auto;     
  scrollbar-width: 5px;
  scrollbar-color: orange blue ;
  border-radius: 12px;
}

.modal-content div {
  line-height: 15px !important;
}

.region-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.region-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 3px;
}

.region-left {
  font-weight: 600;
}

.region-right {
  color: #444;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .modal-content {
    width: 92%;
    max-height: 85vh;
    padding: 16px;
  }
  .region-row {
    grid-template-columns: 1fr;
  }

  .region-left {
    font-weight: 700;
    margin-bottom: 4px;
  }

  .region-right {
    font-size: 14px;
    color: #555;
    padding-left: 8px;
  }
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: grey;
  text-decoration: none;
  cursor: pointer;
}/* End custom CSS */