/* lite-youtube {
  display: block;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
} */



lite-youtube {
  display: block;
  max-width: 800px;      
  aspect-ratio: 16 / 9;  
  width: 100%;
  margin: 0 auto;         
  border-radius: 10px;    
  overflow: hidden;
}




/* .youtube-wrapper {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 10vw, 70px);  
  height: clamp(28px, 6vw, 48px);  
  background-color: #ff0000;
  border-radius: 10%;
  z-index: 10;
  cursor: pointer;
}

.custom-play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: clamp(10px, 2.5vw, 18px) solid white;
  border-top: clamp(6px, 1.5vw, 12px) solid transparent;
  border-bottom: clamp(6px, 1.5vw, 12px) solid transparent;
}

.custom-play-btn:hover {
  background-color: #ff0000;
} */
