.single-post .resurge-article-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 32rem;
  overflow: hidden;
  background: var(--bs-dark);
}

.single-post .resurge-article-hero__figure,
.single-post .resurge-article-hero__overlay,
.single-post .resurge-article-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.single-post .resurge-article-hero__figure {
  margin: 0;
}

.single-post .resurge-article-hero__image {
  object-fit: cover;
}

.single-post .resurge-article-hero__overlay {
  z-index: 1;
  background: linear-gradient(to top, rgba(20, 25, 28, .92), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__overlay--primary {
  background: linear-gradient(to top, rgba(var(--bs-primary-rgb), .75), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__overlay--secondary {
  background: linear-gradient(to top, rgba(var(--bs-secondary-rgb), .75), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__overlay--success {
  background: linear-gradient(to top, rgba(var(--bs-success-rgb), .72), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__overlay--warning {
  background: linear-gradient(to top, rgba(var(--bs-warning-rgb), .72), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__overlay--danger {
  background: linear-gradient(to top, rgba(var(--bs-danger-rgb), .72), rgba(20, 25, 28, .12) 72%);
}

.single-post .resurge-article-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.single-post .resurge-article-title {
  max-width: 18ch;
  text-wrap: balance;
  text-shadow: 0 0 25px rgba(0, 0, 0, .25);
}

.single-post .resurge-article-body {
  max-width: 52rem;
}

.single-post .entry-content p,
.single-post .entry-content li {
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 300 !important;
  line-height: 1.8;
}

.single-post .entry-content strong,
.single-post .entry-content b {
  font-weight: 700 !important;
}

.single-post .entry-content h4,
.single-post .entry-content h5 {
  font-weight: 700 !important;
}

.single-post .entry-content blockquote {
  border: 0;
  margin: 0 0 1rem;
}

.single-post .entry-content blockquote p {
  color: var(--bs-gray-800);
  font-family: "Merriweather", Georgia, serif;
  font-weight: 300 !important;
  line-height: 1.7;
}

.single-post .entry-content blockquote p:last-child {
  margin-bottom: 0 !important;
}

.single-post .entry-content blockquote cite {
  color: var(--bs-gray-500);
  font-family: "Merriweather", Georgia, serif;
  font-style: normal;
}

.single-post .entry-content blockquote cite::before {
  content: "— ";
}

.single-post .entry-content blockquote.scripture {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.single-post .entry-content blockquote.scripture-bold p {
  font-weight: 700 !important;
}

.single-post .entry-content .wp-block-pullquote.bold {
  position: relative;
  padding: 2rem 0;
}

.single-post .entry-content .wp-block-pullquote.bold::before,
.single-post .entry-content .wp-block-pullquote.bold::after {
  position: absolute;
  left: 50%;
  width: 15%;
  border-top: 1px solid var(--bs-primary);
  content: "";
  transform: translateX(-50%);
}

.single-post .entry-content .wp-block-pullquote.bold::before {
  top: 0;
}

.single-post .entry-content .wp-block-pullquote.bold::after {
  bottom: 0;
}

.single-post .entry-content .wp-block-pullquote.bold p {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.6rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.single-post .entry-content .wp-block-pullquote.bold cite {
  color: var(--bs-primary);
  font-size: 80%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single-post .entry-footer .tags-heading {
  color: var(--bs-gray-400);
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
}

.single-post .entry-footer .tags a {
  display: inline-block;
  margin-right: .25rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem;
  border-radius: var(--bs-border-radius);
  background: var(--bs-gray-100);
  color: var(--bs-secondary);
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
}

.single-post .entry-footer .tags a:hover,
.single-post .entry-footer .tags a:focus-visible {
  background: var(--bs-primary);
  color: var(--bs-white);
}

@media (min-width: 768px) {
  .single-post .entry-content .wp-block-pullquote.bold {
    margin-right: -15%;
    margin-left: -15%;
  }
}

@media (min-width: 992px) {
  .single-post .entry-content .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
}

@media (max-width: 767.98px) {
  .single-post .resurge-article-hero {
    min-height: 27rem;
  }

  .single-post .resurge-article-hero__content {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}
