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


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

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

.methodname {
  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;
  width: 100%;
}

.results-carousel .twoitem {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95%;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 0;
    font-size: 0;
}

.slider-navigation-previous {
    top: 47.5%;
    margin-top: -15px;
    left: calc(0% + 15px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.slider-navigation-next {
    top: 47.5%;
    margin-top: -15px;
    left: calc(100% - 15px - 42px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

.slider-pagination {
    top: calc(100% - 22px);
}
.slider-pagination .slider-page {
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.selectable{
    -webkit-touch-callout: all; /* iOS Safari */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all; /* Internet Explorer/Edge */
    user-select: all; /* Chrome and Opera */
}

.more-research-bar {
    padding-top: 1rem;
}

.more-research-button {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(40, 40, 40, 0.12);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(10, 10, 10, 0.08);
    color: #222;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Google Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    gap: 0.25rem;
    line-height: 1;
    padding: 0.65rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.more-research-button:hover,
.dropdown.is-hoverable:hover .more-research-button {
    border-color: rgba(40, 40, 40, 0.24);
    box-shadow: 0 12px 30px rgba(10, 10, 10, 0.12);
    transform: translateY(-1px);
}

.more-research-bar .dropdown-menu {
    left: 50%;
    min-width: max-content;
    padding-top: 0.55rem;
    transform: translateX(-50%);
}

.more-research-bar .dropdown-content {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(40, 40, 40, 0.1);
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(10, 10, 10, 0.12);
    overflow: hidden;
    padding: 0.25rem;
}

.more-research-bar .dropdown-item {
    border-radius: 10px;
    color: #222;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    padding: 0.55rem 0.7rem;
    text-align: center;
    white-space: nowrap;
}

.more-research-bar .dropdown-item:hover {
    background: #f3f4f6;
    color: #111;
}

.result-section {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.content.has-text-justified p {
    color: #333;
    font-family: 'Google Sans', sans-serif;
    font-size: 1.08rem;
    line-height: 1.6;
    text-align: justify;
}

.figure-block {
    margin: 1.1rem auto 1.7rem;
    text-align: center;
}

.figure-block img,
.switcher-panel img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.figure-caption {
    color: #333;
    font-family: 'Google Sans', sans-serif;
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 0.9rem auto 0;
    max-width: 920px;
    text-align: justify;
}

.figure-caption.is-centered-caption {
    text-align: center;
}

.section-intro {
    color: #333;
    font-family: 'Google Sans', sans-serif;
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 0 auto 1.35rem;
    max-width: 920px;
    text-align: justify;
}

.switcher {
    margin: 1.2rem auto 2rem;
    text-align: center;
}

.switcher-panel {
    display: none;
}

.switcher-panel.is-active {
    display: block;
}

.dataset-tabs {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: center;
    margin-top: 1rem;
}

.dataset-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #555;
    cursor: pointer;
    font-family: 'Google Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.25rem 0.8rem;
}

.dataset-tabs button:hover,
.dataset-tabs button.is-active {
    border-bottom-color: #333;
    color: #111;
}

.trajectory-switcher {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1.5rem auto 2rem;
}

.trajectory-panel {
    display: none;
    text-align: center;
}

.trajectory-panel.is-active {
    display: block;
}

.trajectory-panel img {
    height: auto;
    max-width: 90%;
}

.slider-control {
    align-items: center;
    background-color: rgba(10, 10, 10, 0.72);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: 2.5rem;
    justify-content: center;
    margin: 0 0.75rem;
    width: 2.5rem;
}

.slider-control:hover {
    background-color: rgba(10, 10, 10, 0.9);
}
