/* Final artifact cleanup — 2026-08-16
   Keep useful evidence and publishing notes aligned with the section grid. */

html body.page-speaking section.evidence-section .evidence-note,
html body.page-insights main .insights-note {
  box-sizing: border-box;
  max-width: none;
  margin: clamp(22px, 2.5vw, 30px) 0 0;
  padding: 16px 18px;
  border: 1px solid #d5e2e4;
  border-left: 3px solid #d5a94f;
  border-radius: 14px;
  background: #f7faf9;
  color: #52647b;
  font-size: 0.9rem;
  line-height: 1.6;
}
