.cw-single-post-shell--not_optimized {
  padding-top: 28px;
}

.cw-single-post-shell--not_optimized .cw-single-post-main {
  display: grid;
  gap: 0;
}

.cw-single-post-shell--not_optimized .cw-single-post-body {
  margin-bottom: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.cw-single-post-shell--not_optimized .cw-single-post-body iframe,
.cw-single-post-shell--not_optimized .cw-single-post-body video {
  width: 100%;
}

.cw-single-post-shell--not_optimized .cw-single-post-body h2[id*="step"],
.cw-single-post-shell--not_optimized .cw-single-post-body h3[id*="step"],
.cw-single-post-shell--not_optimized .cw-single-post-body h4[id*="step"],
.cw-single-post-shell--not_optimized .cw-single-post-body h4:has(+ figure img[alt*="Step"]),
.cw-single-post-shell--not_optimized .cw-single-post-body h4:has(+ figure img[alt*="step"]),
.cw-single-post-shell--not_optimized .cw-single-post-body .cw-post-refresh-step-card > h3 {
  color: var(--cw-teal);
}

@media (max-width: 820px) {
  .cw-single-post-shell--not_optimized {
    padding-top: 24px;
  }

  .cw-single-post-shell--not_optimized .cw-single-post-body {
    margin-bottom: 32px;
  }
}
