html {
  font-size: 20px;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px !important;
}


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

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

.lidpm {
  font-variant: no-common-ligatures;
  color: #337ab7; /* Example color */
  font-weight: bold; /* Example font weight */
}


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

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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
    font-size: 48px !important;
}

.publication-venue-title {
    font-size: 32px !important;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
    font-size: 22px !important;
}

.publication-links .button {
    font-size: 18px !important;
}

.publication-links .button.is-unavailable,
.publication-links .button.is-unavailable:hover,
.publication-links .button.is-unavailable:focus {
    opacity: 0.3;
    filter: grayscale(1);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
    user-select: none;
}

.teaser .subtitle {
    font-size: 22px !important;
}

.model-caption {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0 !important;
  text-align: justify;
}

.content {
    font-size: 18px !important;
}

.section .title {
    font-size: 38px !important;
}

.section .title.is-4 {
    font-size: 28px !important;
}

.publication-secondary-width {
    max-width: 1080px !important;
}

.metric-highlight {
  padding: 0.12em 0.38em;
  color: #c7254e;
  background: #fff1f4;
  border: 1px solid #ffd1dc;
  border-radius: 4px;
  font-size: 0.92em;
  font-weight: 600;
  white-space: nowrap;
}

.code-label {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Courier New', monospace;
  font-size: 0.95em;
  font-weight: 600;
  white-space: nowrap;
}

.concept-highlight {
  padding: 0.12em 0.38em;
  color: #b85c00;
  background: #fff4e6;
  border: 1px solid #ffd8a8;
  border-radius: 4px;
  font-size: 0.92em;
  font-weight: 600;
  white-space: nowrap;
}

.model-highlight {
  padding: 0.12em 0.38em;
  color: #6f42c1;
  background: #f5f0ff;
  border: 1px solid #dfd2ff;
  border-radius: 4px;
  font-size: 0.92em;
  font-weight: 600;
  white-space: nowrap;
}

.model-title-color {
  color: #8b5cf6;
}

.math-symbol {
  display: inline-block;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  white-space: nowrap;
}

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

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

.publication-authors {
}

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

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

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

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.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%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 10px; /* Adjust the gap between images as needed */
}

.image-side-by-side {
  max-width: 45%; /* Adjust the width as needed */
  height: auto;
}

.caption {
  margin-top: 10px; /* Adjust the margin as needed */
  font-size: 20px; /* Adjust the font size as needed */
  color: #555; /* Adjust the color as needed */
}
