/*
Theme Name: Asoso Studio
Theme URI: https://asorostudio.com/
Author: Emily Carter
Author URI: https://asorostudio.com/
Description: A Material-inspired block theme for Asoro Studio, helping people over 50 use AI to start an online business from what they already know.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.83
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asoso-studio
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, blog, one-column, wide-blocks
*/

:root {
  --asoro-black: #050505;
  --asoro-ink: #111827;
  --asoro-text: #374151;
  --asoro-muted: #5f6b7a;
  --asoro-surface: #faf8f3;
  --asoro-card: #ffffff;
  --asoro-line: #dde5e2;
  --asoro-primary: #2f6f5e;
  --asoro-primary-container: #d9eee6;
  --asoro-accent: #f4a259;
  --asoro-shadow: 0 1px 2px rgba(17, 24, 39, 0.06), 0 12px 30px rgba(17, 24, 39, 0.08);
  --asoro-shadow-soft: 0 1px 2px rgba(17, 24, 39, 0.04), 0 6px 18px rgba(17, 24, 39, 0.06);
}

html { scroll-behavior: smooth; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: var(--asoro-surface);
  color: var(--asoro-text);
}

a { text-underline-offset: 0.18em; }

.wp-site-blocks { overflow-x: hidden; }

.wp-block-heading { max-width: 100%; }

.wp-block-button__link {
  border-radius: 8px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.16);
}

.wp-block-site-logo img {
  max-height: 72px;
  width: auto;
}

.asoro-card,
.asoro-post-card,
.asoro-surface {
  background: var(--asoro-card);
  border: 1px solid var(--asoro-line);
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}

.asoro-card,
.asoro-post-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.asoro-card:hover,
.asoro-post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 111, 94, 0.38) !important;
  box-shadow: var(--asoro-shadow);
}

.asoro-card a,
.asoro-post-card a { text-decoration: none; }

.asoro-chip {
  display: inline-block;
  width: fit-content;
  border: 1px solid rgba(47, 111, 94, 0.22);
  border-radius: 999px;
  background: var(--asoro-primary-container);
  color: #16493b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.asoro-hero-graphic {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(47, 111, 94, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 24%, rgba(244, 162, 89, 0.34), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(216, 233, 255, 0.95), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f1f5f2 100%);
  box-shadow: var(--asoro-shadow);
}

.asoro-hero-graphic:before {
  content: "AI";
  position: absolute;
  right: 9%;
  top: 11%;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 26px;
  background: #050505;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  box-shadow: 0 14px 40px rgba(5, 5, 5, 0.18);
}

.asoro-hero-graphic:after {
  content: "Experience → Ideas → Offers";
  position: absolute;
  left: 8%;
  bottom: 12%;
  max-width: 70%;
  border-radius: 16px;
  background: #ffffff;
  color: var(--asoro-ink);
  padding: 1rem 1.1rem;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.12);
}

.asoro-footer a,
.asoro-footer .wp-block-navigation a {
  color: #ffffff !important;
  text-decoration-color: rgba(255,255,255,0.55);
}

.asoro-footer a:hover,
.asoro-footer .wp-block-navigation a:hover {
  color: var(--asoro-accent) !important;
}

.asoro-footer p,
.asoro-footer li { color: #d6dbe1; }

input,
textarea,
select { font: inherit; }

@media (max-width: 900px) {
  .asoro-hero-graphic { min-height: 280px; border-radius: 24px; }
  .wp-block-site-logo img { max-height: 64px; }
}

@media (max-width: 700px) {
  body { font-size: 0.98rem; }
  .asoro-mobile-stack { gap: 1.25rem !important; }
  .wp-block-site-title { font-size: 1.05rem !important; }
  .wp-block-site-logo img { max-height: 58px; }
  .asoro-hero-graphic { min-height: 230px; }
  .asoro-hero-graphic:before { width: 86px; height: 86px; border-radius: 20px; }
  .asoro-hero-graphic:after { left: 7%; right: 7%; bottom: 9%; max-width: none; font-size: 0.9rem; }
}


/* v1.4 homepage and content discovery refinements */
.asoro-secondary-button .wp-block-button__link {
  background: transparent !important;
  color: var(--asoro-ink) !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  box-shadow: none;
}

.asoro-dark-secondary-button .wp-block-button__link {
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  box-shadow: none;
}

.asoro-section-kicker {
  color: var(--asoro-primary);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.asoro-pillars-wrap {
  position: relative;
  background:
    radial-gradient(circle at 0% 8%, rgba(216,233,255,0.55), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(244,162,89,0.18), transparent 36%),
    linear-gradient(180deg, #f7fbf8 0%, #edf5f1 100%) !important;
}

.asoro-pillar-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 24px;
  box-shadow: var(--asoro-shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.asoro-pillar-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 111, 94, 0.34);
  box-shadow: var(--asoro-shadow);
}

.asoro-pillar-visual {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,0.75), transparent 18%),
    linear-gradient(135deg, rgba(216,233,255,0.96), rgba(217,238,230,0.96));
}

.asoro-pillar-visual:before,
.asoro-pillar-visual:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.78);
}

.asoro-pillar-visual:before {
  width: 86px;
  height: 86px;
  right: 1.1rem;
  bottom: 1.1rem;
}

.asoro-pillar-visual:after {
  width: 54px;
  height: 54px;
  left: 1.2rem;
  top: 1.2rem;
  background: rgba(244, 162, 89, 0.9);
}

.asoro-pillar-visual.business {
  background: linear-gradient(135deg, rgba(244,162,89,0.42), rgba(217,238,230,0.95));
}

.asoro-pillar-visual.content {
  background: linear-gradient(135deg, rgba(217,238,230,0.96), rgba(216,233,255,0.92));
}

.asoro-pillar-visual.human {
  background: linear-gradient(135deg, rgba(5,5,5,0.92), rgba(47,111,94,0.82));
}

.asoro-pillar-visual.human:before { background: rgba(255,255,255,0.9); }
.asoro-pillar-visual.human:after { background: rgba(244,162,89,0.95); }

.asoro-pillar-number {
  margin: 0;
  color: var(--asoro-primary);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asoro-pillar-title {
  margin-top: 0.35rem !important;
  margin-bottom: 0.55rem !important;
  font-size: clamp(1.25rem, 1.55vw, 1.55rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.035em;
}

.asoro-pillar-title a {
  color: var(--asoro-ink);
}

.asoro-pillar-description {
  color: var(--asoro-muted);
  font-size: clamp(0.98rem, 0.96vw, 1.04rem) !important;
  line-height: 1.62 !important;
}

.asoro-post-card .wp-block-post-title,
.asoro-post-card .wp-block-post-title a {
  font-size: clamp(1.06rem, 1.1vw, 1.2rem) !important;
  line-height: 1.28 !important;
}

.asoro-post-card .wp-block-post-excerpt {
  font-size: 0.94rem !important;
  line-height: 1.58 !important;
}

.asoro-home-intro-card {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.08);
  box-shadow: var(--asoro-shadow-soft);
}

@media (max-width: 900px) {
  .asoro-pillar-visual { min-height: 135px; }
}

@media (max-width: 700px) {
  .asoro-pillar-title { font-size: 1.22rem !important; }
  .asoro-pillar-description { font-size: 0.97rem !important; }
}


/* v1.5 footer and pillar background refinements */
.asoro-footer {
  background: #050505 !important;
  color: #d6dbe1;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.asoro-footer .wp-block-columns {
  align-items: flex-start;
}

.asoro-footer .wp-block-site-logo img {
  max-height: 78px;
}

.asoro-footer .wp-block-site-title,
.asoro-footer .wp-block-site-title a {
  color: #ffffff !important;
  text-decoration: none;
}

.asoro-footer h2,
.asoro-footer h3 {
  color: #ffffff !important;
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

.asoro-footer p,
.asoro-footer li {
  color: #d6dbe1 !important;
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
}

.asoro-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}

.asoro-footer li + li {
  margin-top: 0.55rem;
}

.asoro-footer .asoro-footer-cta {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  padding: 1.1rem;
}

.asoro-footer .asoro-footer-cta .wp-block-button__link {
  background: #ffffff !important;
  color: #050505 !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
}

.asoro-footer .asoro-footer-cta .wp-block-button__link:hover {
  background: var(--asoro-accent) !important;
  border-color: var(--asoro-accent) !important;
  color: #050505 !important;
}

@media (max-width: 781px) {
  .asoro-footer .wp-block-columns {
    gap: 2rem !important;
  }
}


/* v1.6 background and footer polish */
.asoro-pillars-wrap > .wp-block-columns,
.asoro-pillars-wrap > .wp-block-group {
  position: relative;
  z-index: 1;
}

.asoro-home-intro-card {
  max-width: 920px;
}

.asoro-footer .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem) !important;
}

.asoro-footer .wp-block-column {
  flex-basis: auto !important;
}

.asoro-footer .wp-block-site-logo img {
  max-height: 88px;
}

.asoro-footer .wp-block-site-title {
  display: none;
}

.asoro-footer h3 {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em;
}

.asoro-footer a {
  color: #f4f7f5 !important;
  text-decoration: none;
}

.asoro-footer a:hover {
  color: var(--asoro-accent) !important;
  text-decoration: underline;
}

