.managed-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 20px;
}

.news-grid details {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.news-grid summary,
.project details summary {
  cursor: pointer;
  font-weight: 800;
}

.project details {
  margin-top: 18px;
}

.project details p {
  margin-top: 12px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
