/* Navigation link updates */
.view-all-link {
  color: #3b82f6 !important; /* Same blue as date color */
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  padding: 0 !important;
}

.view-all-link:hover {
  color: #2563eb !important; /* Slightly darker blue on hover */
  transform: none !important;
}

.view-all-link.active {
  color: #1e40af !important; /* Even darker for active state */
  font-weight: 700 !important;
}

/* Change separator line from red to dark blue */
.section-header {
  border-bottom: 3px solid #000333 !important; /* Dark blue instead of red */
}
