
.story-locked {
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.55);
  cursor: not-allowed;
}


.story-available {
  opacity: 1;
}


.story-panel-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: min(720px, 100%);
  height: 100dvh;
  overflow-y: auto;  
  overflow-y: auto;
  max-height: calc(100dvh - 6vh);
  -webkit-overflow-scrolling: touch;
}
.story-panel-content {
  max-height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#story-video {
  position: relative;
  z-index: 1;
}

#story-video-player {
  width: 100%;
  height: auto;
  max-height: 40vh; /* 👈 important: prevents takeover */
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.green{
  color: green;
}

.story-locked {
  opacity: 0.55;
  border-color: rgba(255,255,255,0.15);
  color: #f7e0b6;
  cursor: not-allowed;
}
