.fvk-video-consent-widget {
  position: relative;
}

.fvk-video-consent__overlay {
  position: absolute;
  inset: 0;
  background: #d9d9d9ee;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.8rem;
  text-align: center;
  z-index: 6;
}

.fvk-video-consent__message {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
  max-width: 24rem;
  margin-bottom: 0.5rem;
}

.fvk-video-consent__button {
  padding: 0.6rem 1.4rem !important;
}

.fvk-video-consent-widget iframe {
  width: 100%;
  height: 100%;
}
