.cookie-placeholder__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  min-height: 310px;
  aspect-ratio: 16 / 9;
  color: #fff;
  background-color: #0054ff;
}

.cookie-placeholder--leaflet .cookie-placeholder__content {
  height: auto;
  min-height: 400px;
  aspect-ratio: auto;
}
