﻿/* YouMind blog single — Post Hero + Post Content (from blog-single.html) */

.ymct-post-hero,
.ymct-post-article,
.ymct-post-content-wrap {
	--ymct-content: 1560px;
	--ymct-gutter: 56px;
	--ymct-font: "Poppins", sans-serif;
	--ymct-header-offset: 99px;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.ymct-post-hero *,
.ymct-post-hero *::before,
.ymct-post-hero *::after,
.ymct-post-article *,
.ymct-post-article *::before,
.ymct-post-article *::after,
.ymct-post-content-wrap *,
.ymct-post-content-wrap *::before,
.ymct-post-content-wrap *::after {
	box-sizing: border-box;
}

.ymct-post-hero.ymct-post-hero--under-header {
	margin-top: calc(-1 * var(--ymct-header-offset, 99px));
	padding-top: calc(var(--ymct-header-offset, 99px) + 20px);
}

body.ymct-has-post-hero .ymct-site-header,
body.ymct-has-post-hero .ymct-header,
body:has(.ymct-post-hero--under-header) .ymct-site-header,
body:has(.ymct-post-hero--under-header) .ymct-header {
	background: transparent !important;
	box-shadow: none !important;
}

/* Mint on html+body — matches mockup top (#cafdf9 / #cb fef9) */
html:has(body.ymct-has-post-hero),
html:has(.ymct-post-hero--under-header),
body.ymct-has-post-hero,
body:has(.ymct-post-hero--under-header) {
	background: #cafdf9 !important;
	background-color: #cafdf9 !important;
}

body.ymct-has-post-hero .ymct-template-canvas,
body:has(.ymct-post-hero--under-header).ymct-template-canvas,
body.ymct-has-post-hero .wp-site-blocks,
body:has(.ymct-post-hero--under-header) .wp-site-blocks {
	background: transparent !important;
}

.ymct-post-hero.hero,
.post-hero {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.post-hero {
  min-height: 0;
  gap: 40px;
  padding: 20px var(--ymct-gutter) 48px;
  /* Soft mint → white, sampled from provided mockup */
  background:
    radial-gradient(ellipse 90% 80% at 18% 0%, #cafdf9 0%, #d4fdfb 22%, #e1fefc 48%, #f3fffe 72%, #ffffff 100%);
  overflow: hidden;
}

.post-hero .hero-deco {
	pointer-events: none;
	position: absolute;
	inset: 0;
	opacity: 0.55;
	background:
		radial-gradient(ellipse 45% 55% at 6% 35%, rgba(202, 253, 249, 0.95) 0%, transparent 70%),
		radial-gradient(ellipse 35% 45% at 92% 18%, rgba(231, 249, 255, 0.7) 0%, transparent 65%);
}

.post-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ymct-content);
  margin: 0 auto;
  padding: 28px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.post-hero-copy h1 {
  margin: 0 auto;
  padding: 0;
  border: 0;
  max-width: 990px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #021019;
}

.post-hero-copy > p {
  margin: 0 auto;
  padding: 0;
  max-width: 888px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.68;
  color: #8d99a6;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.post-tag {
  display: inline-flex;
  align-items: center;
  height: 47px;
  padding: 0 18px;
  border-radius: 100px;
  border: 1px solid rgba(3, 23, 40, 0.12);
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #031728;
  line-height: 1.5;
}

.post-feature {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ymct-content);
  margin: 8px auto 0;
}

.post-feature img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 520;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.post-article {
  width: 100%;
  padding: 72px var(--ymct-gutter) 48px;
  background: #ffffff;
  overflow: visible;
}

.post-article-inner {
  max-width: var(--ymct-content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  overflow: visible;
}

.post-toc {
  position: -webkit-sticky;
  position: sticky;
  top: 28px;
  align-self: start;
  z-index: 5;
  height: fit-content;
  max-height: calc(100vh - 48px);
  overflow: visible;
}

.post-toc-label {
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #021019;
  line-height: 1.4;
}

.post-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.post-toc-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-toc-list a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0 10px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #9aa5b1;
  transition: color 0.2s ease;
}

.post-toc-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-radius: 2px;
  background: transparent;
  transition: background 0.2s ease;
}

.post-toc-list a span {
  font-family: "Poppins", sans-serif;
  font-variant-numeric: tabular-nums;
  min-width: 1.8em;
  font-size: 18px;
  font-weight: 400;
  color: #9aa5b1;
}

.post-toc-list a:hover {
  color: #031728;
}

.post-toc-list a.is-active {
  color: #021019;
  font-weight: 600;
}

.post-toc-list a.is-active span {
  color: #8d99a6;
  font-weight: 400;
}

.post-toc-list a.is-active::before {
  background: #66c4b5;
}

