.plain-text { display: none; }
.rich-text { display: block; }
body.simple-view .plain-text { display: block; }
body.simple-view .rich-text { display: none; }
body.simple-view .editorial-coord.rich-text,
body.simple-view .milestone.rich-text { display: block; }

h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 40px;
}

.pb-label, .lb-label {
    display: none;
    text-decoration: none;
}
.show-breaks .pb-label,
.show-breaks .lb-label {
    display: inline;
    color: darkgreen;
    cursor: default;
}

/* Override for page-start labels to be blue and clickable */
.show-breaks .pb-label,
.show-breaks .lb-label[data-line="1"] {
    cursor: pointer;
    color: blue;
}

.show-breaks .pb-label .ext-link-icon {
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    margin-left: 0.15em;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
}
.lg > span { display: block; }
.lg { padding-left: 2em; }

.hyphen, .lb-br, .pb-br { display: none; }
.show-line-breaks .hyphen { display: inline; }
.show-line-breaks .lb-br, .show-line-breaks .pb-br { display: block; }

#content.hide-editorial-coords .editorial-coord,
#content.hide-editorial-coords .milestone,
#content.hide-editorial-coords .milestone-verse {
    display: none;
}

/* Drama elements */
.speaker { font-weight: bold; display: block; margin-top: 0.8em; }
.speaker::after { content: " \2014"; } /* em-dash */
.stage-direction { font-style: italic; }
.chaya {
    display: block;
    border-left: 5px solid var(--chaya-accent, #e79f3a);
    padding-left: 0.6em;
    margin: 0.15em 0 0.15em 0.5em;
}
.chaya > span { display: block; }
.hide-chaya .chaya { display: none; }