.consent-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 24px;
  text-align: center;

  background: rgba(0, 0, 0, 0.92);
  color: #fff;

  box-sizing: border-box;
}

.consent-video-overlay p {
  margin: 0 0 20px;
  max-width: 600px;

  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.consent-video-overlay .consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 12px 28px;

  border: 1px solid #fff;
  border-radius: 999px;

  background: transparent;
  color: #fff;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.25s ease;
}

.consent-video-overlay .consent-btn:hover {
  background: #fff;
  color: #000;
}

.elementor-wrapper,
.wp-block-embed__wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .consent-video-overlay p {
    font-size: 14px;
  }

  .consent-video-overlay .consent-btn {
    width: 100%;
  }
}