.oi-dashboard .oi-dashboard-inner {
  --auto-dashboard-min-size: 200px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--auto-dashboard-min-size)), 1fr));
  grid-gap: 1em;
  width: 100%;
  display: grid;
}

.oi-dashboard .panel h3 {
  font-size: 1em;
  font-weight: normal;
  color: inherit !important;
}

.oi-dashboard .panel {
  color: #000;
  background: #dfdfdf;
  padding: 1em;
}

.oi-dashboard .bignum {
  text-align: center;
  margin-top: 0;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.25em;
  display: block;
}

.oi-dashboard .footnote {
  text-align: center;
  font-size: .7em;
  display: block;
}

@media screen and (width <= 1200px) {
  .oi-dashboard {
    grid-gap: 1.5vw;
  }

  .oi-dashboard .panel {
    font-size: max(10px, 1.5vw);
  }

  .oi-dashboard .footnote {
    font-size: max(10px, .7em);
  }
}

.oi-table {
  display: block;
  overflow-x: auto;
}

.oi-table table {
  border-collapse: collapse;
  max-width: 100%;
}

.oi-tree-map foreignObject div {
  color: #fff;
  border: none;
  padding: .25em;
  font-family: Poppins, CenturyGothicStd, Century Gothic, Arial, sans-serif;
  font-size: 16px;
}

.oi-calendar-chart .year[role="row"] {
  fill: #dfdfdf;
}

.oi-calendar-chart .day {
  dominant-baseline: middle;
  text-anchor: middle;
}

.oi-calendar-chart rect.in-year:focus, .oi-calendar-chart .year[role="row"]:focus {
  outline: 0;
}

.oi-calendar-chart .outline {
  pointer-events: none;
}

.oi-calendar-chart .year[role="row"]:focus .outline {
  stroke: #000;
  stroke-width: 4px;
}

.oi-map-hex .hex:focus, .oi-map-hex .hex path:focus {
  outline: none;
}

.oi-map-hex .hex.outline path {
  stroke: #000;
  stroke-width: 4px;
}
