/* Custom styles for MedGRPO project page */

html {
  scroll-behavior: smooth;
}

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

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

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

.author-block {
  display: inline-block;
}

.link-block {
  margin: 0.25rem;
}

.external-link:hover {
  opacity: 0.8;
}

/* Teaser section */
.teaser-placeholder {
  background-color: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 4rem 2rem;
  margin-bottom: 1.5rem;
}

.medgrpo {
  font-weight: 600;
  color: #3273dc;
}

/* Video placeholder */
.video-placeholder {
  background-color: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 4rem 2rem;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Results boxes */
.box {
  border-radius: 8px;
}

.has-text-primary {
  color: #3273dc !important;
}

/* Section spacing */
.section {
  padding: 3rem 1.5rem;
}

/* BibTeX styling */
#BibTeX pre {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
}

#BibTeX code {
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.footer .icon-link {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #363636;
}

.footer .icon-link:hover {
  color: #3273dc;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .publication-authors .author-block {
    display: block;
    margin-bottom: 0.25rem;
  }

  .link-block {
    display: block;
    margin: 0.5rem auto;
  }
}
