/* FINAL PERFECT PREMIUM CROWN – Mobile + Desktop Dono Perfect */
@media (max-width: 768px) {
  .vid-lab-premium {
    all: unset !important;
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 40px !important;
    height: 40px !important;
    background: #e50914 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 3px 12px rgba(229,9,20,0.7) !important;
    border: 2.5px solid #fff !important;
    z-index: 9999 !important;
    overflow: hidden !important;
  }
  .vid-lab-premium img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
  }
}

/* Desktop pe bilkul original size aur style rahega – kuch nahi badlega */
@media (min-width: 769px) {
  .vid-lab-premium {
    /* jo pehle tha wahi rahega – hum kuch bhi force nahi kar rahe desktop pe */
  }
  .vid-lab-premium img {
    width: auto !important;
    height: auto !important;
  }
}

/* Dono jagah parent relative rahe */
.single-video, .video-img {
  position: relative !important;
}