/* Presentation details. The shared type scale lives in typography.css. */

.article-single .article-meta {
  gap: .65rem 1.3rem;
  font-size: .8125rem;
  line-height: 1.65;
  letter-spacing: .015em;
  text-transform: none;
}

.article-single .article-kicker,
.system-main .reading-entry__meta,
.system-main .reading-entry__time,
.system-main .reading-entry__byline {
  font-size: .75rem;
  line-height: 1.65;
}

.article-archive-date-note {
  max-width: 43ch;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font: .875rem/1.5 var(--font-body);
}

.quote-source-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 8rem;
}

.system-main .empty-state .filter-band {
  justify-content: center;
  margin: 1.5rem 0 0;
}

.system-main .empty-state .filter-band a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.search-no-results .system-section { padding-top: 1.5rem; }
.search-no-results .empty-state { padding: 1.25rem 0; text-align: left; }
.search-no-results .empty-state h2 {
  font-size: clamp(1.7rem, 2.3vw, 2.4rem);
  line-height: 1.15;
}
.search-no-results .empty-state .filter-band { justify-content: flex-start; }

/* Creative Commons prints its notice after the theme shell. Keep that notice,
   including all credits and exceptions, in a continuous, aligned footer surface. */
.license-wrap {
  box-sizing: border-box;
  width: min(var(--page-max), 100%);
  margin: 0 auto;
  padding: 1.5rem var(--gutter) 2rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  background: var(--paper-deep);
  font: .875rem/1.75 var(--font-body);
  text-align: left;
  overflow-wrap: anywhere;
}

.license-wrap a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.license-wrap img {
  display: inline-block;
  width: 88px;
  height: 31px;
  margin: 0 0 .5rem;
  vertical-align: middle;
}

.license-wrap a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.license-wrap .license-warning:empty { margin: 0; }
