/* Page-specific styles for research.html */
.research-statement {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.sdg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.sdg-tag {
  font-size: 0.85rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--border-muted);
  color: var(--text-muted);
  transition: all 0.3s;
  text-decoration: none;
}

.sdg-tag:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.data-table .col-year {
  width: 100px;
}

.data-table .col-project {
  width: 40%;
}

.data-table .col-desc {
  width: auto;
}

.item-year {
  font-size: 0.85rem;
  color: var(--text-muted);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .research-statement {
    font-size: 1rem;
  }
}
