.youtube-consent-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
  }
  
.youtube-cookie-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.youtube-cookie-notice p {
  color: #fff;
  margin-bottom: 20px;
}

.youtube-consent-button {
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.youtube-consent-button:hover {
  background: #cc0000;
}

.youtube-video-hidden {
  opacity: 0;
  pointer-events: none;
}
.video-consent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.video-consent-overlay.has-thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* max-width: 580px; */
}

.elementor-widget-video {
  position: relative !important;
}

.video-consent-button {
  /* background: #ff5400 !important; */
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-consent-button:hover {
  background: #156466;
  transform: translateY(-2px);
}

