body.single-post.has-sidebar .content-container {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.single-post #primary {
  grid-column: 1 / -1;
  min-width: 0;
}

body.single-post #secondary {
  display: none !important;
}

body.single-post .single-entry .entry-content.single-content {
  max-width: none;
}

body.single-post .site-main {
  position: relative;
}

body.single-post .article-post-thumbnail {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  min-height: 600px;
}

body.single-post .article-post-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 58%,
      rgba(255, 255, 255, 0.4) 100%
    );
  pointer-events: none;
}

body.single-post .article-post-thumbnail .post-thumbnail-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 600px;
  z-index: 0;
}

body.single-post .article-post-thumbnail .post-thumbnail-inner img {
  width: 100%;
  height: 100%;
}

body.single-post .article-post-thumbnail .post-thumbnail-inner img {
  display: block;
  object-fit: cover;
}

body.single-post .article-post-thumbnail .c4y-post-hero__overlay {
  position: relative;
  z-index: 2;
  display: block;
  pointer-events: none;
}

body.single-post .article-post-thumbnail .c4y-post-hero__overlay-inner {
  width: 100%;
  max-width: var(--global-content-width, 1152px);
  margin: 0 auto;
  padding: 128px var(--global-content-edge-padding, 32px) 48px;
  pointer-events: auto;
  box-sizing: border-box;
}

