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

.publication-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  font-size: 2rem;
}

.publication-authors {
  margin-top: 0.4rem;
}

.author-block {
  margin-right: 0.2rem;
}

.author-link {
  color: inherit;
  text-decoration: none;
}

.author-link:hover {
  text-decoration: underline;
}

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

/* Hero teaser video */
#teaser {
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}

/* Abstract section */
.content.has-text-justified p {
  text-align: justify;
}

/* Footer */
.footer {
  padding: 2rem 1.5rem;
  background-color: #fafafa;
}


/* BibTeX block */
.bibtex-block {
  position: relative;
  text-align: left;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}

.bibtex-block pre {
  margin: 0;
  font-size: 0.82rem;
  white-space: pre;
  overflow-x: auto;
  background: transparent;
  padding: 0;
}

.copy-btn {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: #ddd;
  border: none;
  border-radius: 5px;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  color: #444;
  transition: background 0.15s;
}

.copy-btn:hover {
  background: #bbb;
}

/* Responsive title sizing */
@media (max-width: 768px) {
  .publication-title {
    font-size: 1.4rem;
  }
}
