/* Publishing additions; the preserved homepage loads only styles.css. */
.publication-main {
  display: block;
}
.publication-article, .post-list {
  min-width: 0;
  overflow-wrap: anywhere;
}
.article-header, .post-list, .gh-content > * {
  width: 100%;
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
}
.site-header .wordmark {
  width: fit-content;
  text-decoration: none;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.publication-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.publication-nav [aria-current="page"] {
  font-weight: 650;
}
.post-meta, figcaption, .pagination {
  color: var(--color-muted);
  font-size: .875rem;
}
.post-meta {
  font-family: var(--font-mono);
  margin: 0 0 1.5rem;
}
h2 {
  font-size: var(--step-2);
  line-height: 1.2;
}
h3 {
  font-size: var(--step-1);
  line-height: 1.3;
}
.post-summary {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.post-summary h2 {
  margin: 0 0 1rem;
}
.post-summary p:last-child {
  margin-bottom: 0;
}
.pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.gh-content {
  margin-top: 2rem;
}
.gh-content > * + * {
  margin-top: 1.5rem;
}
.gh-content h2, .gh-content h3 {
  margin-top: 2rem;
}
.gh-content img, .gh-content video, .feature-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.feature-image {
  margin: 2rem 0;
}
.feature-image img {
  margin: auto;
}
figcaption {
  text-align: center;
  margin-top: .5rem;
}
.gh-content iframe {
  max-width: 100%;
}
.gh-content pre, .gh-content table {
  overflow-x: auto;
}
.gh-content pre {
  padding: 1.25rem;
  background: var(--color-surface);
  white-space: pre;
}
.gh-content code {
  font-family: var(--font-mono);
}
.gh-content table {
  display: block;
  border-collapse: collapse;
}
.gh-content th, .gh-content td {
  border: 1px solid var(--color-rule);
  padding: .5rem 1rem;
}
.gh-content blockquote {
  border-left: 3px solid var(--color-accent);
  padding-left: 1.25rem;
  color: var(--color-muted);
}
.gh-content .kg-width-wide {
  max-width: 54rem;
}
.gh-content .kg-width-full {
  max-width: 100%;
}
.kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kg-gallery-row {
  display: flex;
  gap: 1rem;
}
.kg-gallery-image {
  flex: 1 1 0;
  min-width: 0;
}
.kg-gallery-image img {
  width: 100%;
}
.kg-bookmark-container {
  display: flex;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--color-rule);
}
.kg-bookmark-content {
  flex: 1;
  min-width: 0;
  padding: 1rem;
}
.kg-bookmark-title {
  font-weight: 650;
}
.kg-bookmark-description, .kg-bookmark-metadata {
  margin-top: .5rem;
  color: var(--color-muted);
  font-size: .875rem;
}
.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
.kg-bookmark-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.kg-bookmark-thumbnail {
  flex: 0 0 25%;
}
.kg-bookmark-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 30rem) {
  .kg-gallery-row {
    flex-direction: column;
  }
}
body {
  font-family: var(--gh-font-body, var(--font-sans));
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--gh-font-heading, var(--font-sans));
}
