.popup-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  backdrop-filter: blur(2px);
}

.popup-content {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 8px;
  max-width: 600px;
  width: auto;
  text-align: left;
  position: relative;
  font-family: inherit;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin: auto;
}

.logo-modal{
  width: 100%;
  max-width: 130px;
}

.popup-content h2 {
    font-family: Crimson Text, serif;
    font-size: 3em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.105em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.3px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #325040 !important;
}

.popup-content h3 {margin-top: 0.62em;}

}

.popup-content strong{
  color: #325040 !important;
}

.hidden {
  display: none;
}

#aac-phone {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.aac-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #888 !important;
  cursor: pointer;
  background: transparent !important;
  border: none;
  line-height: 1;
  z-index: 10001;
  padding: 0px;
}

.aac-close:hover {
  color: #000 !important;
}


.popup-content a {
  color: #e53935;
  font-weight: 500;
  text-decoration: underline;
}

#aac-check {
  border-radius: 3px;
}


@media (max-width: 480px) {
  .popup-content {
    font-size: 15px;
  }

.popup-content h2 {
    font-size: 2.2em;
    margin-bottom: 0.2em;
}

  #aac-check {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }

  #aac-phone {
    font-size: 15px;
  }
}