body {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}

.research-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem;
}

.research-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    border-radius: 8px;
    padding: 0.8rem 0;
  }
  

.project-image {
  flex: 0 0 140px;
}

.project-image img {
  width: 100%;
  max-height: 100px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.project-content {
  flex: 1;
}

.project-content h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.project-content a {
  text-decoration: none;
  color: #333;
}

.project-content a:hover {
  text-decoration: underline;
}

.post-meta {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.2rem;
}

.post-subtitle {
  font-size: 0.85rem;
  margin-top: 0.4rem;
  color: #555;
}

.project-links {
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

.project-links a {
  color: #007acc;
  text-decoration: none;
}

.project-links a:hover {
  text-decoration: underline;
}

.project-links .placeholder {
  color: #999;
  font-style: italic;
}

.conference-tag {
  font-size: 0.85rem;
  color: #666;
  margin-left: 0.5rem;
  font-style: italic;
}

.research-divider {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 1rem 0;
}
