﻿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;
  margin: 0.5rem auto 0;
}

.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;
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.15);
}

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

.teaser-image {
  width: 100%;
  max-width: 112px;
  margin: 0 auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.18);
  object-fit: cover;
}

.logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.logo-bar img {
  height: 96px;
  width: auto;
  opacity: 0.9;
}

.logo-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
}

.logo-item sup {
  font-size: 0.65rem;
  line-height: 1;
}

.section-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 16px 30px rgba(10, 10, 10, 0.08);
}
