body {
  font-family: 'Noto Sans', sans-serif;
  background-color: rgb(245, 243, 238);
}


.footer {
  background-color: rgb(245, 243, 238);
}

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

.publication-title,
.title,
.subtitle,
h1, h2, h3, h4, h5, h6 {
  color: #3d0063;
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

.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; */
  /* height: 400px; */
}

.results-carousel video {
  width: 682px;
  height: 224px;
  margin: 10px;
}


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

/* PARA project page */
.hero.theme-light,
.hero-body {
  background-color: rgb(245, 243, 238);
}

.para-comparison-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.para-overview-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.para-overview-columns {
  align-items: center;
}

.para-overview-columns .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.para-overview-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.para-overview-wrapper .para-overview-img {
  max-width: 100%;
}

.para-tldr {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  background: rgba(61, 0, 99, 0.08);
  border: 1px solid rgba(61, 0, 99, 0.2);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.para-tldr-label {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3d0063;
  margin-bottom: 0.35rem;
}

.para-tldr-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.para-subheader {
  color: #000;
}

.para-video-stat {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 0.35rem;
  min-height: 1.4em;
}

.para-comparison-header {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 0.5rem;
  color: #3d0063;
}

.para-section-title {
  font-size: 1.875rem;
}

.para-embodiment-row {
  align-items: center;
}

.para-embodiment-row .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.para-embodiment-row .para-cell {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.para-embodiment-row .para-cell img {
  max-height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.para-comparison-row {
  align-items: stretch;
}

.para-cell {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  background: #fafafa;
}

.para-cell-image {
  background: #fff;
}

.para-cell-image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.para-cell-video video,
.para-cell-image video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.para-video-placeholder {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  color: #888;
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
  border: 1px dashed #ccc;
}

.buttons.gap .button {
  margin: 0 0.375rem;
}
