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

sub {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

.navbar-brand .navbar-item {
  font-weight: 600;
}

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

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

.humor {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser-image {
  max-width: 450px;
  width: 100%;
  box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.15);
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.author-note {
  color: #888;
}

.content-warning {
  background: #fcecec;
  border-radius: 5px;
  padding: 0.5em 0.5rem;
  color: #d05050;
}

.stats-columns .box {
  height: 100%;
  text-align: center;
  background: transparent;
  box-shadow: none;
  padding: 0.5rem;
}

.stat-number {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(204, 86%, 40%);
  line-height: 1.1;
}

.stat-caption {
  color: #555;
  margin-top: 0.4rem;
}

.task-block {
  margin-bottom: 3.5rem;
}

.task-block:last-child {
  margin-bottom: 0;
}

.task-block h3 {
  margin-bottom: 0.5rem;
}

.figure-caption {
  color: #666;
  font-size: 0.92rem;
  margin-top: 0.6rem;
}

.task-figure {
  max-width: 750px;
  width: 100%;
}

.task-block table.table {
  font-size: 0.9rem;
}

.results-table {
  border-collapse: collapse;
}

.results-table th:nth-last-child(-n+5),
.results-table td:nth-last-child(-n+5):not([colspan]) {
  text-align: center;
}

/* Edit this value to change the results tables' header row color. */
.results-table thead th {
  background-color: #6d9af334;
  border-bottom: 2px solid #6d9af385;
}

.results-table tbody td {
  border-bottom: none;
}

.results-table tbody tr.is-summary td {
  border-top: 1px solid #dbdbdb;
}

.results-table tbody tr.is-highlighted td:not(:first-child) {
  background-color: #ffe6e6;
}

.setup-note {
  color: #444;
  margin-bottom: 1.5rem;
}

.privileged {
  color: #DF6C86;
  font-weight: 600;
}

.marginalized {
  color: #ffbb00;
  font-weight: 600;
}

.fulfill-icon {
  color: #65C466;
}

.refusal-icon {
  color: #EC6766;
}

.task-carousel {
  margin: 1.5rem 0;
  overflow: hidden;
}

.mono-text {
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  letter-spacing: -0.05em;
}

.carousel-request {
  text-align: left;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9rem;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}

.carousel-request-label {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

.carousel-slide {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.carousel-slide.is-sliding-out-left {
  transform: translateX(-30px);
  opacity: 0;
}

.carousel-slide.is-sliding-out-right {
  transform: translateX(30px);
  opacity: 0;
}

.carousel-slide.is-entering-left {
  transition: none;
  transform: translateX(-30px);
  opacity: 0;
}

.carousel-slide.is-entering-right {
  transition: none;
  transform: translateX(30px);
  opacity: 0;
}

.carousel-cards {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.carousel-card {
  flex: 1 1 260px;
  border-top: 3px solid #ddd;
  border-radius: 0 0 6px 6px;
  padding: 1rem 1.25rem 1.25rem;
}

.carousel-card-fulfilled {
  border-top-color: #65C466;
  background: #F3FBF4;
}

.carousel-card-refused {
  border-top-color: #EC6766;
  background: #FEF4F4;
}

.carousel-pair {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.carousel-pair .fa-arrow-right {
  color: #aaa;
  margin: 0 0.5rem;
}

.carousel-response {
  color: #333;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9rem;
  letter-spacing: -0.05em;
  margin: 0;
}

.carousel-progress {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.carousel-progress-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.15s ease;
}

.carousel-progress-dot:hover {
  background: #bbb;
}

.carousel-progress-dot.is-active {
  background: #555;
}
