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

/* for recon list */
li { 
  cursor: pointer;
}

/* Style the buttons that are used to open the tab content */
.nav-item {
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: inherit;
  float: left;
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  transition: 0.0s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* Change background color of buttons on hover */
.nav-item:hover {
  background-color: #c7dc94;
}

/* Create an active/current tablink class */
.nav-tabs .nav-link.active {
  background-color: #5c7f17;
  color:white;
  font-weight: 500;
}

.nav a {
  color: #000;
  text-decoration: none;
}
.nav a:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.b-dics__slider {
  color: #f0f0f0;
}
.b-dics__slider:after {
  width: 2px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.content-row {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.demo-scene-panel {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #111111;
  border-radius: 7px;
  border: #bbbbbb 1px solid;
  background-color: #f1f1f1;
  width: 220px;
  margin-left: 8px;
  margin-right: 8px;
}

/* Table Tab Styles */
.table-content {
  display: none;
}

.table-content.active {
  display: block;
}

.table-container {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  background-color: #fff;
}

.table {
  margin-bottom: 0;
}

.table th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  text-align: center;
}

.table td {
  text-align: center;
  vertical-align: middle;
}

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

/* Arrow indicators for metrics */
.table th[data-metric="lower"]::after {
  content: " ↓";
  color: #dc3545;
  font-weight: bold;
}

.table th[data-metric="higher"]::after {
  content: " ↑";
  color: #28a745;
  font-weight: bold;
}

/* Multi-dataset Table Styles */
.multi-dataset-table th, .multi-dataset-table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  padding: 8px 6px;
  font-size: 15px;
}
.multi-dataset-table th {
  background: #f5f8fa;
  font-weight: 700;
  border-bottom: 2px solid #b0b0b0;
}

.multi-dataset-table .sort-arrow {
  font-size: 13px;
  color: #888;
  margin-left: 2px;
}

.cell-red {
  background: #f8d7da !important;
  color: #b71c1c;
  font-weight: bold;
}
.cell-orange {
  background: #e8885863 !important;
  color: #8a5300;
  font-weight: bold;
}
.cell-yellow {
  background: #fdf6b2 !important;
  color: #7c6f00;
  font-weight: bold;
}
.cell-gray {
  background: #aeacac !important;
  color: #666666;
  font-weight: bold;
}

.multi-dataset-table tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.multi-dataset-table tbody tr:hover {
  background: #f1f7ff;
}

.multi-dataset-table th {
  text-align: center !important;
  vertical-align: middle !important;
}

.multi-dataset-table td {
  text-align: center !important;
  vertical-align: middle !important;
}

.multi-dataset-table .dataset-split {
  border-left: 3px solid #b0b0b0 !important;
}

.multi-dataset-table th.dataset-header {
  background: #e6f0fa !important;
  color: #2a4d7a !important;
  font-size: 16px !important;
  border-bottom: 2px solid #b0b0b0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  height: 48px !important;
}


.qa-section {
  margin-top: 1em;
}
.qa-item {
  margin-bottom: 1.5em;
}
.qa-question {
  font-weight: bold;
  color: #1976d2; /* blue, similar to your screenshot */
  margin-bottom: 0.2em;
}
.qa-answer {
  margin-left: 1.5em;
  color: #333;
}

.qa-answer ul {
  margin-left: 0em;
  padding-left: 0em;
}
.qa-answer li {
  margin-bottom: 0.0em;
}