body {
  font-family: 'Noto Sans', sans-serif;
  color: #1a1a1a;
}

.content,
.subtitle,
.publication-authors,
.publication-title {
  color: #1a1a1a;
}

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

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

.item-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.center-image {
  max-width: 100%;
  max-height: 100%;
}

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

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

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

.publication-authors {
  font-family: 'Google Sans', 'Noto 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%;
}

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

.pill-button {
  display: flex;
  align-items: center;
  background-color: #f5f7fa;
  border-radius: 50px;
  padding: 12px 20px;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 16px;
  margin-bottom: 12px;
  height: 100%;
}

.pill-button .icon {
  margin-right: 10px;
  opacity: 0.6;
}

.pill-button:hover {
  background-color: #e8ecf0;
  transform: translateY(-2px);
}

.pill-button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.placeholder-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
  border: 2px dashed #dbdbdb;
  border-radius: 8px;
  color: #4a4a4a;
  font-size: 0.95rem;
  text-align: center;
  padding: 2rem;
}

.placeholder-box i {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  opacity: 0.5;
}

.placeholder-box.teaser {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.placeholder-box.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.placeholder-text {
  color: #1a1a1a;
}

.has-shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.back-to-home {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  font-size: 0.85rem;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  border: 1px solid #ededed;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.back-to-home:hover {
  color: #000;
  border-color: #dbdbdb;
}

.button.is-disabled-link {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
