        <style>
        .nkhc-weekly-announcement {
            background: transparent;
            padding: 0;
            margin: 10px 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }
        
        .nkhc-wa-date {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0 0 8px 0;
            padding-bottom: 6px;
            border-bottom: 2px solid #f8a501;
        }
        
        .nkhc-wa-content {
            color: #333;
            line-height: 1.6;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .nkhc-wa-content h2 {
            color: #3a5663;
            font-size: 1.45em;
            font-weight: 700;
            margin: 0.6em 0 0.3em 0;
        }
        
        .nkhc-wa-content h3 {
            color: #3a5663;
            font-size: 1.3em;
            font-weight: 700;
            margin: 0.5em 0 0.2em 0;
        }
        
        .nkhc-wa-content h4 {
            color: #3a5663;
            font-size: 1.25em;
            font-weight: 700;
            margin: 0.4em 0 0.2em 0;
        }
        
        .nkhc-wa-content h2:first-child,
        .nkhc-wa-content h3:first-child {
            margin-top: 0;
        }
        
        /* Ensure paragraphs have proper spacing */
        .nkhc-wa-content p {
            margin: 0.8em 0;
            display: block;
        }
        
        .nkhc-wa-content p:first-child {
            margin-top: 0;
        }
        
        /* Ensure line breaks create visible spacing */
        .nkhc-wa-content br {
            display: block;
            content: "";
            margin-top: 0.6em;
        }
        
        .nkhc-wa-content ul,
        .nkhc-wa-content ol {
            margin: 0.4em 0;
            padding: 0;
            list-style-position: inside;
        }
        
        .nkhc-wa-content ul {
            list-style-type: disc;
        }
        
        .nkhc-wa-content ol {
            list-style-type: decimal;
        }
        
        .nkhc-wa-content li {
            margin: 0.2em 0;
            padding-left: 0;
        }
        
        /* Compact Comments Section */
        .nkhc-wa-comments {
            border-top: 1px solid #ddd;
            padding: 6px 0 0 0;
            margin: 6px 0 0 0;
            font-size: 0.85em;
            color: #666;
        }
        
        .nkhc-wa-comments-list {
            display: inline;
        }
        
        .nkhc-wa-comment {
            display: inline;
        }
        
        .nkhc-wa-comment-author {
            color: #3a5663;
            font-weight: 600;
        }
        
        .nkhc-wa-comment-text {
            color: #555;
        }
        
        .nkhc-wa-no-comments {
            color: #888;
            font-style: italic;
        }
        
        .nkhc-wa-more-comments {
            color: #888;
            font-size: 0.9em;
            margin-left: 5px;
        }
        
        /* Footer with button */
        .nkhc-wa-footer {
            text-align: left;
            margin-top: 8px;
        }
        
        .nkhc-wa-full-post-btn {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
        }
        
        .nkhc-wa-full-post-btn:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        
        /* Coming Soon State */
        .nkhc-wa-coming-soon {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-coming-soon-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-coming-soon h3 {
            color: #3a5663;
            font-size: 1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-coming-soon p {
            color: #555;
            font-size: 0.9em;
            margin: 3px 0;
        }
        
        .nkhc-wa-date-note {
            margin-top: 8px !important;
            color: #666;
        }
        
        /* Notice state */
        .nkhc-wa-notice {
            text-align: center;
            padding: 20px;
            color: #666;
        }
        
        /* End of Term States */
        .nkhc-wa-end-of-term {
            text-align: center;
            padding: 15px 10px;
        }
        
        .nkhc-wa-season-icon {
            font-size: 2em;
            margin-bottom: 5px;
        }
        
        .nkhc-wa-end-of-term h3 {
            color: #3a5663;
            font-size: 1.1em;
            margin: 0 0 5px 0;
        }
        
        .nkhc-wa-end-of-term p {
            color: #555;
            font-size: 0.9em;
            margin: 4px 0;
            line-height: 1.4;
        }
        
        .nkhc-wa-season-note {
            margin-top: 8px !important;
        }
        
        /* Winter/Holiday theme */
        .nkhc-wa-winter {
            background: linear-gradient(135deg, #e8f4fc 0%, #f0f8ff 100%);
            border-color: #b8d4e8;
        }
        
        .nkhc-wa-winter .nkhc-wa-season-icon {
            color: #4a90c2;
        }
        
        /* Summer theme */
        .nkhc-wa-summer {
            background: linear-gradient(135deg, #fef9e7 0%, #fffdf5 100%);
            border-color: #f0d78c;
        }
        
        .nkhc-wa-summer .nkhc-wa-season-icon {
            color: #f8a501;
        }
        
        .nkhc-wa-events-link {
            display: inline-block;
            background: #f8a501;
            color: #fff !important;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75em;
            font-weight: 600;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
            transition: all 0.2s ease;
            margin-top: 3px;
        }
        
        .nkhc-wa-events-link:hover {
            background: #e09500;
            box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
        }
        </style>
        BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//NKHC.org - ECPv6.15.13.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://nkhc.org
X-WR-CALDESC:Events for NKHC.org
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20270314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20271107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260518T120000
DTEND;TZID=America/Los_Angeles:20260518T140000
DTSTAMP:20260405T114904
CREATED:20251229T001353Z
LAST-MODIFIED:20260109T204050Z
UID:8935-1779105600-1779112800@nkhc.org
SUMMARY:Social Monday
DESCRIPTION:
URL:https://nkhc.org/event/social-monday-13/
CATEGORIES:Mondays
ATTACH;FMTTYPE=image/png:https://nkhc.org/wp-content/uploads/2026/01/social_day_image.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20260519T100000
DTEND;TZID=America/Los_Angeles:20260519T140000
DTSTAMP:20260405T114904
CREATED:20251229T002506Z
LAST-MODIFIED:20260117T210128Z
UID:8956-1779184800-1779199200@nkhc.org
SUMMARY:NKHC Tuesday Co-op
DESCRIPTION:📋\n            This Week's Announcement\n            We're putting together this week's update! Check back soon. \n            Looking forward to seeing you on May 19\, 2026!
URL:https://nkhc.org/event/nkhc-tuesday-co-op-14/
LOCATION:Summit Ave Presbyterian Church\, 403 S Summit Ave\, Bremerton\, Washington\, 98312\, United States
CATEGORIES:Official Events
END:VEVENT
END:VCALENDAR