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


/* Split title visually */
.publication-title {
  line-height: 1.2;
}
.publication-title .subtitle-line {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}

/* Speaker photos */
.speaker-photo {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border: 2px solid #ddd;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.speaker-photo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* Affiliation logos */
.affiliation-logo {
  height: 25px;
  vertical-align: middle;
  margin-left: 4px;
}

/* Adjust spacing */
.speakers {
  margin-top: 2rem;
  margin-bottom: 1rem;
}



/* Title hierarchy */
.publication-title {
  line-height: 1.1;      /* tighter overall */
  margin-bottom: 1.5rem;
  color: #111;
}

/* Title layout container */
.title-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;   /* controls space between lines */
}

/* Tutorial + location lines share same base style */
.tutorial-label,
.location-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  letter-spacing: 0.4px;
}

/* Large main title */
.main-title {
  font-size: 3rem;
  font-weight: 800;
  color: #111;
  margin: 0.1rem 0;
  line-height: 1.2;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .main-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .tutorial-label,
  .location-label {
    font-size: 1.2rem;
  }
  .main-title {
    font-size: 2rem;
  }
}

/* Speaker name adjustments */
.speakers .title.is-5 {
  font-size: 1.05rem;      /* default is ~1.25rem, so this is slightly smaller */
  font-weight: 600;        /* was bold; now medium-bold for softer look */
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

/* Optional: make the university line a bit lighter and smaller
.speakers .is-size-6 {
  font-size: 0.9rem;
  color: #666;
} */






/* EXTRA ADDITION (IF NEEDED) */

/* --- Global polish (no palette change) --- */
:root{
  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.08);
  --border: 1px solid rgba(0,0,0,0.08);
}

html { scroll-behavior: smooth; }

body{
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.65;
  color: #111;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Make sections breathe */
.section{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

/* Alternate subtle section background (still neutral) */
.section:nth-of-type(even){
  background: #fafafa;
}

/* Hero spacing */
.hero--top .hero-body{
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

/* Keep text width comfortable */
.content{
  font-size: 1.02rem;
}
.content p{
  margin-bottom: 1.1rem;
}

/* Titles look more “designed” */
.title.is-3{
  letter-spacing: -0.02em;
}

/* --- Cards for sections --- */
.section-card{
  border-radius: var(--radius-lg);
  border: var(--border);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem 1.6rem;
}

/* --- Speaker cards --- */
.speaker-card{
  padding: 1rem 0.75rem;
  border-radius: var(--radius-md);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.speaker-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Speaker photos already good; just make border a bit softer */
.speaker-photo{
  border: 1px solid rgba(0,0,0,0.10);
}

/* --- Buttons layout --- */
.publication-links{
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.publication-links .button{
  box-shadow: var(--shadow-sm);
}

/* --- Schedule table polish --- */
.table{
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--border);
  box-shadow: var(--shadow-sm);
}
.table thead th{
  background: #f5f5f5;   /* same neutral family */
  font-weight: 700;
}
/* .table tbody tr:hover{
  background: rgba(0,0,0,0.02);
} */

/* Part header rows (Bulma .is-selected is intense; make it look like a section label) */
.table tr.is-selected td{
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* --- Reading list readability --- */
#reading-list-generated ul{
  margin-top: 0.75rem;
}
#reading-list-generated li{
  margin-bottom: 0.55rem;
}
#reading-list-generated a{
  text-decoration: none;
}
#reading-list-generated a:hover{
  text-decoration: underline;
}

/* --- Footer polish --- */
.footer{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}


/* Hover effect ONLY for normal rows */
.table tbody tr:not(.is-selected):hover {
  background: rgba(0, 0, 0, 0.02);
}

/* Keep Bulma's selected (green) rows readable on hover */
/* .table tbody tr.is-selected:hover {
  background: hsl(141, 53%, 53%); /* Bulma green */
/* } */ */

.table tbody tr.is-selected td {
  color: #fff; /* ensure readability */
}