/* ==========================================================================
   KofC Event Blocks v4.0.0
   Navy: #001F5C   Red: #EF3B39   Gold: #F7B718
   ========================================================================== */

.kofc-next-event-card{display:flex;align-items:flex-start;gap:1.25rem;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.12);padding:1.25rem 1.5rem;max-width:480px}
.kofc-event-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#001F5C;border-radius:4px;min-width:58px;padding:.5rem .75rem;line-height:1;flex-shrink:0}
.kofc-event-month{display:block;color:#F7B718;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.kofc-event-day{display:block;color:#fff;font-size:1.75rem;font-weight:700;margin-top:.1rem}
.kofc-event-details{display:flex;flex-direction:column;gap:.25rem}
.kofc-event-label{color:#F7B718;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}
.kofc-event-title{color:#001F5C;font-size:1.1rem;font-weight:700;margin:0;line-height:1.3}
.kofc-event-link{color:#F7B718;font-size:.85rem;font-weight:600;text-decoration:none;margin-top:.25rem}
.kofc-event-link:hover{text-decoration:underline}
.kofc-event-excerpt{color:#374151;font-size:.875rem;line-height:1.55;margin:0}

.kofc-upcoming-events{display:flex;flex-wrap:wrap;gap:1.25rem}
.kofc-event-card{background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.10);padding:1.25rem 1.5rem;flex:1 1 220px;display:flex;flex-direction:column;gap:.4rem}
.kofc-event-date{color:#6b7280;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0}
.kofc-event-card-title{color:#001F5C;font-size:1rem;font-weight:700;margin:0;line-height:1.35}
.kofc-event-card-link{color:#F7B718;font-size:.875rem;font-weight:600;text-decoration:none;margin-top:.5rem;align-self:flex-start}
.kofc-event-card-link:hover{text-decoration:underline}

/* Option C shared card */
.kofc-card{border-radius:10px;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;height:100%;box-sizing:border-box}
.kofc-card-eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin:0 0 .5rem}
.kofc-card-rule{height:3px;width:32px;background:#F7B718;margin-bottom:1.25rem;border-radius:2px}
.kofc-card-rule--red{background:#EF3B39}
.kofc-card-empty{font-size:.9rem;opacity:.7;margin:0;flex:1}
.kofc-card-empty-link{color:inherit}
.kofc-card-footer-link{display:inline-block;margin-top:1.25rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#F7B718;text-decoration:none}
.kofc-card-footer-link:hover{text-decoration:underline}
.kofc-card-footer-link--dark{color:#001F5C}

/* Events card */
.kofc-card--events{background:#001F5C;color:#fff}
.kofc-card--events .kofc-card-eyebrow{color:#F7B718}
.kofc-ev-next{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);border-radius:6px;padding:.875rem 1rem;text-decoration:none;margin-bottom:1rem;transition:background .15s}
.kofc-ev-next:hover{background:rgba(255,255,255,.15)}
.kofc-ev-next-badge{background:#EF3B39;border-radius:4px;padding:.4rem .6rem;text-align:center;flex-shrink:0;line-height:1}
.kofc-ev-next-mo{display:block;color:rgba(255,255,255,.85);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.kofc-ev-next-dy{display:block;color:#fff;font-size:1.5rem;font-weight:700}
.kofc-ev-next-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.kofc-ev-next-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#F7B718}
.kofc-ev-next-title{font-size:.95rem;font-weight:600;color:#fff;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kofc-ev-next-time{font-size:.78rem;color:rgba(255,255,255,.65)}
.kofc-ev-list{list-style:none;margin:0 0 auto;padding:0;flex:1}
.kofc-ev-list-item{display:flex;align-items:baseline;gap:.75rem;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.kofc-ev-list-item:last-child{border-bottom:none}
.kofc-ev-list-date{font-size:.72rem;font-weight:700;color:#F7B718;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:46px}
.kofc-ev-list-title{font-size:.875rem;color:rgba(255,255,255,.85);text-decoration:none;line-height:1.35}
.kofc-ev-list-title:hover{color:#fff;text-decoration:underline}

/* News card */
.kofc-card--news{background:#F3F5FA;color:#001F5C}
.kofc-card--news .kofc-card-eyebrow{color:#EF3B39}
.kofc-news-list{list-style:none;margin:0 0 auto;padding:0;flex:1}
.kofc-news-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0;border-bottom:1px solid rgba(0,31,92,.1)}
.kofc-news-item:last-child{border-bottom:none}
.kofc-news-tag{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#EF3B39;padding:.2rem .5rem;border-radius:3px;align-self:flex-start}
.kofc-news-title{font-size:.95rem;font-weight:600;color:#001F5C;text-decoration:none;line-height:1.35}
.kofc-news-title:hover{text-decoration:underline}
.kofc-news-date{font-size:.75rem;color:#6b7a9e}

/* Featured post */
.kofc-featured-post{display:flex;align-items:flex-start;gap:1.75rem;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e2e6f0;margin-top:1.5rem}
.kofc-featured-img-wrap{display:block;flex-shrink:0;width:220px;min-height:160px;align-self:stretch}
.kofc-featured-img{width:100%;height:100%;object-fit:cover;display:block}
.kofc-featured-img-placeholder{background:#001F5C;width:220px}
.kofc-featured-body{padding:1.5rem 1.75rem 1.5rem 0;display:flex;flex-direction:column;gap:.4rem;min-width:0}
.kofc-featured-tag{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#EF3B39;padding:.2rem .55rem;border-radius:3px;align-self:flex-start;margin-bottom:.2rem}
.kofc-featured-title{font-size:1.2rem;font-weight:700;color:#001F5C;margin:0;line-height:1.3}
.kofc-featured-title a{color:inherit;text-decoration:none}
.kofc-featured-title a:hover{text-decoration:underline}
.kofc-featured-date{font-size:.8rem;color:#6b7a9e;margin:0}
.kofc-featured-excerpt{font-size:.9rem;color:#374151;line-height:1.6;margin:.25rem 0 0}
.kofc-featured-read-more{display:inline-block;margin-top:.75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#001F5C;text-decoration:none}
.kofc-featured-read-more:hover{text-decoration:underline}

/* Section wrapper */
.kofc-home-section{padding:56px 0;background:#F3F5FA}
.kofc-home-section-inner{max-width:1100px;margin:0 auto;padding:0 24px}
.kofc-home-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}

@media(max-width:768px){
  .kofc-home-cards-row{grid-template-columns:1fr}
  .kofc-featured-post{flex-direction:column}
  .kofc-featured-img-wrap{width:100%;min-height:180px}
  .kofc-featured-body{padding:1.25rem}
}
@media(max-width:640px){
  .kofc-next-event-card{flex-direction:column}
  .kofc-upcoming-events{flex-direction:column}
}