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


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

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

.dnerf {
  font-variant: small-caps;
}


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

.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 {
}

.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

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

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

.flex-diagram-section {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

.flex-diagram {
  display: flex;
  align-items: center;
  gap: 5px;
}

.diagram-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 10px;
  width: 256px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.diagram-label {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.diagram-arrow {
  font-size: 2.5rem;
  color: #888;
  margin: 0 8px;
  user-select: none;
}

.flex-videos-section {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-videos {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 16px;
  min-width: 120px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.video-label {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.15em;
  background: #f0f0f0;
  padding: 8px 0;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

.flex-videos-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.video-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.flex-videos-grid-rowhead {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.row-headings {
  margin-right: 24px;
}

.row-label {
  height: 256px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.95em;
  margin-bottom: 0;
  background: #fafafa;
  padding: 0 8px 0 0;
  border-radius: 6px;
  letter-spacing: 0.2px;
  text-align: right;
}

.flex-videos-grid-customgap {
  display: flex;
  flex-direction: row;
  gap: 0;
}

.col-gap {
  margin-left: 24px;
}

.flex-diagram-section .diagram-img {
  width: 208px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}
.flex-diagram-section .diagram-img-model {
  object-fit: contain;
  border-radius: 8px;
}

.flex-diagram-section .diagram-video {
  width: 208px;
  height: 64px;
  object-fit: cover;
}

.flex-diagram-section .diagram-video-4d {
  width: 208px;
  height: 128px;
  object-fit: cover;
}

.flex-videos-section .diagram-img, 
.flex-videos-section .diagram-video {
  width: 256px;
  height: 1536px;
  object-fit: cover;
}

.flexbox-video {
  width: 256px;
  height: 1534px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

video, .diagram-video, .diagram-video-4d, .flexbox-video {
  clip-path: none !important;
  shape-outside: none !important;
  transform: none !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}



