/* DMEB project page — minimal styling on top of Bulma */

body {
  font-family: 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
}

.hero-body {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.publication-title {
  margin-bottom: 1.25rem !important;
}

.publication-authors {
  margin-bottom: 0.25rem;
}

.publication-authors .author-block {
  margin: 0 0.35rem;
}

.publication-venue {
  margin: 0.75rem 0 1.5rem 0;
  color: #555;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.25rem 0.3rem;
}

.teaser {
  padding: 1rem 0 2rem 0;
}

.teaser img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.placeholder {
  border: 2px dashed #bbb;
  border-radius: 6px;
  padding: 4rem 1rem;
  color: #888;
  background: #fafafa;
}

.teaser .subtitle {
  margin-top: 1.25rem;
  color: #444;
}

pre {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
}

.table thead th {
  border-bottom-width: 2px;
}

.footer {
  padding: 2rem 1.5rem;
  color: #777;
  font-size: 0.9rem;
}
