.scene-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}

.line-block {
  margin: 1.5rem 0;
}

.character-name,
.dialogue-line,
.stage-direction {
  display: block;
  margin: 0.5rem 0;
}

/* Placeholders using data attributes */
[contenteditable][data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #9ca3af;
  pointer-events: none;
}
.character-name {
  font-weight: bold;
  text-transform: uppercase;
}
.dialogue-line {
  margin-top: 0.25rem;
}
.stage-direction {
  font-style: italic;
  color: #555;
}
