.article-card h2,
.article-page h1,
.site-main > article > h1,
.site-main > h1 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.article-card h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 20px 0 20px;
}

.article-card h2 a {
  color: inherit;
}

.article-card h2 a:hover,
.article-card h2 a:focus {
  color: var(--pink-dark);
}

.article-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 0;
}

.article-meta > span {
  align-items: center;
  display: inline-flex;
  min-height: 24px;
  padding: 0 22px;
}

.article-meta > span:first-child {
  padding-left: 0;
}

.article-meta > span + span {
  border-left: 1px solid #d9dae1;
}

.article-meta svg {
  fill: none;
  height: 20px;
  margin-right: 9px;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 20px;
}

.article-card-content {
  display: block;
  margin-top: 28px;
}

.article-card-content.has-image {
  align-items: stretch;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 1fr);
}

.article-card-copy {
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
}

.article-card-content:not(.has-image) .article-card-copy {
  max-width: 820px;
}

.article-card-copy p {
  color: #30313d;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 22px;
  overflow-wrap: anywhere;
}

.read-more {
  align-self: flex-start;
  color: var(--pink-dark);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.read-more span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  transition: transform 160ms ease;
}

.read-more:hover span {
  transform: translateX(4px);
}

.article-card-links {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.article-card-links .share-x {
  flex: 0 0 auto;
  line-height: 28px;
  position: static;
}

.article-card-visual {
  aspect-ratio: 1.75;
  align-self: start;
  min-height: 0;
  padding-bottom: 34px;
  position: relative;
  width: 100%;
}

.article-card-visual > img {
  border-radius: 16px;
  display: block;
  height: 100%;
  inset: 0 0 34px;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}

.share-x {
  background: #242424;
  border-radius: 999px;
  bottom: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 28px;
  padding: 0 12px;
  position: absolute;
  right: 0;
}

.share-x:hover,
.share-x:focus {
  background: #000;
  color: #fff;
}

.pagination-wrap {
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {
  border-color: var(--line);
  color: var(--pink-dark);
}

.pagination > .active > span,
.pagination > .active > span:hover {
  background: var(--pink);
  border-color: var(--pink);
}

.article-page {
  margin: 0 auto;
  max-width: 940px;
}

.article-page-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
  padding-bottom: 28px;
}

.article-page h1 {
  font-size: 50px;
  line-height: 1.12;
  margin: 20px 0 24px;
}

.article-content {
  color: #2f303a;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.78;
}

.article-content p {
  margin: 0 0 1.25em;
}

.article-content img {
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(39, 24, 31, 0.1);
  display: block;
  margin: 30px auto;
  max-height: 680px;
  object-fit: contain;
  width: auto;
}

.article-content [style*="float"] {
  float: none !important;
  margin: 28px 0 !important;
}

.article-content pre,
.article-content blockquote {
  background: var(--pink-wash);
  border: 0;
  border-left: 3px solid var(--pink);
  border-radius: 0 12px 12px 0;
  color: #3c3440;
  font-family: var(--serif);
  padding: 20px 24px;
  white-space: pre-wrap;
}

.article-actions {
  border-top: 1px solid var(--line);
  margin-top: 38px;
  padding-top: 24px;
  text-align: right;
}

.article-actions .share-x {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  position: static;
}

.facebook-recommendation,
.article-comments {
  margin-top: 28px;
}

.article-comments {
  border-top: 1px solid var(--line);
  padding-top: 32px;
}

.site-main > article:not(.article-card):not(.article-page),
.page-document .site-main > h1,
.page-document .site-main > h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.site-main > h1,
.jumbotron h1 {
  font-size: 46px;
}

.jumbotron {
  background: var(--pink-wash);
  border-radius: 18px;
  padding: 38px;
}

.thumbnail {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(42, 28, 36, 0.06);
  padding: 14px;
}

.thumbnail.is_a_member {
  background: var(--pink-wash);
  border-color: #f2bfd1;
}

.member_picture {
  border-radius: 10px;
  margin: 0 0 12px;
  max-height: 180px;
  object-fit: cover;
}

.btn-primary {
  background: var(--pink);
  border-color: var(--pink);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--pink-dark);
  border-color: var(--pink-dark);
}

body.is_a_member {
  background: var(--surface);
}

dl dt em {
  color: #900;
}

q {
  font-family: Coronetscript, cursive;
}

a[rel="external"] {
  background: url(../img/external-link.png) center right no-repeat;
  padding-right: 13px;
}

.sub-title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.6em;
  font-weight: 700;
}

.bold-text {
  font-weight: 700;
}

.align-right {
  clear: right;
  float: right;
  margin-left: 0.8em;
}

.site-footer {
  background: #272530;
  color: #d8d6df;
  padding: 38px 0;
}

.site-footer-inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
}

.footer-logo {
  background: #fff;
  border-radius: 8px;
  height: auto;
  padding: 3px 6px;
  width: 145px;
}

.copyright {
  font-size: 12px;
  margin: 8px 0 0;
}

.site-footer nav {
  display: flex;
  gap: 24px;
}

.site-footer a {
  color: #fff;
  font-size: 13px;
}

.site-footer ul.social {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul.social img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  width: 30px;
}
