.video-embed--consent-gated {
  position: relative;
  background: #000;
  min-height: 0;
}

.video-embed--consent-gated iframe {
  width: 100%;
}

.video-embed__placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.82));
}

.video-embed__placeholder[hidden] {
  display: none !important;
}

.video-embed--active .video-embed__placeholder {
  display: none;
}

.video-embed__message {
  max-width: 28rem;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.video-embed__button {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 0.125rem solid #fdbb30;
  background: #fff;
  color: #000;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.video-embed__button:hover,
.video-embed__button:focus {
  box-shadow: inset 0 0 0 0.1875rem #fdbb30;
}
