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

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

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

.full-width-bg {
    /* width: 100%; */
    background-color: #f0f0f0;
    /* Grey background color */
    padding: 20px;
    /* Optional padding */
    box-sizing: border-box;
}

.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-title-row {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    margin-bottom: 1rem;
}

.project-logo {
    flex: 0 0 auto;
    height: 160px;
    object-fit: contain;
    width: 160px;
}

.publication-title-row .publication-title {
    margin-bottom: 0;
    text-align: center;
}

.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-affiliations {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: 'Google Sans', sans-serif;
    gap: 14px 32px;
    justify-content: center;
    margin-top: 1.15rem;
    width: 100%;
}

.affiliation-block {
    align-items: center !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 9px;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
}

.affiliation-logo-wrap {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.affiliation-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.affiliation-name {
    color: hsl(214, 90%, 58%);
    font-size: 1.18rem;
    line-height: 1.1;
    white-space: nowrap;
}

.affiliation-name sup {
    color: #666;
    font-size: 0.72em;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .publication-title-row {
        flex-direction: column;
        gap: 8px;
    }

    .project-logo {
        height: 118px;
        width: 118px;
    }

    .publication-title-row .publication-title {
        text-align: center;
    }

    .affiliation-name {
        font-size: 1.08rem;
    }

    .publication-affiliations {
        flex-wrap: wrap;
    }
}

.teaser .flex-container {
    align-items: flex-start;
    gap: 24px;
}

.teaser .flex-container > .hero-body,
.teaser .flex-container > .new-div {
    flex: 1 1 0;
    max-width: calc(50% - 12px);
    min-width: 0;
}

.teaser-figure {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.teaser-figure-wrap {
    align-items: flex-end;
    display: flex;
    height: 245px;
    justify-content: center;
    width: 100%;
}

.teaser-caption {
    margin-top: 12px;
    min-height: 3rem;
}

.figure3-image {
    display: block;
    height: 150px;
    margin: 0 auto;
    object-fit: fill;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .teaser .flex-container {
        flex-direction: column;
    }

    .teaser .flex-container > .hero-body,
    .teaser .flex-container > .new-div {
        max-width: 100%;
        width: 100%;
    }
}

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