html {
  scrollbar-gutter: stable;
}

.studyView {
  min-width: 0;
  min-height: 100vh;
  scroll-margin-top: 58px;
}

.studyView[hidden] {
  display: none !important;
}

#marketStudyView {
  min-height: 0;
}

#chainPanel[hidden] {
  display: none !important;
}

.studyTabs a[aria-selected="true"] {
  background: #253633;
  color: #fff;
}

.studyTabs a[aria-selected="true"]:hover,
.studyTabs a[aria-selected="true"]:focus-visible {
  background: #253633;
  color: #fff;
}

.studyTabs a:focus-visible {
  box-shadow: inset 0 0 0 2px #75a99e;
}

.studyView > :last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .studyTabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    overflow-x: visible;
  }

  .studyTabs a {
    display: flex;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 5px 4px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
}
