.domain-geolocation-alert__wrapper {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(187, 41, 187)), to(rgb(84, 30, 90)));
  background-image: -webkit-linear-gradient(left, rgb(187, 41, 187) 0%, rgb(84, 30, 90) 100%);
  background-image: linear-gradient(90deg, rgb(187, 41, 187) 0%, rgb(84, 30, 90) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.domain-geolocation-alert__wrapper-inner {
  display: flex;
}

.domain-geolocation-alert__wrapper-inner::before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-family: icomoon;
  font-size: 18px;
  margin-right: 12px;
  padding: 2px;
}

.domain-geolocation-alert__wrapper-inner::after {
  display: none;
}

@media (max-width: 991px) {
  .domain-geolocation-alert {
    padding-right: 48px;
  }
}

.domain-geolocation-alert,
.domain-geolocation-alert p {
  font-size: 16px;
  line-height: 22px;
}

.domain-geolocation-alert a {
  color: #FFFFFF;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .domain-geolocation-alert a {
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .domain-geolocation-alert a {
    display: inline-block;
    margin-left: 8px;
  }
}

.domain-geolocation-alert a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.domain-geolocation-alert__close {
  align-self: flex-start;
  margin-top: 2px;
  margin-left: auto;
  color: transparent;
  font-size: 0;
}

.domain-geolocation-alert__close::after {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9c2";
  font-family: icomoon;
}
