#highlighted-events {
  background: #f9f9f9;
  border-left: 5px solid #c8102e; /* TTU red */
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#highlighted-events h3 {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 0.75rem;
}

#event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#event-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.95rem;
}

#event-list li strong {
  color: #c8102e;
}

#highlighted-events .view-all {
  display: inline-block;
  margin-top: 0.75rem;
  color: #c8102e;
  text-decoration: none;
  font-weight: 600;
}

#highlighted-events .view-all:hover {
  text-decoration: underline;
}
