/* ===== OWLFRED CLINICIAN SUMMARY FIX ===== */ .owlfred-clinician { background: #ffffff !important; color: #111111 !important; padding: 32px; border-radius: 14px; max-width: 860px; margin: 0 auto 32px auto; box-shadow: 0 8px 24px rgba(0,0,0,0.08); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } /* Headings */ .owlfred-clinician h2 { font-size: 22px; color: #0f766e; margin-bottom: 12px; } .owlfred-clinician h3 { font-size: 18px; color: #115e59; margin-top: 24px; margin-bottom: 8px; } /* Body text */ .owlfred-clinician p, .owlfred-clinician li { font-size: 16px; line-height: 1.6; color: #111111; } /* Signal emphasis */ .owlfred-signal-strong { font-weight: 600; } .owlfred-signal-warning { color: #b45309; } .owlfred-signal-danger { color: #b91c1c; } /* Remove dark code styling if used inside Code Blocks */ .owlfred-clinician code, .owlfred-clinician pre { background: transparent !important; color: #111111 !important; padding: 0 !important; }