html {
  background: #fff;
}

body {
  margin: 0;
  color: #000;
  background: transparent;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

a {
  color: #000099;
}

a:visited {
  color: #464646;
}

img {
  max-width: 100%;
  height: auto;
}

.page-shell {
  width: min(100%, 760px);
  margin: 0;
  padding: 20px 18px 48px;
}

.site-header {
  margin-bottom: 18px;
}

.site-title {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.content-column {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

h1 {
  margin-bottom: 18px;
  font-weight: 700;
}

p {
  margin: 0 0 16px;
}

.lede,
.meta,
.subtitle,
.back-link {
  margin-bottom: 18px;
}

.meta {
  color: #666;
}

.subtitle {
  color: #222;
}

.essay-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.essay-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.bullet {
  color: #666;
  display: inline-block;
  line-height: 1.25;
  transform: translateY(1px);
}

.essay-page h1 {
  margin-bottom: 10px;
}

.essay-body > *:first-child {
  margin-top: 0;
}

.essay-body p,
.essay-body ul,
.essay-body ol,
.essay-body blockquote,
.essay-body figure,
.essay-body h2,
.essay-body h3,
.essay-body h4 {
  margin: 0 0 16px;
}

.essay-body ul,
.essay-body ol {
  padding-left: 22px;
}

.essay-body li {
  margin-bottom: 8px;
}

.essay-body blockquote {
  border-left: 2px solid #d9d6c7;
  margin-left: 0;
  padding-left: 14px;
}

.essay-body figcaption,
.essay-body .captioned-image-container p {
  color: #666;
  font-size: 12px;
}

.essay-body hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 24px 0;
}

.essay-body iframe,
.essay-body video {
  max-width: 100%;
}

@media (max-width: 640px) {
  .page-shell {
    padding: 16px 14px 36px;
  }
}

*, *::before, *::after { box-sizing: border-box; }
.essay-body { overflow-wrap: anywhere; }
.essay-body pre, .essay-body table { display: block; max-width: 100%; overflow-x: auto; }
a:focus-visible { outline: 2px solid #000099; outline-offset: 3px; }
.essay-body blockquote { border: 0; padding-left: 14px; }

.theme-nav { margin: 0 0 28px; line-height: 1.8; }
.essay-theme + .essay-theme { margin-top: 32px; }
.essay-theme h2 { margin-bottom: 14px; scroll-margin-top: 20px; }
