/* Keep publication text sizing stable during mobile language navigation.
   This does not restrict browser zoom. */
#publications-table,
#publication-year-filter {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#publication-year-filter {
  display: flex;
  box-sizing: border-box;
  width: min(1268px, calc(100% - 14.4px));
  margin: 12px 7.2px 24px;
  overflow-x: auto;
  border: 1px solid #aab7c4;
  background: #fff;
  font: 16px/1.5 Cambria, Georgia, serif;
}

#publication-year-filter[hidden],
#publications-table tr[hidden] {
  display: none;
}

#publication-year-filter button {
  flex: 1 0 58px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 8px;
  border: 0;
  border-right: 1px solid #aab7c4;
  border-radius: 0;
  background: #fff;
  color: #244b73;
  font: inherit;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

#publication-year-filter button:last-child {
  border-right: 0;
}

#publication-year-filter button[data-year="2019-and-earlier"] {
  flex: 1.6 0 128px;
}

#publication-year-filter button:hover {
  background: #edf3f8;
}

#publication-year-filter button[aria-pressed="true"] {
  background: #244b73;
  color: #fff;
}

#publication-year-filter button:focus-visible {
  outline: 2px solid #4d8ccc;
  outline-offset: -4px;
}
