/* ==========================================================================
   HEALTH & RESEARCH STYLES
   ========================================================================== */
.research-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.research-card {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 10px;
  border-left: 4px solid #10b981; /* Green Health Accent */
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.research-category {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #10b981;
}

.research-title {
  font-size: 0.95rem;
  margin: 0.4rem 0;
}

.research-title a {
  color: var(--untad-text-main);
}