/* Shared cell components for projects / publications / others */

.project-list {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 1.2rem 1.35rem;
}

.project-list .project-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.project-list .project-card + .project-card {
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px dashed rgba(51, 65, 85, 0.26);
}

.project-list .project-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.project-list .project-desc {
  font-size: 0.84rem;
  line-height: 1.66;
}

.project-list .project-dates {
  font-size: 0.76rem;
  color: #64748b;
}

.pub-title,
.honor-title {
  font-weight: 500;
}

.pub-meta,
.honor-date,
.honor-location {
  color: #64748b;
}

@media (max-width: 940px) {
  .project-list .project-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .project-list .project-dates {
    max-width: none;
    text-align: left;
  }
}
