/* Yail.Research module-specific tweaks. The editorial shell (topbar, ph, form-card, data-table,
   empty-state, badges) ships from Yail.Shared.Web's yail-app-shell.css via the RCL. */

.report-body { font-size: 14px; line-height: 1.65; color: var(--yail-ink, #2a241d); }
.report-body h1, .report-body h2, .report-body h3 { font-family: var(--font-display, inherit); color: var(--yail-coffee, #3b2f24); margin: 20px 0 10px; }
.report-body h1:first-child, .report-body h2:first-child { margin-top: 0; }
.report-body blockquote { border-left: 3px solid var(--yail-line, #e6e0d6); margin: 0 0 14px; padding: 4px 14px; color: var(--yail-mocha, #6b5c4d); }
.report-body table { border-collapse: collapse; width: 100%; margin: 0 0 14px; }
.report-body th, .report-body td { border: 1px solid var(--yail-line, #e6e0d6); padding: 6px 10px; text-align: left; }
.report-body sup a { text-decoration: none; }