.post-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/*
 * 56px is for major blocks (H2 sections / share meta), not every paragraph.
 * Flex gap on .post-main was stacking with p margins and creating huge intro gaps.
 */
.post-main > .post-section,
.post-main > .post-meta {
  margin-top: 56px;
}

.post-main > .post-section:first-child,
.post-main > .post-meta:first-child {
  margin-top: 0;
}

.post-section {
  scroll-margin-top: 88px;
}

.post-section h2 {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #021019;
}

.post-section > p {
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #59646f;
}

.post-section > p:last-child {
  margin-bottom: 0;
}

.post-quote {
  margin: 0;
  padding: 4px 0 4px 28px;
  border-left: 4px solid #66c4b5;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #021019;
}

.post-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 24px;
}

.post-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid #e6ebef;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #59646f;
  line-height: 1.3;
}

.post-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.post-block {
  padding: 28px 24px;
  border-radius: 20px;
  border: 0;
  background: #f5f5f5;
}

.post-block h3 {
  margin: 0 0 12px !important;
  padding: 0;
  border: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0;
  color: #021019 !important;
}

.post-block h3.wp-block-heading {
  margin: 0 0 12px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #021019 !important;
}

.post-block p {
  margin: 0 !important;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #59646f !important;
}

.post-block p.wp-block-paragraph {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #59646f !important;
}

.post-block p + p {
  margin-top: 10px !important;
}

.post-section > .post-blocks {
  margin-top: 24px;
}

.post-section > .post-blocks + * {
  margin-top: 0;
}

.post-needs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.post-need {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 20px;
  border-radius: 16px;
  background: #f5f5f5;
  min-height: 140px;
}

.post-need-from {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #021019;
}

.post-need-arrow {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8d99a6;
  white-space: nowrap;
}

.post-need-to {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #031728;
  text-align: left;
  margin-top: auto;
}

.post-apps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.post-app {
  padding: 28px 24px;
  border-radius: 20px;
  background: #f5f5f5;
  border: 0;
}

.post-app-num {
  display: block;
  margin-bottom: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #66c4b5;
}

.post-app h3 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #021019;
}

.post-app p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #59646f;
}

.post-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.post-section > .post-faq {
  margin-top: 8px;
}

.post-faq-item {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 18px 22px;
  border: 0;
}

.post-faq-item summary {
  position: relative;
  cursor: pointer;
  padding-right: 28px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #021019;
  list-style: none;
}

.post-faq-item summary::-webkit-details-marker {
  display: none;
}

.post-faq-item summary::marker {
  content: "";
  display: none;
}

.post-faq-item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8d99a6;
  border-bottom: 2px solid #8d99a6;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.post-faq-item[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.post-faq-item p {
  margin: 12px 0 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #59646f !important;
}

.post-faq-item p:first-of-type {
  margin-top: 12px !important;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 0 8px;
  border-top: 1px solid #e1e5e9;
  border-bottom: 0;
}

.post-share p {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #59646f;
}

.post-share-links {
  display: flex;
  gap: 10px;
}

.post-share-links a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #dfe5ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #59646f;
  background: #fff;
}

.post-share-links a img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	display: block;
}

.post-share-links a:hover {
  color: #021019;
  border-color: #c5ced6;
}

.post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.post-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.post-author strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #021019;
}

.post-author span {
  display: block;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #59646f;
}

.post-more {
  width: 100%;
  padding: 56px var(--ymct-gutter) 96px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #cafdf9 160%);
}

.post-more-inner {
  max-width: var(--ymct-content);
  margin: 0 auto;
}

