.geo-popup-no-coverage {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 100%;
  height: 100%;
  text-align: center;
}
.geo-popup-no-coverage .geo-popup-no-coverage__inner {
  width: 90%;
  background: #fff;
  max-width: 520px;
  padding: 4em 6em;
  border-radius: 12px;
  font-family: "proxima-nova", Helvetica, Arial sans-serif;
  color: #081b43;
}
@media (min-width: 767px) {
  .geo-popup-no-coverage .geo-popup-no-coverage__inner {
    width: 50%;
  }
}
.geo-popup-no-coverage .geo-popup-no-coverage__inner .geo-popup-no-coverage__text {
  font-size: 24px;
}
.geo-popup-no-coverage .geo-popup-no-coverage__inner #geo-popup-close {
  color: #f5cb9f;
  padding: 0.5em 1em;
  font-size: 19px;
  font-weight: 700;
  border: 1px solid #f5cb9f;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  width: max-content;
  margin: 1em auto 0;
}
