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

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 40px 200px;
  overflow: hidden;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.results-carousel .subtitle {
  font-family: "Times New Roman", Times, serif;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}

/* Additional styles for a clean look */
.hero.is-light {
  background-color: #f5f5f5;
}

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

.section {
  padding: 3rem 1.5rem;
}

pre {
  background-color: #f5f5f5;
  padding: 1.25rem;
  overflow-x: auto;
}

code {
  font-size: 0.875rem;
}

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

.footer p {
  font-size: 0.875rem;
  color: #666;
}

.footer a {
  color: hsl(204, 86%, 53%);
}

img {
  max-width: 100%;
  height: auto;
}

.subtitle {
  font-size: 1rem;
  margin-top: 1rem;
}

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

.title.is-4, .title.is-5 {
  font-family: 'Google Sans', sans-serif;
}

/* Table styling */
.table-container {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.table {
  font-size: 0.95rem;
}

.table th {
  background-color: #363636 !important;
  color: white !important;
  font-weight: 600;
}

.table td, .table th {
  vertical-align: middle !important;
}

.table tbody tr:hover {
  background-color: #f0f0f0;
}

/* Content styling */
.content ol, .content ul {
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.content li {
  margin-bottom: 0.5rem;
}

.content p {
  margin-bottom: 1rem;
}

/* Section spacing */
.section .columns + .columns {
  margin-top: 1rem;
}
