/* events.css — 이벤트·공지 존 전용 오버레이.
   목록(events.html)은 원본 카드 유틸 클래스(app-1/2/3.css)로 충분.
   상세(events-read.html) 본문은 관리자 저작 HTML → 최소 타이포 보정만 여기서 캐스케이드. */
.events-prose > * + * { margin-top: 1rem; }
.events-prose p { line-height: 1.75; }
.events-prose h2 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; }
.events-prose h3 { font-size: 1.1rem; font-weight: 600; margin-top: 1.25rem; }
.events-prose ul { list-style: disc; padding-left: 1.25rem; }
.events-prose ol { list-style: decimal; padding-left: 1.25rem; }
.events-prose a { color: var(--primary, #2563eb); text-decoration: underline; }
.events-prose img { max-width: 100%; height: auto; border-radius: 0.75rem; }
