.editorial-content {
  font-family: inherit;
  color: #1c1c1e;
  line-height: 1.8;
  font-size: 1.125rem;
  font-weight: 300;
}

.editorial-content h2,
.editorial-content h3,
.editorial-content h4 {
  font-family: serif;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.editorial-content h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.75em;
}

.editorial-content h3 {
  font-size: 1.5rem;
}

.editorial-content p {
  margin-bottom: 2em;
}

.editorial-content a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #d4d4d8;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

.editorial-content a:hover {
  text-decoration-color: #000;
}

.editorial-content blockquote {
  font-family: serif;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  color: #333;
  margin: 4em 0;
  padding: 0 2em;
  border: none;
  position: relative;
}

.editorial-content blockquote::before {
  content: "“";
  display: block;
  font-size: 4rem;
  color: #f4f4f5;
  line-height: 0;
  margin-bottom: 20px;
}

.editorial-content ul,
.editorial-content ol {
  margin-bottom: 2em;
  padding-left: 1.5em;
  color: #404040;
}

.editorial-content li {
  margin-bottom: 0.75em;
}

.editorial-content hr {
  border: 0;
  height: 1px;
  background: #e5e5e5;
  margin: 5em auto;
  width: 60px;
}

.editorial-content .image_resized {
  display: inline-block !important;
  vertical-align: top;
  margin: 2rem 1rem 2rem 0 !important;
}

.editorial-content .image_resized:last-child {
  margin-right: 0 !important;
}

.editorial-content figcaption {
  font-family: sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a1a1aa;
  text-align: center;
  margin-top: 1em;
}