body.single-post article.single-entry.c4y-post-layout--enhanced {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.single-post article.single-entry.c4y-post-layout--enhanced .entry-content-wrap {
  max-width: var(--global-content-width, 1152px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.single-post .c4y-post-hero__header {
  max-width: 48rem;
  margin: 0;
  padding-top: 0;
}

body.single-post .c4y-post-hero__header .kadence-breadcrumbs {
  margin: 0 0 32px;
}

body.single-post .c4y-post-hero__header .rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: hsl(220 9% 46%);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

body.single-post .c4y-post-hero__header .rank-math-breadcrumb a,
body.single-post .c4y-post-hero__header .rank-math-breadcrumb a:visited {
  color: hsl(220 9% 46%);
  text-decoration: none;
  transition: color 0.25s ease;
}

body.single-post .c4y-post-hero__header .rank-math-breadcrumb a:hover {
  color: rgb(104, 200, 81);
}

body.single-post .c4y-post-hero__header .rank-math-breadcrumb .separator {
  color: rgba(107, 114, 128, 0.55);
}

body.single-post .c4y-post-hero__header .rank-math-breadcrumb .last {
  color: rgba(20, 31, 56, 0.7);
}

body.single-post .c4y-post-hero__header .c4y-post-hero__badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 24px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgb(104, 200, 81);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

body.single-post .c4y-post-hero__header .entry-title {
  max-width: none;
  margin: 0 0 24px;
  color: rgb(20, 31, 56);
  font-family: var(--global-heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}

body.single-post .c4y-post-hero__header .title-entry-excerpt {
  margin: 0 0 32px;
}

body.single-post .c4y-post-hero__header .title-entry-excerpt p {
  max-width: 48rem;
  margin: 0;
  color: rgb(107, 114, 128);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.625;
}

body.single-post .c4y-post-hero__header .entry-meta.c4y-post-hero__meta {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0 24px;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  color: rgb(107, 114, 128);
}

body.single-post .c4y-post-hero__header .entry-meta.c4y-post-hero__meta::-webkit-scrollbar {
  display: none;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 40px;
  white-space: nowrap;
  color: rgb(107, 114, 128);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item > span {
  white-space: nowrap;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item + .c4y-post-hero__meta-item {
  padding-left: 24px;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item + .c4y-post-hero__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 32px;
  transform: translateY(-50%);
  background: hsl(220 13% 91%);
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item::after,
body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item > span::before,
body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item > span::after {
  content: none !important;
  display: none !important;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: rgb(107, 114, 128);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item--author {
  gap: 12px;
  color: rgb(20, 31, 56);
  font-weight: 500;
}

body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item--author svg {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(104, 200, 81, 0.18);
  color: rgb(104, 200, 81);
  box-sizing: content-box;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding-top: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout.c4y-post-layout--no-related {
  padding-bottom: 6rem;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main :is(h1, h2, h3, h4, h5) {
  color: rgb(20, 31, 56) !important;
  font-family: var(--global-heading-font-family) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main :is(h1, h2, h3, h4, h5) :is(strong, b),
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main :is(h1, h2, h3, h4, h5).wp-block-heading :is(strong, b) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main h1 {
  margin: 48px 0 24px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main h2 {
  margin: 40px 0 20px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main h3 {
  margin: 32px 0 16px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main h4 {
  margin: 28px 0 14px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main h5 {
  margin: 24px 0 12px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main p,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main li,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main blockquote,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main figcaption {
  color: rgb(20, 31, 56) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > p,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > ul,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > ol,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > blockquote,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > pre,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > figure {
  color: rgb(20, 31, 56) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main p,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main ul,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main ol,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main blockquote,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main pre,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main figure {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main ul,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main ol {
  padding-left: 1.5em !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main li + li {
  margin-top: 8px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main strong {
  color: rgb(20, 31, 56) !important;
  font-weight: 600 !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main a,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main a:visited {
  color: rgb(52, 211, 153) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main a:hover,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main a:focus-visible {
  color: rgb(52, 211, 153) !important;
  text-decoration: underline !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__aside {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  top: calc(104px + var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: start;
  min-width: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__aside .widget {
  margin: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__aside .widget:last-child {
  margin-bottom: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > :first-child {
  margin-top: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > :first-child:is(h1, h2, h3, h4, h5, p, ul, ol, blockquote, pre, figure) {
  margin-top: 0 !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > p:empty {
  display: none !important;
  margin: 0 !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > .c4y-post-author {
  margin-top: 64px;
}

body.single-post .c4y-post-author {
  min-height: 144px;
  padding: 32px;
  border: 1px solid hsl(220 13% 91%);
  border-radius: 16px;
  background: linear-gradient(135deg, hsl(220 14% 96%) 0%, hsl(220 14% 96% / 0.5) 100%);
  box-sizing: border-box;
}

body.single-post .c4y-post-author__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

body.single-post .c4y-post-author__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: hsl(108 52% 55% / 0.1);
}

body.single-post .c4y-post-author__icon svg {
  width: 40px;
  height: 40px;
  color: rgb(104, 200, 81);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.single-post .c4y-post-author__content {
  min-width: 0;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main .c4y-post-author__label,
body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main .c4y-post-author__name {
  display: block;
  margin: 0 !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main .c4y-post-author__label {
  margin: 0 0 8px !important;
  color: rgb(104, 200, 81) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main .c4y-post-author__name {
  margin: 0 !important;
  color: rgb(20, 31, 56) !important;
  font-family: var(--global-heading-font-family) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}

body.single-post .single-entry .entry-content.single-content > .c4y-post-related {
  width: 100vw;
  margin: 96px calc(50% - 50vw) 0;
  padding: 64px 0 96px;
  background: hsl(220 14% 96% / 0.5);
}

body.single-post .c4y-post-related__inner {
  width: 100%;
  max-width: var(--global-content-width, 1152px);
  margin: 0 auto;
  padding-left: var(--global-content-edge-padding, 32px);
  padding-right: var(--global-content-edge-padding, 32px);
  box-sizing: border-box;
}

body.single-post .c4y-post-related__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
}

body.single-post .c4y-post-related__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: rgb(104, 200, 81);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.single-post .c4y-post-related__title {
  margin: 0;
  color: rgb(20, 31, 56);
  font-family: var(--global-heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}

body.single-post .c4y-post-related__all,
body.single-post .c4y-post-related__all:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(104, 200, 81);
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: gap 0.25s ease, color 0.25s ease;
}

body.single-post .c4y-post-related__all:hover {
  gap: 12px;
}

body.single-post .c4y-post-related__all svg,
body.single-post .c4y-post-related__cta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.single-post .c4y-post-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

body.single-post .c4y-post-related__item {
  min-width: 0;
}

body.single-post .c4y-post-related__card,
body.single-post .c4y-post-related__card:visited {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid hsl(220 13% 91%);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

body.single-post .c4y-post-related__card:hover {
  border-color: hsl(220 13% 86%);
  box-shadow: 0 24px 48px -28px rgba(20, 31, 56, 0.18);
  transform: translateY(-2px);
}

body.single-post .c4y-post-related__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: hsl(220 14% 96%);
}

body.single-post .c4y-post-related__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

body.single-post .c4y-post-related__card:hover .c4y-post-related__image {
  transform: scale(1.05);
}

body.single-post .c4y-post-related__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

body.single-post .c4y-post-related__term {
  display: inline-block;
  margin-bottom: 12px;
  color: rgb(104, 200, 81);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.single-post .c4y-post-related__card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: rgb(20, 31, 56);
  font-family: var(--global-heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}

body.single-post .c4y-post-related__card:hover .c4y-post-related__card-title {
  color: rgb(104, 200, 81);
}

body.single-post .c4y-post-related__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 16px;
  color: rgb(107, 114, 128);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.single-post .c4y-post-related__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgb(104, 200, 81);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: gap 0.25s ease;
}

body.single-post .c4y-post-related__card:hover .c4y-post-related__cta {
  gap: 12px;
}

@media (max-width: 1279px) {
  body.single-post .c4y-post-hero__header {
    max-width: 42rem;
  }
}

@media (max-width: 1024px) {
  body.single-post .article-post-thumbnail .c4y-post-hero__overlay-inner {
    width: 100%;
    max-width: var(--global-content-width, 1152px);
    padding: 160px var(--global-content-edge-padding, 32px) 48px;
  }

  body.single-post article.single-entry.c4y-post-layout--enhanced .entry-content-wrap {
    padding: 0;
  }

  body.single-post .c4y-post-hero__header {
    max-width: none;
  }

  body.single-post .c4y-post-hero__header .entry-title {
    font-size: 36px;
    line-height: 40px;
  }

  body.single-post .c4y-post-hero__header .title-entry-excerpt p {
    font-size: 20px;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-top: 0;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout.c4y-post-layout--no-related {
    padding-bottom: 4rem;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > .c4y-post-author {
    margin-top: 56px;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-related {
    margin-top: 80px;
    padding: 56px 0 80px;
  }

  body.single-post .c4y-post-related__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }

  body.single-post .c4y-post-related__title {
    font-size: 30px;
    line-height: 36px;
  }

  body.single-post .c4y-post-related__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main,
  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__aside {
    grid-column: auto;
    grid-row: auto;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__aside {
    position: static;
    top: auto;
  }
}

@media (max-width: 767px) {
  body.single-post .article-post-thumbnail .c4y-post-hero__overlay-inner {
    width: 100%;
    max-width: var(--global-content-width, 1152px);
    padding: 128px var(--global-content-edge-padding, 32px) 48px;
  }

  body.single-post article.single-entry.c4y-post-layout--enhanced .entry-content-wrap {
    padding: 0;
  }

  body.single-post .c4y-post-hero__header .kadence-breadcrumbs {
    margin-bottom: 24px;
  }

  body.single-post .c4y-post-hero__header {
    max-width: none;
  }

  body.single-post .c4y-post-hero__header .entry-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.18;
  }

  body.single-post .c4y-post-hero__header .title-entry-excerpt {
    margin-bottom: 24px;
  }

  body.single-post .c4y-post-hero__header .title-entry-excerpt p {
    font-size: 18px;
    line-height: 1.625;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout {
    padding-top: 0;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout.c4y-post-layout--no-related {
    padding-bottom: 4rem;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main p,
  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main li,
  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main blockquote,
  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main figcaption {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  body.single-post .c4y-post-hero__header .entry-meta.c4y-post-hero__meta {
    gap: 0 12px;
  }

  body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item {
    min-height: 0;
    gap: 8px;
  }

  body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item + .c4y-post-hero__meta-item {
    padding-left: 12px;
  }

  body.single-post .c4y-post-hero__header .c4y-post-hero__meta-item + .c4y-post-hero__meta-item::before {
    height: 18px;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-layout > .c4y-post-layout__main > .c4y-post-author {
    margin-top: 48px;
  }

  body.single-post .c4y-post-author {
    padding: 24px;
  }

  body.single-post .c4y-post-author__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
  }

  body.single-post .c4y-post-author__icon {
    width: 72px;
    height: 72px;
  }

  body.single-post .c4y-post-author__content {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.single-post .c4y-post-author__icon svg {
    width: 36px;
    height: 36px;
  }

  body.single-post .single-entry .entry-content.single-content > .c4y-post-related {
    margin-top: 64px;
    padding: 48px 0 64px;
  }

  body.single-post .c4y-post-related__inner {
    width: 100%;
    max-width: var(--global-content-width, 1152px);
    padding-left: var(--global-content-edge-padding, 32px);
    padding-right: var(--global-content-edge-padding, 32px);
  }

  body.single-post .c4y-post-related__head {
    margin-bottom: 32px;
  }

  body.single-post .c4y-post-related__title {
    font-size: 24px;
    line-height: 32px;
  }

  body.single-post .c4y-post-related__content {
    padding: 20px;
  }
}
