/* .pathmx/index.path/runtime-b15a4fb0303635dbb4724c5a3fd1a41ef95c3e93667de1052326d71720bf4c87-entry.css */
#pathmx-root [data-pathmx-type="pathmx/screenplay"] {
  --screenplay-dialogue-width: min(34ch, 100%);
  --screenplay-dialogue-indent: clamp(1.25rem, 12vw, 9rem);
  --screenplay-parenthetical-indent: clamp(2rem, 16vw, 11rem);
  --screenplay-transition-indent: clamp(4rem, 35vw, 30rem);
  --screenplay-muted: color-mix(in oklab, var(--pmx-color-fg), transparent 32%);
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .pathmx-block {
  max-width: min(100%, 86ch);
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .pathmx-block-content {
  font-family: var(--pmx-font-mono);
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-scene-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 1.8rem;
  font-weight: 800;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-action {
  max-width: 66ch;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  line-height: 1.7;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-character {
  max-width: var(--screenplay-dialogue-width);
  margin: 1.55rem 0 .2rem var(--screenplay-dialogue-indent);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-parenthetical {
  margin: .2rem 0 .2rem var(--screenplay-parenthetical-indent);
  color: var(--screenplay-muted);
  max-width: 28ch;
  font-style: italic;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-dialogue {
  max-width: var(--screenplay-dialogue-width);
  margin: .2rem 0 1rem var(--screenplay-dialogue-indent);
  line-height: 1.65;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-transition {
  margin: 1.5rem 0 0 var(--screenplay-transition-indent);
  text-align: right;
  text-transform: uppercase;
  max-width: 18ch;
  font-weight: 800;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] :-webkit-any(.screenplay-scene-heading, .screenplay-character) a {
  color: inherit;
  font: inherit;
  text-decoration-thickness: .08em;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] :-moz-any(.screenplay-scene-heading, .screenplay-character) a {
  color: inherit;
  font: inherit;
  text-decoration-thickness: .08em;
}

#pathmx-root [data-pathmx-type="pathmx/screenplay"] :is(.screenplay-scene-heading, .screenplay-character) a {
  color: inherit;
  font: inherit;
  text-decoration-thickness: .08em;
}

@media (max-width: 640px) {
  #pathmx-root [data-pathmx-type="pathmx/screenplay"] {
    --screenplay-dialogue-indent: 1.25rem;
    --screenplay-parenthetical-indent: 2rem;
    --screenplay-transition-indent: 0;
  }

  #pathmx-root [data-pathmx-type="pathmx/screenplay"] .screenplay-transition {
    text-align: left;
    margin-left: 0;
  }
}