.post-more h2 {
  margin: 0 0 40px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.post-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.post-more .blog-card {
  background: #fff;
  box-shadow: 0 8px 28px rgba(2, 16, 25, 0.06);
}

.post-more .blog-card-body h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.post-more .blog-card-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .post-hero-copy h1 {
    font-size: 48px;
  }

  .post-article-inner {
    gap: 40px;
  }

  .post-quote {
    font-size: 26px;
  }

  .post-needs {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 901px) {
  .post-toc {
    position: -webkit-sticky;
    position: sticky;
    top: 28px;
  }

  .post-toc-mobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .post-article-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .post-toc {
    position: static;
    max-height: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebf0f4;
  }

  .post-toc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }

  .post-toc-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 45;
    padding: 12px 14px 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-112%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  }

  .post-toc-mobile.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .post-toc-mobile-shell {
    max-width: var(--ymct-content);
    margin: 0 auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(102, 196, 181, 0.28);
    box-shadow:
      0 12px 32px rgba(2, 16, 25, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.8) inset;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
  }

  .post-toc-mobile-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px 10px;
    border: 0;
    background: transparent;
    font-family: "Poppins", sans-serif;
    color: #021019;
    text-align: left;
    cursor: pointer;
  }

  .post-toc-mobile-meta {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .post-toc-mobile-kicker {
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8d99a6;
  }

  .post-toc-mobile-current {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .post-toc-mobile-current.is-swapping {
    opacity: 0;
    transform: translateY(4px);
  }

  .post-toc-mobile-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border-radius: 100px;
    font-variant-numeric: tabular-nums;
    font-size: 13px;
    font-weight: 500;
    color: #199a91;
    background: rgba(202, 253, 249, 0.85);
  }

  .post-toc-mobile-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #021019;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .post-toc-mobile-action {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f7f8;
    color: #031728;
  }

  .post-toc-mobile-chevron {
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .post-toc-mobile.is-open .post-toc-mobile-chevron {
    transform: rotate(180deg);
  }

  .post-toc-mobile-track {
    height: 3px;
    margin: 0 14px 0;
    border-radius: 100px;
    background: #eef3f5;
    overflow: hidden;
  }

  .post-toc-mobile-progress {
    display: block;
    height: 100%;
    width: 16.666%;
    border-radius: inherit;
    background: linear-gradient(90deg, #66c4b5, #3fd9cf);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .post-toc-mobile-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-6px);
    transition:
      max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.28s ease;
  }

  .post-toc-mobile.is-open .post-toc-mobile-panel,
  .post-toc-mobile-panel:not([hidden]) {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    padding: 8px 8px 10px;
  }

  .post-toc-mobile-panel[hidden] {
    display: block;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
  }

  .post-toc-mobile.is-open .post-toc-mobile-panel[hidden] {
    pointer-events: auto;
  }

  .post-toc-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .post-toc-mobile-list a {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #9aa5b1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .post-toc-mobile-list a:active {
    transform: scale(0.985);
  }

  .post-toc-mobile-list a span {
    font-variant-numeric: tabular-nums;
    min-width: 1.8em;
    font-size: 15px;
    font-weight: 400;
    color: #9aa5b1;
    transition: color 0.2s ease;
  }

  .post-toc-mobile-list a.is-active {
    color: #021019;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(202, 253, 249, 0.55), rgba(244, 250, 249, 0.9));
  }

  .post-toc-mobile-list a.is-active span {
    color: #199a91;
  }

  @media (prefers-reduced-motion: reduce) {
    .post-toc-mobile,
    .post-toc-mobile-current,
    .post-toc-mobile-chevron,
    .post-toc-mobile-progress,
    .post-toc-mobile-panel,
    .post-toc-mobile-list a {
      transition: none;
    }
  }

  .post-apps,
  .post-blocks,
  .post-more-grid {
    grid-template-columns: 1fr;
  }

  .post-more h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .post-hero {
    gap: 28px;
    padding-bottom: 28px;
  }

  .post-hero-copy {
    padding-top: 8px;
    gap: 16px;
  }

  .post-hero-copy h1 {
    font-size: 32px;
  }

  .post-hero-copy > p {
    font-size: 16px;
  }

  .post-tag {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .post-feature img {
    border-radius: 20px;
  }

  .post-article {
    padding-top: 40px;
  }

  .post-section h2 {
    font-size: 24px;
  }

  .post-quote {
    font-size: 22px;
    padding-left: 18px;
  }

  .post-needs {
    grid-template-columns: 1fr;
  }

  .post-toc-list {
    grid-template-columns: 1fr;
  }
}
/* ========== WordPress / theme resets (match blog-single.html base) ========== */

body.ymct-has-post-hero,
body.ymct-template-canvas {
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #021019;
}

body.ymct-has-post-hero .ymct-post-hero,
body.ymct-has-post-hero .ymct-post-article,
body.ymct-has-post-hero .ymct-post-content-wrap,
body.ymct-template-canvas .ymct-post-hero,
body.ymct-template-canvas .ymct-post-article,
body.ymct-template-canvas .ymct-post-content-wrap {
	font-family: "Poppins", sans-serif;
}

.post-hero a,
.post-tag,
.post-toc-list a,
.post-toc-mobile-list a,
.post-share-links a {
	text-decoration: none;
	color: inherit;
}

.post-tag:hover {
	border-color: rgba(3, 23, 40, 0.22);
	color: #021019;
}

.post-toc-list a {
	color: #9aa5b1;
}

.post-toc-list a:hover {
	color: #031728;
}

.post-toc-list a.is-active {
	color: #021019;
}

/* WP / theme typography — force mockup values everywhere in post content */
.post-main,
.post-main.entry-content {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #59646f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post-main.entry-content > *:first-child {
	margin-top: 0;
}

/* All body paragraphs (intro + inside sections) — identical to .post-section > p */
.post-main p,
.post-main .wp-block-paragraph,
.post-section p,
.post-section .wp-block-paragraph,
.post-main .post-section > p {
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	font-style: normal !important;
	line-height: 1.6 !important;
	letter-spacing: 0 !important;
	color: #59646f !important;
	background: transparent !important;
}

.post-main p:last-child,
.post-main .wp-block-paragraph:last-child,
.post-section p:last-child,
.post-section .wp-block-paragraph:last-child {
	margin-bottom: 0 !important;
}

/* Kill WP paragraph typography presets only (not headings) */
.post-main p[class*="has-"],
.post-main .wp-block-paragraph[class*="has-"],
.post-main p.has-text-color,
.post-main p.has-background,
.post-main p.has-small-font-size,
.post-main p.has-medium-font-size,
.post-main p.has-large-font-size,
.post-main p.has-x-large-font-size,
.post-main p.has-normal-font-size {
	font-family: "Poppins", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.6 !important;
	color: #59646f !important;
	background: transparent !important;
}

.post-section h2,
.post-section h2.wp-block-heading,
.post-main h2,
.post-main h2.wp-block-heading {
	margin: 0 0 20px !important;
	padding: 0 !important;
	border: 0 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-size: 32px !important;
	font-style: normal !important;
	line-height: 1.25 !important;
	letter-spacing: -0.02em !important;
	color: #021019 !important;
	background: transparent !important;
}

.post-main > h3,
.post-section > h3,
.post-main > h3.wp-block-heading,
.post-section > h3.wp-block-heading {
	margin: 0 0 12px !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	color: #021019 !important;
}

.post-main strong,
.post-main b {
	font-weight: 600 !important;
	color: #021019 !important;
}

.post-main em,
.post-main i {
	font-style: italic;
	color: inherit;
}

.post-main a:not(.post-tag):not(.post-share-links a) {
	color: #031728 !important;
	text-decoration: none !important;
	font-weight: inherit;
}

.post-main a:not(.post-tag):not(.post-share-links a):hover {
	color: #021019 !important;
	text-decoration: none !important;
}

.post-main > blockquote,
.post-main > .wp-block-quote,
.post-main > .post-quote,
.post-main > figure.post-quote,
.post-main > figure.wp-block-pullquote,
.post-section > blockquote,
.post-section > .wp-block-quote,
.post-section > .post-quote {
	margin: 0 !important;
	padding: 4px 0 4px 28px !important;
	border: 0 !important;
	border-left: 4px solid #66c4b5 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.02em !important;
	color: #021019 !important;
}

.post-main > figure.post-quote blockquote,
.post-main > figure.wp-block-pullquote blockquote {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

.post-main blockquote p,
.post-main .wp-block-quote p,
.post-main .post-quote p {
	margin: 0 !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: normal !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

.post-main .wp-block-quote cite,
.post-main blockquote cite {
	display: none;
}

.post-main .wp-block-group,
.post-main .wp-block-columns {
	margin: 0;
}

.post-main img {
	max-width: 100%;
	height: auto;
}

.post-main ul,
.post-main ol,
.post-main .wp-block-list {
	margin: 16px 0 24px;
	padding: 0;
	list-style: none;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #59646f;
}

.post-main ul li,
.post-main .wp-block-list li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 28px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #59646f;
}

.post-main ul li:last-child,
.post-main .wp-block-list li:last-child {
	margin-bottom: 0;
}

.post-main ul li::before,
.post-main ul.wp-block-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #66c4b5;
	box-shadow: 0 0 0 3px rgba(102, 196, 181, 0.18);
}

.post-main ol {
	counter-reset: ymct-ol;
	padding: 0;
	list-style: none;
}

.post-main ol li {
	position: relative;
	counter-increment: ymct-ol;
	margin: 0 0 12px;
	padding-left: 36px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #59646f;
}

.post-main ol li:last-child {
	margin-bottom: 0;
}

.post-main ol li::before {
	content: counter(ymct-ol, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	min-width: 24px;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	line-height: 1.6;
	color: #66c4b5;
}

.post-section ul,
.post-section ol {
	margin-top: 8px;
}

.post-author img,
.post-author-avatar {
	width: 48px;
	height: 48px;
	border-radius: 100px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.ymct-post-hero,
	.ymct-post-article,
	.ymct-post-content-wrap {
		--ymct-gutter: 24px;
	}

	.post-section h2,
	.post-section h2.wp-block-heading,
	.post-main h2,
	.post-main h2.wp-block-heading {
		font-size: 32px !important;
	}
}

@media (max-width: 768px) {
	.post-section h2,
	.post-section h2.wp-block-heading,
	.post-main h2,
	.post-main h2.wp-block-heading {
		font-size: 24px !important;
	}

	.post-main > blockquote,
	.post-main > .wp-block-quote,
	.post-main > .post-quote,
	.post-section > blockquote,
	.post-section > .post-quote {
		font-size: 22px !important;
		padding-left: 18px !important;
	}
}
