.o-teaser__consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 1.5rem;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.o-teaser__consent-overlay p {
  margin: 0;
  line-height: 1.5;
  max-width: 40ch;
}
