h1 {
    margin: 24px 0 8px 0;
    color: #333;
    font-size: 1.5em;
}
h2.step {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
h2.step::before {
    content: "·";
    margin-right: 0.5em;
}
p {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
}
p.desc, p.synopsis, p.dialog-line {
    margin: 0;
}
p.desc {
    color: #444;
    font-size: 14px;
}
p.synopsis {
    color: gray;
    font-size: 14px;
}
p.dialog-line {
    font-size: 14px;
}
section.stage {
    margin-top: 0.5em;
    border-top: 1px solid #ccc;
    padding-top: 0.5em;
}
.cg {
    margin: 4px 0;
    padding: 8px 14px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 14px;
}
.dialog-actor {
    font-weight: bold;
    color: #222;
}
.dialog-actor:not(:empty) {
    margin-right: 0.5em;
}
.dialog-content {
    color: #333;
}
.page-nav {
    /* position: sticky; */
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 10;
    font-size: 14px;
}
.page-nav a {
    color: #3366cc;
}
.nav-links {
    display: flex;
    gap: 12px;
}
.nav-up {
    flex: 0 0 auto;
}
[id] {
    scroll-margin-top: calc(1em + 14px + 10px);
}
