.committee-card {
    background: var(--white); border-radius: 4px;
    overflow: hidden; border: 1px solid rgba(192,57,43,0.1);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex; flex-direction: column;
      
  }

  .committee-card-bar {
    background: var(--red); color: #fff;
    padding: 0.75rem 1.25rem;
    display: flex; align-items: center; gap: 1rem;
    font-family: 'Libre Baskerville', serif;
       
  }
  .committee-event-day { font-size: 2rem; font-weight: 600; line-height: 1; margin: 0 auto; }

  .committee-card-body { 
    padding: 1.25rem; flex: 1; 
    margin: 0 auto;
    
  }

  .committee-card-body h4 {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.05rem; color: var(--ink);
    text-align: center;
    margin-bottom: 0.5rem; line-height: 1.3;
         
  }