.asoro-footer .asoro-footer-cta {
  background: #141414;
  border-color: rgba(255,255,255,0.14);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

@media (max-width: 900px) {
  .asoro-footer .wp-block-columns {
    grid-template-columns: 1fr 1fr !important;
  }
  .asoro-footer .wp-block-column:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .asoro-footer .wp-block-columns {
    grid-template-columns: 1fr !important;
  }
  .asoro-pillars-wrap {
    background: linear-gradient(180deg, #f7fbf8 0%, #edf5f1 100%) !important;
  }
}


/* v1.8 guide cards and lighter newsletter refinement */
.asoro-post-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.asoro-post-card .wp-block-post-featured-image {
  margin: 0 0 1rem 0 !important;
}

.asoro-post-card .wp-block-post-terms {
  margin: 0 0 0.5rem 0 !important;
  line-height: 1.25 !important;
}

.asoro-post-card .wp-block-post-title {
  margin: 0 0 0.65rem 0 !important;
}

.asoro-post-card .wp-block-post-title,
.asoro-post-card .wp-block-post-title a {
  color: var(--asoro-primary) !important;
  font-size: clamp(1.04rem, 1.05vw, 1.16rem) !important;
  line-height: 1.32 !important;
  letter-spacing: -0.02em !important;
}

.asoro-post-card .wp-block-post-excerpt {
  margin: 0 !important;
  color: var(--asoro-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.asoro-post-card .wp-block-post-excerpt__excerpt {
  margin: 0 0 0.9rem 0 !important;
}

.asoro-post-card .wp-block-post-excerpt__more-text {
  margin: 0 !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

.asoro-post-card .wp-block-post-excerpt__more-link {
  color: var(--asoro-primary) !important;
  text-decoration: none !important;
}

.asoro-post-card .wp-block-post-excerpt__more-link:hover {
  color: var(--asoro-ink) !important;
  text-decoration: underline !important;
}

.asoro-guides-section {
  position: relative;
}

.asoro-guides-section .wp-block-query {
  margin-top: 2rem !important;
}

.asoro-newsletter-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(244,162,89,0.18), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(216,233,255,0.52), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #f1f7f4 100%) !important;
  color: var(--asoro-text);
  border-top: 1px solid rgba(47,111,94,0.08);
  border-bottom: 1px solid rgba(47,111,94,0.08);
}

.asoro-newsletter-band:before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(47,111,94,0.12);
  border-radius: 28px;
  pointer-events: none;
}

.asoro-newsletter-band .wp-block-columns {
  position: relative;
  z-index: 1;
}

.asoro-newsletter-card {
  background: #ffffff;
  border: 1px solid rgba(47,111,94,0.16);
  border-radius: 22px;
  box-shadow: var(--asoro-shadow-soft);
}

.asoro-newsletter-band h2,
.asoro-newsletter-band h3,
.asoro-newsletter-band p,
.asoro-newsletter-band .wp-block-heading {
  color: var(--asoro-ink) !important;
}

.asoro-newsletter-band .asoro-section-kicker {
  color: var(--asoro-primary) !important;
}

.asoro-newsletter-band .asoro-newsletter-copy {
  color: var(--asoro-muted) !important;
}

.asoro-newsletter-placeholder {
  background: #f3f8f5 !important;
  border: 1px dashed rgba(47,111,94,0.25) !important;
  border-radius: 14px !important;
  color: var(--asoro-text) !important;
}

.asoro-newsletter-placeholder p {
  color: var(--asoro-text) !important;
}

@media (max-width: 781px) {
  .asoro-newsletter-band:before { inset: 0.8rem; border-radius: 22px; }
  .asoro-guides-section .wp-block-buttons { justify-content: flex-start !important; }
}


/* v1.9 homepage polish and content discovery fixes */
/* Header readability */
.asoro-header .wp-block-site-logo img {
  max-height: 42px;
}

.asoro-header .wp-block-navigation a {
  font-size: clamp(0.88rem, 0.82vw, 0.96rem) !important;
  font-weight: 750;
  line-height: 1.2;
  color: #ffffff !important;
}

.asoro-header .wp-block-navigation a:hover {
  color: var(--asoro-accent) !important;
}

/* Pillar readability */
.asoro-pillar-card {
  display: flex;
  flex-direction: column;
}

.asoro-pillar-title {
  font-size: clamp(1.34rem, 1.65vw, 1.65rem) !important;
  line-height: 1.16 !important;
}

.asoro-pillar-description {
  font-size: clamp(1.02rem, 1vw, 1.08rem) !important;
  line-height: 1.58 !important;
}

/* Latest guides section */
.asoro-guides-section {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

.asoro-guides-header {
  align-items: flex-end !important;
}

.asoro-guides-header .wp-block-heading {
  margin-top: 0.45rem !important;
  margin-bottom: 0 !important;
}

.asoro-guides-button .wp-block-button__link {
  white-space: nowrap;
}

.asoro-guides-query {
  margin-top: clamp(1.6rem, 3vw, 2.2rem) !important;
}

.asoro-guides-query .wp-block-post-template {
  align-items: stretch;
}

/* Cleaner guide card rhythm */
.asoro-post-card {
  gap: 0 !important;
  height: 100%;
  border-radius: 18px;
}

.asoro-post-card .wp-block-post-featured-image {
  margin: 0 0 0.9rem 0 !important;
}

.asoro-guide-label {
  margin: 0 0 0.42rem 0 !important;
  color: var(--asoro-primary) !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-post-card .wp-block-post-title {
  margin: 0 0 0.55rem 0 !important;
}

.asoro-post-card .wp-block-post-title,
.asoro-post-card .wp-block-post-title a {
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  line-height: 1.26 !important;
  color: #235b4c !important;
}

.asoro-post-card .wp-block-post-excerpt {
  margin-top: 0 !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.asoro-post-card .wp-block-post-excerpt__excerpt {
  margin-bottom: 0.7rem !important;
}

.asoro-post-card .wp-block-post-excerpt__more-text {
  margin-top: 0.35rem !important;
  font-size: 0.92rem !important;
}

/* Newsletter section should feel connected to the lighter page, not like a second footer */
.asoro-newsletter-band {
  padding-top: clamp(3rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
  background:
    radial-gradient(circle at 8% 20%, rgba(244,162,89,0.14), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(216,233,255,0.45), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #f6fbf8 100%) !important;
  border-top: 1px solid rgba(47,111,94,0.08);
  border-bottom: 1px solid rgba(47,111,94,0.08);
}

.asoro-newsletter-band:before {
  display: none;
}

.asoro-newsletter-panel {
  max-width: 1040px;
  margin-inline: auto;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(47,111,94,0.14);
  border-radius: 28px;
  box-shadow: var(--asoro-shadow-soft);
  backdrop-filter: blur(8px);
}

.asoro-newsletter-card {
  border-radius: 18px;
}

.asoro-newsletter-card h3 {
  margin-top: 0 !important;
  margin-bottom: 0.6rem !important;
}

.asoro-newsletter-card p {
  margin-top: 0 !important;
}

/* Footer balance */
.asoro-footer {
  padding-top: clamp(3.25rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

.asoro-footer .wp-block-columns {
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.85fr) minmax(280px, 0.9fr) !important;
  align-items: start !important;
}

.asoro-footer .wp-block-site-logo img {
  max-height: 68px;
}

.asoro-footer p,
.asoro-footer li {
  font-size: 0.95rem !important;
  line-height: 1.58 !important;
}

.asoro-footer h3 {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
}

.asoro-footer li + li {
  margin-top: 0.7rem;
}

.asoro-footer .asoro-footer-cta {
  padding: 1.25rem;
}

@media (max-width: 900px) {
  .asoro-guides-header {
    align-items: flex-start !important;
  }
  .asoro-header .wp-block-site-logo img {
    max-height: 38px;
  }
}

@media (max-width: 781px) {
  .asoro-guides-button,
  .asoro-guides-button .wp-block-buttons {
    justify-content: flex-start !important;
  }
  .asoro-guides-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
  .asoro-newsletter-panel {
    padding: 1.6rem !important;
    border-radius: 22px;
  }
  .asoro-footer .wp-block-columns {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .asoro-header .wp-block-navigation a {
    font-size: 0.95rem !important;
  }
  .asoro-guides-section,
  .asoro-newsletter-band {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .asoro-pillar-title {
    font-size: 1.3rem !important;
  }
}


/* v2.0 fixes: pillar visuals, section backgrounds, and guide header alignment */
.asoro-pillars-wrap {
  background:
    radial-gradient(circle at 0% 6%, rgba(216,233,255,0.58), transparent 34%),
    radial-gradient(circle at 100% 10%, rgba(244,162,89,0.20), transparent 38%),
    linear-gradient(180deg, #f7fbf8 0%, #edf5f1 100%) !important;
}

.asoro-guides-section {
  background: #edf5f1 !important;
}

.asoro-newsletter-band {
  background:
    radial-gradient(circle at 8% 20%, rgba(244,162,89,0.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(216,233,255,0.42), transparent 34%),
    linear-gradient(135deg, #fffbf4 0%, #f6fbf8 100%) !important;
}

/* Pillar visuals are now real editable Image blocks. */
/* Align the guide section label/title and keep the title readable over two lines. */
.asoro-guides-header {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
}

.asoro-guides-header > .wp-block-group:first-child {
  max-width: 560px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.asoro-guides-header .asoro-section-kicker {
  text-align: left !important;
  margin: 0 0 0.55rem 0 !important;
}

.asoro-guides-header .wp-block-heading {
  max-width: 560px !important;
  line-height: 1.16 !important;
}

.asoro-guides-button {
  margin-top: 0.45rem !important;
}

@media (max-width: 781px) {
  .asoro-guides-header {
    display: block !important;
  }
  .asoro-guides-button {
    margin-top: 1.25rem !important;
  }
  .asoro-pillar-card .asoro-pillar-visual,
  .wp-block-group.asoro-pillar-visual {
    min-height: 130px !important;
  }
}


/* v2.1 layout fixes: remove accidental section gaps, footer spacing, and guide labels */
.wp-site-blocks > * + * {
  margin-block-start: 0 !important;
}

.wp-site-blocks > .alignfull,
.wp-site-blocks > .wp-block-group.alignfull,
.wp-site-blocks > header,
.wp-site-blocks > footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asoro-pillars-wrap,
.asoro-guides-section,
.asoro-newsletter-band,
.asoro-footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asoro-guide-label {
  display: none !important;
}

.asoro-post-card .wp-block-post-featured-image {
  margin-bottom: 0.95rem !important;
}

.asoro-post-card .wp-block-post-title {
  margin-top: 0 !important;
}

.asoro-footer .wp-block-site-logo {
  margin-bottom: 0.65rem !important;
}

.asoro-footer .wp-block-site-logo + .wp-block-site-title {
  margin-top: 0 !important;
  margin-bottom: 0.45rem !important;
}

.asoro-footer .wp-block-site-title + p,
.asoro-footer .wp-block-site-logo + p {
  margin-top: 0.35rem !important;
}

.asoro-footer .wp-block-column:first-child p {
  max-width: 330px;
}

/* v2.2 refinements: hero shadow and calmer section separation */
.asoro-hero-section {
  position: relative !important;
  z-index: 2 !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.06), 0 10px 22px rgba(17, 24, 39, 0.045) !important;
}

/* Make the three homepage bands feel related, but not identical. */
.asoro-pillars-wrap {
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
  border-bottom: 1px solid rgba(47,111,94,0.10) !important;
}

.asoro-guides-section {
  background:
    radial-gradient(circle at 15% 0%, rgba(255,255,255,0.82), transparent 28%),
    linear-gradient(180deg, #eef6f2 0%, #e9f3ef 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.72) !important;
  border-bottom: 1px solid rgba(47,111,94,0.10) !important;
}

.asoro-newsletter-band {
  background:
    radial-gradient(circle at 8% 30%, rgba(244,162,89,0.18), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(216,233,255,0.46), transparent 34%),
    linear-gradient(135deg, #fff9f0 0%, #f8fbf6 48%, #eef8fb 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.75) !important;
}

.asoro-newsletter-panel {
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05), 0 18px 42px rgba(17, 24, 39, 0.08) !important;
}

/* Keep guide cards focused on title, image and excerpt. */
.asoro-post-card .asoro-guide-label,
.asoro-post-card .wp-block-post-terms,
.asoro-post-card .taxonomy-category {
  display: none !important;
}

/* Reduce any remaining visual gap between footer logo and description. */
.asoro-footer .wp-block-site-logo {
  margin-bottom: 0.35rem !important;
}

.asoro-footer .wp-block-site-logo + .wp-block-site-title,
.asoro-footer .wp-block-site-logo + p,
.asoro-footer .wp-block-site-title + p {
  margin-top: 0.25rem !important;
}


/* v2.3 final polish: section rhythm, guide cards, footer alignment, and responsive details */
.asoro-hero-section {
  box-shadow: 0 1px 0 rgba(17,24,39,0.07), 0 8px 18px rgba(17,24,39,0.055) !important;
}

.asoro-pillars-wrap,
.asoro-guides-section,
.asoro-newsletter-band {
  background-clip: padding-box !important;
}

.asoro-guides-section {
  padding-top: clamp(3.75rem, 5.5vw, 4.75rem) !important;
  padding-bottom: clamp(3.75rem, 5.5vw, 4.75rem) !important;
}

.asoro-guides-header {
  align-items: flex-start !important;
}

.asoro-guides-header > .wp-block-group:first-child {
  max-width: 540px !important;
}

.asoro-guides-header .wp-block-heading {
  max-width: 540px !important;
  text-wrap: balance;
}

.asoro-guides-button {
  padding-top: 0.2rem;
}

.asoro-guides-query .wp-block-post-template {
  row-gap: var(--wp--preset--spacing--40) !important;
}

.asoro-post-card {
  max-width: 360px;
}

.asoro-post-card .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.asoro-post-card .wp-block-post-title,
.asoro-post-card .wp-block-post-title a {
  text-wrap: pretty;
}

.asoro-newsletter-band {
  padding-top: clamp(3.5rem, 5.5vw, 4.75rem) !important;
  padding-bottom: clamp(3.5rem, 5.5vw, 4.75rem) !important;
}

.asoro-newsletter-panel {
  max-width: 940px !important;
}

.asoro-footer .wp-block-site-logo {
  line-height: 0 !important;
  margin-bottom: 0.15rem !important;
}

.asoro-footer .wp-block-site-logo img {
  max-height: 62px !important;
}

.asoro-footer .wp-block-column:first-child p {
  margin-top: 0 !important;
  max-width: 300px;
}

.asoro-footer .wp-block-columns {
  gap: clamp(2rem, 4.5vw, 4.25rem) !important;
}

.asoro-footer .asoro-footer-cta p {
  margin-top: 0.4rem !important;
}

@media (min-width: 782px) {
  .asoro-guides-query .wp-block-post-template:has(> li:only-child) {
    grid-template-columns: minmax(260px, 360px) !important;
  }
}

@media (max-width: 781px) {
  .asoro-guides-header .wp-block-heading br {
    display: none;
  }
  .asoro-post-card {
    max-width: none;
  }
  .asoro-newsletter-panel .wp-block-columns {
    gap: 1.5rem !important;
  }
}

@media (max-width: 520px) {
  .asoro-hero-section,
  .asoro-pillars-wrap,
  .asoro-guides-section,
  .asoro-newsletter-band,
  .asoro-footer {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  .asoro-home-intro-card,
  .asoro-newsletter-panel {
    padding: 1.25rem !important;
  }
}


/* v1.0 launch polish: align email section background with hero */
.asoro-newsletter-band {
  background: var(--asoro-surface) !important;
  border-top: 1px solid rgba(17, 24, 39, 0.05) !important;
  border-bottom: 0 !important;
}

.asoro-newsletter-band:before {
  display: none !important;
}

/* v1.0 final link styling polish */
:where(main, .wp-site-blocks) a:not(.wp-block-button__link):not(.wp-block-navigation-item__content):not(.custom-logo-link):not(.wp-block-post-title a):not(.asoro-pillar-title a):not(.asoro-footer a) {
  color: var(--asoro-primary);
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-decoration-color: rgba(47, 111, 94, 0.42);
  text-underline-offset: 0.18em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

:where(main, .wp-site-blocks) a:not(.wp-block-button__link):not(.wp-block-navigation-item__content):not(.custom-logo-link):not(.wp-block-post-title a):not(.asoro-pillar-title a):not(.asoro-footer a):hover {
  color: #235b4c;
  text-decoration-color: #235b4c;
}

.wp-block-button__link,
.wp-block-button__link:hover,
.asoro-header a,
.asoro-footer a,
.asoro-card a,
.asoro-post-card a,
.asoro-pillar-card a {
  text-decoration: none !important;
}

.asoro-header .wp-block-navigation a {
  color: #f7faf8 !important;
  text-decoration: none !important;
  transition: color 160ms ease, box-shadow 160ms ease;
}

.asoro-header .wp-block-navigation a:hover,
.asoro-header .wp-block-navigation .current-menu-item > a,
.asoro-header .wp-block-navigation .current-menu-ancestor > a {
  color: var(--asoro-accent) !important;
  box-shadow: inset 0 -1px 0 var(--asoro-accent);
}

.asoro-footer a,
.asoro-footer .wp-block-navigation a {
  color: #f4f7f5 !important;
  text-decoration: none !important;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.asoro-footer a:hover,
.asoro-footer .wp-block-navigation a:hover {
  color: var(--asoro-accent) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--asoro-accent) !important;
}

.asoro-pillar-title a,
.asoro-post-card .wp-block-post-title a,
.asoro-post-card .wp-block-post-excerpt__more-link {
  text-decoration: none !important;
}

.asoro-pillar-card:hover .asoro-pillar-title a,
.asoro-post-card:hover .wp-block-post-title a,
.asoro-post-card .wp-block-post-excerpt__more-link:hover {
  color: var(--asoro-primary) !important;
}

.asoro-pillar-card:hover .asoro-pillar-title a::after {
  content: " →";
}


/* Footer pillar icons and single guide author section */
.asoro-footer .asoro-footer-pillars {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.asoro-footer .asoro-footer-pillars li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.asoro-footer .asoro-footer-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.6rem;
  border-radius: 9px;
  background: rgba(244, 162, 89, 0.16);
  color: var(--asoro-accent);
  font-size: 0.86rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(244, 162, 89, 0.22);
}

.asoro-footer .asoro-footer-pillars a {
  line-height: 1.35;
}


.asoro-author-card-wrap {
  max-width: 740px;
}

.asoro-author-card {
  display: grid !important;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: clamp(1.15rem, 2.2vw, 1.65rem);
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f1f8f4 100%);
  border: 1px solid rgba(47, 111, 94, 0.22);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  padding: clamp(1.25rem, 2.4vw, 1.85rem);
  position: relative;
  overflow: hidden;
}

.asoro-author-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: linear-gradient(180deg, var(--asoro-primary), var(--asoro-accent));
}

.asoro-author-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background: rgba(47, 111, 94, 0.08);
  pointer-events: none;
}

.asoro-author-card .wp-block-post-author__avatar {
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.asoro-author-card .wp-block-post-author__avatar,
.asoro-author-card .wp-block-post-author__avatar a {
  border-radius: 999px !important;
  display: block;
  height: 104px;
  overflow: hidden;
  width: 104px;
}

.asoro-author-card .wp-block-post-author__avatar img,
.asoro-author-card img.avatar,
.asoro-author-card .avatar {
  aspect-ratio: 1 / 1;
  border-radius: 999px !important;
  display: block;
  height: 104px !important;
  max-height: 104px !important;
  max-width: 104px !important;
  object-fit: cover;
  overflow: hidden;
  width: 104px !important;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(47, 111, 94, 0.2), 0 12px 28px rgba(17, 24, 39, 0.16);
}

.asoro-author-card .wp-block-post-author__content {
  position: relative;
  z-index: 1;
}

.asoro-author-card .wp-block-post-author__byline {
  color: var(--asoro-primary);
  display: block;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.asoro-author-card .wp-block-post-author__name {
  color: var(--asoro-ink);
  display: block;
  font-size: clamp(1.28rem, 2vw, 1.5rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 0.55rem;
}

.asoro-author-card .wp-block-post-author__name a {
  color: var(--asoro-ink) !important;
  text-decoration: none !important;
}

.asoro-author-card .wp-block-post-author__name a:hover {
  color: var(--asoro-primary) !important;
}

.asoro-author-card .wp-block-post-author__bio {
  color: #46564e;
  font-size: clamp(1.03rem, 1.35vw, 1.1rem);
  line-height: 1.65;
  margin: 0;
  max-width: 60ch;
}

.asoro-post-newsletter-wrap {
  margin-top: var(--wp--preset--spacing--40) !important;
}

@media (max-width: 600px) {
  .asoro-author-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .asoro-author-card .wp-block-post-author__avatar {
    justify-self: center;
  }

  .asoro-author-card::before {
    inset: 0 0 auto 0;
    width: 100%;
    height: 7px;
  }
}




/* Footer pillar icons: consistent white katakana middle dot markers. */
.asoro-footer-pillars .asoro-footer-icon {
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  margin-right: 0.45rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.asoro-footer-pillars li {
  display: flex;
  align-items: center;
}


/* Logo sizing controls: allow the Site Logo block width set in the editor to render on the front end. */
.asoro-header .wp-block-site-logo,
.asoro-footer .wp-block-site-logo {
  flex: 0 0 auto;
  line-height: 0 !important;
}

.asoro-header .wp-block-site-logo img,
.asoro-header .custom-logo,
.asoro-footer .wp-block-site-logo img,
.asoro-footer .custom-logo {
  height: auto !important;
  max-height: none !important;
  display: block;
}

.asoro-footer .wp-block-site-logo {
  margin-bottom: 0.25rem !important;
}

/* Final image-editing update: hero and content area visuals use real Image blocks. */
.asoro-hero-image {
  margin: 0;
  border: 1px solid rgba(47, 111, 94, 0.16);
  border-radius: 28px;
  box-shadow: var(--asoro-shadow);
  overflow: hidden;
  background: #ffffff;
}

.asoro-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
}

.asoro-pillar-image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #eef4f1;
}

.asoro-pillar-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2.5 / 1;
  height: auto;
  min-height: 135px;
  object-fit: cover;
  border-radius: 18px;
}

.asoro-pillar-card > .asoro-pillar-image + .asoro-pillar-number {
  margin-top: var(--wp--preset--spacing--40) !important;
}

@media (max-width: 900px) {
  .asoro-hero-image,
  .asoro-hero-image img {
    border-radius: 24px;
  }
}

@media (max-width: 700px) {
  .asoro-hero-image img {
    aspect-ratio: 4 / 3;
  }
  .asoro-pillar-image img {
    min-height: 120px;
  }
}


/* Editable image block safeguards */
.asoro-hero-image,
.asoro-pillar-image {
  position: relative;
  z-index: 2;
}
.editor-styles-wrapper .asoro-hero-image,
.editor-styles-wrapper .asoro-pillar-image {
  cursor: pointer;
}
.editor-styles-wrapper .asoro-hero-image.is-selected,
.editor-styles-wrapper .asoro-pillar-image.is-selected {
  outline: 3px solid rgba(47,111,94,0.55);
  outline-offset: 4px;
}

/* Single guide template update: body sizing, author card, related guides, and email section. */
.asoro-single-main {
  background: #fbfaf6;
}

.asoro-single-hero {
  text-align: center;
}

.asoro-single-title {
  max-width: 860px;
  margin-inline: auto;
  line-height: 1.06 !important;
}

.asoro-single-author-line {
  gap: 0.35rem;
  color: #5d6675;
  font-size: 0.95rem;
}

.asoro-single-author-line p {
  margin: 0;
}

.asoro-single-author-line a {
  color: var(--asoro-ink) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.asoro-single-featured-wrap {
  padding-inline: var(--wp--preset--spacing--40);
}

.asoro-single-featured-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.asoro-single-featured-image img {
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(20, 28, 38, 0.12);
  width: 100%;
}

.asoro-single-content-wrap {
  padding-inline: var(--wp--preset--spacing--40);
}

.asoro-single-content {
  color: #202938;
  font-size: clamp(1.02rem, 1.08vw, 1.1rem);
  line-height: 1.78;
}

.asoro-single-content p {
  margin-bottom: 1.35em;
}

.asoro-single-content h2 {
  color: var(--asoro-ink);
  font-size: clamp(1.55rem, 2vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin-bottom: 0.75em;
  margin-top: 2.7em;
}

.asoro-single-content h3 {
  color: var(--asoro-ink);
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  line-height: 1.25;
  margin-bottom: 0.65em;
  margin-top: 2.2em;
}

.asoro-single-content a {
  color: var(--asoro-primary);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.asoro-single-content blockquote {
  background: #f4f1ea;
  border-left: 4px solid var(--asoro-primary);
  border-radius: 0.8rem;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
}

.asoro-author-card-wrap {
  margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
  padding-inline: var(--wp--preset--spacing--40);
}

.asoro-author-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 14px 35px rgba(20, 28, 38, 0.08);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding: 1.5rem;
}

.asoro-author-card::before,
.asoro-author-card::after,
.asoro-author-card-wrap::before,
.asoro-author-card-wrap::after {
  content: none !important;
  display: none !important;
}

.asoro-author-card .wp-block-post-author__avatar,
.asoro-author-card .wp-block-post-author__avatar a {
  border-radius: 999px !important;
  height: 78px !important;
  overflow: hidden;
  width: 78px !important;
}

.asoro-author-card .wp-block-post-author__avatar img,
.asoro-author-card img.avatar,
.asoro-author-card .avatar {
  aspect-ratio: 1 / 1;
  border: 3px solid #ffffff;
  border-radius: 999px !important;
  box-shadow: 0 0 0 1px rgba(47, 111, 94, 0.2), 0 10px 24px rgba(17, 24, 39, 0.14);
  display: block;
  height: 78px !important;
  max-height: 78px !important;
  max-width: 78px !important;
  object-fit: cover;
  width: 78px !important;
}

.asoro-author-card .wp-block-post-author__byline {
  color: var(--asoro-primary);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.asoro-author-card .wp-block-post-author__name {
  color: var(--asoro-ink);
  display: block;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 0.45rem;
}

.asoro-author-card .wp-block-post-author__name a {
  color: var(--asoro-ink) !important;
  text-decoration: none !important;
}

.asoro-author-card .wp-block-post-author__name a:hover {
  color: var(--asoro-primary) !important;
}

.asoro-author-card .wp-block-post-author__bio {
  color: #46564e;
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 0;
  max-width: 62ch;
}

.asoro-related-guides {
  margin: clamp(3rem, 6vw, 5rem) auto;
  padding-inline: var(--wp--preset--spacing--40);
}

.asoro-related-guides__inner {
  margin-inline: auto;
  max-width: 1040px;
}

.asoro-section-label {
  color: var(--asoro-primary);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.asoro-related-guides__title {
  color: var(--asoro-ink);
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 1.5rem;
  max-width: 640px;
}

.asoro-related-guides__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asoro-related-guide-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.1rem;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.08);
  overflow: hidden;
}

.asoro-related-guide-card__image-link {
  display: block;
}

.asoro-related-guide-card__image {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #e8f1ed, #f6ecda);
  display: block;
  object-fit: cover;
  width: 100%;
}

.asoro-related-guide-card__content {
  padding: 1rem;
}

.asoro-related-guide-card__title {
  font-size: 1rem;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.asoro-related-guide-card__title a {
  color: var(--asoro-ink) !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__title a:hover {
  color: var(--asoro-primary) !important;
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
}

.asoro-related-guide-card__link {
  color: var(--asoro-primary) !important;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.asoro-single-email-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 237, 246, 0.75), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(250, 226, 194, 0.68), transparent 30%),
    radial-gradient(circle at 45% 80%, rgba(224, 239, 229, 0.78), transparent 38%),
    #f7f3ea;
  border-top: 1px solid rgba(17, 24, 39, 0.05);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(4rem, 7vw, 6rem) var(--wp--preset--spacing--40);
}

.asoro-single-email-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.35rem;
  box-shadow: 0 18px 45px rgba(20, 28, 38, 0.1);
  margin-inline: auto;
  max-width: 900px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
}

.asoro-email-title {
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-top: 0;
}

.asoro-email-form-placeholder {
  background: #fbfaf6;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(20, 28, 38, 0.07);
  padding: 1.25rem;
}

.asoro-email-form-placeholder h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  margin-top: 0;
}

.asoro-email-form-placeholder p {
  color: #4b5563;
  font-size: 0.92rem;
  margin-top: 0;
}

@media (max-width: 782px) {
  .asoro-single-content {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .asoro-related-guides__grid {
    grid-template-columns: 1fr;
  }

  .asoro-author-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .asoro-author-card .wp-block-post-author__avatar {
    justify-self: center;
  }
}

/* Final single guide polish: top meta removal, featured image, related guides. */
.asoro-single-author-line {
  display: none !important;
}

.asoro-single-featured-image {
  max-width: 860px;
}

.asoro-single-featured-wrap {
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.asoro-related-guides {
  margin: clamp(3rem, 5vw, 4.5rem) auto;
}

.asoro-related-guides__inner {
  max-width: 1120px;
}

.asoro-related-guides .asoro-section-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--asoro-primary);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.asoro-related-guides__title {
  max-width: 620px;
  margin: 0 0 1.4rem;
  color: var(--asoro-ink);
  font-size: clamp(1.55rem, 2.1vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.asoro-related-guides__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.asoro-related-guide-card {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 26px rgba(20, 28, 38, 0.075);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.asoro-related-guide-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(20, 28, 38, 0.11);
}

.asoro-related-guide-card__image-link {
  display: block;
  overflow: hidden;
}

.asoro-related-guide-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(135deg, #e8f1ed, #f6ecda);
  transition: transform 180ms ease;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image {
  transform: scale(1.025);
}

.asoro-related-guide-card__content {
  padding: 0.9rem 0.95rem 1rem;
}

.asoro-related-guide-card__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.asoro-related-guide-card__title a {
  color: var(--asoro-ink) !important;
  font-weight: 800;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-primary) !important;
  text-decoration-thickness: 2px !important;
}

.asoro-related-guide-card__link {
  display: none !important;
}

@media (max-width: 1024px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .asoro-single-featured-image {
    max-width: 100%;
  }

  .asoro-related-guides__grid {
    grid-template-columns: 1fr;
  }
}

/* Related guides compact row: four small thumbnails with linked titles underneath. */
.asoro-related-guides {
  margin: clamp(2.75rem, 5vw, 4rem) auto !important;
  padding-inline: 1.25rem;
}

.asoro-related-guides__inner {
  max-width: 980px !important;
  margin-inline: auto;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.9rem !important;
  align-items: start;
}

.asoro-related-guide-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.asoro-related-guide-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.asoro-related-guide-card__image-link {
  display: block !important;
  overflow: hidden !important;
  border-radius: 0.75rem !important;
  background: #f4efe4;
  box-shadow: 0 8px 20px rgba(20, 28, 38, 0.08);
}

.asoro-related-guide-card__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  transition: transform 180ms ease;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image {
  transform: scale(1.02) !important;
}

.asoro-related-guide-card__content {
  padding: 0.65rem 0 0 !important;
}

.asoro-related-guide-card__title {
  margin: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
}

.asoro-related-guide-card__title a {
  color: var(--asoro-ink) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-primary) !important;
  text-decoration-thickness: 2px !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Related guides square thumbnails: compact 4-across row. */
.asoro-related-guides__inner {
  max-width: 920px !important;
}

.asoro-related-guides__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

.asoro-related-guide-card__image-link {
  aspect-ratio: 1 / 1 !important;
  border-radius: 0.85rem !important;
}

.asoro-related-guide-card__image {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.asoro-related-guide-card__content {
  padding-top: 0.6rem !important;
}

.asoro-related-guide-card__title {
  font-size: 0.88rem !important;
  line-height: 1.25 !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Related guides final layout: 4 rectangular thumbnails in one row, title underneath. */
.asoro-related-guides {
  margin: clamp(2.75rem, 5vw, 4rem) auto !important;
  padding-inline: 1.25rem !important;
}

.asoro-related-guides__inner {
  max-width: 1060px !important;
  margin-inline: auto !important;
}

.asoro-related-guides__subtitle {
  display: block !important;
  margin: 0 0 0.45rem !important;
  color: var(--asoro-primary) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.asoro-related-guides__title {
  margin: 0 0 1.6rem !important;
  color: var(--asoro-ink) !important;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
  align-items: start !important;
}

.asoro-related-guide-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
}

.asoro-related-guide-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.asoro-related-guide-card__image-link {
  display: block !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 0.15rem !important;
  background: #f4efe4 !important;
  box-shadow: none !important;
}

.asoro-related-guide-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  transition: transform 180ms ease !important;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image {
  transform: none !important;
}

.asoro-related-guide-card__content {
  padding: 0.75rem 0 0 !important;
}

.asoro-related-guide-card__title {
  margin: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  letter-spacing: -0.01em !important;
}

.asoro-related-guide-card__title a {
  color: var(--asoro-ink) !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(36, 95, 80, 0.35) !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-primary) !important;
  border-bottom-color: currentColor !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Single guide spacing and left-aligned title polish. */
.asoro-single-hero {
  text-align: left !important;
  padding-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

.asoro-single-title {
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

.asoro-single-featured-wrap {
  padding-top: 0 !important;
  padding-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

.asoro-single-featured-image {
  margin-bottom: 0 !important;
}

.asoro-single-content-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.asoro-single-content > :first-child {
  margin-top: 0 !important;
}

/* Single guide editorial header: image first, then title/content alignment. */
.asoro-single-featured-wrap {
  padding-top: clamp(2.25rem, 4vw, 3.5rem) !important;
  padding-bottom: clamp(1.1rem, 2.2vw, 1.75rem) !important;
}

.asoro-single-featured-image {
  max-width: 860px !important;
  margin: 0 auto !important;
}

.asoro-single-hero {
  text-align: center !important;
  padding-top: clamp(0.75rem, 1.5vw, 1.25rem) !important;
  padding-bottom: clamp(1.4rem, 2.8vw, 2rem) !important;
}

.asoro-single-title {
  max-width: 740px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  line-height: 1.05 !important;
}

.asoro-single-category {
  margin-bottom: 0.7rem !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--asoro-green);
}

.asoro-single-category a {
  color: inherit !important;
  text-decoration: none !important;
}

.asoro-single-content-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* v2.4 homepage email width and pillar hover reset */
/* Match the newsletter section width to the other homepage sections. */
.asoro-newsletter-panel {
  max-width: 1160px !important;
}

/* Keep the content pillar cards static on hover. */
.asoro-pillar-card {
  transition: none !important;
}

.asoro-pillar-card:hover {
  transform: none !important;
  border-color: rgba(17, 24, 39, 0.09) !important;
  box-shadow: var(--asoro-shadow-soft) !important;
}

.asoro-pillar-card:hover .asoro-pillar-title a {
  color: var(--asoro-ink) !important;
}

.asoro-pillar-card:hover .asoro-pillar-title a::after {
  content: none !important;
}

/* v2.5 post and page typography refinements */
/* Reduce H2 headings inside post and standard page content only. */
.asoro-single-content h2,
body.page:not(.home) .wp-block-post-content h2 {
  font-size: clamp(1.38rem, 1.65vw, 1.72rem) !important;
  line-height: 1.22 !important;
}

/* Make standard page body content match single post/guide body content. */
body.page:not(.home) .wp-block-post-content {
  color: #202938;
  font-size: clamp(1.02rem, 1.08vw, 1.1rem) !important;
  line-height: 1.78 !important;
}

body.page:not(.home) .wp-block-post-content p {
  margin-bottom: 1.35em;
}

/* v2.6 homepage stay-in-touch layout refinement */
/* Keep the wider newsletter panel, but give the inner content a more deliberate layout. */
.asoro-newsletter-panel {
  padding: clamp(2.15rem, 4vw, 3.6rem) clamp(1.5rem, 4.2vw, 3.75rem) !important;
}

.asoro-newsletter-panel .wp-block-columns {
  align-items: center !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  margin-bottom: 0 !important;
}

.asoro-newsletter-panel .wp-block-column:first-child {
  flex-basis: 52% !important;
}

.asoro-newsletter-panel .wp-block-column:last-child {
  flex-basis: 48% !important;
}

.asoro-newsletter-panel .asoro-section-kicker {
  margin-bottom: 0.75rem !important;
}

.asoro-newsletter-panel h2 {
  max-width: 560px;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: clamp(1.7rem, 2.35vw, 2.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.asoro-newsletter-panel .asoro-newsletter-copy {
  max-width: 560px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: clamp(1rem, 1vw, 1.06rem) !important;
  line-height: 1.68 !important;
}

.asoro-newsletter-card {
  max-width: 455px;
  margin-left: auto !important;
  padding: clamp(1.35rem, 2.4vw, 2rem) !important;
}

.asoro-newsletter-card h3 {
  margin-bottom: 0.55rem !important;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem) !important;
  line-height: 1.25 !important;
}

.asoro-newsletter-card > p {
  max-width: 34rem;
  margin-bottom: 1.05rem !important;
  line-height: 1.55 !important;
}

.asoro-newsletter-placeholder {
  margin-top: 1rem !important;
  padding: clamp(0.9rem, 1.8vw, 1.2rem) !important;
}

@media (max-width: 781px) {
  .asoro-newsletter-panel {
    padding: clamp(1.5rem, 7vw, 2.25rem) !important;
  }

  .asoro-newsletter-panel .wp-block-columns {
    gap: 1.6rem !important;
  }

  .asoro-newsletter-panel .wp-block-column:first-child,
  .asoro-newsletter-panel .wp-block-column:last-child {
    flex-basis: 100% !important;
  }

  .asoro-newsletter-panel h2,
  .asoro-newsletter-panel .asoro-newsletter-copy {
    max-width: none;
  }

  .asoro-newsletter-card {
    max-width: none;
    margin-left: 0 !important;
  }
}

/* v2.7 homepage stay-in-touch feature layout */
/* Make the wider newsletter area feel intentional, with less side whitespace and a stronger form panel. */
.asoro-newsletter-band {
  background:
    radial-gradient(circle at 8% 20%, rgba(244,162,89,0.22), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(47,111,94,0.14), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #eef7f3 52%, #f7fbf8 100%) !important;
}

.asoro-newsletter-band:before {
  inset: 1rem !important;
  border-color: rgba(47,111,94,0.16) !important;
}

.asoro-newsletter-panel {
  position: relative;
  overflow: hidden;
  max-width: 1160px !important;
  padding: clamp(1.75rem, 3.2vw, 3rem) clamp(1.15rem, 2.5vw, 2.35rem) !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.56)) !important;
  border: 1px solid rgba(47,111,94,0.14) !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 70px rgba(17,24,39,0.08) !important;
}

.asoro-newsletter-panel:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -100px;
  border-radius: 999px;
  background: rgba(244,162,89,0.18);
  pointer-events: none;
}

.asoro-newsletter-panel .wp-block-columns {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(1.6rem, 3vw, 3rem) !important;
  align-items: center !important;
}

.asoro-newsletter-panel .wp-block-column:first-child,
.asoro-newsletter-panel .wp-block-column:last-child {
  flex-basis: auto !important;
}

.asoro-newsletter-panel .wp-block-column:first-child {
  padding-left: 0 !important;
}

.asoro-newsletter-panel .asoro-section-kicker {
  margin-bottom: 0.65rem !important;
}

.asoro-newsletter-panel h2 {
  max-width: 500px !important;
  margin-bottom: 0.9rem !important;
  font-size: clamp(1.72rem, 2.45vw, 2.35rem) !important;
  line-height: 1.06 !important;
}

.asoro-newsletter-panel .asoro-newsletter-copy {
  max-width: 500px !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  line-height: 1.65 !important;
}

.asoro-newsletter-card {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  padding: clamp(1.5rem, 2.6vw, 2.25rem) !important;
  background: #ffffff !important;
  border: 1px solid rgba(47,111,94,0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(17,24,39,0.11) !important;
}

.asoro-newsletter-card h3 {
  font-size: clamp(1.14rem, 1.35vw, 1.28rem) !important;
  margin-bottom: 0.65rem !important;
}

.asoro-newsletter-card > p {
  max-width: 42rem !important;
  margin-bottom: 1.15rem !important;
  font-size: 0.98rem !important;
}

.asoro-newsletter-placeholder {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.05rem !important;
  padding: clamp(1.15rem, 2.3vw, 1.65rem) !important;
  background: linear-gradient(135deg, #f4faf6, #eef7f3) !important;
  border: 1px dashed rgba(47,111,94,0.32) !important;
  border-radius: 18px !important;
}

@media (max-width: 900px) {
  .asoro-newsletter-panel .wp-block-columns {
    display: flex !important;
    gap: 1.8rem !important;
  }

  .asoro-newsletter-panel .wp-block-column:first-child,
  .asoro-newsletter-panel .wp-block-column:last-child {
    flex-basis: 100% !important;
  }

  .asoro-newsletter-panel h2,
  .asoro-newsletter-panel .asoro-newsletter-copy {
    max-width: none !important;
  }
}

@media (max-width: 600px) {
  .asoro-newsletter-panel {
    padding: 1.35rem !important;
    border-radius: 24px !important;
  }

  .asoro-newsletter-card {
    padding: 1.2rem !important;
  }
}

/* v2.8 homepage stay-in-touch layout tightening */
/* Remove decorative graphic and give the text/form areas more of the available width. */
.asoro-newsletter-panel:after {
  content: none !important;
  display: none !important;
}

.asoro-newsletter-panel {
  padding: clamp(1.4rem, 2.2vw, 2.35rem) clamp(0.95rem, 1.6vw, 1.55rem) !important;
}

.asoro-newsletter-panel .wp-block-columns {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1.28fr) !important;
  gap: clamp(1.15rem, 2vw, 2.1rem) !important;
}

.asoro-newsletter-panel h2 {
  max-width: 620px !important;
}

.asoro-newsletter-panel .asoro-newsletter-copy {
  max-width: 620px !important;
}

.asoro-newsletter-card {
  padding: clamp(1.35rem, 2.2vw, 2rem) !important;
}

.asoro-newsletter-placeholder {
  min-height: 118px !important;
}

@media (max-width: 900px) {
  .asoro-newsletter-panel {
    padding: 1.35rem !important;
  }

  .asoro-newsletter-panel .wp-block-columns {
    gap: 1.3rem !important;
  }
}

/* v2.9 homepage stay-in-touch balanced two-column layout */
/* Give the title/description more room, move the form right, and create an even gap between the two content areas. */
.asoro-newsletter-panel {
  padding: clamp(1.7rem, 2.8vw, 3rem) clamp(1.35rem, 2.4vw, 2.25rem) !important;
}

.asoro-newsletter-panel .wp-block-columns {
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr) !important;
  column-gap: clamp(2.4rem, 5vw, 4.75rem) !important;
  row-gap: 2rem !important;
  align-items: center !important;
}

.asoro-newsletter-panel .wp-block-column:first-child {
  justify-self: start !important;
  width: 100% !important;
  max-width: 650px !important;
  padding-left: 0 !important;
}

.asoro-newsletter-panel .wp-block-column:last-child {
  justify-self: end !important;
  width: 100% !important;
  max-width: 500px !important;
}

.asoro-newsletter-panel h2 {
  max-width: 640px !important;
  margin-bottom: 1rem !important;
}

.asoro-newsletter-panel .asoro-newsletter-copy {
  max-width: 610px !important;
}

.asoro-newsletter-card {
  width: 100% !important;
  max-width: 500px !important;
  margin-left: auto !important;
  padding: clamp(1.5rem, 2.5vw, 2.15rem) !important;
}

.asoro-newsletter-placeholder {
  min-height: 124px !important;
}

@media (max-width: 900px) {
  .asoro-newsletter-panel {
    padding: 1.45rem !important;
  }

  .asoro-newsletter-panel .wp-block-columns {
    column-gap: 0 !important;
    row-gap: 1.5rem !important;
  }

  .asoro-newsletter-panel .wp-block-column:first-child,
  .asoro-newsletter-panel .wp-block-column:last-child,
  .asoro-newsletter-card {
    justify-self: stretch !important;
    max-width: none !important;
  }
}

/* v2.10 homepage stay-in-touch layout correction */
/* Use more of the panel width, give the text area a wider column, and push the form to the right without large side gutters. */
.asoro-newsletter-band {
  padding-left: clamp(1rem, 2vw, 1.5rem) !important;
  padding-right: clamp(1rem, 2vw, 1.5rem) !important;
}

.asoro-newsletter-panel {
  max-width: 1160px !important;
  width: 100% !important;
  padding: clamp(1.65rem, 2.6vw, 2.6rem) clamp(0.9rem, 1.4vw, 1.25rem) !important;
}

.asoro-newsletter-panel .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.64fr) !important;
  column-gap: clamp(2.75rem, 5.2vw, 4.5rem) !important;
  row-gap: 2rem !important;
  width: 100% !important;
  align-items: center !important;
}

.asoro-newsletter-panel .wp-block-column:first-child {
  justify-self: start !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.asoro-newsletter-panel .wp-block-column:last-child {
  justify-self: end !important;
  width: 100% !important;
  max-width: 460px !important;
  margin-left: auto !important;
}

.asoro-newsletter-panel h2 {
  max-width: none !important;
  width: 100% !important;
  font-size: clamp(1.55rem, 2.15vw, 2rem) !important;
}

.asoro-newsletter-panel .asoro-newsletter-copy {
  max-width: 720px !important;
  width: 100% !important;
}

.asoro-newsletter-card {
  width: 100% !important;
  max-width: 460px !important;
  margin-left: auto !important;
}

@media (max-width: 900px) {
  .asoro-newsletter-band {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .asoro-newsletter-panel {
    padding: 1.35rem !important;
  }

  .asoro-newsletter-panel .wp-block-columns {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
  }

  .asoro-newsletter-panel .wp-block-column:first-child,
  .asoro-newsletter-panel .wp-block-column:last-child,
  .asoro-newsletter-card {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

/* v2.11 homepage stay-in-touch actual layout fix */
/* The previous changes were being limited by the constrained inner Columns block. This forces the columns to use the full panel width. */
.asoro-newsletter-panel > .wp-block-columns,
.asoro-newsletter-panel .asoro-newsletter-columns {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.asoro-newsletter-panel {
  padding: clamp(1.6rem, 2.4vw, 2.5rem) clamp(0.65rem, 1vw, 0.95rem) !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(420px, 0.8fr) !important;
  column-gap: clamp(2.25rem, 4vw, 3.75rem) !important;
  row-gap: 2rem !important;
  align-items: center !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns > .wp-block-column:first-child {
  width: 100% !important;
  max-width: none !important;
  justify-self: start !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns > .wp-block-column:last-child {
  width: 100% !important;
  max-width: 470px !important;
  justify-self: end !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns h2 {
  max-width: 760px !important;
  width: 100% !important;
  margin-right: 0 !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns .asoro-newsletter-copy {
  max-width: 760px !important;
  width: 100% !important;
}

.asoro-newsletter-panel .asoro-newsletter-columns .asoro-newsletter-card {
  width: 100% !important;
  max-width: 470px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 900px) {
  .asoro-newsletter-panel .asoro-newsletter-columns {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 1.5rem !important;
  }

  .asoro-newsletter-panel .asoro-newsletter-columns > .wp-block-column:first-child,
  .asoro-newsletter-panel .asoro-newsletter-columns > .wp-block-column:last-child,
  .asoro-newsletter-panel .asoro-newsletter-columns .asoro-newsletter-card {
    max-width: none !important;
    justify-self: stretch !important;
    margin-left: 0 !important;
  }
}


/* v2.12 layout refinements: newsletter balance, desktop sticky header, pillar spacing, shared homepage background */

/* Use the same soft background treatment for the content areas and newsletter band. */
.asoro-pillars-wrap,
.asoro-newsletter-band {
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
}

.asoro-pillars-wrap {
  border-bottom: 0 !important;
}

.asoro-newsletter-band {
  border-top: 0 !important;
}

/* Newsletter: make the form area roomier and reduce the middle gutter. */
.asoro-newsletter-panel {
  max-width: 1160px !important;
  padding: clamp(1.5rem, 2.4vw, 2.25rem) !important;
}

.asoro-newsletter-columns {
  width: 100% !important;
  max-width: none !important;
  gap: clamp(1.75rem, 3vw, 3rem) !important;
  align-items: center !important;
}

.asoro-newsletter-columns > .wp-block-column:first-child {
  flex-basis: 56% !important;
  max-width: 660px !important;
}

.asoro-newsletter-columns > .wp-block-column:last-child {
  flex-basis: 44% !important;
  max-width: 460px !important;
  margin-left: auto !important;
}

.asoro-newsletter-card {
  width: 100% !important;
  padding: clamp(1.5rem, 2.35vw, 2rem) !important;
}

.asoro-newsletter-placeholder {
  padding: clamp(1.15rem, 2vw, 1.5rem) !important;
}

/* Desktop-only sticky header. The admin bar offset prevents overlap when logged in. */
@media (min-width: 1024px) {
  .wp-site-blocks > header,
  body > header.wp-block-template-part {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
  }

  body.admin-bar .wp-site-blocks > header,
  body.admin-bar > header.wp-block-template-part {
    top: 32px !important;
  }
}

@media (max-width: 1023px) {
  .wp-site-blocks > header,
  body > header.wp-block-template-part {
    position: static !important;
  }
}

/* Content area cards: tighten title-to-description spacing and add a touch more breathing room below descriptions. */
.asoro-pillar-title {
  margin-bottom: 0.4rem !important;
}

.asoro-pillar-title + .asoro-pillar-description,
.asoro-pillar-description {
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
  padding-bottom: 0.2rem !important;
}

@media (max-width: 781px) {
  .asoro-newsletter-panel {
    padding: 1.35rem !important;
  }

  .asoro-newsletter-columns {
    gap: 1.5rem !important;
  }

  .asoro-newsletter-columns > .wp-block-column:first-child,
  .asoro-newsletter-columns > .wp-block-column:last-child {
    flex-basis: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
  }
}

/* v2.13 sticky header fix: target the actual block template wrapper and remove the admin-bar gap. */
@media (min-width: 1024px) {
  .wp-site-blocks {
    overflow-x: clip;
  }

  .wp-site-blocks > .wp-block-template-part,
  .wp-site-blocks > header,
  header.wp-block-template-part {
    position: sticky !important;
    top: 0 !important;
    z-index: 9990 !important;
  }

  body.admin-bar .wp-site-blocks > .wp-block-template-part,
  body.admin-bar .wp-site-blocks > header,
  body.admin-bar header.wp-block-template-part {
    top: 0 !important;
  }

  .asoro-header {
    position: relative;
    z-index: 9991;
  }

  #wpadminbar {
    z-index: 99999;
  }
}

@media (max-width: 1023px) {
  .wp-site-blocks > .wp-block-template-part,
  .wp-site-blocks > header,
  header.wp-block-template-part,
  .asoro-header {
    position: static !important;
    top: auto !important;
  }
}


/* v2.14 pillar link clarity */
.asoro-pillar-title a {
  color: var(--asoro-primary) !important;
  text-decoration: none;
}

.asoro-pillar-title a:hover {
  color: var(--asoro-ink) !important;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.asoro-pillar-image a {
  display: block;
  border-radius: inherit;
}

.asoro-pillar-image a:focus-visible {
  outline: 3px solid var(--asoro-primary);
  outline-offset: 3px;
}

.asoro-pillar-image img {
  display: block;
}

/* v2.14 override earlier pillar hover reset so titles stay link-coloured. */
.asoro-pillar-card:hover .asoro-pillar-title a {
  color: var(--asoro-primary) !important;
}

.asoro-pillar-card .asoro-pillar-title a:hover,
.asoro-pillar-card:hover .asoro-pillar-title a:hover {
  color: var(--asoro-ink) !important;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.asoro-pillar-image a {
  cursor: pointer;
}

/* v1.0.15 requested updates: resizable logo, newsletter contrast, mobile navigation, and tighter guide spacing */

/* Allow the Site Logo block width control in the editor to control the logo size. */
.wp-block-site-logo img,
.asoro-header .wp-block-site-logo img,
.asoro-footer .wp-block-site-logo img {
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
}

/* Keep the Stay in touch band on the same warm surface as the hero. */
.asoro-newsletter-band {
  background: var(--asoro-surface) !important;
  border-top: 1px solid rgba(17, 24, 39, 0.05) !important;
  border-bottom: 0 !important;
}

.asoro-newsletter-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Make the signup/widget card stand out against the warm section background. */
.asoro-newsletter-card {
  background: #f1f5f2 !important;
  border: 1px solid rgba(47, 111, 94, 0.16) !important;
  border-radius: 22px !important;
  box-shadow: var(--asoro-shadow-soft) !important;
}

.asoro-newsletter-placeholder {
  background: #ffffff !important;
  border: 1px dashed rgba(47, 111, 94, 0.28) !important;
}

/* Bring Latest Guides up a little without making the section feel cramped. */
.asoro-guides-section {
  padding-top: clamp(3.15rem, 4.8vw, 4.1rem) !important;
}

.asoro-guides-query {
  margin-top: clamp(1.35rem, 2.4vw, 1.9rem) !important;
}

/* Make the navigation overlay usable on mobile and tablet widths. */
@media (max-width: 900px) {
  .asoro-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .asoro-header .wp-block-navigation__responsive-container-open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
  }

  .asoro-header .wp-block-navigation__responsive-container-open svg,
  .asoro-header .wp-block-navigation__responsive-container-close svg {
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .asoro-header .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    background: #050505 !important;
    color: #ffffff !important;
    padding: 1.25rem !important;
    z-index: 999999 !important;
  }

  .asoro-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 3.25rem !important;
  }

  .asoro-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start !important;
    gap: 0.85rem !important;
    width: 100%;
  }

  .asoro-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
  .asoro-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100%;
  }

  .asoro-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: #ffffff !important;
    display: block;
    padding: 0.75rem 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.35 !important;
  }

  .asoro-header .wp-block-navigation__responsive-container-close {
    color: #ffffff !important;
    top: 1.15rem !important;
    right: 1.15rem !important;
  }
}



/* v2.16 homepage continuity: keep Start Your Journey Here and Latest Guides on one uninterrupted background. */
.asoro-pillars-wrap,
.asoro-guides-section {
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.asoro-guides-section.has-surface-alt-background-color,
.asoro-guides-section.has-background {
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
}

/* Remove the visual break between the two homepage sections while keeping comfortable spacing. */
.asoro-pillars-wrap {
  padding-bottom: clamp(3rem, 5vw, 4.4rem) !important;
}

.asoro-guides-section {
  margin-top: 0 !important;
  padding-top: clamp(2.2rem, 3.8vw, 3.25rem) !important;
}


/* v1.0.17 requested updates: tighter Stay in touch spacing and front-end logo resizing fix. */
.asoro-newsletter-band {
  padding-top: clamp(2.55rem, 4vw, 3.45rem) !important;
  padding-bottom: clamp(2.55rem, 4vw, 3.45rem) !important;
}

.asoro-newsletter-panel {
  padding-top: clamp(2rem, 3.2vw, 2.75rem) !important;
  padding-bottom: clamp(2rem, 3.2vw, 2.75rem) !important;
}

/* Remove forced theme logo widths so the editor's Site Logo width control is reflected on the front end. */
.asoro-header .wp-block-site-logo,
.asoro-footer .wp-block-site-logo {
  width: auto;
  max-width: none;
}

.asoro-header .wp-block-site-logo img,
.asoro-header .custom-logo,
.asoro-footer .wp-block-site-logo img,
.asoro-footer .custom-logo {
  width: auto;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 700px) {
  .asoro-header .wp-block-site-logo,
  .asoro-footer .wp-block-site-logo {
    width: auto;
  }
}


/* v1.0.18 editor-only logo preview fix: keep the Site Logo from overflowing the header in the Site Editor.
   Front-end logo sizing still follows the Site Logo width setting. */
.editor-styles-wrapper .asoro-header .wp-block-site-logo {
  display: flex !important;
  align-items: center !important;
  max-height: 58px !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.editor-styles-wrapper .asoro-header .wp-block-site-logo img,
.editor-styles-wrapper .asoro-header .custom-logo {
  display: block !important;
  width: auto !important;
  max-width: 180px !important;
  max-height: 52px !important;
  height: auto !important;
  object-fit: contain !important;
}

.editor-styles-wrapper .asoro-header .wp-block-site-logo .custom-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0 !important;
}


/* v1.0.19 homepage continuity fix: use one parent background for Start Your Journey Here and Latest Guides.
   Applying the gradient to each section separately made the two sections still look different because the gradient restarted. */
.asoro-home-content-band {
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asoro-home-content-band > .asoro-pillars-wrap,
.asoro-home-content-band > .asoro-guides-section,
.asoro-home-content-band .asoro-pillars-wrap,
.asoro-home-content-band .asoro-guides-section {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.asoro-home-content-band .asoro-pillars-wrap {
  padding-bottom: clamp(2.6rem, 4.3vw, 3.8rem) !important;
}

.asoro-home-content-band .asoro-guides-section {
  margin-top: 0 !important;
  padding-top: clamp(1.8rem, 3vw, 2.6rem) !important;
}


/* v1.0.20 homepage background correction: use a flat shared background colour for Start Your Journey Here and Latest Guides.
   This avoids the two-section look caused by separate gradients restarting or by saved Site Editor templates not using the wrapper markup. */
.asoro-pillars-wrap,
.asoro-guides-section,
.asoro-home-content-band {
  background: #f6fbf8 !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.asoro-pillars-wrap,
.asoro-guides-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asoro-pillars-wrap + .asoro-guides-section,
.asoro-home-content-band .asoro-guides-section {
  margin-top: 0 !important;
  padding-top: clamp(1.6rem, 2.6vw, 2.35rem) !important;
}

.asoro-home-content-band > .asoro-pillars-wrap,
.asoro-home-content-band > .asoro-guides-section,
.asoro-home-content-band .asoro-pillars-wrap,
.asoro-home-content-band .asoro-guides-section {
  background: transparent !important;
  background-image: none !important;
}


/* v1.0.21 homepage background fix: force Start Your Journey Here and Latest Guides to the same pale green, no gradients.
   This also covers saved Site Editor templates by targeting the section classes directly, not only the wrapper. */
:root {
  --asoro-home-pale-green: #f1f5f2;
}

html body .asoro-home-content-band,
html body .asoro-pillars-wrap,
html body .asoro-guides-section,
html body .asoro-home-content-band.alignfull,
html body .asoro-pillars-wrap.alignfull,
html body .asoro-guides-section.alignfull,
html body .asoro-pillars-wrap.has-background,
html body .asoro-guides-section.has-background,
html body .has-surface-alt-background-color.asoro-pillars-wrap,
html body .has-surface-alt-background-color.asoro-guides-section {
  background: var(--asoro-home-pale-green) !important;
  background-color: var(--asoro-home-pale-green) !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body .asoro-home-content-band > .asoro-pillars-wrap,
html body .asoro-home-content-band > .asoro-guides-section,
html body .asoro-home-content-band .asoro-pillars-wrap,
html body .asoro-home-content-band .asoro-guides-section {
  background: var(--asoro-home-pale-green) !important;
  background-color: var(--asoro-home-pale-green) !important;
  background-image: none !important;
}

html body .asoro-pillars-wrap + .asoro-guides-section,
html body .asoro-home-content-band .asoro-guides-section {
  margin-top: 0 !important;
  padding-top: clamp(1.5rem, 2.4vw, 2.25rem) !important;
}

.editor-styles-wrapper .asoro-home-content-band,
.editor-styles-wrapper .asoro-pillars-wrap,
.editor-styles-wrapper .asoro-guides-section {
  background: var(--asoro-home-pale-green) !important;
  background-color: var(--asoro-home-pale-green) !important;
  background-image: none !important;
}

/* v1.0.22 editorial single post template */
.asoro-single-main-v22 {
  background: #fbfaf6;
}

.asoro-single-hero-v22 {
  background: #f7f3ea;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  padding: clamp(2.8rem, 5vw, 5rem) var(--wp--preset--spacing--40) clamp(2.2rem, 4vw, 4rem);
}

.asoro-single-hero-grid-v22 {
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  margin-bottom: 0 !important;
}

.asoro-single-hero-copy-v22 {
  max-width: 620px;
}

.asoro-single-title-v22 {
  margin: 0.35rem 0 1rem !important;
  max-width: 680px !important;
  text-align: left !important;
}

.asoro-single-excerpt-v22,
.asoro-single-excerpt-v22 p {
  color: #4b5b52;
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  line-height: 1.65;
  margin: 0 0 1.15rem;
  max-width: 58ch;
}

.asoro-single-excerpt-v22 .wp-block-post-excerpt__more-text {
  display: none;
}

.asoro-single-meta-v22 {
  align-items: center;
  color: #52645b;
  display: flex;
  font-size: 0.92rem;
  gap: 0.35rem !important;
  margin-top: 1.2rem;
}

.asoro-single-meta-v22 p,
.asoro-single-author-name-v22 {
  margin: 0 !important;
}

.asoro-single-author-name-v22 {
  color: var(--asoro-ink);
  font-weight: 800;
}

.asoro-single-featured-image-v22 {
  margin: 0 !important;
  max-width: none !important;
}

.asoro-single-featured-image-v22 img {
  aspect-ratio: 4 / 3;
  border-radius: 24px !important;
  box-shadow: 0 24px 55px rgba(20, 28, 38, 0.14);
  object-fit: cover;
  width: 100%;
}

.asoro-single-body-shell-v22 {
  padding: clamp(3rem, 6vw, 5.25rem) var(--wp--preset--spacing--40) 0;
}

.asoro-single-body-grid-v22 {
  align-items: flex-start !important;
  gap: clamp(2rem, 5vw, 4rem) !important;
  margin-bottom: 0 !important;
}

.asoro-single-content-col-v22 {
  flex-basis: minmax(0, 740px) !important;
  min-width: 0;
}

.asoro-single-sidebar-col-v22 {
  flex: 0 0 280px !important;
}

.asoro-single-sidebar-v22 {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6rem;
}

.asoro-single-sidebar-card-v22 {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.07);
  padding: 1.2rem;
}

.asoro-single-guide-list-v22 {
  color: #34443c;
  font-size: 0.94rem;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.asoro-single-guide-list-v22 li {
  border-top: 1px solid rgba(17, 24, 39, 0.07);
  padding: 0.65rem 0;
}

.asoro-single-guide-list-v22 li:first-child {
  border-top: 0;
  padding-top: 0.2rem;
}

.asoro-single-guide-list-v22 li::before {
  color: var(--asoro-primary);
  content: "•";
  font-weight: 900;
  margin-right: 0.45rem;
}

.asoro-single-newsletter-card-v22 {
  background: #eef4ef;
}

.asoro-single-sidebar-title-v22 {
  color: var(--asoro-ink);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 0.6rem;
}

.asoro-single-newsletter-card-v22 p:not(.asoro-section-label) {
  color: #46564e;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.asoro-single-content {
  max-width: 740px;
}

.asoro-single-content blockquote,
.asoro-single-content .wp-block-quote,
.asoro-single-content .wp-block-pullquote {
  background: #eef4ef;
  border: 1px solid rgba(47, 111, 94, 0.16);
  border-left: 4px solid var(--asoro-primary);
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(20, 28, 38, 0.05);
  color: #26352e;
  margin: 2rem 0;
  padding: 1.2rem 1.35rem;
}

.asoro-author-card-wrap {
  margin-top: clamp(2.5rem, 5vw, 4rem) !important;
}

.asoro-related-guides {
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 960px) {
  .asoro-single-hero-grid-v22,
  .asoro-single-body-grid-v22 {
    display: block !important;
  }

  .asoro-single-hero-copy-v22 {
    max-width: 760px;
  }

  .asoro-single-title-v22 {
    max-width: 760px !important;
  }

  .asoro-single-hero-image-col-v22 {
    margin-top: 2rem;
  }

  .asoro-single-sidebar-v22 {
    margin-top: 2.25rem;
    position: static;
  }

  .asoro-single-sidebar-col-v22 {
    flex-basis: auto !important;
  }

  .asoro-single-guide-card-v22 {
    display: none;
  }
}

@media (max-width: 640px) {
  .asoro-single-hero-v22 {
    padding-top: 2rem;
  }

  .asoro-single-body-shell-v22 {
    padding-top: 2.25rem;
  }

  .asoro-single-meta-v22 {
    font-size: 0.88rem;
  }

  .asoro-single-featured-image-v22 img {
    border-radius: 18px !important;
  }
}


/* v1.0.23 single post layout fix
   Replaces the v1.0.22 columns behaviour with a reliable CSS grid so the post
   content cannot collapse into a narrow vertical column. */
.asoro-single-body-grid-v23 {
  align-items: start;
  display: grid !important;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 740px) 280px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

.asoro-single-content-col-v23 {
  min-width: 0;
  width: 100%;
}

.asoro-single-sidebar-col-v23 {
  min-width: 0;
  width: 100%;
}

.asoro-single-content-col-v23 .asoro-single-content,
.asoro-single-content-col-v23 .entry-content {
  max-width: 740px !important;
  width: 100% !important;
}

.asoro-single-content-col-v23 .asoro-single-content > *,
.asoro-single-content-col-v23 .entry-content > * {
  max-width: 740px !important;
}

.asoro-single-sidebar-col-v23 .asoro-single-sidebar-v22 {
  width: 100%;
}

@media (max-width: 960px) {
  .asoro-single-body-grid-v23 {
    display: block !important;
    max-width: 760px;
  }

  .asoro-single-sidebar-col-v23 {
    margin-top: 2.25rem;
  }
}

@media (max-width: 640px) {
  .asoro-single-body-grid-v23 {
    max-width: 100%;
  }
}


/* v1.0.24 single post article width refinement
   Gives the post body a wider, more comfortable reading column while keeping the sidebar useful on desktop. */
.asoro-single-body-shell-v22 {
  --wp--style--global--content-size: 1200px;
}

.asoro-single-body-grid-v23 {
  gap: clamp(2rem, 4vw, 3.25rem) !important;
  grid-template-columns: minmax(0, 820px) 270px !important;
  max-width: 1200px !important;
}

.asoro-single-content-col-v23,
.asoro-single-content-col-v23 .asoro-single-content,
.asoro-single-content-col-v23 .entry-content,
.asoro-single-content-col-v23 .wp-block-post-content {
  --wp--style--global--content-size: 820px;
  max-width: 820px !important;
  width: 100% !important;
}

.asoro-single-content-col-v23 .asoro-single-content > *,
.asoro-single-content-col-v23 .entry-content > *,
.asoro-single-content-col-v23 .wp-block-post-content > * {
  max-width: 820px !important;
}

.asoro-single-content-col-v23 .asoro-single-content p,
.asoro-single-content-col-v23 .entry-content p,
.asoro-single-content-col-v23 .wp-block-post-content p {
  max-width: 820px !important;
  width: 100% !important;
}

@media (min-width: 961px) {
  .asoro-single-body-shell-v22 {
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }

  .asoro-single-content {
    font-size: 1.05rem;
    line-height: 1.72;
  }
}

@media (max-width: 960px) {
  .asoro-single-body-grid-v23 {
    max-width: 820px !important;
  }
}


/* v1.0.25 single post template refinements
   Aligns article body with the hero title, removes the automatic hero excerpt, replaces the sidebar guide box with a simple email CTA, and keeps author/related guides with the article. */
.asoro-single-hero-copy-v22 .asoro-single-excerpt-v22 {
  display: none !important;
}

.asoro-single-body-shell-v22 {
  --wp--style--global--content-size: 1200px;
}

.asoro-single-body-grid-v23 {
  justify-content: start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.asoro-single-sidebar-v22 {
  gap: 1.15rem;
}

.asoro-single-newsletter-card-v22 {
  padding: 1.35rem !important;
}

.asoro-single-newsletter-card-v22 p:not(.asoro-section-label) {
  margin-bottom: 1rem;
}

.asoro-sidebar-cta-v25 {
  margin-top: 1rem !important;
}

.asoro-sidebar-email-button-v25 .wp-block-button__link {
  background: var(--asoro-primary) !important;
  border: 1px solid var(--asoro-primary) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 850;
  padding: 0.78rem 1rem !important;
  text-decoration: none !important;
}

.asoro-sidebar-email-button-v25 .wp-block-button__link:hover {
  background: #245648 !important;
  border-color: #245648 !important;
}

.asoro-single-after-content-v25 {
  margin-top: clamp(2.75rem, 5vw, 4rem);
}

.asoro-single-after-content-v25 .asoro-author-card-wrap {
  margin-top: 0 !important;
}

.asoro-single-after-content-v25 .asoro-author-card {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 820px !important;
}

.asoro-single-after-content-v25 .asoro-related-guides {
  margin: clamp(2.5rem, 5vw, 4rem) 0 0 !important;
  padding-inline: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 820px !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asoro-single-email-section {
  scroll-margin-top: 6rem;
}

@media (max-width: 960px) {
  .asoro-single-body-grid-v23 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .asoro-single-sidebar-v22 {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .asoro-single-after-content-v25 .asoro-related-guides__grid {
    grid-template-columns: 1fr;
  }
}


/* v1.0.26 single post reading refinements
   Aligns post content with the hero author line, tightens the post-start gap, reduces the hero H1 size, slightly increases article copy size, and matches the bottom email band to the homepage pale green. */
.asoro-single-title-v22 {
  font-size: clamp(2rem, 3.3vw, 3.35rem) !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
  max-width: 640px !important;
}

.asoro-single-body-shell-v22 {
  padding-top: clamp(2rem, 3.4vw, 3.1rem) !important;
}

.asoro-single-body-grid-v23 {
  justify-content: start !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.asoro-single-content-col-v23 .asoro-single-content,
.asoro-single-content-col-v23 .entry-content,
.asoro-single-content-col-v23 .wp-block-post-content {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.asoro-single-content-col-v23 .asoro-single-content > *,
.asoro-single-content-col-v23 .entry-content > *,
.asoro-single-content-col-v23 .wp-block-post-content > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.asoro-single-content,
.asoro-single-content-col-v23 .entry-content,
.asoro-single-content-col-v23 .wp-block-post-content {
  font-size: 1.1rem;
  line-height: 1.76;
}

.asoro-single-content p,
.asoro-single-content li,
.asoro-single-content-col-v23 .entry-content p,
.asoro-single-content-col-v23 .entry-content li,
.asoro-single-content-col-v23 .wp-block-post-content p,
.asoro-single-content-col-v23 .wp-block-post-content li {
  font-size: 1.1rem;
  line-height: 1.76;
}

.asoro-single-content h2,
.asoro-single-content-col-v23 .entry-content h2,
.asoro-single-content-col-v23 .wp-block-post-content h2 {
  margin-top: clamp(2.1rem, 4vw, 3.2rem);
}

.asoro-single-email-section {
  background: #f1f5f2 !important;
  background-color: #f1f5f2 !important;
  background-image: none !important;
  margin-top: clamp(2.2rem, 4vw, 3.5rem) !important;
}

.asoro-single-email-card {
  background: #ffffff !important;
}

@media (max-width: 960px) {
  .asoro-single-body-shell-v22 {
    padding-top: 2rem !important;
  }

  .asoro-single-title-v22 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .asoro-single-content,
  .asoro-single-content p,
  .asoro-single-content li,
  .asoro-single-content-col-v23 .entry-content,
  .asoro-single-content-col-v23 .entry-content p,
  .asoro-single-content-col-v23 .entry-content li,
  .asoro-single-content-col-v23 .wp-block-post-content,
  .asoro-single-content-col-v23 .wp-block-post-content p,
  .asoro-single-content-col-v23 .wp-block-post-content li {
    font-size: 1.06rem;
  }
}


/* v1.0.27: Single post related guides match the homepage Latest Guides cards. */
.asoro-related-guides {
  margin: clamp(2.5rem, 4vw, 3.5rem) 0 0 !important;
  padding-inline: 0 !important;
}

.asoro-related-guides__inner {
  max-width: none !important;
  margin-inline: 0 !important;
}

.asoro-related-guides__subtitle {
  display: block !important;
  margin: 0 0 0.45rem !important;
  color: var(--asoro-primary) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.asoro-related-guides__title {
  margin: 0 0 1.35rem !important;
  color: var(--asoro-ink) !important;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
}

.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card) !important;
  border: 1px solid var(--asoro-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--asoro-shadow-soft) !important;
  overflow: hidden !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

.asoro-related-guide-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--asoro-shadow) !important;
}

.asoro-related-guide-card__image-link {
  display: block !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 10 !important;
  border-radius: 16px !important;
  background: #eef4f1 !important;
  box-shadow: none !important;
  margin: 0 0 0.9rem !important;
}

.asoro-related-guide-card__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  transition: transform 180ms ease !important;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image {
  transform: scale(1.025) !important;
}

.asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 0 !important;
}

.asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  line-height: 1.26 !important;
  letter-spacing: -0.02em !important;
}

.asoro-related-guide-card__title a {
  color: #235b4c !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-primary) !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__excerpt {
  color: var(--asoro-muted) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  margin: 0 0 0.7rem !important;
}

.asoro-related-guide-card__read-more {
  color: var(--asoro-primary) !important;
  font-size: 0.92rem !important;
  font-weight: 750 !important;
  margin-top: auto !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__read-more:hover,
.asoro-related-guide-card__read-more:focus {
  color: var(--asoro-ink) !important;
  text-decoration: underline !important;
  text-underline-offset: 0.18em !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.28: Related Guides match homepage Latest Guides card dimensions and show 3 only. */
.asoro-related-guides {
  margin: clamp(3rem, 5vw, 4.5rem) auto !important;
  padding-inline: var(--wp--preset--spacing--40) !important;
}

.asoro-related-guides__inner {
  max-width: 1160px !important;
  margin-inline: auto !important;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
}

.asoro-related-guide-card {
  background: #ffffff !important;
  border: 1px solid var(--asoro-line) !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: var(--wp--preset--spacing--30) !important;
  transform: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.asoro-related-guide-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(47, 111, 94, 0.38) !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
}

.asoro-related-guide-card__image-link {
  aspect-ratio: 16 / 10 !important;
  background: #f4efe4 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 0 1rem !important;
  overflow: hidden !important;
}

.asoro-related-guide-card__image {
  aspect-ratio: 16 / 10 !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
  transform: none !important;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image {
  transform: none !important;
}

.asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 0 !important;
}

.asoro-related-guide-card__title {
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 0.7rem !important;
}

.asoro-related-guide-card__title a {
  border-bottom: 0 !important;
  color: var(--asoro-primary) !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

.asoro-related-guide-card__excerpt {
  color: var(--asoro-muted) !important;
  display: block !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.6 !important;
  margin: 0 0 1rem !important;
}

.asoro-related-guide-card__read-more,
.asoro-related-guide-card__link {
  align-self: flex-start !important;
  color: var(--asoro-primary) !important;
  display: inline-block !important;
  font-size: var(--wp--preset--font-size--small) !important;
  font-weight: 700 !important;
  margin-top: auto !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.29 Related Guides: exact three-card layout matching homepage guide cards. */
.asoro-related-guides {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(3rem, 5vw, 4.5rem) auto !important;
  padding-inline: var(--wp--preset--spacing--40) !important;
}

.asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin-inline: auto !important;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
}

.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: #ffffff !important;
  border: 1px solid var(--asoro-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  overflow: hidden !important;
  transform: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.asoro-related-guide-card:hover,
.asoro-related-guide-card:focus-within {
  height: 100% !important;
  transform: none !important;
  border-color: rgba(47, 111, 94, 0.38) !important;
  box-shadow: var(--asoro-shadow) !important;
}

.asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 0.95rem 0 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #f4efe4 !important;
  box-shadow: none !important;
}

.asoro-related-guide-card__image,
.asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  background: linear-gradient(135deg, #e8f1ed, #f6ecda) !important;
  transform: none !important;
  transition: none !important;
}

.asoro-related-guide-card:hover .asoro-related-guide-card__image,
.asoro-related-guide-card:focus-within .asoro-related-guide-card__image {
  transform: none !important;
}

.asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 0 !important;
}

.asoro-related-guide-card__title {
  min-height: 3.55em !important;
  margin: 0 0 0.55rem 0 !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  line-height: 1.26 !important;
  letter-spacing: -0.02em !important;
}

.asoro-related-guide-card__title a {
  color: #235b4c !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-ink) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

.asoro-related-guide-card__excerpt {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  min-height: 4.65em !important;
  margin: 0 0 0.9rem 0 !important;
  color: var(--asoro-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.asoro-related-guide-card__read-more {
  margin-top: auto !important;
  color: var(--asoro-primary) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__read-more:hover,
.asoro-related-guide-card__read-more:focus {
  color: var(--asoro-ink) !important;
  text-decoration: underline !important;
  text-underline-offset: 0.18em !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-related-guides {
    padding-inline: var(--wp--preset--spacing--30) !important;
  }

  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }

  .asoro-related-guide-card__title,
  .asoro-related-guide-card__excerpt {
    min-height: 0 !important;
  }
}


/* v1.0.31: Homepage mobile guide card width, contact hover, and single post related guide spacing. */

/* Keep the homepage latest guides inside the viewport on phones. */
@media (max-width: 781px) {
  .asoro-guides-section {
    overflow-x: hidden !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .asoro-guides-section .asoro-guides-query,
  .asoro-guides-section .wp-block-post-template,
  .asoro-guides-section .wp-block-post,
  .asoro-guides-section .asoro-post-card {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .asoro-guides-section .wp-block-post-template {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.25rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .asoro-guides-section .wp-block-post-featured-image,
  .asoro-guides-section .wp-block-post-featured-image a,
  .asoro-guides-section .wp-block-post-featured-image img {
    box-sizing: border-box !important;
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* Make the footer/contact button hover match the green button hover treatment. */
.asoro-footer .asoro-footer-cta .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus-visible {
  background: var(--asoro-primary) !important;
  border-color: var(--asoro-primary) !important;
  color: #ffffff !important;
}

/* Give single-post related guides more room between cards, with clear page padding. */
.asoro-single-after-content-v25 .asoro-related-guides,
.asoro-related-guides {
  margin-top: clamp(2rem, 3vw, 3rem) !important;
  margin-bottom: clamp(2rem, 3vw, 3rem) !important;
  padding-left: clamp(1rem, 4vw, 2rem) !important;
  padding-right: clamp(1rem, 4vw, 2rem) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.asoro-related-guides__grid {
  gap: clamp(1.25rem, 2.4vw, 2rem) !important;
}

.asoro-related-guide-card {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

@media (max-width: 640px) {
  .asoro-single-after-content-v25 .asoro-related-guides,
  .asoro-related-guides {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .asoro-related-guides__grid {
    gap: 1.25rem !important;
  }
}


/* v1.0.32: Footer hover colour and related guides layout polish. */
:root {
  --asoro-hover-green: #7fa98f;
  --asoro-hover-green-dark: #8fbea3;
}

/* Force the footer contact button away from the earlier orange hover rule. */
.asoro-footer .asoro-footer-cta .wp-block-button .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-block-button .wp-block-button__link:focus-visible,
.asoro-footer .asoro-footer-cta .wp-block-button .wp-element-button:hover,
.asoro-footer .asoro-footer-cta .wp-block-button .wp-element-button:focus,
.asoro-footer .asoro-footer-cta .wp-block-button .wp-element-button:focus-visible {
  background-color: var(--asoro-hover-green) !important;
  background: var(--asoro-hover-green) !important;
  border-color: var(--asoro-hover-green) !important;
  color: #050505 !important;
  box-shadow: none !important;
}

/* Footer text links should hover green, not orange. */
.asoro-footer a:not(.wp-block-button__link):hover,
.asoro-footer a:not(.wp-block-button__link):focus,
.asoro-footer .wp-block-navigation a:hover,
.asoro-footer .wp-block-navigation a:focus {
  color: var(--asoro-hover-green-dark) !important;
  text-decoration-color: var(--asoro-hover-green-dark) !important;
}

/* Let related guides use proper page width even though the shortcode sits inside the article column. */
.asoro-single-after-content-v25 .asoro-related-guides {
  width: min(1160px, calc(100vw - 48px)) !important;
  max-width: min(1160px, calc(100vw - 48px)) !important;
  margin-left: 50% !important;
  margin-right: 0 !important;
  transform: translateX(-50%) !important;
  border-top: 0 !important;
  margin-top: clamp(1.75rem, 3vw, 2.5rem) !important;
  margin-bottom: clamp(2rem, 3.5vw, 3rem) !important;
  padding: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__inner {
  max-width: 1160px !important;
  width: 100% !important;
  padding: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__subtitle {
  margin-bottom: 0.35rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__title {
  margin-bottom: 1.1rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.5rem) !important;
  align-items: stretch !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card {
  padding: 1rem !important;
  min-height: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__image-link {
  margin-bottom: 0.85rem !important;
  border-radius: 14px !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__title {
  min-height: 0 !important;
  margin-bottom: 0.45rem !important;
  font-size: clamp(1.02rem, 1.05vw, 1.14rem) !important;
  line-height: 1.22 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__excerpt {
  min-height: 0 !important;
  margin-bottom: 0.75rem !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content {
  gap: 0 !important;
}

@media (max-width: 900px) {
  .asoro-single-after-content-v25 .asoro-related-guides {
    width: min(760px, calc(100vw - 32px)) !important;
    max-width: min(760px, calc(100vw - 32px)) !important;
  }

  .asoro-single-after-content-v25 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-after-content-v25 .asoro-related-guides {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
  }

  .asoro-single-after-content-v25 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

/* v1.0.33: Single post hero, related guides, and footer hover corrections. */
:root {
  --asoro-button-hover-green: #245648;
  --asoro-footer-link-hover-green: #8fbea3;
}

/* Match the footer contact button hover to the same green used by the other main CTA buttons. */
.asoro-footer .asoro-footer-cta .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus-visible,
.asoro-footer .asoro-footer-cta .wp-element-button:hover,
.asoro-footer .asoro-footer-cta .wp-element-button:focus,
.asoro-footer .asoro-footer-cta .wp-element-button:focus-visible {
  background: var(--asoro-button-hover-green) !important;
  background-color: var(--asoro-button-hover-green) !important;
  border-color: var(--asoro-button-hover-green) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.16) !important;
  text-decoration: none !important;
}

/* Remove the remaining orange hover underline/line from footer links and use green instead. */
.asoro-footer a:not(.wp-block-button__link):hover,
.asoro-footer a:not(.wp-block-button__link):focus,
.asoro-footer .wp-block-navigation a:hover,
.asoro-footer .wp-block-navigation a:focus,
.asoro-footer .asoro-footer-pillars a:hover,
.asoro-footer .asoro-footer-pillars a:focus {
  color: var(--asoro-footer-link-hover-green) !important;
  text-decoration-color: var(--asoro-footer-link-hover-green) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.asoro-footer a:not(.wp-block-button__link)::after,
.asoro-footer a:not(.wp-block-button__link):hover::after,
.asoro-footer .wp-block-navigation a::after,
.asoro-footer .wp-block-navigation a:hover::after {
  background: var(--asoro-footer-link-hover-green) !important;
  border-color: var(--asoro-footer-link-hover-green) !important;
}

/* Tighten the single post hero. */
.asoro-single-hero-v22 {
  padding-top: clamp(1.8rem, 3.2vw, 3rem) !important;
  padding-bottom: clamp(1.6rem, 2.8vw, 2.6rem) !important;
}

.asoro-single-hero-grid-v22 {
  gap: clamp(1.5rem, 3.5vw, 3rem) !important;
}

.asoro-single-title-v22 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.75rem !important;
}

/* Rebuild Related Guides into a clean, smaller three-card row. */
.asoro-single-after-content-v25 .asoro-related-guides,
.asoro-related-guides {
  width: min(980px, calc(100vw - 48px)) !important;
  max-width: min(980px, calc(100vw - 48px)) !important;
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
  margin-left: 50% !important;
  margin-right: 0 !important;
  transform: translateX(-50%) !important;
  padding: 0 !important;
  border-top: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__inner,
.asoro-related-guides__inner {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__subtitle,
.asoro-related-guides__subtitle {
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__title,
.asoro-related-guides__title {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__grid,
.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.35rem !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card,
.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0.85rem !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__image-link,
.asoro-related-guide-card__image-link {
  margin-bottom: 0.65rem !important;
  border-radius: 13px !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content,
.asoro-related-guide-card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  gap: 0 !important;
  padding: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__title,
.asoro-related-guide-card__title {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.35rem !important;
  font-size: clamp(1rem, 1vw, 1.1rem) !important;
  line-height: 1.22 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__excerpt,
.asoro-related-guide-card__excerpt {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0.65rem !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
  -webkit-line-clamp: 3 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__read-more,
.asoro-related-guide-card__read-more {
  margin-top: auto !important;
}

@media (max-width: 900px) {
  .asoro-single-after-content-v25 .asoro-related-guides,
  .asoro-related-guides {
    width: min(720px, calc(100vw - 32px)) !important;
    max-width: min(720px, calc(100vw - 32px)) !important;
  }

  .asoro-single-after-content-v25 .asoro-related-guides__grid,
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.15rem !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-hero-v22 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .asoro-single-after-content-v25 .asoro-related-guides,
  .asoro-related-guides {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    margin-top: 1.35rem !important;
    margin-bottom: 1.75rem !important;
  }

  .asoro-single-after-content-v25 .asoro-related-guides__grid,
  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}


/* v1.0.34 final single post and footer refinements */
/* Match the footer contact button hover to the main hero CTA hover: green background, white text, no orange underline. */
.asoro-footer .asoro-footer-cta .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-element-button:hover,
.asoro-footer .asoro-footer-cta .wp-element-button:focus,
.asoro-footer .wp-block-button__link:hover,
.asoro-footer .wp-block-button__link:focus {
  background: var(--asoro-primary) !important;
  background-color: var(--asoro-primary) !important;
  border-color: var(--asoro-primary) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.16) !important;
}

.asoro-footer .asoro-footer-cta .wp-block-button__link:hover::after,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus::after,
.asoro-footer .wp-block-button__link:hover::after,
.asoro-footer .wp-block-button__link:focus::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
}

/* Keep footer text link hover lines green, never orange. */
.asoro-footer a:not(.wp-block-button__link):hover,
.asoro-footer a:not(.wp-block-button__link):focus,
.asoro-footer .wp-block-navigation a:hover,
.asoro-footer .wp-block-navigation a:focus,
.asoro-footer .asoro-footer-pillars a:hover,
.asoro-footer .asoro-footer-pillars a:focus {
  color: var(--asoro-primary) !important;
  text-decoration-color: var(--asoro-primary) !important;
  border-bottom-color: var(--asoro-primary) !important;
  box-shadow: inset 0 -1px 0 var(--asoro-primary) !important;
}

.asoro-footer a:not(.wp-block-button__link):hover::after,
.asoro-footer a:not(.wp-block-button__link):focus::after,
.asoro-footer .wp-block-navigation a:hover::after,
.asoro-footer .wp-block-navigation a:focus::after,
.asoro-footer .asoro-footer-pillars a:hover::after,
.asoro-footer .asoro-footer-pillars a:focus::after {
  background: var(--asoro-primary) !important;
  border-color: var(--asoro-primary) !important;
}

/* Reduce the single post hero height. */
.asoro-single-hero-v22 {
  padding-top: clamp(1.35rem, 2.3vw, 2.25rem) !important;
  padding-bottom: clamp(1.25rem, 2.2vw, 2rem) !important;
}

.asoro-single-hero-grid-v22 {
  gap: clamp(1.25rem, 3vw, 2.5rem) !important;
}

.asoro-single-title-v22 {
  margin-top: 0.15rem !important;
  margin-bottom: 0.55rem !important;
}

.asoro-single-meta-v22 {
  margin-top: 0.65rem !important;
}

/* Move the post body up slightly and keep its left edge aligned with the hero copy. */
.asoro-single-body-shell-v22 {
  padding-top: clamp(1.65rem, 3vw, 2.55rem) !important;
}

@media (min-width: 961px) {
  .asoro-single-body-grid-v23 {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: start !important;
  }

  .asoro-single-content-col-v23 {
    margin-left: 0 !important;
  }
}

/* Make related guide card content feel tighter and remove the big bottom gap under the link. */
.asoro-single-after-content-v25 .asoro-related-guides,
.asoro-related-guides {
  margin-top: clamp(1.25rem, 2vw, 1.85rem) !important;
  margin-bottom: clamp(1.35rem, 2.4vw, 2.1rem) !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__grid,
.asoro-related-guides__grid {
  align-items: start !important;
  gap: clamp(1rem, 1.8vw, 1.25rem) !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card,
.asoro-related-guide-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0.7rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__image-link,
.asoro-related-guide-card__image-link {
  margin-bottom: 0.4rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content,
.asoro-related-guide-card__content {
  display: block !important;
  padding: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__title,
.asoro-related-guide-card__title {
  margin-top: 0 !important;
  margin-bottom: 0.18rem !important;
  line-height: 1.18 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__excerpt,
.asoro-related-guide-card__excerpt {
  margin-top: 0 !important;
  margin-bottom: 0.28rem !important;
  line-height: 1.36 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__read-more,
.asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

/* v1.0.35: tighter related guide cards, single content alignment, and exact footer button hover colour. */
:root {
  --asoro-cta-hover-green: #245648;
}

/* Match the footer Contact Asoro Studio button hover to the Start Here button hover. */
.asoro-footer .asoro-footer-cta .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus-visible,
.asoro-footer .asoro-footer-cta .wp-element-button:hover,
.asoro-footer .asoro-footer-cta .wp-element-button:focus,
.asoro-footer .asoro-footer-cta .wp-element-button:focus-visible,
.asoro-footer .wp-block-button__link:hover,
.asoro-footer .wp-block-button__link:focus,
.asoro-footer .wp-element-button:hover,
.asoro-footer .wp-element-button:focus {
  background: var(--asoro-cta-hover-green) !important;
  background-color: var(--asoro-cta-hover-green) !important;
  border-color: var(--asoro-cta-hover-green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.16) !important;
}

.asoro-footer .wp-block-button__link:hover *,
.asoro-footer .wp-block-button__link:focus *,
.asoro-footer .wp-element-button:hover *,
.asoro-footer .wp-element-button:focus * {
  color: #ffffff !important;
}

.asoro-footer .wp-block-button__link:hover::before,
.asoro-footer .wp-block-button__link:hover::after,
.asoro-footer .wp-block-button__link:focus::before,
.asoro-footer .wp-block-button__link:focus::after,
.asoro-footer .wp-element-button:hover::before,
.asoro-footer .wp-element-button:hover::after,
.asoro-footer .wp-element-button:focus::before,
.asoro-footer .wp-element-button:focus::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Move the main article body closer to the hero and align its left edge with the hero text. */
.asoro-single-body-shell-v22 {
  padding-top: clamp(1.05rem, 2.1vw, 1.75rem) !important;
}

@media (min-width: 961px) {
  .asoro-single-body-grid-v23,
  .asoro-single-content-col-v23,
  .asoro-single-content {
    margin-left: 0 !important;
  }
}

/* Tighten the related guide cards so the image, title, excerpt, and link sit closer together. */
.asoro-single-after-content-v25 {
  margin-top: clamp(1.5rem, 2.5vw, 2.25rem) !important;
}

.asoro-single-after-content-v25 .asoro-related-guides,
.asoro-related-guides {
  margin-top: clamp(1rem, 1.8vw, 1.5rem) !important;
  margin-bottom: clamp(1.15rem, 2vw, 1.75rem) !important;
}

.asoro-single-after-content-v25 .asoro-related-guides__grid,
.asoro-related-guides__grid {
  gap: clamp(1.15rem, 2vw, 1.5rem) !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card,
.asoro-related-guide-card {
  padding: 0.6rem !important;
  height: auto !important;
  min-height: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__image-link,
.asoro-related-guide-card__image-link {
  margin: 0 0 0.35rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.35rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content,
.asoro-related-guide-card__content {
  display: block !important;
  margin: 0 !important;
  margin-block-start: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content > *,
.asoro-related-guide-card__content > * {
  margin-block-start: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__title,
.asoro-related-guide-card__title {
  min-height: 0 !important;
  margin: 0 0 0.12rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.12rem !important;
  line-height: 1.12 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__excerpt,
.asoro-related-guide-card__excerpt {
  min-height: 0 !important;
  margin: 0 0 0.3rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.3rem !important;
  line-height: 1.32 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__read-more,
.asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.15 !important;
}

/* v1.0.36: tighten related guide thumbnail spacing and keep cards equal height. */
.asoro-single-after-content-v25 .asoro-related-guides__grid,
.asoro-related-guides__grid {
  align-items: stretch !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card,
.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__image-link,
.asoro-related-guide-card__image-link {
  display: block !important;
  margin: 0 0 0.2rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.2rem !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__content,
.asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__title,
.asoro-related-guide-card__title {
  min-height: 3.36em !important;
  margin: 0 0 0.08rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.08rem !important;
  line-height: 1.12 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__excerpt,
.asoro-related-guide-card__excerpt {
  min-height: 3.95em !important;
  margin: 0 0 0.22rem 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0.22rem !important;
  line-height: 1.32 !important;
}

.asoro-single-after-content-v25 .asoro-related-guide-card__read-more,
.asoro-related-guide-card__read-more {
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding: 0 !important;
}


/* v1.0.37: single post sidebar author, tighter related cards, aligned content, and refined section backgrounds. */
:root {
  --asoro-home-pale-green: #eef6f1;
  --asoro-single-hero-surface: var(--asoro-surface);
}

/* Move the single post body a touch left and give the sidebar more room on desktop. */
@media (min-width: 961px) {
  .asoro-single-body-shell-v22 {
    padding-top: clamp(1.25rem, 2.3vw, 2rem) !important;
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }

  .asoro-single-body-grid-v23 {
    grid-template-columns: minmax(0, 780px) 330px !important;
    gap: clamp(2rem, 3.2vw, 3rem) !important;
    max-width: 1200px !important;
    transform: translateX(-10px);
  }

  .asoro-single-content-col-v23,
  .asoro-single-content-col-v23 .asoro-single-content,
  .asoro-single-content-col-v23 .entry-content,
  .asoro-single-content-col-v23 .wp-block-post-content {
    --wp--style--global--content-size: 780px;
    max-width: 780px !important;
  }

  .asoro-single-content-col-v23 .asoro-single-content > *,
  .asoro-single-content-col-v23 .entry-content > *,
  .asoro-single-content-col-v23 .wp-block-post-content > *,
  .asoro-single-content-col-v23 .asoro-single-content p,
  .asoro-single-content-col-v23 .entry-content p,
  .asoro-single-content-col-v23 .wp-block-post-content p {
    max-width: 780px !important;
  }
}

@media (max-width: 960px) {
  .asoro-single-body-grid-v23 {
    transform: none !important;
  }
}

/* Author card now lives in the sidebar on desktop. */
.asoro-single-sidebar-v22 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.asoro-sidebar-author-card-wrap {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.asoro-sidebar-author-card {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  gap: 0.95rem !important;
  align-items: start !important;
  padding: 1.15rem !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.09), 0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
}

.asoro-sidebar-author-card .wp-block-post-author__avatar,
.asoro-sidebar-author-card .wp-block-post-author__avatar a {
  width: 74px !important;
  height: 74px !important;
}

.asoro-sidebar-author-card .wp-block-post-author__avatar img,
.asoro-sidebar-author-card img.avatar,
.asoro-sidebar-author-card .avatar {
  width: 74px !important;
  height: 74px !important;
}

.asoro-sidebar-author-card .wp-block-post-author__byline {
  margin-bottom: 0.2rem !important;
}

.asoro-sidebar-author-card .wp-block-post-author__name {
  font-size: 1rem !important;
  margin-bottom: 0.3rem !important;
}

.asoro-sidebar-author-card .wp-block-post-author__bio {
  font-size: 0.9rem !important;
  line-height: 1.52 !important;
  margin-top: 0.3rem !important;
}

@media (max-width: 960px) {
  .asoro-sidebar-author-card {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    padding: 1.2rem !important;
  }
}

@media (max-width: 560px) {
  .asoro-sidebar-author-card {
    grid-template-columns: 1fr !important;
  }
}

/* Related guides: pale green section, tighter card internals, no forced gap between title and excerpt. */
.asoro-related-guides {
  background: var(--asoro-home-pale-green) !important;
  border-radius: 24px !important;
  margin-top: clamp(1.5rem, 2.4vw, 2.25rem) !important;
  padding: clamp(1.15rem, 2.2vw, 1.75rem) !important;
}

.asoro-related-guides__inner {
  max-width: 100% !important;
  padding: 0 !important;
}

.asoro-related-guides__subtitle {
  margin-bottom: 0.25rem !important;
}

.asoro-related-guides__title {
  margin-bottom: clamp(0.75rem, 1.5vw, 1rem) !important;
}

.asoro-related-guides__grid {
  align-items: stretch !important;
  gap: clamp(1rem, 1.8vw, 1.35rem) !important;
}

.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0.55rem !important;
  border-radius: 18px !important;
}

.asoro-related-guide-card__image-link {
  margin: 0 0 0.14rem 0 !important;
}

.asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
}

.asoro-related-guide-card__title {
  min-height: 0 !important;
  margin: 0 0 0.06rem 0 !important;
  line-height: 1.08 !important;
}

.asoro-related-guide-card__excerpt {
  min-height: 0 !important;
  margin: 0 0 0.18rem 0 !important;
  line-height: 1.25 !important;
}

.asoro-related-guide-card__read-more {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.15 !important;
}

/* Keep cards equal height without creating a visible gap between title and excerpt. */
.asoro-related-guides__grid > .asoro-related-guide-card {
  align-self: stretch !important;
}

/* Single post bottom email area should match the hero surface colour. */
.asoro-single-email-section {
  background: var(--asoro-single-hero-surface) !important;
}

.asoro-single-email-card {
  background: #ffffff !important;
}


/* v1.0.38: complete single post UX/UI rebalance.
   Scopes fixes to the single post template so homepage, archive, and mobile layouts stay intact. */
:root {
  --asoro-single-bg: #fbfaf6;
  --asoro-single-hero-bg: #f7f3ea;
  --asoro-single-pale-green: #eef6f1;
  --asoro-cta-hover-green: #245648;
}

/* Single post hero: keep the strong editorial feel, but reduce vertical depth. */
.single-post .asoro-single-hero-v22,
.asoro-single-main-v22 .asoro-single-hero-v22 {
  background: var(--asoro-single-hero-bg) !important;
  padding-top: clamp(2rem, 3.4vw, 3.4rem) !important;
  padding-bottom: clamp(1.8rem, 3vw, 3rem) !important;
}

.single-post .asoro-single-hero-grid-v22,
.asoro-single-main-v22 .asoro-single-hero-grid-v22 {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: clamp(2.25rem, 5vw, 4.5rem) !important;
}

/* Main desktop grid: article aligns with hero copy, sidebar has more room, and the gap is controlled. */
@media (min-width: 961px) {
  .single-post .asoro-single-body-shell-v22,
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    max-width: none !important;
    padding-top: clamp(1.6rem, 2.6vw, 2.4rem) !important;
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }

  .single-post .asoro-single-body-grid-v23,
  .asoro-single-main-v22 .asoro-single-body-grid-v23 {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) minmax(320px, 360px) !important;
    gap: clamp(1.75rem, 3vw, 3rem) !important;
    justify-content: start !important;
    align-items: start !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    width: 100% !important;
  }

  .single-post .asoro-single-content-col-v23,
  .asoro-single-main-v22 .asoro-single-content-col-v23,
  .single-post .asoro-single-content-col-v23 .asoro-single-content,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .asoro-single-content,
  .single-post .asoro-single-content-col-v23 .entry-content,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .entry-content,
  .single-post .asoro-single-content-col-v23 .wp-block-post-content,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .wp-block-post-content {
    max-width: 760px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .single-post .asoro-single-content-col-v23 .asoro-single-content > *,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .asoro-single-content > *,
  .single-post .asoro-single-content-col-v23 .entry-content > *,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .entry-content > *,
  .single-post .asoro-single-content-col-v23 .wp-block-post-content > *,
  .asoro-single-main-v22 .asoro-single-content-col-v23 .wp-block-post-content > * {
    max-width: 760px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .single-post .asoro-single-sidebar-col-v23,
  .asoro-single-main-v22 .asoro-single-sidebar-col-v23 {
    width: 100% !important;
    max-width: 360px !important;
  }
}

/* Tablet and mobile: keep everything stacked and readable. */
@media (max-width: 960px) {
  .single-post .asoro-single-body-shell-v22,
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    padding-top: 1.75rem !important;
  }

  .single-post .asoro-single-body-grid-v23,
  .asoro-single-main-v22 .asoro-single-body-grid-v23 {
    display: block !important;
    max-width: 760px !important;
    transform: none !important;
  }

  .single-post .asoro-single-sidebar-col-v23,
  .asoro-single-main-v22 .asoro-single-sidebar-col-v23 {
    margin-top: 2rem !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-single-hero-v22,
  .asoro-single-main-v22 .asoro-single-hero-v22 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.75rem !important;
  }

  .single-post .asoro-single-body-shell-v22,
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    padding-top: 1.45rem !important;
  }
}

/* Sidebar: make the cards feel like one deliberate system. */
.single-post .asoro-single-sidebar-v22,
.asoro-single-main-v22 .asoro-single-sidebar-v22 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  position: sticky;
  top: 6rem;
}

.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card,
.single-post .asoro-single-sidebar-card-v22,
.asoro-single-main-v22 .asoro-single-sidebar-card-v22 {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.07) !important;
  box-sizing: border-box !important;
  padding: 1.2rem !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: start !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__byline,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__byline {
  color: var(--asoro-primary) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 0.18rem !important;
  text-transform: uppercase !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__name,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__name {
  color: var(--asoro-ink) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 0 0.35rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__bio,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__bio,
.single-post .asoro-single-newsletter-card-v22 p:not(.asoro-section-label),
.asoro-single-main-v22 .asoro-single-newsletter-card-v22 p:not(.asoro-section-label) {
  color: #46564e !important;
  font-size: 0.93rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

.single-post .asoro-single-sidebar-title-v22,
.asoro-single-main-v22 .asoro-single-sidebar-title-v22 {
  margin: 0 0 0.45rem !important;
}

@media (max-width: 960px) {
  .single-post .asoro-single-sidebar-v22,
  .asoro-single-main-v22 .asoro-single-sidebar-v22 {
    position: static !important;
  }
}

@media (max-width: 560px) {
  .single-post .asoro-sidebar-author-card,
  .asoro-single-main-v22 .asoro-sidebar-author-card {
    grid-template-columns: 1fr !important;
  }
}

/* Related guides: now a proper full-width post section, with pale homepage green and clean card rhythm. */
.single-post .asoro-related-guides-wrap-v38,
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  background: var(--asoro-single-pale-green) !important;
  margin-top: clamp(2rem, 3.2vw, 3rem) !important;
  padding: clamp(2rem, 3.6vw, 3.4rem) var(--wp--preset--spacing--40) !important;
}

.single-post .asoro-related-guides-wrap-v38 .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 .asoro-related-guides {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  padding: 0 !important;
}

.single-post .asoro-related-guides__inner,
.asoro-single-main-v22 .asoro-related-guides__inner {
  max-width: 100% !important;
  padding: 0 !important;
}

.single-post .asoro-related-guides__subtitle,
.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.22rem !important;
}

.single-post .asoro-related-guides__title,
.asoro-single-main-v22 .asoro-related-guides__title {
  margin: 0 0 1rem !important;
}

.single-post .asoro-related-guides__grid,
.asoro-single-main-v22 .asoro-related-guides__grid {
  align-items: stretch !important;
  display: grid !important;
  gap: clamp(1.15rem, 2vw, 1.6rem) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-content: start !important;
}

.single-post .asoro-related-guide-card,
.asoro-single-main-v22 .asoro-related-guide-card {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.09) !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 26px rgba(20, 28, 38, 0.06) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0.78rem !important;
  transform: none !important;
  transition: box-shadow 160ms ease, border-color 160ms ease !important;
}

.single-post .asoro-related-guide-card:hover,
.asoro-single-main-v22 .asoro-related-guide-card:hover {
  border-color: rgba(47, 111, 94, 0.22) !important;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.08) !important;
  transform: none !important;
}

.single-post .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  margin: 0 0 0.45rem !important;
  overflow: hidden !important;
}

.single-post .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image,
.single-post .asoro-related-guide-card__image img,
.asoro-single-main-v22 .asoro-related-guide-card__image img {
  aspect-ratio: 16 / 10 !important;
  border-radius: 15px !important;
  display: block !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

.single-post .asoro-related-guide-card__content,
.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
}

.single-post .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card__title {
  color: var(--asoro-primary) !important;
  font-size: clamp(1rem, 1.08vw, 1.12rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.12 !important;
  margin: 0 0 0.18rem !important;
  min-height: 0 !important;
}

.single-post .asoro-related-guide-card__title a,
.asoro-single-main-v22 .asoro-related-guide-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.single-post .asoro-related-guide-card__excerpt,
.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  color: #5b6a62 !important;
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
  margin: 0 0 0.42rem !important;
  min-height: 0 !important;
}

.single-post .asoro-related-guide-card__read-more,
.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  align-self: flex-start !important;
  color: var(--asoro-primary) !important;
  display: inline-block !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  padding: 0 0 0.05rem !important;
  text-decoration: none !important;
}

.single-post .asoro-related-guide-card__read-more:hover,
.asoro-single-main-v22 .asoro-related-guide-card__read-more:hover {
  color: #245648 !important;
  box-shadow: inset 0 -1px 0 #245648 !important;
}

@media (max-width: 960px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-related-guides-wrap-v38,
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    margin-top: 1.75rem !important;
    padding: 1.6rem 1rem !important;
  }

  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Bottom email section: same surface as the hero, with tighter vertical rhythm. */
.single-post .asoro-single-email-section,
.asoro-single-main-v22 .asoro-single-email-section {
  background: var(--asoro-single-hero-bg) !important;
  margin-top: 0 !important;
  padding-top: clamp(2.5rem, 4vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 4rem) !important;
}

.single-post .asoro-single-email-card,
.asoro-single-main-v22 .asoro-single-email-card {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(20, 28, 38, 0.09) !important;
  box-sizing: border-box !important;
}

/* Footer: remove remaining orange hover states from links and the contact button. */
.asoro-footer .asoro-footer-cta .wp-block-button__link:hover,
.asoro-footer .asoro-footer-cta .wp-block-button__link:focus,
.asoro-footer .asoro-footer-cta .wp-element-button:hover,
.asoro-footer .asoro-footer-cta .wp-element-button:focus {
  background: var(--asoro-cta-hover-green) !important;
  background-color: var(--asoro-cta-hover-green) !important;
  border-color: var(--asoro-cta-hover-green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.asoro-footer .asoro-footer-cta .wp-block-button__link:hover *,
.asoro-footer .asoro-footer-cta .wp-element-button:hover * {
  color: #ffffff !important;
}

.asoro-footer a:not(.wp-block-button__link):hover,
.asoro-footer .wp-block-navigation a:hover,
.asoro-footer .asoro-footer-pillars a:hover {
  color: #9bc5ad !important;
  text-decoration-color: #9bc5ad !important;
  box-shadow: inset 0 -1px 0 #9bc5ad !important;
}

.asoro-footer a:not(.wp-block-button__link):hover::before,
.asoro-footer a:not(.wp-block-button__link):hover::after,
.asoro-footer .wp-block-navigation a:hover::before,
.asoro-footer .wp-block-navigation a:hover::after,
.asoro-footer .asoro-footer-pillars a:hover::before,
.asoro-footer .asoro-footer-pillars a:hover::after {
  background: #9bc5ad !important;
  border-color: #9bc5ad !important;
}


/* v1.0.39 single post refinement: four related guides, homepage-style email panel, tighter author/sidebar rhythm. */
.single-post .asoro-related-guides__grid,
.asoro-single-main-v22 .asoro-related-guides__grid {
  gap: clamp(1rem, 1.5vw, 1.35rem) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.single-post .asoro-related-guide-card,
.asoro-single-main-v22 .asoro-related-guide-card {
  border-radius: 18px !important;
  padding: 0.62rem !important;
}

.single-post .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  margin-bottom: 0.32rem !important;
}

.single-post .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image,
.single-post .asoro-related-guide-card__image img,
.asoro-single-main-v22 .asoro-related-guide-card__image img {
  border-radius: 13px !important;
}

.single-post .asoro-related-guide-card__content,
.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.single-post .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card__title {
  font-size: clamp(0.88rem, 0.92vw, 1rem) !important;
  line-height: 1.1 !important;
  margin: 0 0 0.14rem !important;
}

.single-post .asoro-related-guide-card__excerpt,
.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  font-size: 0.82rem !important;
  line-height: 1.32 !important;
  margin: 0 0 0.34rem !important;
}

.single-post .asoro-related-guide-card__read-more,
.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  font-size: 0.82rem !important;
  margin-top: auto !important;
  padding-top: 0.1rem !important;
}

@media (max-width: 1100px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Make the bottom single post email section use the same visual system as the homepage newsletter area. */
.single-post .asoro-single-email-section,
.asoro-single-main-v22 .asoro-single-email-section {
  background: var(--asoro-single-hero-bg) !important;
  padding: clamp(3rem, 5vw, 5rem) var(--wp--preset--spacing--40) !important;
}

.single-post .asoro-single-email-card,
.asoro-single-main-v22 .asoro-single-email-card {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 28px !important;
  box-shadow: 0 22px 55px rgba(20, 28, 38, 0.09) !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1160px !important;
  padding: clamp(1.5rem, 3vw, 2.75rem) !important;
  width: min(100%, 1160px) !important;
}

.single-post .asoro-single-email-card .wp-block-columns,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-columns {
  align-items: center !important;
  gap: clamp(1.75rem, 3vw, 3rem) !important;
  margin-bottom: 0 !important;
}

.single-post .asoro-single-email-card .wp-block-column:first-child,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-column:first-child {
  flex-basis: 56% !important;
}

.single-post .asoro-single-email-card .wp-block-column:last-child,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-column:last-child {
  flex-basis: 44% !important;
}

.single-post .asoro-single-email-card .asoro-email-title,
.asoro-single-main-v22 .asoro-single-email-card .asoro-email-title {
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  letter-spacing: -0.04em !important;
  line-height: 1.08 !important;
  margin: 0 0 0.65rem !important;
  max-width: 12em !important;
}

.single-post .asoro-single-email-card p:not(.asoro-section-label),
.asoro-single-main-v22 .asoro-single-email-card p:not(.asoro-section-label) {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 34rem !important;
}

.single-post .asoro-email-form-placeholder,
.asoro-single-main-v22 .asoro-email-form-placeholder {
  background: #f8faf7 !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  padding: clamp(1.15rem, 2vw, 1.55rem) !important;
}

/* Sidebar author card: keep it, but make it feel more deliberate and less like a loose note. */
.single-post .asoro-sidebar-author-card-wrap,
.asoro-single-main-v22 .asoro-sidebar-author-card-wrap,
.single-post .asoro-single-newsletter-card-v22,
.asoro-single-main-v22 .asoro-single-newsletter-card-v22 {
  padding: clamp(1.1rem, 1.5vw, 1.35rem) !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card {
  align-items: flex-start !important;
  column-gap: 0.9rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar img,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__avatar img {
  border: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px rgba(20, 28, 38, 0.12) !important;
}

@media (max-width: 781px) {
  .single-post .asoro-single-email-section,
  .asoro-single-main-v22 .asoro-single-email-section {
    padding: 2rem 1rem !important;
  }

  .single-post .asoro-single-email-card,
  .asoro-single-main-v22 .asoro-single-email-card {
    padding: 1.4rem !important;
  }

  .single-post .asoro-single-email-card .wp-block-columns,
  .asoro-single-main-v22 .asoro-single-email-card .wp-block-columns {
    gap: 1.25rem !important;
  }

  .single-post .asoro-single-email-card .wp-block-column:first-child,
  .single-post .asoro-single-email-card .wp-block-column:last-child,
  .asoro-single-main-v22 .asoro-single-email-card .wp-block-column:first-child,
  .asoro-single-main-v22 .asoro-single-email-card .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
}


/* v1.0.40 single post UX refinements: author layout, related card rhythm, homepage-style email area. */
@media (min-width: 961px) {
  .single-post .asoro-single-body-shell-v22,
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    padding-top: clamp(1.25rem, 2vw, 1.8rem) !important;
  }

  .single-post .asoro-single-sidebar-v22,
  .asoro-single-main-v22 .asoro-single-sidebar-v22 {
    margin-top: 0 !important;
  }
}

/* Author card: avatar above the written-by text, aligned with first body line. */
.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  padding: 1.25rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__avatar {
  margin: 0 0 0.75rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar img,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__avatar img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 999px !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__content,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__content {
  width: 100% !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__byline,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__byline {
  margin-bottom: 0.18rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__name,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__name {
  margin-bottom: 0.42rem !important;
}

/* Related guides: remove the beige/brown band above thumbnails and tighten the card rhythm. */
.single-post .asoro-related-guides-wrap-v38,
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  background: var(--asoro-single-pale-green) !important;
  padding-top: clamp(2rem, 3.2vw, 3rem) !important;
  padding-bottom: clamp(2.1rem, 3.4vw, 3.2rem) !important;
}

.single-post .asoro-related-guides__grid,
.asoro-single-main-v22 .asoro-related-guides__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.15rem, 1.8vw, 1.55rem) !important;
  align-items: stretch !important;
}

.single-post .asoro-related-guide-card,
.asoro-single-main-v22 .asoro-related-guide-card {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  min-height: 0 !important;
}

.single-post .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  border-radius: 20px 20px 0 0 !important;
}

.single-post .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image,
.single-post .asoro-related-guide-card__image img,
.asoro-single-main-v22 .asoro-related-guide-card__image img {
  aspect-ratio: 16 / 9 !important;
  border-radius: 0 !important;
  display: block !important;
  height: auto !important;
  object-fit: cover !important;
  width: 100% !important;
}

.single-post .asoro-related-guide-card__content,
.asoro-single-main-v22 .asoro-related-guide-card__content {
  padding: 0.82rem 0.9rem 0.9rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.single-post .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card__title {
  font-size: clamp(0.88rem, 0.9vw, 0.98rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 0.22rem !important;
  min-height: 2.16em !important;
}

.single-post .asoro-related-guide-card__excerpt,
.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  font-size: 0.8rem !important;
  line-height: 1.32 !important;
  margin: 0 0 0.48rem !important;
  min-height: 3.95em !important;
}

.single-post .asoro-related-guide-card__read-more,
.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  margin-top: auto !important;
  font-size: 0.82rem !important;
}

@media (max-width: 1100px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }

  .single-post .asoro-related-guide-card__title,
  .asoro-single-main-v22 .asoro-related-guide-card__title,
  .single-post .asoro-related-guide-card__excerpt,
  .asoro-single-main-v22 .asoro-related-guide-card__excerpt {
    min-height: 0 !important;
  }
}

/* Single post email area: match the homepage newsletter panel system more closely. */
.single-post .asoro-single-email-section,
.asoro-single-main-v22 .asoro-single-email-section {
  background: var(--asoro-single-hero-bg) !important;
  padding: clamp(3rem, 5vw, 5rem) var(--wp--preset--spacing--40) !important;
}

.single-post .asoro-single-email-card,
.asoro-single-main-v22 .asoro-single-email-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.56)) !important;
  border: 1px solid rgba(47,111,94,0.14) !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 70px rgba(17,24,39,0.08) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1160px !important;
  padding: clamp(1.75rem, 3.2vw, 3rem) clamp(1.15rem, 2.5vw, 2.35rem) !important;
  width: min(100%, 1160px) !important;
}

.single-post .asoro-single-email-card .wp-block-columns,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(1.6rem, 3vw, 3rem) !important;
  align-items: center !important;
  margin: 0 !important;
}

.single-post .asoro-single-email-card .wp-block-column:first-child,
.single-post .asoro-single-email-card .wp-block-column:last-child,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-column:first-child,
.asoro-single-main-v22 .asoro-single-email-card .wp-block-column:last-child {
  flex-basis: auto !important;
}

.single-post .asoro-single-email-card .asoro-email-title,
.asoro-single-main-v22 .asoro-single-email-card .asoro-email-title {
  max-width: 500px !important;
  margin: 0 0 0.9rem !important;
  font-size: clamp(1.72rem, 2.45vw, 2.35rem) !important;
  line-height: 1.06 !important;
}

.single-post .asoro-single-email-card p:not(.asoro-section-label),
.asoro-single-main-v22 .asoro-single-email-card p:not(.asoro-section-label) {
  max-width: 500px !important;
  font-size: clamp(1rem, 1vw, 1.08rem) !important;
  line-height: 1.65 !important;
}

.single-post .asoro-email-form-placeholder,
.asoro-single-main-v22 .asoro-email-form-placeholder {
  background: #ffffff !important;
  border: 1px solid rgba(47,111,94,0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(17,24,39,0.11) !important;
  margin: 0 !important;
  max-width: none !important;
  padding: clamp(1.5rem, 2.6vw, 2.25rem) !important;
  width: 100% !important;
}

.single-post .asoro-email-form-placeholder h3,
.asoro-single-main-v22 .asoro-email-form-placeholder h3 {
  font-size: clamp(1.14rem, 1.35vw, 1.28rem) !important;
  margin: 0 0 0.65rem !important;
}

.single-post .asoro-email-form-placeholder p,
.asoro-single-main-v22 .asoro-email-form-placeholder p {
  margin-bottom: 1.15rem !important;
  font-size: 0.98rem !important;
}

@media (max-width: 860px) {
  .single-post .asoro-single-email-card .wp-block-columns,
  .asoro-single-main-v22 .asoro-single-email-card .wp-block-columns {
    display: block !important;
  }

  .single-post .asoro-email-form-placeholder,
  .asoro-single-main-v22 .asoro-email-form-placeholder {
    margin-top: 1.4rem !important;
  }
}


/* v1.0.41 single post refinements: wider related cards, tighter internals, sidebar card consistency, author without avatar, homepage-matched email section. */
@media (min-width: 961px) {
  .single-post .asoro-related-guides-wrap-v38,
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-left: clamp(2rem, 5vw, 5rem) !important;
    padding-right: clamp(2rem, 5vw, 5rem) !important;
  }

  .single-post .asoro-related-guides__inner,
  .asoro-single-main-v22 .asoro-related-guides__inner {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(1.25rem, 1.8vw, 1.75rem) !important;
    width: 100% !important;
  }
}

.single-post .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.single-post .asoro-related-guide-card,
.asoro-single-main-v22 .asoro-related-guide-card {
  min-width: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  border-radius: 18px !important;
}

.single-post .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  margin: 0 !important;
}

.single-post .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image,
.single-post .asoro-related-guide-card__image img,
.asoro-single-main-v22 .asoro-related-guide-card__image img {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  object-fit: cover !important;
}

.single-post .asoro-related-guide-card__content,
.asoro-single-main-v22 .asoro-related-guide-card__content {
  padding: 0.7rem 0.75rem 0.72rem !important;
}

.single-post .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card__title {
  font-size: clamp(0.86rem, 0.82vw, 0.96rem) !important;
  line-height: 1.08 !important;
  margin: 0 0 0.12rem !important;
  min-height: 2.18em !important;
}

.single-post .asoro-related-guide-card__excerpt,
.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  margin: 0 0 0.28rem !important;
  min-height: 3.1em !important;
}

.single-post .asoro-related-guide-card__read-more,
.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  font-size: 0.8rem !important;
  margin-top: auto !important;
}

@media (max-width: 1100px) and (min-width: 641px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-related-guides-wrap-v38,
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .single-post .asoro-related-guide-card__title,
  .asoro-single-main-v22 .asoro-related-guide-card__title,
  .single-post .asoro-related-guide-card__excerpt,
  .asoro-single-main-v22 .asoro-related-guide-card__excerpt {
    min-height: 0 !important;
  }
}

/* Sidebar cards: same width and no avatar in the author card. */
.single-post .asoro-sidebar-author-card-wrap,
.asoro-single-main-v22 .asoro-sidebar-author-card-wrap,
.single-post .asoro-single-newsletter-card-v22,
.asoro-single-main-v22 .asoro-single-newsletter-card-v22 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card {
  display: block !important;
  width: 100% !important;
  padding: 1.2rem !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__avatar {
  display: none !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__content,
.asoro-single-main-v22 .asoro-sidebar-author-card .wp-block-post-author__content {
  width: 100% !important;
}

/* Single post email section now deliberately reuses the homepage newsletter system. */
.single-post .asoro-single-email-section.asoro-newsletter-band,
.asoro-single-main-v22 .asoro-single-email-section.asoro-newsletter-band {
  background: var(--asoro-single-hero-bg) !important;
  padding: clamp(3.2rem, 5vw, 5.5rem) var(--wp--preset--spacing--40) !important;
}

.single-post .asoro-single-email-section .asoro-newsletter-panel,
.asoro-single-main-v22 .asoro-single-email-section .asoro-newsletter-panel {
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-post .asoro-single-email-section .asoro-newsletter-columns,
.asoro-single-main-v22 .asoro-single-email-section .asoro-newsletter-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 56%) minmax(360px, 44%) !important;
  gap: clamp(2rem, 4vw, 4rem) !important;
  align-items: center !important;
}

.single-post .asoro-single-email-section .asoro-newsletter-form-card,
.asoro-single-main-v22 .asoro-single-email-section .asoro-newsletter-form-card {
  background: #f8fbf8 !important;
  border: 1px solid rgba(47,111,94,0.18) !important;
  border-radius: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,0.08) !important;
  padding: clamp(1.45rem, 2.3vw, 2rem) !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-form,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-form {
  display: grid !important;
  gap: 1rem !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-field,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-field {
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,0.16) !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  color: var(--asoro-ink) !important;
  font: inherit !important;
  min-height: 58px !important;
  padding: 0 1rem !important;
  width: 100% !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-submit,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-submit {
  background: var(--asoro-ink) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font: inherit !important;
  font-weight: 800 !important;
  min-height: 58px !important;
  padding: 0 1.2rem !important;
  width: 100% !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-submit:hover,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-submit:hover,
.single-post .asoro-single-email-section .asoro-inline-signup-submit:focus,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-submit:focus {
  background: var(--asoro-cta-hover-green) !important;
  color: #ffffff !important;
}

@media (max-width: 860px) {
  .single-post .asoro-single-email-section .asoro-newsletter-columns,
  .asoro-single-main-v22 .asoro-single-email-section .asoro-newsletter-columns {
    display: block !important;
  }

  .single-post .asoro-single-email-section .asoro-newsletter-form-card,
  .asoro-single-main-v22 .asoro-single-email-section .asoro-newsletter-form-card {
    margin-top: 1.5rem !important;
  }
}


/* v1.0.42 single post polish: sidebar width match, related guide card balance, homepage form sizing, article h2 rhythm. */

/* Keep both sidebar cards identical in width and box sizing. */
.single-post .asoro-single-sidebar-v22,
.asoro-single-main-v22 .asoro-single-sidebar-v22 {
  width: 100% !important;
}

.single-post .asoro-sidebar-author-card-wrap,
.asoro-single-main-v22 .asoro-sidebar-author-card-wrap,
.single-post .asoro-author-card-wrap,
.asoro-single-main-v22 .asoro-author-card-wrap,
.single-post .asoro-single-newsletter-card-v22,
.asoro-single-main-v22 .asoro-single-newsletter-card-v22 {
  box-sizing: border-box !important;
  display: block !important;
  max-width: none !important;
  width: 100% !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-single-main-v22 .asoro-sidebar-author-card,
.single-post .asoro-single-newsletter-card-v22,
.asoro-single-main-v22 .asoro-single-newsletter-card-v22 {
  box-sizing: border-box !important;
  max-width: none !important;
  width: 100% !important;
}

/* Related guides: wider cards, more space between cards, less whitespace inside cards. */
@media (min-width: 1180px) {
  .single-post .asoro-related-guides__inner,
  .asoro-single-main-v22 .asoro-related-guides__inner {
    max-width: 1360px !important;
  }

  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(4, minmax(260px, 1fr)) !important;
    gap: clamp(2rem, 2.4vw, 2.75rem) !important;
  }
}

@media (min-width: 961px) and (max-width: 1179px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
}

.single-post .asoro-related-guide-card,
.asoro-single-main-v22 .asoro-related-guide-card {
  padding: 0 !important;
  overflow: hidden !important;
}

.single-post .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  line-height: 0 !important;
}

.single-post .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image,
.single-post .asoro-related-guide-card__image img,
.asoro-single-main-v22 .asoro-related-guide-card__image img {
  border-radius: 0 !important;
  display: block !important;
}

.single-post .asoro-related-guide-card__content,
.asoro-single-main-v22 .asoro-related-guide-card__content {
  padding: 0.58rem 0.68rem 0.6rem !important;
}

.single-post .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card__title {
  margin-bottom: 0.08rem !important;
  min-height: 0 !important;
}

.single-post .asoro-related-guide-card__excerpt,
.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin-bottom: 0.22rem !important;
  min-height: 0 !important;
}

.single-post .asoro-related-guide-card__read-more,
.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Single post Stay in touch form: match homepage form sizing more closely. */
.single-post .asoro-single-email-section .asoro-inline-signup-form,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-form {
  gap: 0.8rem !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-field,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-field,
.single-post .asoro-single-email-section .asoro-inline-signup-submit,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-submit {
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
  min-height: 50px !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-field,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-field {
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

.single-post .asoro-single-email-section .asoro-inline-signup-submit,
.asoro-single-main-v22 .asoro-single-email-section .asoro-inline-signup-submit {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

/* Article headings: reduce the large gap above H2 headings. */
.single-post .asoro-single-content h2,
.asoro-single-main-v22 .asoro-single-content h2,
.single-post .asoro-single-content .wp-block-heading:is(h2),
.asoro-single-main-v22 .asoro-single-content .wp-block-heading:is(h2) {
  margin-top: clamp(1.55rem, 2.6vw, 2.25rem) !important;
  margin-bottom: 0.65rem !important;
  line-height: 1.18 !important;
}

.single-post .asoro-single-content p + h2,
.asoro-single-main-v22 .asoro-single-content p + h2,
.single-post .asoro-single-content ul + h2,
.asoro-single-main-v22 .asoro-single-content ul + h2,
.single-post .asoro-single-content ol + h2,
.asoro-single-main-v22 .asoro-single-content ol + h2 {
  margin-top: clamp(1.45rem, 2.2vw, 2rem) !important;
}

@media (max-width: 960px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    gap: 1.25rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .single-post .asoro-related-guides__grid,
  .asoro-single-main-v22 .asoro-related-guides__grid {
    gap: 1rem !important;
    grid-template-columns: 1fr !important;
  }

  .single-post .asoro-single-content h2,
  .asoro-single-main-v22 .asoro-single-content h2,
  .single-post .asoro-single-content .wp-block-heading:is(h2),
  .asoro-single-main-v22 .asoro-single-content .wp-block-heading:is(h2) {
    margin-top: 1.45rem !important;
    margin-bottom: 0.55rem !important;
  }
}


/* v1.0.43 single post reading rhythm: gently tighten article line height while keeping accessibility. */
.single-post .asoro-single-content p,
.asoro-single-main-v22 .asoro-single-content p,
.single-post .asoro-single-content li,
.asoro-single-main-v22 .asoro-single-content li,
.single-post .wp-block-post-content p,
.asoro-single-main-v22 .wp-block-post-content p,
.single-post .wp-block-post-content li,
.asoro-single-main-v22 .wp-block-post-content li {
  line-height: 1.65 !important;
}

.single-post .asoro-single-content h2,
.asoro-single-main-v22 .asoro-single-content h2,
.single-post .wp-block-post-content h2,
.asoro-single-main-v22 .wp-block-post-content h2 {
  line-height: 1.25 !important;
}

@media (max-width: 640px) {
  .single-post .asoro-single-content p,
  .asoro-single-main-v22 .asoro-single-content p,
  .single-post .asoro-single-content li,
  .asoro-single-main-v22 .asoro-single-content li,
  .single-post .wp-block-post-content p,
  .asoro-single-main-v22 .wp-block-post-content p,
  .single-post .wp-block-post-content li,
  .asoro-single-main-v22 .wp-block-post-content li {
    line-height: 1.66 !important;
  }
}


/* v1.0.44: Make single post related guides match homepage latest guide cards. */
.asoro-related-guides-wrap-v38 {
  background: var(--wp--preset--color--surface-alt, #eef7f1) !important;
  padding-top: var(--wp--preset--spacing--60) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--60) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
}

.asoro-related-guides-wrap-v38 .asoro-related-guides,
.asoro-related-guides {
  width: 100% !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  transform: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-top: 0 !important;
}

.asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.asoro-related-guides__header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: var(--wp--preset--spacing--40) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}

.asoro-related-guides__heading {
  max-width: 680px !important;
}

.asoro-related-guides__subtitle,
.asoro-related-guides .asoro-section-kicker {
  margin: 0 0 0.35rem 0 !important;
}

.asoro-related-guides__title {
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.asoro-related-guides__view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid var(--asoro-line, #cfd9d3) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.asoro-related-guides__view-all:hover,
.asoro-related-guides__view-all:focus {
  background: var(--asoro-primary, #2f6f5e) !important;
  border-color: var(--asoro-primary, #2f6f5e) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #fff) !important;
  border: 1px solid var(--asoro-line, #d7ded9) !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.asoro-related-guide-card:hover,
.asoro-related-guide-card:focus-within {
  transform: translateY(-2px) !important;
  border-color: rgba(47, 111, 94, 0.38) !important;
  box-shadow: var(--asoro-shadow, 0 18px 40px rgba(17, 24, 39, 0.08)) !important;
}

.asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 1rem 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.asoro-related-guide-card__image,
.asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  transform: none !important;
}

.asoro-related-guide-card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  gap: 0 !important;
  padding: 0 !important;
}

.asoro-related-guide-card__title {
  margin: 0 0 0.65rem 0 !important;
  min-height: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: clamp(1.04rem, 1.05vw, 1.16rem) !important;
  line-height: 1.32 !important;
  letter-spacing: -0.02em !important;
  text-wrap: pretty !important;
}

.asoro-related-guide-card__title a {
  color: var(--asoro-primary, #2f6f5e) !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__title a:hover,
.asoro-related-guide-card__title a:focus {
  color: var(--asoro-ink, #111827) !important;
  text-decoration: underline !important;
}

.asoro-related-guide-card__excerpt {
  margin: 0 0 0.9rem 0 !important;
  min-height: 0 !important;
  color: var(--asoro-muted, #657173) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.asoro-related-guide-card__read-more {
  margin-top: auto !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.asoro-related-guide-card__read-more:hover,
.asoro-related-guide-card__read-more:focus {
  color: var(--asoro-ink, #111827) !important;
  text-decoration: underline !important;
}

@media (max-width: 900px) {
  .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-related-guides-wrap-v38 {
    padding-top: 2.25rem !important;
    padding-right: 1rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 1rem !important;
  }

  .asoro-related-guides__header {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.45: Make single post Related Guides use the same desktop sizing and rhythm as homepage Latest Guides. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  background: var(--wp--preset--color--surface-alt, #eef7f1) !important;
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.asoro-single-main-v22 .asoro-related-guides-wrap-v38 > .wp-block-shortcode,
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 > * {
  width: 100% !important;
  max-width: none !important;
}

.asoro-single-main-v22 .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  margin: 0 0 var(--wp--preset--spacing--40) 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  max-width: 680px !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.35rem 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  margin: 0 !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  color: var(--asoro-ink, #111827) !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all {
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid var(--asoro-line, #cfd9d3) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__view-all:focus {
  background: var(--asoro-primary, #2f6f5e) !important;
  border-color: var(--asoro-primary, #2f6f5e) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1160px !important;
}

.asoro-single-main-v22 .asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #fff) !important;
  border: 1px solid var(--asoro-line, #d7ded9) !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 1rem 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 0 !important;
  gap: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: clamp(1.06rem, 1.1vw, 1.2rem) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.02em !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin: 0 !important;
  color: var(--asoro-muted, #657173) !important;
  font-size: 0.94rem !important;
  line-height: 1.58 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin-top: 0.85rem !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding: 2.5rem 1rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.46: Align single post Related Guides with homepage Latest Guides layout and spacing. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  padding-top: var(--wp--preset--spacing--60) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--60) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
  background:
    radial-gradient(circle at 5% 12%, rgba(216,233,255,0.62), transparent 32%),
    radial-gradient(circle at 96% 18%, rgba(244,162,89,0.18), transparent 34%),
    linear-gradient(180deg, #f6fbf8 0%, #eef7f4 54%, #f4f8ef 100%) !important;
}

.asoro-single-main-v22 .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides__inner {
  max-width: 1160px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: var(--wp--preset--spacing--40) !important;
  margin-bottom: clamp(1.6rem, 3vw, 2.2rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  max-width: 680px !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.45rem 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  max-width: 680px !important;
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.asoro-single-main-v22 .asoro-related-guides__button {
  display: flex !important;
  justify-content: flex-end !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: none !important;
  white-space: nowrap !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__view-all:focus {
  background: transparent !important;
  border-color: rgba(17, 24, 39, 0.18) !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 1160px !important;
}

.asoro-single-main-v22 .asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 360px !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #fff) !important;
  border: 1px solid var(--asoro-line, #dde5e2) !important;
  border-radius: 18px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 0.9rem 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  color: #235b4c !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  line-height: 1.26 !important;
  letter-spacing: -0.02em !important;
  text-wrap: pretty !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title a {
  color: #235b4c !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin: 0 0 0.7rem 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin-top: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .asoro-single-main-v22 .asoro-related-guide-card {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-top: 2.5rem !important;
    padding-right: 1rem !important;
    padding-bottom: 2.75rem !important;
    padding-left: 1rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.49: Make single post Related Guides match the homepage Latest Guides section exactly. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: var(--wp--preset--spacing--60) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: var(--wp--preset--spacing--60) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
  background: var(--wp--preset--color--surface-alt, #F1F5F2) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box !important;
}

.asoro-single-main-v22 .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  margin: 0 0 var(--wp--preset--spacing--40) 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  width: auto !important;
  max-width: 680px !important;
  flex: 1 1 680px !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.35rem 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  max-width: 680px !important;
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.asoro-single-main-v22 .asoro-related-guides__button {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: none !important;
  white-space: nowrap !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__view-all:focus,
.asoro-single-main-v22 .asoro-related-guides__view-all:active {
  background: transparent !important;
  border-color: rgba(17, 24, 39, 0.18) !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: var(--wp--preset--spacing--40) !important;
  row-gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 360px !important;
  min-height: 100% !important;
  height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #ffffff) !important;
  border: 1px solid var(--asoro-line, #dde5e2) !important;
  border-radius: 20px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.asoro-single-main-v22 .asoro-related-guide-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(47, 111, 94, 0.38) !important;
  box-shadow: var(--asoro-shadow) !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 1rem 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title {
  margin: 0 0 0.65rem 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: clamp(1.04rem, 1.05vw, 1.16rem) !important;
  line-height: 1.32 !important;
  letter-spacing: -0.02em !important;
  text-wrap: pretty !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title a {
  color: var(--asoro-primary, #2f6f5e) !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin: 0 0 0.9rem 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .asoro-single-main-v22 .asoro-related-guide-card {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-top: 2.5rem !important;
    padding-right: 1rem !important;
    padding-bottom: 2.75rem !important;
    padding-left: 1rem !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__heading {
    flex-basis: auto !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.50: Single post Related Guides now mirrors homepage Latest Guides exactly. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  background: var(--wp--preset--color--surface-alt, #edf5f1) !important;
  padding-top: clamp(3.75rem, 5.5vw, 4.75rem) !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: clamp(3.75rem, 5.5vw, 4.75rem) !important;
  padding-left: var(--wp--preset--spacing--40) !important;
  margin: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides,
.asoro-related-guides.asoro-guides-section {
  background: transparent !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  margin: 0 0 clamp(1.6rem, 3vw, 2.2rem) 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  max-width: 540px !important;
  flex: 1 1 540px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.45rem !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  max-width: 540px !important;
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  text-wrap: balance !important;
}

.asoro-single-main-v22 .asoro-related-guides__button,
.asoro-single-main-v22 .asoro-related-guides__button.asoro-guides-button {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0.2rem 0 0 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link,
.asoro-single-main-v22 .asoro-related-guides__view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  font-size: var(--wp--preset--font-size--small, 0.9rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: none !important;
  white-space: nowrap !important;
}

.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link:hover,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link:focus,
.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__view-all:focus {
  background: transparent !important;
  border-color: rgba(17, 24, 39, 0.18) !important;
  color: var(--asoro-ink, #111827) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: var(--wp--preset--spacing--40) !important;
  row-gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 360px !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #ffffff) !important;
  border: 1px solid var(--asoro-line, #dde5e2) !important;
  border-radius: 18px !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transform: none !important;
  transition: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card:hover,
.asoro-single-main-v22 .asoro-related-guide-card:focus-within {
  transform: none !important;
  border-color: var(--asoro-line, #dde5e2) !important;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 0.9rem 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image--placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  transform: none !important;
  transition: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  min-height: 0 !important;
  color: #235b4c !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  line-height: 1.26 !important;
  letter-spacing: -0.02em !important;
  text-wrap: pretty !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title a {
  color: #235b4c !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title a:hover,
.asoro-single-main-v22 .asoro-related-guide-card__title a:focus {
  color: #235b4c !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  display: block !important;
  margin: 0 0 0.7rem 0 !important;
  min-height: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  display: inline-block !important;
  margin: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more:hover,
.asoro-single-main-v22 .asoro-related-guide-card__read-more:focus {
  color: var(--asoro-primary, #2f6f5e) !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .asoro-single-main-v22 .asoro-related-guide-card {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-top: 2.75rem !important;
    padding-right: 1rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__heading {
    flex-basis: auto !important;
  }
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.51: Final single post related guides spacing polish.
   Keeps the homepage card structure while fixing the stubborn image/title gap,
   adding breathing room after article copy, and tightening the section header. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  margin-top: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-top: clamp(3rem, 4.8vw, 4rem) !important;
  padding-bottom: clamp(3.5rem, 5vw, 4.5rem) !important;
  background: var(--asoro-home-pale-green, #f1f5f2) !important;
  background-color: var(--asoro-home-pale-green, #f1f5f2) !important;
  background-image: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  margin-bottom: clamp(1.1rem, 2vw, 1.45rem) !important;
  align-items: flex-start !important;
}

.asoro-single-main-v22 .asoro-related-guides__button,
.asoro-single-main-v22 .asoro-related-guides__button.asoro-guides-button {
  padding-top: 0.18rem !important;
}

.asoro-single-main-v22 .asoro-related-guide-card {
  padding: var(--wp--preset--spacing--30) !important;
}

/* This is the key fix: remove the extra band between thumbnail and title. */
.asoro-single-main-v22 .asoro-related-guide-card__image-link,
.asoro-single-main-v22 .asoro-related-guide-card .wp-block-post-featured-image,
.asoro-single-main-v22 .asoro-related-guide-card figure {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.45rem !important;
  margin-left: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title,
.asoro-single-main-v22 .asoro-related-guide-card h3 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin-top: 0 !important;
  margin-bottom: 0.65rem !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    margin-top: 1.5rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    margin-bottom: 1.25rem !important;
  }
}


/* v1.0.52: Related guides final spacing correction.
   This targets the generated shortcode markup directly so the card image/title gap cannot be
   reintroduced by the older homepage-card rules that still exist earlier in the stylesheet. */
.asoro-single-main-v22 .asoro-single-body-shell-v22 {
  padding-bottom: clamp(1.35rem, 2.4vw, 2.1rem) !important;
}

.asoro-single-main-v22 .asoro-single-body-shell-v22 + .asoro-related-guides-wrap-v38 {
  margin-top: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  padding-top: clamp(3rem, 4.6vw, 3.9rem) !important;
  padding-bottom: clamp(3.5rem, 5vw, 4.5rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  margin-bottom: clamp(0.8rem, 1.35vw, 1.05rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  margin-bottom: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  margin-top: 0 !important;
}

/* The stubborn gap fix: zero out the image/link bottom margin and pull the content
   up very slightly so the title sits like the homepage Latest Guides cards. */
.asoro-single-main-v22 article.asoro-related-guide-card > a.asoro-related-guide-card__image-link {
  margin: 0 0 0.12rem 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card > a.asoro-related-guide-card__image-link img,
.asoro-single-main-v22 article.asoro-related-guide-card > a.asoro-related-guide-card__image-link .asoro-related-guide-card__image {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card > .asoro-related-guide-card__content {
  margin-top: -0.05rem !important;
  padding-top: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card > .asoro-related-guide-card__content > .asoro-related-guide-card__title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    padding-bottom: 1.35rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    margin-bottom: 1rem !important;
  }
}

/* v1.0.53: Single post template cleanup and related guides rebuild.
   The related cards now use a background-image thumbnail span rather than an img tag,
   so the image/title gap cannot be caused by image aspect ratio or inline image whitespace.
   This section intentionally mirrors the homepage Latest Guides layout system. */

/* Article rhythm and heading spacing */
.asoro-single-main-v22 .asoro-single-body-shell-v22 {
  padding-bottom: clamp(2rem, 3vw, 2.75rem) !important;
}

.asoro-single-main-v22 .asoro-single-content,
.asoro-single-main-v22 .asoro-single-content p {
  line-height: 1.65 !important;
}

.asoro-single-main-v22 .asoro-single-content p {
  margin-bottom: 1.05rem !important;
}

.asoro-single-main-v22 .asoro-single-content h2 {
  margin-top: clamp(1.9rem, 3vw, 2.55rem) !important;
  margin-bottom: 0.85rem !important;
  line-height: 1.25 !important;
}

.asoro-single-main-v22 .asoro-single-content h3 {
  margin-top: clamp(1.55rem, 2.4vw, 2.1rem) !important;
  margin-bottom: 0.65rem !important;
  line-height: 1.28 !important;
}

/* Keep the desktop article/sidebar grid balanced and aligned. */
@media (min-width: 1025px) {
  .asoro-single-main-v22 .asoro-single-body-grid-v23 {
    display: grid !important;
    grid-template-columns: minmax(0, 760px) minmax(280px, 340px) !important;
    gap: clamp(2.25rem, 4vw, 4rem) !important;
    align-items: start !important;
  }

  .asoro-single-main-v22 .asoro-single-content-col-v23,
  .asoro-single-main-v22 .asoro-single-content,
  .asoro-single-main-v22 .asoro-single-content > * {
    max-width: 760px !important;
  }

  .asoro-single-main-v22 .asoro-single-sidebar-col-v23,
  .asoro-single-main-v22 .asoro-single-sidebar-v22,
  .asoro-single-main-v22 .asoro-author-card-wrap,
  .asoro-single-main-v22 .asoro-single-sidebar-card-v22 {
    width: 100% !important;
    max-width: 340px !important;
  }
}

@media (max-width: 1024px) {
  .asoro-single-main-v22 .asoro-single-body-grid-v23 {
    display: block !important;
  }

  .asoro-single-main-v22 .asoro-single-sidebar-col-v23 {
    margin-top: 2rem !important;
  }
}

/* Sidebar card consistency */
.asoro-single-main-v22 .asoro-author-card-wrap,
.asoro-single-main-v22 .asoro-single-sidebar-card-v22 {
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1px solid var(--asoro-line, #dde5e2) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: var(--asoro-shadow-soft, 0 1px 2px rgba(17, 24, 39, 0.04), 0 6px 18px rgba(17, 24, 39, 0.06)) !important;
  padding: 1.35rem !important;
}

.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author,
.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__content {
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__byline,
.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__name {
  display: block !important;
}

.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__byline {
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.35rem !important;
}

.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__name {
  color: var(--asoro-ink, #111827) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-bottom: 0.55rem !important;
}

.asoro-single-main-v22 .asoro-author-card-wrap .wp-block-post-author__bio,
.asoro-single-main-v22 .asoro-single-sidebar-card-v22 p:not(.asoro-section-label) {
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  margin-bottom: 0 !important;
}

/* Related Guides section: mirror the homepage Latest Guides layout. */
.asoro-single-main-v22 .asoro-related-guides-wrap-v38,
.asoro-single-main-v22 .asoro-related-guides,
.asoro-single-main-v22 .asoro-related-guides.asoro-guides-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: var(--asoro-home-pale-green, #f1f5f2) !important;
  background-color: var(--asoro-home-pale-green, #f1f5f2) !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  padding-top: 0 !important;
  padding-right: var(--wp--preset--spacing--40) !important;
  padding-bottom: 0 !important;
  padding-left: var(--wp--preset--spacing--40) !important;
}

.asoro-single-main-v22 .asoro-related-guides {
  padding-top: clamp(3.1rem, 5vw, 4.3rem) !important;
  padding-bottom: clamp(3.6rem, 5.5vw, 4.8rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides__inner {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  margin: 0 0 var(--wp--preset--spacing--40) 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  max-width: 540px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle {
  margin: 0 0 0.45rem 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  max-width: 540px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
  text-wrap: balance !important;
}

.asoro-single-main-v22 .asoro-related-guides__button,
.asoro-single-main-v22 .asoro-related-guides__button.asoro-guides-button {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0.2rem 0 0 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link,
.asoro-single-main-v22 .asoro-related-guides__view-all {
  margin: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link {
  background: transparent !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 8px !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 0.78rem 1.25rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__view-all:focus,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link:hover,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link:focus {
  background: transparent !important;
  border-color: rgba(17, 24, 39, 0.32) !important;
  color: var(--asoro-ink, #111827) !important;
  text-decoration: none !important;
  transform: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  max-width: 360px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: var(--wp--preset--spacing--30) !important;
  background: var(--asoro-card, #ffffff) !important;
  border: 1px solid var(--asoro-line, #dde5e2) !important;
  border-radius: 18px !important;
  box-shadow: var(--asoro-shadow-soft, 0 1px 2px rgba(17, 24, 39, 0.04), 0 6px 18px rgba(17, 24, 39, 0.06)) !important;
  overflow: hidden !important;
  transition: none !important;
}

/* The key structural fix: the thumbnail is a block span with its own aspect ratio,
   not an img inside a fixed-height link. That removes the persistent white band. */
.asoro-single-main-v22 .asoro-related-guide-card__image-link,
.asoro-single-main-v22 article.asoro-related-guide-card > a.asoro-related-guide-card__image-link {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__image,
.asoro-single-main-v22 .asoro-related-guide-card__image--placeholder,
.asoro-single-main-v22 article.asoro-related-guide-card > a.asoro-related-guide-card__image-link > .asoro-related-guide-card__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  background-color: var(--asoro-surface, #faf8f3) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  line-height: 0 !important;
  transform: none !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__content,
.asoro-single-main-v22 article.asoro-related-guide-card > .asoro-related-guide-card__content {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title,
.asoro-single-main-v22 article.asoro-related-guide-card > .asoro-related-guide-card__content > .asoro-related-guide-card__title {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.26 !important;
  text-wrap: pretty !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__title a {
  color: var(--asoro-primary, #2f6f5e) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  border: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__excerpt {
  margin: 0 0 0.7rem 0 !important;
  padding: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.asoro-single-main-v22 .asoro-related-guide-card__read-more {
  margin-top: auto !important;
  padding-top: 0.2rem !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .asoro-single-main-v22 .asoro-related-guide-card,
  .asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides {
    padding-top: 2.75rem !important;
    padding-bottom: 3rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    margin-bottom: 1.25rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__title br {
    display: none !important;
  }
}

/* Keep the single post email form consistent with the homepage form scale. */
.asoro-single-main-v22 .asoro-newsletter-form-card input,
.asoro-single-main-v22 .asoro-newsletter-form-card button {
  font-size: 0.95rem !important;
}

/* v1.0.54: Final single-post related guide and section rhythm cleanup.
   Related guide cards now use the same block-style structure as the homepage cards. */
.asoro-single-main-v22 .asoro-single-body-shell-v22 {
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides {
  padding-top: clamp(3rem, 4.5vw, 4rem) !important;
  padding-bottom: clamp(3.4rem, 5vw, 4.4rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides__header {
  align-items: flex-end !important;
  margin-bottom: clamp(1.45rem, 2.5vw, 2rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides__button,
.asoro-single-main-v22 .asoro-related-guides__button.asoro-guides-button {
  align-items: flex-end !important;
  padding-top: 0 !important;
  padding-bottom: 0.15rem !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  gap: var(--wp--preset--spacing--40) !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card {
  max-width: none !important;
  padding: var(--wp--preset--spacing--30) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: 100% !important;
}

/* Remove the persistent dead band by removing all image wrapper margins and
   putting the title directly after the figure, matching the homepage rhythm. */
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure {
  display: block !important;
  width: 100% !important;
  margin: 0 0 0.9rem 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: var(--asoro-surface, #faf8f3) !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image a,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure a {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image img,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure--placeholder {
  aspect-ratio: 16 / 10 !important;
  min-height: 0 !important;
  background: var(--asoro-surface, #faf8f3) !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-title,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  padding: 0 !important;
  color: #235b4c !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.26 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-title a,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__title a {
  color: #235b4c !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-excerpt,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__excerpt {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__excerpt {
  margin: 0 0 0.7rem 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__more-text {
  margin: auto 0 0 0 !important;
  padding: 0.2rem 0 0 0 !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__more-link {
  color: #235b4c !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__more-link:hover,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-title a:hover {
  color: #235b4c !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-newsletter-band {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-single-body-shell-v22 {
    margin-bottom: 1.25rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header {
    align-items: flex-start !important;
    margin-bottom: 1.25rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.55: Single post visual polish pass.
   Re-align related guides with homepage card rhythm, clean section spacing,
   and keep desktop/tablet/mobile behaviour predictable. */
.asoro-single-main-v22 .asoro-single-body-shell-v22 {
  margin-bottom: 0 !important;
  padding-bottom: clamp(2.25rem, 3.5vw, 3rem) !important;
}

.asoro-single-main-v22 .asoro-related-guides-wrap-v38 {
  margin-top: 0 !important;
  padding: 0 !important;
  background: var(--wp--preset--color--surface-alt, #eef7f1) !important;
}

.asoro-single-main-v22 .asoro-related-guides.asoro-guides-section,
.asoro-single-main-v22 .asoro-related-guides {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3rem, 4.5vw, 4rem) var(--wp--preset--spacing--40) clamp(3.25rem, 5vw, 4.25rem) !important;
  background: var(--wp--preset--color--surface-alt, #eef7f1) !important;
  box-sizing: border-box !important;
}

.asoro-single-main-v22 .asoro-related-guides__inner {
  width: 100% !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.asoro-single-main-v22 .asoro-related-guides__header.asoro-guides-header,
.asoro-single-main-v22 .asoro-related-guides__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  margin: 0 0 var(--wp--preset--spacing--40) !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__heading {
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__subtitle,
.asoro-single-main-v22 .asoro-related-guides__heading .asoro-section-kicker {
  margin: 0 0 0.35rem !important;
  padding: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.asoro-single-main-v22 .asoro-related-guides__title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.asoro-single-main-v22 .asoro-related-guides__button.asoro-guides-button,
.asoro-single-main-v22 .asoro-related-guides__button {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button,
.asoro-single-main-v22 .asoro-related-guides__button .asoro-secondary-button {
  margin: 0 !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0.9rem 1.25rem !important;
  border: 1px solid var(--asoro-line, #dbe5e1) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__view-all:hover,
.asoro-single-main-v22 .asoro-related-guides__button .wp-block-button__link:hover {
  background: transparent !important;
  color: var(--asoro-ink, #111827) !important;
  border-color: var(--asoro-line, #dbe5e1) !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-related-guides__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--wp--preset--spacing--40) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: var(--wp--preset--spacing--30) !important;
  border: 1px solid var(--asoro-line, #dbe5e1) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04), 0 10px 26px rgba(17, 24, 39, 0.06) !important;
  overflow: hidden !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: var(--asoro-surface, #faf8f3) !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image a,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-featured-image img,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  object-fit: cover !important;
  vertical-align: top !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-title,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  padding: 0 !important;
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: clamp(1.12rem, 1.2vw, 1.28rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.24 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-title a,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__title a {
  color: var(--asoro-primary, #2f6f5e) !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .wp-block-post-excerpt,
.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card > .asoro-related-guide-card__excerpt {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__excerpt {
  margin: 0 0 0.75rem 0 !important;
  padding: 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__more-text {
  margin: auto 0 0 0 !important;
  padding: 0.2rem 0 0 0 !important;
}

.asoro-single-main-v22 article.asoro-related-guide-card.asoro-post-card .wp-block-post-excerpt__more-link {
  color: var(--asoro-primary, #2f6f5e) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.asoro-single-main-v22 .asoro-newsletter-band {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .asoro-single-main-v22 .asoro-related-guides.asoro-guides-section,
  .asoro-single-main-v22 .asoro-related-guides {
    padding: 2.75rem 1rem 3rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__header.asoro-guides-header,
  .asoro-single-main-v22 .asoro-related-guides__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    margin-bottom: 1.25rem !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__grid {
    grid-template-columns: 1fr !important;
  }

  .asoro-single-main-v22 .asoro-related-guides__title br {
    display: none !important;
  }
}


/* v1.0.56: Clean up single post sidebar author card so it matches the Notes from Asoro card. */
.single-post .asoro-single-sidebar-v22,
.asoro-single-sidebar-v22 {
  width: 100% !important;
}

.single-post .asoro-sidebar-author-card-wrap,
.asoro-sidebar-author-card-wrap {
  box-sizing: border-box !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-sidebar-author-card {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.25rem !important;
  display: block !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 1rem !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.07) !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author,
.single-post .asoro-sidebar-author-card .wp-block-post-author__content,
.asoro-sidebar-author-card .wp-block-post-author,
.asoro-sidebar-author-card .wp-block-post-author__content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar,
.single-post .asoro-sidebar-author-card .wp-block-post-author__avatar img,
.single-post .asoro-sidebar-author-card img.avatar,
.asoro-sidebar-author-card .wp-block-post-author__avatar,
.asoro-sidebar-author-card .wp-block-post-author__avatar img,
.asoro-sidebar-author-card img.avatar {
  display: none !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__byline,
.asoro-sidebar-author-card .wp-block-post-author__byline {
  display: block !important;
  margin: 0 0 0.35rem 0 !important;
  color: var(--asoro-primary) !important;
  font-size: 0.7rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__name,
.asoro-sidebar-author-card .wp-block-post-author__name {
  display: block !important;
  margin: 0 0 0.65rem 0 !important;
  color: var(--asoro-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__name a,
.asoro-sidebar-author-card .wp-block-post-author__name a {
  color: inherit !important;
  text-decoration: none !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__bio,
.asoro-sidebar-author-card .wp-block-post-author__bio {
  display: block !important;
  margin: 0 !important;
  color: #596760 !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
}

.single-post .asoro-single-newsletter-card-v22,
.asoro-single-newsletter-card-v22 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 900px) {
  .single-post .asoro-sidebar-author-card,
  .asoro-sidebar-author-card {
    padding: 1.15rem !important;
  }
}

/* v1.0.57: Single post readability and author card polish. */
.single-post .asoro-single-content-v22,
.single-post .asoro-single-content-v22 .wp-block-post-content,
.single-post .asoro-single-content-v22 .entry-content {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.single-post .asoro-single-content-v22 p,
.single-post .asoro-single-content-v22 .wp-block-post-content p,
.single-post .asoro-single-content-v22 .entry-content p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin-bottom: 1.15em !important;
}

.single-post .asoro-single-content-v22 h2,
.single-post .asoro-single-content-v22 .wp-block-post-content h2,
.single-post .asoro-single-content-v22 .entry-content h2 {
  line-height: 1.25 !important;
  margin-top: 2.1em !important;
  margin-bottom: 0.65em !important;
}

.single-post .asoro-sidebar-author-card,
.asoro-sidebar-author-card {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px !important;
  display: block !important;
  background: #ffffff !important;
  border: 1px solid rgba(31, 41, 55, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06) !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__byline,
.asoro-sidebar-author-card .wp-block-post-author__byline {
  display: block !important;
  margin: 0 0 6px 0 !important;
  color: #3f6f63 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__name,
.asoro-sidebar-author-card .wp-block-post-author__name {
  display: block !important;
  margin: 0 0 10px 0 !important;
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.25 !important;
}

.single-post .asoro-sidebar-author-card .wp-block-post-author__bio,
.asoro-sidebar-author-card .wp-block-post-author__bio {
  display: block !important;
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 700px) {
  .single-post .asoro-single-content-v22,
  .single-post .asoro-single-content-v22 .wp-block-post-content,
  .single-post .asoro-single-content-v22 .entry-content,
  .single-post .asoro-single-content-v22 p,
  .single-post .asoro-single-content-v22 .wp-block-post-content p,
  .single-post .asoro-single-content-v22 .entry-content p {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }
}


/* v1.0.58: Make the sidebar author card use the same card system as the Notes From Asoro card. */
.single-post .asoro-single-author-card-v58,
.asoro-single-author-card-v58 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 1rem 0 !important;
  padding: 1.2rem !important;
  display: block !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 1.15rem !important;
  box-shadow: 0 12px 30px rgba(20, 28, 38, 0.07) !important;
}

.single-post .asoro-single-author-card-v58 .asoro-section-label,
.asoro-single-author-card-v58 .asoro-section-label {
  display: block !important;
  margin: 0 0 0.45rem 0 !important;
  color: var(--asoro-primary) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.single-post .asoro-single-author-card-v58 .asoro-author-name-v58,
.single-post .asoro-single-author-card-v58 .wp-block-post-author-name,
.asoro-single-author-card-v58 .asoro-author-name-v58,
.asoro-single-author-card-v58 .wp-block-post-author-name {
  display: block !important;
  margin: 0 0 0.6rem 0 !important;
  color: var(--asoro-ink) !important;
  font-size: 1.15rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

.single-post .asoro-single-author-card-v58 .asoro-author-bio-v58,
.single-post .asoro-single-author-card-v58 .wp-block-post-author-biography,
.asoro-single-author-card-v58 .asoro-author-bio-v58,
.asoro-single-author-card-v58 .wp-block-post-author-biography {
  display: block !important;
  margin: 0 !important;
  color: #46564e !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.single-post .asoro-single-author-card-v58 .wp-block-post-author__avatar,
.single-post .asoro-single-author-card-v58 img.avatar,
.asoro-single-author-card-v58 .wp-block-post-author__avatar,
.asoro-single-author-card-v58 img.avatar {
  display: none !important;
}


/* v1.0.60: Category archive polish only. */
.archive .asoro-category-hero,
.category .asoro-category-hero {
  background: var(--asoro-surface, #faf8f3) !important;
  background-color: var(--asoro-surface, #faf8f3) !important;
}

.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  background: var(--asoro-home-pale-green, #eef6f1) !important;
  background-color: var(--asoro-home-pale-green, #eef6f1) !important;
}

.archive .asoro-category-hero .taxonomy-description,
.category .asoro-category-hero .taxonomy-description,
.archive .asoro-category-hero .wp-block-term-description,
.category .asoro-category-hero .wp-block-term-description {
  max-width: 720px !important;
  white-space: pre-line !important;
}

.archive .asoro-category-hero .taxonomy-description p,
.category .asoro-category-hero .taxonomy-description p,
.archive .asoro-category-hero .wp-block-term-description p,
.category .asoro-category-hero .wp-block-term-description p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.archive .asoro-category-tools,
.category .asoro-category-tools {
  align-items: flex-end !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
}

.archive .asoro-category-tools .wp-block-heading,
.category .asoro-category-tools .wp-block-heading {
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
  line-height: 1.05 !important;
}

.archive .asoro-category-search,
.category .asoro-category-search {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  flex: 0 1 520px !important;
}

.archive .asoro-category-search .wp-block-search__inside-wrapper,
.category .asoro-category-search .wp-block-search__inside-wrapper {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04) !important;
}

.archive .asoro-category-search .wp-block-search__input,
.category .asoro-category-search .wp-block-search__input {
  min-width: 0 !important;
  font-size: 0.95rem !important;
}

.archive .asoro-category-search .wp-block-search__button,
.category .asoro-category-search .wp-block-search__button {
  border-radius: 12px !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  padding-left: 1.1rem !important;
  padding-right: 1.1rem !important;
}

.archive .asoro-category-guides-section .asoro-post-card,
.category .asoro-category-guides-section .asoro-post-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05) !important;
}

@media (max-width: 781px) {
  .archive .asoro-category-search,
  .category .asoro-category-search {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .archive .asoro-category-tools,
  .category .asoro-category-tools {
    align-items: stretch !important;
  }
}


/* v1.0.61: Category archive UX polish. */
.archive .asoro-category-hero,
.category .asoro-category-hero {
  background: var(--asoro-surface, #faf8f3) !important;
  background-color: var(--asoro-surface, #faf8f3) !important;
}

.archive .asoro-category-hero .wp-block-group.alignwide,
.category .asoro-category-hero .wp-block-group.alignwide {
  max-width: 760px !important;
}

.archive .asoro-category-hero .wp-block-query-title,
.category .asoro-category-hero .wp-block-query-title {
  margin-bottom: 1rem !important;
}

.archive .asoro-category-hero .taxonomy-description,
.category .asoro-category-hero .taxonomy-description,
.archive .asoro-category-hero .wp-block-term-description,
.category .asoro-category-hero .wp-block-term-description {
  max-width: 720px !important;
  white-space: normal !important;
  color: var(--asoro-muted, #5f6b7a) !important;
}

.archive .asoro-category-hero .taxonomy-description p,
.category .asoro-category-hero .taxonomy-description p,
.archive .asoro-category-hero .wp-block-term-description p,
.category .asoro-category-hero .wp-block-term-description p {
  margin-top: 0 !important;
  margin-bottom: 0.85rem !important;
  font-size: 1.02rem !important;
  line-height: 1.58 !important;
}

.archive .asoro-category-hero .taxonomy-description p:last-child,
.category .asoro-category-hero .taxonomy-description p:last-child,
.archive .asoro-category-hero .wp-block-term-description p:last-child,
.category .asoro-category-hero .wp-block-term-description p:last-child {
  margin-bottom: 0 !important;
}

.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  background: var(--asoro-home-pale-green, #eef6f1) !important;
  background-color: var(--asoro-home-pale-green, #eef6f1) !important;
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.75rem, 6vw, 5.25rem) !important;
}

.archive .asoro-category-guides-header,
.category .asoro-category-guides-header {
  align-items: flex-end !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  margin-bottom: 1.75rem !important;
}

.archive .asoro-category-guides-header .asoro-section-kicker,
.category .asoro-category-guides-header .asoro-section-kicker {
  margin-bottom: 0.45rem !important;
}

.archive .asoro-category-guides-header .wp-block-heading,
.category .asoro-category-guides-header .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 620px !important;
}

.archive .asoro-category-search-row,
.category .asoro-category-search-row {
  margin-bottom: clamp(2rem, 3vw, 2.75rem) !important;
}

.archive .asoro-category-search,
.category .asoro-category-search {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
}

.archive .asoro-category-search .wp-block-search__inside-wrapper,
.category .asoro-category-search .wp-block-search__inside-wrapper {
  width: 100% !important;
  min-height: 54px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04) !important;
  padding: 4px !important;
}

.archive .asoro-category-search .wp-block-search__input,
.category .asoro-category-search .wp-block-search__input {
  min-width: 0 !important;
  padding: 0.65rem 0.9rem !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}

.archive .asoro-category-search .wp-block-search__button,
.category .asoro-category-search .wp-block-search__button {
  margin: 0 !important;
  border-radius: 11px !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  padding: 0.85rem 1.2rem !important;
  background: var(--asoro-primary, #2f6f5e) !important;
  color: #ffffff !important;
}

.archive .asoro-category-guides-query .asoro-post-card,
.category .asoro-category-guides-query .asoro-post-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden !important;
}

.archive .asoro-category-guides-query .asoro-post-card .wp-block-post-featured-image,
.category .asoro-category-guides-query .asoro-post-card .wp-block-post-featured-image {
  margin: 0 0 1rem 0 !important;
}

.archive .asoro-category-guides-query .asoro-post-card .wp-block-post-title,
.category .asoro-category-guides-query .asoro-post-card .wp-block-post-title {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.archive .asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt,
.category .asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.archive .asoro-category-pagination,
.category .asoro-category-pagination {
  gap: 0.6rem !important;
  justify-content: center !important;
}

.archive .asoro-category-pagination a,
.archive .asoro-category-pagination .page-numbers,
.category .asoro-category-pagination a,
.category .asoro-category-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0.55rem 0.8rem !important;
  border: 1px solid rgba(17, 24, 39, 0.14) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.72) !important;
  color: var(--asoro-ink, #111827) !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.archive .asoro-category-pagination .current,
.category .asoro-category-pagination .current {
  background: var(--asoro-primary, #2f6f5e) !important;
  color: #ffffff !important;
  border-color: var(--asoro-primary, #2f6f5e) !important;
}

.archive .asoro-newsletter-band,
.category .asoro-newsletter-band {
  background: var(--asoro-surface, #faf8f3) !important;
  background-color: var(--asoro-surface, #faf8f3) !important;
}

@media (max-width: 781px) {
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .archive .asoro-category-guides-header,
  .category .asoro-category-guides-header {
    align-items: flex-start !important;
    margin-bottom: 1.5rem !important;
  }

  .archive .asoro-category-search,
  .category .asoro-category-search {
    width: 100% !important;
    max-width: 100% !important;
  }

  .archive .asoro-category-search .wp-block-search__inside-wrapper,
  .category .asoro-category-search .wp-block-search__inside-wrapper {
    min-height: 50px !important;
  }
}


/* v1.0.62 category featured image hero */
.asoro-category-hero {
  background: var(--asoro-surface);
  padding: clamp(4rem, 7vw, 6.5rem) var(--wp--preset--spacing--40, 2rem);
}

.asoro-category-hero__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.76fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.asoro-category-hero--text-only .asoro-category-hero__inner {
  display: block;
}

.asoro-category-hero--text-only .asoro-category-hero__copy {
  max-width: 780px;
}

.asoro-category-hero__copy {
  max-width: 720px;
}

.asoro-category-hero__title {
  margin: 0;
  color: var(--asoro-ink);
  font-size: clamp(2.05rem, 3.3vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.asoro-category-hero__description {
  margin-top: 1.35rem;
  color: var(--asoro-muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.asoro-category-hero__description p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.asoro-category-hero__description p:last-child {
  margin-bottom: 0;
}

.asoro-category-hero__media {
  margin: 0;
}

.asoro-category-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

@media (max-width: 900px) {
  .asoro-category-hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .asoro-category-hero__copy,
  .asoro-category-hero--text-only .asoro-category-hero__copy {
    max-width: 760px;
  }

  .asoro-category-hero__media {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .asoro-category-hero {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
  }

  .asoro-category-hero__description {
    font-size: 1rem;
  }
}


/* v1.0.63: Category hero layout refinement after adding category featured images. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  background: var(--asoro-surface, #faf8f3) !important;
  padding: clamp(3.75rem, 6vw, 5.75rem) clamp(1.25rem, 4vw, 2.5rem) !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  width: min(1160px, 100%) !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: clamp(3rem, 6vw, 6rem) !important;
  align-items: center !important;
}

.archive .asoro-category-hero--text-only .asoro-category-hero__inner,
.category .asoro-category-hero--text-only .asoro-category-hero__inner {
  display: block !important;
}

.archive .asoro-category-hero__copy,
.category .asoro-category-hero__copy {
  width: 100% !important;
  max-width: 650px !important;
}

.archive .asoro-category-hero--text-only .asoro-category-hero__copy,
.category .asoro-category-hero--text-only .asoro-category-hero__copy {
  max-width: 760px !important;
}

.archive .asoro-category-hero__title,
.category .asoro-category-hero__title {
  max-width: 660px !important;
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(2.4rem, 4vw, 4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.052em !important;
}

.archive .asoro-category-hero__description,
.category .asoro-category-hero__description {
  max-width: 610px !important;
  margin-top: 1.25rem !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 1.04rem !important;
  line-height: 1.58 !important;
}

.archive .asoro-category-hero__description p,
.category .asoro-category-hero__description p {
  margin-top: 0 !important;
  margin-bottom: 0.9rem !important;
}

.archive .asoro-category-hero__description p:last-child,
.category .asoro-category-hero__description p:last-child {
  margin-bottom: 0 !important;
}

.archive .asoro-category-hero__media,
.category .asoro-category-hero__media {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 0 !important;
  justify-self: end !important;
}

.archive .asoro-category-hero__image,
.category .asoro-category-hero__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.13) !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-hero__inner,
  .category .asoro-category-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .archive .asoro-category-hero__copy,
  .category .asoro-category-hero__copy,
  .archive .asoro-category-hero__description,
  .category .asoro-category-hero__description {
    max-width: 760px !important;
  }

  .archive .asoro-category-hero__media,
  .category .asoro-category-hero__media {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    justify-self: start !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 3.25rem !important;
    padding-bottom: 3.5rem !important;
  }

  .archive .asoro-category-hero__title,
  .category .asoro-category-hero__title {
    font-size: clamp(2.05rem, 12vw, 2.8rem) !important;
    line-height: 1.04 !important;
  }

  .archive .asoro-category-hero__description,
  .category .asoro-category-hero__description {
    font-size: 1rem !important;
  }
}


/* v1.0.64: Category archive final spacing and newsletter match. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-top: clamp(3.25rem, 5vw, 5rem) !important;
  padding-bottom: clamp(2rem, 3vw, 2.75rem) !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  align-items: center !important;
}

.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  margin-top: 0 !important;
}

.archive .asoro-category-email-section.asoro-newsletter-band,
.category .asoro-category-email-section.asoro-newsletter-band {
  background: var(--asoro-surface, #faf8f3) !important;
  background-color: var(--asoro-surface, #faf8f3) !important;
  padding-top: clamp(3rem, 5vw, 4.25rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.25rem) !important;
}

.archive .asoro-category-email-section .asoro-newsletter-panel,
.category .asoro-category-email-section .asoro-newsletter-panel {
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.archive .asoro-category-email-section .asoro-newsletter-form-card,
.category .asoro-category-email-section .asoro-newsletter-form-card {
  width: min(100%, 430px) !important;
  margin-left: auto !important;
}

.archive .asoro-category-email-section .asoro-inline-signup-field,
.category .asoro-category-email-section .asoro-inline-signup-field {
  font-size: 1rem !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 3rem !important;
    padding-bottom: 2.75rem !important;
  }

  .archive .asoro-category-email-section .asoro-newsletter-form-card,
  .category .asoro-category-email-section .asoro-newsletter-form-card {
    margin-left: 0 !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 2.75rem !important;
    padding-bottom: 2.35rem !important;
  }
}


/* v1.0.65: Category hero image/spacing and archive email form lock. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-top: clamp(3rem, 4.5vw, 4.25rem) !important;
  padding-bottom: clamp(0.75rem, 1.4vw, 1.25rem) !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  grid-template-columns: minmax(0, 52%) minmax(0, 48%) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  align-items: center !important;
}

.archive .asoro-category-hero__copy,
.category .asoro-category-hero__copy {
  max-width: 650px !important;
}

.archive .asoro-category-hero__media,
.category .asoro-category-hero__media {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 0 !important;
  justify-self: end !important;
}

.archive .asoro-category-hero__image,
.category .asoro-category-hero__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.13) !important;
}

.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  margin-top: 0 !important;
}

/* Force the archive newsletter to use the same form-card treatment as the single post form. */
.archive .asoro-category-email-section .asoro-newsletter-form-card,
.category .asoro-category-email-section .asoro-newsletter-form-card {
  width: min(100%, 430px) !important;
  margin-left: auto !important;
  padding: clamp(1.35rem, 2.3vw, 1.75rem) !important;
  border-radius: 22px !important;
  background: rgba(242, 247, 243, 0.92) !important;
  border: 1px solid rgba(47, 111, 94, 0.18) !important;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08) !important;
}

.archive .asoro-category-email-section .asoro-inline-signup-form,
.category .asoro-category-email-section .asoro-inline-signup-form {
  display: grid !important;
  gap: 0.9rem !important;
}

.archive .asoro-category-email-section .asoro-inline-signup-field,
.category .asoro-category-email-section .asoro-inline-signup-field {
  width: 100% !important;
  min-height: 54px !important;
  box-sizing: border-box !important;
  padding: 0.9rem 1rem !important;
  border-radius: 14px !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  background: #ffffff !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-family: inherit !important;
}

.archive .asoro-category-email-section .asoro-inline-signup-submit,
.category .asoro-category-email-section .asoro-inline-signup-submit {
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--asoro-ink, #111827) !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }

  .archive .asoro-category-hero__inner,
  .category .asoro-category-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .archive .asoro-category-hero__media,
  .category .asoro-category-hero__media {
    justify-self: start !important;
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }

  .archive .asoro-category-email-section .asoro-newsletter-form-card,
  .category .asoro-category-email-section .asoro-newsletter-form-card {
    margin-left: 0 !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 1.75rem !important;
  }
}


/* v1.0.66: Tighten category hero bottom spacing only. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-bottom: clamp(0.15rem, 0.45vw, 0.45rem) !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-bottom: 0.85rem !important;
  }
}


/* v1.0.67: Tighten category newsletter spacing and remove divider line. */
.archive .asoro-category-email-section.asoro-newsletter-band,
.category .asoro-category-email-section.asoro-newsletter-band {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: clamp(2.25rem, 4vw, 3rem) !important;
  padding-bottom: clamp(2.25rem, 4vw, 3rem) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.archive .asoro-category-email-section::before,
.archive .asoro-category-email-section::after,
.category .asoro-category-email-section::before,
.category .asoro-category-email-section::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

.archive .asoro-category-email-section .asoro-newsletter-panel,
.category .asoro-category-email-section .asoro-newsletter-panel,
.archive .asoro-category-email-section .asoro-newsletter-columns,
.category .asoro-category-email-section .asoro-newsletter-columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.archive .asoro-category-email-section .wp-block-separator,
.category .asoro-category-email-section .wp-block-separator {
  display: none !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}


/* v1.0.68: Final category spacing polish.
   Tighten the category hero transition and newsletter band while keeping the layout unchanged. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  margin-bottom: 0 !important;
}

/* Keep the guides section visually close to the hero without changing the cards/search layout. */
.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  padding-top: clamp(3rem, 4.5vw, 4rem) !important;
}

/* Tighten the category newsletter area and remove any remaining divider/frame lines. */
.archive .asoro-category-email-section.asoro-newsletter-band,
.category .asoro-category-email-section.asoro-newsletter-band {
  padding-top: clamp(1.9rem, 3vw, 2.45rem) !important;
  padding-bottom: clamp(1.9rem, 3vw, 2.45rem) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.archive .asoro-category-email-section.asoro-newsletter-band::before,
.archive .asoro-category-email-section.asoro-newsletter-band::after,
.category .asoro-category-email-section.asoro-newsletter-band::before,
.category .asoro-category-email-section.asoro-newsletter-band::after,
.archive .asoro-category-email-section .asoro-newsletter-panel::before,
.archive .asoro-category-email-section .asoro-newsletter-panel::after,
.category .asoro-category-email-section .asoro-newsletter-panel::before,
.category .asoro-category-email-section .asoro-newsletter-panel::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.archive .asoro-category-email-section .asoro-newsletter-panel,
.category .asoro-category-email-section .asoro-newsletter-panel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-bottom: 0.75rem !important;
  }

  .archive .asoro-category-guides-section,
  .category .asoro-category-guides-section {
    padding-top: 2.75rem !important;
  }

  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-bottom: 0.75rem !important;
  }

  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}


/* v1.0.69: Category template spacing-only polish.
   Only two changes: tighten the bottom of the category hero, and restore generous newsletter padding. */
.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-top: clamp(3.75rem, 5.5vw, 5.25rem) !important;
  padding-bottom: clamp(0.75rem, 1.4vw, 1.25rem) !important;
  margin-bottom: 0 !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  padding-top: clamp(2rem, 3.2vw, 3rem) !important;
}

.archive .asoro-category-email-section.asoro-newsletter-band,
.category .asoro-category-email-section.asoro-newsletter-band {
  padding-top: clamp(4.5rem, 6.5vw, 6.5rem) !important;
  padding-bottom: clamp(4.5rem, 6.5vw, 6.5rem) !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }

  .archive .asoro-category-guides-section,
  .category .asoro-category-guides-section {
    padding-top: 2.25rem !important;
  }

  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-template > .asoro-category-hero,
  .category .asoro-category-template > .asoro-category-hero,
  .archive .asoro-category-hero,
  .category .asoro-category-hero {
    padding-top: 2.5rem !important;
    padding-bottom: 0.75rem !important;
  }

  .archive .asoro-category-email-section.asoro-newsletter-band,
  .category .asoro-category-email-section.asoro-newsletter-band {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}


/* v1.0.72: Category template correction.
   Base restored from v1.0.69 so the Related Guides section keeps the previous working spacing.
   This only tightens the cream hero area before the pale green guide section. */
.archive .asoro-category-template,
.category .asoro-category-template {
  row-gap: 0 !important;
  gap: 0 !important;
}

.archive .asoro-category-template > .wp-block-shortcode,
.category .asoro-category-template > .wp-block-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

.archive .asoro-category-template > .asoro-category-hero,
.category .asoro-category-template > .asoro-category-hero,
.archive .asoro-category-hero,
.category .asoro-category-hero {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.archive .asoro-category-hero__inner,
.category .asoro-category-hero__inner,
.archive .asoro-category-hero__copy,
.category .asoro-category-hero__copy,
.archive .asoro-category-hero__media,
.category .asoro-category-hero__media {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.archive .asoro-category-hero__description,
.category .asoro-category-hero__description,
.archive .asoro-category-hero__description p:last-child,
.category .asoro-category-hero__description p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Pull the pale green section up without changing its internal padding/card layout. */
.archive .asoro-category-guides-section,
.category .asoro-category-guides-section {
  margin-top: clamp(-4rem, -4vw, -2.5rem) !important;
}

@media (max-width: 900px) {
  .archive .asoro-category-guides-section,
  .category .asoro-category-guides-section {
    margin-top: -1.5rem !important;
  }
}

@media (max-width: 600px) {
  .archive .asoro-category-guides-section,
  .category .asoro-category-guides-section {
    margin-top: -0.75rem !important;
  }
}


/* v1.0.73: Page template hero, content band, and homepage newsletter pattern. */
.page .asoro-page-template-v73,
.asoro-page-template-v73 {
  gap: 0 !important;
  row-gap: 0 !important;
}

.page .asoro-page-hero-v73,
.asoro-page-hero-v73 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  background: var(--asoro-surface, #faf8f3) !important;
  padding: clamp(3.75rem, 5.5vw, 5.25rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3.25rem, 4.5vw, 4.25rem) !important;
}

.page .asoro-page-hero-grid-v73,
.asoro-page-hero-grid-v73 {
  width: min(1160px, 100%) !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  align-items: center !important;
}

.page .asoro-page-hero-copy-v73,
.asoro-page-hero-copy-v73 {
  max-width: 650px !important;
}

.page .asoro-page-title-v73,
.asoro-page-title-v73 {
  max-width: 660px !important;
  margin: 0 !important;
  color: var(--asoro-ink, #111827) !important;
  font-size: clamp(2.4rem, 4vw, 4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.052em !important;
}

.page .asoro-page-excerpt-v73,
.asoro-page-excerpt-v73 {
  max-width: 610px !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
  font-size: 1.04rem !important;
  line-height: 1.58 !important;
}

.page .asoro-page-excerpt-v73 p,
.asoro-page-excerpt-v73 p,
.page .asoro-page-excerpt-v73 .wp-block-post-excerpt__excerpt,
.asoro-page-excerpt-v73 .wp-block-post-excerpt__excerpt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--asoro-muted, #5f6b7a) !important;
}

.page .asoro-page-excerpt-v73 .wp-block-post-excerpt__more-text,
.asoro-page-excerpt-v73 .wp-block-post-excerpt__more-text {
  display: none !important;
}

.page .asoro-page-hero-image-col-v73,
.asoro-page-hero-image-col-v73 {
  display: flex !important;
  justify-content: flex-end !important;
}

.page .asoro-page-featured-image-v73,
.asoro-page-featured-image-v73 {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 0 !important;
}

.page .asoro-page-featured-image-v73 img,
.asoro-page-featured-image-v73 img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.13) !important;
}

.page .asoro-page-content-band-v73,
.asoro-page-content-band-v73 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  padding: clamp(3.5rem, 5vw, 5rem) clamp(1.25rem, 4vw, 2.5rem) !important;
}

.page .asoro-page-content-v73,
.asoro-page-content-v73 {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.0625rem !important;
  line-height: 1.65 !important;
}

.page .asoro-page-content-v73 p,
.asoro-page-content-v73 p {
  line-height: 1.65 !important;
  margin-bottom: 1.15em !important;
}

.page .asoro-page-content-v73 h2,
.asoro-page-content-v73 h2 {
  line-height: 1.25 !important;
  margin-top: 2.1em !important;
  margin-bottom: 0.65em !important;
}

@media (max-width: 900px) {
  .page .asoro-page-hero-v73,
  .asoro-page-hero-v73 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .page .asoro-page-hero-grid-v73,
  .asoro-page-hero-grid-v73 {
    gap: 2rem !important;
  }

  .page .asoro-page-hero-image-col-v73,
  .asoro-page-hero-image-col-v73 {
    justify-content: flex-start !important;
  }

  .page .asoro-page-featured-image-v73,
  .asoro-page-featured-image-v73 {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
  }
}

@media (max-width: 600px) {
  .page .asoro-page-hero-v73,
  .asoro-page-hero-v73 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .page .asoro-page-title-v73,
  .asoro-page-title-v73 {
    font-size: clamp(2.05rem, 12vw, 2.8rem) !important;
    line-height: 1.04 !important;
  }

  .page .asoro-page-excerpt-v73,
  .asoro-page-excerpt-v73 {
    font-size: 1rem !important;
  }

  .page .asoro-page-content-band-v73,
  .asoro-page-content-band-v73 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}


/* v1.0.74: Page template email section matches the single post/homepage signup layout. */
.page .asoro-page-email-section.asoro-newsletter-band,
.asoro-page-template-v73 .asoro-page-email-section.asoro-newsletter-band {
  background: var(--asoro-surface, #faf8f3) !important;
  padding: clamp(3.2rem, 5vw, 5.5rem) var(--wp--preset--spacing--40) !important;
}

.page .asoro-page-email-section .asoro-newsletter-panel,
.asoro-page-template-v73 .asoro-page-email-section .asoro-newsletter-panel {
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page .asoro-page-email-section .asoro-newsletter-columns,
.asoro-page-template-v73 .asoro-page-email-section .asoro-newsletter-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 56%) minmax(360px, 44%) !important;
  gap: clamp(2rem, 4vw, 4rem) !important;
  align-items: center !important;
}

.page .asoro-page-email-section .asoro-newsletter-form-card,
.asoro-page-template-v73 .asoro-page-email-section .asoro-newsletter-form-card {
  background: #f8fbf8 !important;
  border: 1px solid rgba(47, 111, 94, 0.18) !important;
  border-radius: 26px !important;
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08) !important;
  padding: clamp(1.45rem, 2.3vw, 2rem) !important;
}

.page .asoro-page-email-section .asoro-inline-signup-form,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-form {
  display: grid !important;
  gap: 0.8rem !important;
}

.page .asoro-page-email-section .asoro-inline-signup-field,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-field,
.page .asoro-page-email-section .asoro-inline-signup-submit,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-submit {
  box-sizing: border-box !important;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
  min-height: 50px !important;
  width: 100% !important;
}

.page .asoro-page-email-section .asoro-inline-signup-field,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-field {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.16) !important;
  border-radius: 14px !important;
  color: var(--asoro-ink) !important;
  font: inherit !important;
  padding: 0 0.9rem !important;
}

.page .asoro-page-email-section .asoro-inline-signup-submit,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-submit {
  background: var(--asoro-ink) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  padding: 0 1.2rem !important;
}

.page .asoro-page-email-section .asoro-inline-signup-submit:hover,
.page .asoro-page-email-section .asoro-inline-signup-submit:focus,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-submit:hover,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-submit:focus {
  background: var(--asoro-cta-hover-green, #2f6f5e) !important;
  color: #ffffff !important;
}

@media (max-width: 860px) {
  .page .asoro-page-email-section .asoro-newsletter-columns,
  .asoro-page-template-v73 .asoro-page-email-section .asoro-newsletter-columns {
    display: block !important;
  }

  .page .asoro-page-email-section .asoro-newsletter-form-card,
  .asoro-page-template-v73 .asoro-page-email-section .asoro-newsletter-form-card {
    margin-top: 1.5rem !important;
  }
}


/* v1.0.75: Enable page excerpts and match page signup field text sizing to the homepage/single post form. */
.page .asoro-page-email-section .asoro-inline-signup-field,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-field {
  font-family: inherit !important;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
}

.page .asoro-page-email-section .asoro-inline-signup-submit,
.asoro-page-template-v73 .asoro-page-email-section .asoro-inline-signup-submit {
  font-family: inherit !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
}


/* v1.0.76: Match standard page hero title size to the single post hero title. */
.page .asoro-page-title-v73,
.asoro-page-title-v73 {
  font-size: clamp(2rem, 3.3vw, 3.35rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

@media (max-width: 600px) {
  .page .asoro-page-title-v73,
  .asoro-page-title-v73 {
    font-size: clamp(2rem, 11vw, 2.65rem) !important;
    line-height: 1.04 !important;
  }
}


/* v1.0.77: Match the standard page hero title size to the homepage hero title. */
.page .asoro-page-title-v73,
.asoro-page-title-v73 {
  font-size: clamp(1.85rem, 3.2vw, 2.85rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.055em !important;
}

@media (max-width: 600px) {
  .page .asoro-page-title-v73,
  .asoro-page-title-v73 {
    font-size: clamp(1.85rem, 10vw, 2.45rem) !important;
    line-height: 1.05 !important;
  }
}


/* v1.0.78: Shared styling pass across homepage, single, page, and category templates.
   This keeps existing template structure intact while aligning hero, card, newsletter,
   and typography styling so similar sections do not drift. */

:root {
  --asoro-shared-hero-title: clamp(1.85rem, 3.2vw, 2.85rem);
  --asoro-shared-hero-line-height: 1.04;
  --asoro-shared-hero-letter-spacing: -0.055em;
  --asoro-shared-hero-padding-top: clamp(3rem, 5vw, 4.5rem);
  --asoro-shared-hero-padding-bottom: clamp(2.75rem, 4.5vw, 4rem);
  --asoro-shared-section-max: 1160px;
  --asoro-shared-card-radius: 24px;
  --asoro-shared-image-radius: 16px;
  --asoro-shared-card-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
}

/* Shared hero title rhythm for templates that use a page/category/post hero. */
.page .asoro-page-title-v73,
.asoro-page-title-v73,
.single .asoro-single-title-v22,
.asoro-single-title-v22,
.archive .asoro-category-hero__title,
.category .asoro-category-hero__title,
.asoro-category-hero__title {
  font-size: var(--asoro-shared-hero-title) !important;
  line-height: var(--asoro-shared-hero-line-height) !important;
  letter-spacing: var(--asoro-shared-hero-letter-spacing) !important;
}

/* Shared hero spacing. Category keeps the slightly tighter lower edge that was approved. */
.page .asoro-page-hero-v73,
.asoro-page-hero-v73,
.single .asoro-single-hero-v22,
.asoro-single-hero-v22 {
  background: var(--asoro-surface, #faf8f3) !important;
  padding-top: var(--asoro-shared-hero-padding-top) !important;
  padding-bottom: var(--asoro-shared-hero-padding-bottom) !important;
}

.archive .asoro-category-hero,
.category .asoro-category-hero,
.asoro-category-hero {
  background: var(--asoro-surface, #faf8f3) !important;
  padding-top: var(--asoro-shared-hero-padding-top) !important;
  padding-bottom: clamp(1.25rem, 2.5vw, 2.25rem) !important;
}

/* Shared hero grid and media treatment. */
.page .asoro-page-hero-grid-v73,
.asoro-page-hero-grid-v73,
.single .asoro-single-hero-grid-v22,
.asoro-single-hero-grid-v22,
.asoro-category-hero__inner {
  max-width: var(--asoro-shared-section-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: clamp(2rem, 5vw, 4.5rem) !important;
  align-items: center !important;
}

.page .asoro-page-featured-image-v73,
.asoro-page-featured-image-v73,
.single .asoro-single-featured-image-v22,
.asoro-single-featured-image-v22,
.asoro-category-hero__media {
  overflow: hidden !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.10) !important;
}

.page .asoro-page-featured-image-v73 img,
.asoro-page-featured-image-v73 img,
.single .asoro-single-featured-image-v22 img,
.asoro-single-featured-image-v22 img,
.asoro-category-hero__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Shared excerpt/description treatment for hero supporting text. */
.page .asoro-page-excerpt-v73,
.asoro-page-excerpt-v73,
.single .asoro-single-meta-v22,
.asoro-single-meta-v22,
.asoro-category-hero__description {
  color: var(--asoro-muted, #5f6b66) !important;
  font-size: clamp(1rem, 1.1vw, 1.08rem) !important;
  line-height: 1.62 !important;
}

.asoro-category-hero__description p {
  margin-top: 0 !important;
  margin-bottom: 0.95rem !important;
  line-height: 1.62 !important;
}

.asoro-category-hero__description p:last-child {
  margin-bottom: 0 !important;
}

/* Shared article/page typography so long pages and posts read consistently. */
.single .asoro-single-content,
.asoro-single-content,
.page .asoro-page-content-v73,
.asoro-page-content-v73 {
  color: var(--asoro-ink, #17201b) !important;
  font-size: 1.0625rem !important;
  line-height: 1.65 !important;
}

.single .asoro-single-content p,
.asoro-single-content p,
.page .asoro-page-content-v73 p,
.asoro-page-content-v73 p {
  line-height: 1.65 !important;
  margin-top: 0 !important;
  margin-bottom: 1.15em !important;
}

.single .asoro-single-content h2,
.asoro-single-content h2,
.page .asoro-page-content-v73 h2,
.asoro-page-content-v73 h2 {
  line-height: 1.25 !important;
  margin-top: 2em !important;
  margin-bottom: 0.65em !important;
}

/* Shared guide card styling for homepage cards, category cards, and single post related cards. */
.asoro-guides-query .asoro-post-card,
.asoro-category-guides-query .asoro-post-card,
.asoro-related-guide-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100% !important;
  background: #ffffff !important;
  border: 1px solid rgba(47, 111, 94, 0.12) !important;
  border-radius: var(--asoro-shared-card-radius) !important;
  box-shadow: var(--asoro-shared-card-shadow) !important;
  overflow: hidden !important;
  padding: var(--wp--preset--spacing--30) !important;
  transition: box-shadow 180ms ease, border-color 180ms ease !important;
}

.asoro-guides-query .asoro-post-card:hover,
.asoro-category-guides-query .asoro-post-card:hover,
.asoro-related-guide-card:hover {
  border-color: rgba(47, 111, 94, 0.24) !important;
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.08) !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-featured-image,
.asoro-category-guides-query .asoro-post-card .wp-block-post-featured-image,
.asoro-related-guide-card__figure {
  display: block !important;
  margin: 0 0 1rem 0 !important;
  overflow: hidden !important;
  border-radius: var(--asoro-shared-image-radius) !important;
  line-height: 0 !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-featured-image a,
.asoro-category-guides-query .asoro-post-card .wp-block-post-featured-image a,
.asoro-related-guide-card__figure a {
  display: block !important;
  line-height: 0 !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-featured-image img,
.asoro-category-guides-query .asoro-post-card .wp-block-post-featured-image img,
.asoro-related-guide-card__figure img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: var(--asoro-shared-image-radius) !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-title,
.asoro-category-guides-query .asoro-post-card .wp-block-post-title,
.asoro-related-guide-card__title {
  margin: 0 0 0.55rem 0 !important;
  font-size: clamp(1.04rem, 1.15vw, 1.22rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.025em !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-title a,
.asoro-category-guides-query .asoro-post-card .wp-block-post-title a,
.asoro-related-guide-card__title a {
  color: var(--asoro-primary, #2f6f5e) !important;
  text-decoration: none !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-excerpt,
.asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt,
.asoro-related-guide-card__excerpt {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  color: var(--asoro-muted, #5f6b66) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-excerpt p,
.asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt p,
.asoro-related-guide-card__excerpt p {
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-excerpt__more-text,
.asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt__more-text,
.asoro-related-guide-card__excerpt .wp-block-post-excerpt__more-text {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-top: 0.35rem !important;
}

.asoro-guides-query .asoro-post-card .wp-block-post-excerpt__more-link,
.asoro-category-guides-query .asoro-post-card .wp-block-post-excerpt__more-link,
.asoro-related-guide-card__read-more {
  color: var(--asoro-ink, #17201b) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* Shared section heading/button rhythm for latest, related, and category guide sections. */
.asoro-guides-header,
.asoro-related-guides__header,
.asoro-category-guides-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: var(--wp--preset--spacing--40) !important;
  margin-bottom: var(--wp--preset--spacing--40) !important;
}

.asoro-guides-header h2,
.asoro-related-guides__title,
.asoro-category-guides-header h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
}

.asoro-guides-button .wp-block-button__link,
.asoro-related-guides__button .wp-block-button__link {
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  padding: 0.72rem 1rem !important;
}

/* Shared newsletter section. These selectors keep the exact same visual treatment wherever the block appears. */
.asoro-newsletter-band {
  background: var(--asoro-surface, #faf8f3) !important;
  padding: clamp(3.5rem, 5vw, 5.5rem) var(--wp--preset--spacing--40) !important;
}

.asoro-newsletter-band .asoro-newsletter-panel {
  max-width: var(--asoro-shared-section-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.asoro-newsletter-band .asoro-newsletter-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 56%) minmax(340px, 44%) !important;
  gap: clamp(2rem, 4vw, 4rem) !important;
  align-items: center !important;
}

.asoro-newsletter-band .asoro-newsletter-form-card,
.asoro-newsletter-band .asoro-newsletter-card {
  background: #f8fbf8 !important;
  border: 1px solid rgba(47, 111, 94, 0.18) !important;
  border-radius: 26px !important;
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.08) !important;
  padding: clamp(1.45rem, 2.3vw, 2rem) !important;
}

.asoro-newsletter-band .asoro-inline-signup-form {
  display: grid !important;
  gap: 0.8rem !important;
}

.asoro-newsletter-band .asoro-inline-signup-field,
.asoro-newsletter-band .asoro-inline-signup-submit {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 50px !important;
  font-family: inherit !important;
  font-size: 0.92rem !important;
  line-height: 1.2 !important;
}

.asoro-newsletter-band .asoro-inline-signup-field {
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 39, 0.16) !important;
  border-radius: 14px !important;
  color: var(--asoro-ink, #17201b) !important;
  padding: 0 0.9rem !important;
}

.asoro-newsletter-band .asoro-inline-signup-submit {
  background: var(--asoro-ink, #17201b) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-weight: 800 !important;
  padding: 0 1.2rem !important;
}

.asoro-newsletter-band .asoro-inline-signup-submit:hover,
.asoro-newsletter-band .asoro-inline-signup-submit:focus {
  background: var(--asoro-cta-hover-green, #2f6f5e) !important;
  color: #ffffff !important;
}

/* Search bar stays visually consistent with the newsletter inputs. */
.asoro-category-search-row {
  max-width: 760px !important;
}

.asoro-category-search .wp-block-search__inside-wrapper {
  border: 1px solid rgba(17, 24, 39, 0.14) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

.asoro-category-search .wp-block-search__input {
  min-height: 52px !important;
  font-size: 0.95rem !important;
  padding: 0 1rem !important;
}

.asoro-category-search .wp-block-search__button {
  min-height: 52px !important;
  border-radius: 0 !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
}

@media (max-width: 900px) {
  .page .asoro-page-hero-grid-v73,
  .asoro-page-hero-grid-v73,
  .single .asoro-single-hero-grid-v22,
  .asoro-single-hero-grid-v22,
  .asoro-category-hero__inner {
    gap: 2rem !important;
  }

  .asoro-newsletter-band .asoro-newsletter-columns {
    display: block !important;
  }

  .asoro-newsletter-band .asoro-newsletter-form-card,
  .asoro-newsletter-band .asoro-newsletter-card {
    margin-top: 1.5rem !important;
  }

  .asoro-guides-header,
  .asoro-related-guides__header,
  .asoro-category-guides-header {
    align-items: flex-start !important;
  }
}

@media (max-width: 600px) {
  .page .asoro-page-title-v73,
  .asoro-page-title-v73,
  .single .asoro-single-title-v22,
  .asoro-single-title-v22,
  .archive .asoro-category-hero__title,
  .category .asoro-category-hero__title,
  .asoro-category-hero__title {
    font-size: clamp(1.85rem, 10vw, 2.45rem) !important;
    line-height: 1.05 !important;
  }

  .page .asoro-page-hero-v73,
  .asoro-page-hero-v73,
  .single .asoro-single-hero-v22,
  .asoro-single-hero-v22,
  .archive .asoro-category-hero,
  .category .asoro-category-hero,
  .asoro-category-hero,
  .asoro-newsletter-band {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .asoro-guides-header,
  .asoro-related-guides__header,
  .asoro-category-guides-header {
    display: block !important;
  }

  .asoro-guides-button,
  .asoro-related-guides__button {
    margin-top: 1.25rem !important;
  }
}


/* v1.0.79: Page template readability polish.
   Reduces oversized H2 spacing, aligns page typography with single posts,
   and prepares clean styling for lists/buttons inside normal page content. */

.page .asoro-page-content-band-v73,
.asoro-page-content-band-v73 {
  padding-top: clamp(3rem, 4.5vw, 4.25rem) !important;
  padding-bottom: clamp(3rem, 4.5vw, 4.25rem) !important;
}

.page .asoro-page-content-v73,
.asoro-page-content-v73 {
  max-width: 820px !important;
  font-size: 1.0625rem !important;
  line-height: 1.65 !important;
  color: var(--asoro-ink, #17201b) !important;
}

.page .asoro-page-content-v73 p,
.asoro-page-content-v73 p {
  margin-top: 0 !important;
  margin-bottom: 1.1em !important;
  line-height: 1.65 !important;
}

.page .asoro-page-content-v73 h2,
.asoro-page-content-v73 h2 {
  margin-top: 1.65em !important;
  margin-bottom: 0.55em !important;
  line-height: 1.22 !important;
  letter-spacing: -0.035em !important;
}

.page .asoro-page-content-v73 h2 + p,
.asoro-page-content-v73 h2 + p {
  margin-top: 0 !important;
}

.page .asoro-page-content-v73 h3,
.asoro-page-content-v73 h3 {
  margin-top: 1.45em !important;
  margin-bottom: 0.5em !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
}

.page .asoro-page-content-v73 ul,
.page .asoro-page-content-v73 ol,
.asoro-page-content-v73 ul,
.asoro-page-content-v73 ol {
  margin-top: 0.35em !important;
  margin-bottom: 1.2em !important;
  padding-left: 1.35em !important;
}

.page .asoro-page-content-v73 li,
.asoro-page-content-v73 li {
  margin-bottom: 0.45em !important;
  line-height: 1.6 !important;
}

.page .asoro-page-content-v73 li:last-child,
.asoro-page-content-v73 li:last-child {
  margin-bottom: 0 !important;
}

.page .asoro-page-content-v73 .wp-block-buttons,
.asoro-page-content-v73 .wp-block-buttons {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.page .asoro-page-content-v73 .wp-block-button__link,
.asoro-page-content-v73 .wp-block-button__link {
  border-radius: 12px !important;
  font-size: 0.96rem !important;
  font-weight: 750 !important;
  padding: 0.82rem 1.2rem !important;
}

.page .asoro-page-content-v73 .wp-block-button__link:hover,
.asoro-page-content-v73 .wp-block-button__link:hover,
.page .asoro-page-content-v73 .wp-block-button__link:focus,
.asoro-page-content-v73 .wp-block-button__link:focus {
  background: var(--asoro-primary, #2f6f5e) !important;
  border-color: var(--asoro-primary, #2f6f5e) !important;
  color: #ffffff !important;
}

.page .asoro-page-content-band-v73 + .asoro-page-email-section,
.asoro-page-content-band-v73 + .asoro-page-email-section {
  margin-top: 0 !important;
}

@media (max-width: 781px) {
  .page .asoro-page-content-band-v73,
  .asoro-page-content-band-v73 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.75rem !important;
  }

  .page .asoro-page-content-v73,
  .asoro-page-content-v73 {
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .page .asoro-page-content-v73 h2,
  .asoro-page-content-v73 h2 {
    margin-top: 1.55em !important;
    margin-bottom: 0.5em !important;
  }
}


/* v1.0.80: Stronger page-template heading rhythm fix.
   The previous page H2 adjustment was too subtle on real page content.
   These rules target the page content block directly and reduce the large
   gap above H2 headings without changing the hero, email section, category,
   homepage, or single post templates. */

body.page .asoro-page-template .asoro-page-content-v73 > h2,
body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-heading,
body.page .asoro-page-content-v73 h2.wp-block-heading {
  margin-top: 1.15em !important;
  margin-bottom: 0.45em !important;
  line-height: 1.22 !important;
}

body.page .asoro-page-template .asoro-page-content-v73 > p + h2,
body.page .asoro-page-template .asoro-page-content-v73 > ul + h2,
body.page .asoro-page-template .asoro-page-content-v73 > ol + h2,
body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-list + h2,
body.page .asoro-page-template .asoro-page-content-v73 > p + .wp-block-heading,
body.page .asoro-page-template .asoro-page-content-v73 > ul + .wp-block-heading,
body.page .asoro-page-template .asoro-page-content-v73 > ol + .wp-block-heading,
body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-list + .wp-block-heading {
  margin-top: 1.2em !important;
}

body.page .asoro-page-template .asoro-page-content-v73 > h2:first-child,
body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-heading:first-child {
  margin-top: 0 !important;
}

body.page .asoro-page-template .asoro-page-content-v73 > h2 + p,
body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-heading + p {
  margin-top: 0 !important;
}

body.page .asoro-page-template .asoro-page-content-v73 > p,
body.page .asoro-page-template .asoro-page-content-v73 > ul,
body.page .asoro-page-template .asoro-page-content-v73 > ol {
  margin-bottom: 1em !important;
}

@media (max-width: 781px) {
  body.page .asoro-page-template .asoro-page-content-v73 > h2,
  body.page .asoro-page-template .asoro-page-content-v73 > .wp-block-heading,
  body.page .asoro-page-content-v73 h2.wp-block-heading {
    margin-top: 1.1em !important;
    margin-bottom: 0.42em !important;
  }
}

/* v1.0.81 Ninja Forms contact form styling: match Asoro Studio form/card system. */
.page .nf-form-cont {
  width: 100%;
  max-width: 760px;
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid rgba(47, 111, 94, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 16px 34px rgba(17, 24, 39, 0.07);
  box-sizing: border-box;
}

.page .nf-form-cont .nf-before-form-content,
.page .nf-form-cont .nf-after-form-content,
.page .nf-form-cont .nf-form-fields-required {
  color: var(--asoro-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page .nf-form-cont .nf-form-content {
  max-width: none;
  padding: 0;
}

.page .nf-form-cont .nf-field-container {
  margin-bottom: 1rem;
}

.page .nf-form-cont .nf-field-label {
  margin-bottom: 0.45rem;
}

.page .nf-form-cont .nf-field-label label {
  color: var(--asoro-ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.page .nf-form-cont .ninja-forms-req-symbol,
.page .nf-form-cont .nf-error .ninja-forms-field {
  color: #b45309;
}

.page .nf-form-cont .nf-field-element input:not([type="button"]):not([type="submit"]),
.page .nf-form-cont .nf-field-element textarea,
.page .nf-form-cont .nf-field-element select {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 12px;
  background: #ffffff;
  color: var(--asoro-ink);
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.page .nf-form-cont .nf-field-element textarea {
  min-height: 150px;
  resize: vertical;
}

.page .nf-form-cont .nf-field-element input:not([type="button"]):not([type="submit"]):focus,
.page .nf-form-cont .nf-field-element textarea:focus,
.page .nf-form-cont .nf-field-element select:focus {
  outline: none;
  border-color: rgba(47, 111, 94, 0.78);
  box-shadow: 0 0 0 4px rgba(47, 111, 94, 0.12);
}

.page .nf-form-cont .nf-field-element input::placeholder,
.page .nf-form-cont .nf-field-element textarea::placeholder {
  color: #7b8491;
  opacity: 1;
}

.page .nf-form-cont .submit-container,
.page .nf-form-cont .nf-field-container.submit-container {
  margin-top: 1.15rem;
  margin-bottom: 0;
}

.page .nf-form-cont .nf-field-element input[type="button"],
.page .nf-form-cont .nf-field-element input[type="submit"],
.page .nf-form-cont .nf-form-content button,
.page .nf-form-cont .nf-form-content input[type="button"],
.page .nf-form-cont .nf-form-content input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 10px;
  background: var(--asoro-ink);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.14);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.page .nf-form-cont .nf-field-element input[type="button"]:hover,
.page .nf-form-cont .nf-field-element input[type="submit"]:hover,
.page .nf-form-cont .nf-form-content button:hover,
.page .nf-form-cont .nf-form-content input[type="button"]:hover,
.page .nf-form-cont .nf-form-content input[type="submit"]:hover {
  background: var(--asoro-primary);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
}

.page .nf-form-cont .nf-error-msg,
.page .nf-form-cont .nf-form-errors,
.page .nf-form-cont .nf-response-msg {
  font-size: 0.9rem;
  line-height: 1.5;
}

.page .nf-form-cont .nf-error-msg,
.page .nf-form-cont .nf-form-errors {
  color: #b45309;
}

.page .nf-form-cont .nf-response-msg {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(47, 111, 94, 0.18);
  border-radius: 14px;
  background: rgba(217, 238, 230, 0.55);
  color: var(--asoro-ink);
}

@media (max-width: 781px) {
  .page .nf-form-cont {
    margin-top: 1.25rem;
    padding: 1.1rem;
    border-radius: 18px;
  }

  .page .nf-form-cont .nf-field-element input[type="button"],
  .page .nf-form-cont .nf-field-element input[type="submit"],
  .page .nf-form-cont .nf-form-content button,
  .page .nf-form-cont .nf-form-content input[type="button"],
  .page .nf-form-cont .nf-form-content input[type="submit"] {
    width: 100%;
  }
}


/* v1.0.82: header hover colour and category search alignment fixes. */
.asoro-header .wp-block-navigation a:hover,
.asoro-header .wp-block-navigation .current-menu-item > a,
.asoro-header .wp-block-navigation .current-menu-ancestor > a,
.asoro-header .wp-block-navigation .current-menu-item > a:hover,
.asoro-header .wp-block-navigation .current-menu-ancestor > a:hover {
  color: var(--asoro-footer-link-hover-green, #8fbea3) !important;
  box-shadow: inset 0 -1px 0 var(--asoro-footer-link-hover-green, #8fbea3) !important;
}

.archive .asoro-category-search-row,
.category .asoro-category-search-row {
  width: 100% !important;
  max-width: 1160px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-content: flex-start !important;
}

.archive .asoro-category-search-row > *,
.category .asoro-category-search-row > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.archive .asoro-category-search,
.category .asoro-category-search {
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media (max-width: 700px) {
  .archive .asoro-category-search,
  .category .asoro-category-search {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* v1.0.83: align category search with the guides heading/container. */
.archive .asoro-category-search-row,
.category .asoro-category-search-row {
  width: min(100%, 1160px) !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.archive .asoro-category-search-row > *,
.category .asoro-category-search-row > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.archive .asoro-category-search,
.category .asoro-category-search {
  margin-left: 0 !important;
  margin-right: auto !important;
}
