body {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: #363636;
}

.publication-authors a:hover {
  text-decoration: underline;
}

/* Video / image containers fill their column */
.video-container video,
.video-container img {
  width: 100%;
  display: block;
}

/* Placeholder blocks shown while media files aren't ready yet */
.placeholder {
  background: #f5f5f5;
  border: 1.5px dashed #b5b5b5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 180px;
  padding: 1.25rem;
  text-align: center;
  color: #7a7a7a;
  font-size: 0.9rem;
  width: 100%;
}

.placeholder p { margin: 0; }
