.subtitle-block {
  margin-bottom: 0em;
  padding: 0.5em;
  /*border-bottom: 1px solid #ccc;*/
  border: 1px dashed #ddd;
}

.cue-number {
  font-weight: bold;
  color: #202023;
}

.subtitle-text[contenteditable="true"] {
  /*border: 1px dashed #ddd;*/
  padding: 0.3em;
  min-height: 1.5em;
}

.timecode {
  font-family: monospace;
  color: #727378;
  user-select: none;
}

.timecode:hover {
  background-color: #e8e8eb;
  cursor: pointer;
}

#text-area-alt {
  overflow-y: auto;
  max-height: 80vh; /* or any sensible height */
  scroll-behavior: smooth;
}