/*
 * Chrome the /pollen content pages add on top of legal.css: the season tables
 * and their band chips. Loaded after legal.css; everything else (palette,
 * type, layout) is inherited from there.
 */

.crumbs {
  font: 400 11px var(--sans);
  color: var(--faint);
  margin: 2px 0 0;
}

.crumbs a {
  color: var(--secondary);
  text-decoration: none;
}

.season-table {
  overflow-x: auto;
  margin: 0 0 14px;
}

.season-table table {
  min-width: 480px;
  margin: 0;
}

.season-table caption {
  text-align: left;
  font: 600 12.5px var(--sans);
  color: var(--ink);
  padding-bottom: 6px;
}

.season-table th[scope='col'] {
  font: 600 11px var(--sans);
  color: var(--secondary);
}

.season-table th[scope='row'] {
  font: 400 12px var(--sans);
  color: var(--ink-2);
  white-space: nowrap;
  padding-right: 8px;
}

.season-table td {
  text-align: center;
  padding: 5px 2px;
  min-width: 20px;
}

.season-table abbr,
.season-legend abbr {
  text-decoration: none;
}

.band {
  font-family: 'Spline Sans Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
}

td.band-low,
span.band-low {
  color: var(--faint);
}

td.band-med,
span.band-med {
  color: var(--accent);
}

td.band-high,
span.band-high {
  color: var(--ink);
}

.season-legend {
  font: 400 12px/1.6 var(--sans);
  color: var(--secondary);
}

.gif {
  margin: 0 0 14px;
}

.gif img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
