.cookie-map-wrapper {
  position: relative;
}

.cookie-map-placeholder {
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(18, 72, 108, 0.12);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 0;
}

.cookie-map-placeholder h3 {
  color: #12486c;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cookie-map-placeholder p {
  color: #4f4f4f;
  margin-bottom: 1rem;
}

.cookie-map-placeholder.is-hidden {
  display: none;
}

.cookie-map-frame {
  display: none;
  margin-top: 1rem;
}

.cookie-map-frame.is-visible {
  display: block;
}

