/* Overlay über alle YouTube-iFrames */
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video iframe {
  position: relative;
}

.cookie-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.cookie-video-overlay p {
  margin-bottom: 15px;
  font-size: 14px;
}

.cookie-video-overlay button {
  background: #fff;
  color: #333;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.cookie-video-overlay.hidden {
  display: none;
}