/* css styles */
@import 'https://fonts.googleapis.com/css2?family=Comfortaa:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap';

.nav-footer {
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Give the indicators page more usable horizontal space */
.quarto-container.page-columns {
  max-width: 100%;
}

/* Table wrapper */
.reactable {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

/* Rounded outer frame */
.reactable > div {
  border-radius: 10px;
}

/* Keep table headers visible while scrolling */
.reactable .rt-thead {
  position: sticky;
  top: 0;
  z-index: 5;
}

/* Improve filter fields */
.reactable input {
  font-family: "Comfortaa", sans-serif;
  font-size: 0.8rem;
  border-radius: 6px;
}

/* Subtle row separation */
.reactable .rt-tr-group {
  border-bottom: 1px solid #eeeef4;
}

/* Avoid very tall pagination controls */
.reactable .rt-pagination {
  font-size: 0.82rem;
}
