/* Fieldtool prose display: page 1050, Cut Loose by Digby Beaumont.
   Micro prose can carry a little more air. */
#con1050 .fpage1col2c {
    line-height: 1.32;
}

/* Fieldtool Prose Card test: page 1051.
   Borrows the held feature-box feeling without changing story text. */
#con1051 #marcon1051P1 > .lightwhite {
    border: 8px solid #e3fbff;
    padding: 12px 14px 18px 14px;
    box-sizing: border-box;
}

/* Longer prose: database carries paragraph breaks; CSS supplies reading rhythm. */
#con1051 .fpage1col2c {
    line-height: 1.30;
}

/* Gentle paragraph breathing room after rendered breaks. */
#con1051 .fpage1col2c br {
    display: block;
    margin-bottom: 0.35em;
    content: "";
}

/* Fieldtool Chapter Marker mode.
   Database stores plain "Chapter X"; display gives it presence. */
#con1051 .ft-chapter-marker {
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 1.4em 0 0.9em 0;
    color: #164e3a;
}
