/* Poetry callout with literary journal styling */ .callout[data-callout="poetry-clean"] { --callout-color: 255, 255, 255; /* White to hide icon background */ --callout-icon: none; border: none; background: none; padding: 0; margin: 2em auto; max-width: 600px; font-family: "Georgia", "Garamond", serif; font-size: 1.1em; line-height: 1.9; white-space: pre-wrap; color: var(--text-normal); box-shadow: none; } /* Optional "POETRY" heading (small caps, centered) */ .callout[data-callout="poetry-clean"] .callout-title-inner::before { content: "POETRY"; display: block; text-align: center; font-size: 0.8em; letter-spacing: 0.2em; text-transform: uppercase; font-family: "Georgia", serif; color: var(--text-muted); margin-bottom: 1em; } /* Title of the poem, small caps and centered */ .callout[data-callout="poetry-clean"] .callout-title-inner { font-variant: small-caps; text-align: center; font-size: 1.2em; margin-bottom: 1.5em; color: var(--text-normal); } /* Clean, minimalist poetry callout */ .callout[data-callout="poetry-cleaner"] { --callout-color: 255, 255, 255; --callout-icon: none; border: none; background: none; padding: 0; margin: 2em auto; max-width: 600px; font-family: "Georgia", "Garamond", serif; font-size: 1.05em; line-height: 1; /* Reduced spacing */ white-space: pre-wrap; color: var(--text-normal); box-shadow: none; } /* Callout title: simple bold, centered */ .callout[data-callout="poetry-cleaner"] .callout-title-inner { font-weight: bold; text-align: center; font-size: 1.1em; margin-bottom: 1.2em; color: var(--text-normal); } /* Ultra-tight modern sans-serif poetry / excerpt callout */ .callout[data-callout="poetry-modern"] { --callout-color: 255, 255, 255; --callout-icon: none; border: none; background: none; box-shadow: none; margin: 1.25em auto; padding: 0; max-width: 680px; font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 0.92em; line-height: 1.0; letter-spacing: 0.005em; white-space: pre-wrap; color: var(--text-normal); } /* Bold title when present */ .callout[data-callout="poetry-modern"] .callout-title-inner { font-weight: 700; font-size: 0.9em; margin-bottom: 0.6em; color: var(--text-normal); } /* Remove default paragraph spacing */ .callout[data-callout="poetry-modern"] .callout-content p { margin: 0; } /* Add stanza separation ONLY when there is a blank line */ .callout[data-callout="poetry-modern"] .callout-content p + p { margin-top: 1.5em;; }