/* Title — slightly smaller */
section.survey-hero .survey-title {
    font-size: 2.4rem !important;
    font-weight: 700;
    text-align: center;
}

/* Author line — bigger names */
.survey-authors {
    text-align: center;
    margin-top: 0.75rem;
    font-size: 1.35rem;   /* bumped up */
    font-weight: 500;
}

.survey-authors .author {
    margin: 0 0.2rem;
}

.survey-authors sup {
    font-size: 0.7em;
}

/* Affiliations line — superscripts + cleaner look */
.survey-affiliations {
    text-align: center;
    margin-top: 0.35rem;
    font-size: 1rem;
    opacity: 0.85;
}

.survey-affiliations sup {
    font-size: 0.7em;
    margin-right: 2px;
}

/* Increase content width */
:root{
  --main-width: 1000px;   /* default is ~800px */
}

.rt2-table-scroll,
.post-content pre {
  scrollbar-color: #cbd5e1 #f3f4f6;
  scrollbar-width: thin;
}

.rt2-table-scroll::-webkit-scrollbar,
.post-content pre::-webkit-scrollbar {
  height: 10px;
}