/* BleedSection — yield text + empty-vessel note.
   Type-badge color lives in movement-sections.css (--pp-badge-bleed-*).
   Scoped under .bleed-section to avoid colliding with head-linked globals. */
.bleed-section .yield-text {
    color: var(--pp-text-secondary);
    font-size: var(--pp-font-size-xs);
}

.bleed-section .no-vessels-note {
    padding: var(--pp-spacing-md);
    color: var(--pp-text-secondary);
    font-style: italic;
    font-size: var(--pp-font-size-xs);
    text-align: center;
}
