.mxb-blog-single,
.mxb-blog-single * { box-sizing: border-box; }

.mxb-blog-single {
  --mxb-black: #090f29;
  --mxb-panel: #111a3a;
  --mxb-panel-2: #1b2555;
  --mxb-ink: #17203f;
  --mxb-muted: #60708f;
  --mxb-soft: #faf9f7;
  --mxb-soft-2: #fafafe;
  --mxb-green: #059669;
  --mxb-green-2: #4ade80;
  --mxb-green-dark: #047857;
  --mxb-purple: #5635dc;
  --mxb-purple-dark: #4426b8;
  --mxb-purple-light: #8b72f4;
  --mxb-purple-soft: #eeeafd;
  --mxb-teal: #7ee8f0;
  --mxb-teal-dark: #0e3d49;
  
  
  --mxb-line: rgba(9, 15, 41, .12);
  --mxb-line-green: rgba(86, 53, 220, .2);
  --mxb-shadow: 0 24px 80px rgba(9, 15, 41, .14);
  --mxb-shadow-soft: 0 16px 40px rgba(9, 15, 41, .08);
  margin: 0;
  background: #fff;
  color: var(--mxb-ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.015em;
}

.mxb-blog-single a { color: inherit; text-decoration: none; }
.mxb-blog-single img { max-width: 100%; height: auto; }

.mxb-blog-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.mxb-blog-wide { width: min(1460px, calc(100% - 40px)); margin: 0 auto; }
.mxb-blog-narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }

/* Hero */
.mxb-article-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 66px;
  background:
    radial-gradient(circle at 84% 16%, rgba(22,255,61,.18), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(22,255,61,.08), transparent 28%),
    linear-gradient(180deg, #0d0f0e 0%, #111614 100%);
  color: #fff;
}

.mxb-article-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,255,61,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,255,61,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 40%, black 100%);
  pointer-events: none;
}

.mxb-article-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: end;
}

.mxb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
}

.mxb-breadcrumbs a:hover { color: var(--mxb-green); }
.mxb-breadcrumbs span { color: rgba(255,255,255,.28); }

.mxb-article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
}

.mxb-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(22,255,61,.28);
  background: rgba(22,255,61,.08);
  color: var(--mxb-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.mxb-pill:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mxb-green);
  box-shadow: 0 0 18px rgba(22,255,61,.72);
}

.mxb-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mxb-article-title {
  max-width: 880px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 800;
}

.mxb-article-excerpt {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 500;
}

.mxb-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.mxb-byline img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(22,255,61,.38);
}

.mxb-byline-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  font-weight: 700;
}

.mxb-byline-copy strong { color: #fff; }
.mxb-byline-copy span:not(:last-child):after { content: ""; }

.mxb-article-snapshot {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(22,255,61,.22);
  background:
    radial-gradient(circle at 85% 15%, rgba(22,255,61,.16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
  padding: 28px;
}

.mxb-article-snapshot:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,255,61,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,255,61,.055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, transparent 30%, black 100%);
  pointer-events: none;
}

.mxb-snapshot-inner { position: relative; z-index: 2; }
.mxb-snapshot-label {
  color: var(--mxb-green);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  margin-bottom: 14px;
}

.mxb-snapshot-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mxb-snapshot-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.45;
}

.mxb-snapshot-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.mxb-snapshot-list strong { color: #fff; text-align: right; }

.mxb-snapshot-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  margin-top: 24px;
  border-radius: 12px;
  background: var(--mxb-green);
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
}

/* Featured image */
.mxb-featured-wrap {
  position: relative;
  z-index: 3;
  margin: -36px auto 0;
}

.mxb-featured-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(9,15,41,.08);
  box-shadow: var(--mxb-shadow);
}

.mxb-featured-card img {
  display: block;
  width: 100%;
}

.mxb-featured-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  color: var(--mxb-muted);
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.mxb-template-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mxb-green-dark);
}

/* Mobile TOC */
.mxb-mobile-toc {
  display: none;
  margin: 28px auto 0;
}

.mxb-mobile-toc details {
  border: 1px solid var(--mxb-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--mxb-shadow-soft);
  overflow: hidden;
}

.mxb-mobile-toc summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

.mxb-mobile-toc nav { padding: 0 20px 20px; }

.mxb-mobile-toc a {
  display: block;
  padding: 10px 0;
  color: var(--mxb-muted);
  border-top: 1px solid rgba(9,15,41,.08);
  font-size: 14px;
  font-weight: 700;
}

/* Article grid */
.mxb-article-shell {
  padding: 48px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fafafe 100%);
}

.mxb-article-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 860px) 260px;
  gap: 26px;
  align-items: start;
}

.mxb-side-rail {
  position: sticky;
  top: 104px;
}

.mxb-toc-card,
.mxb-sticky-cta,
.mxb-trust-mini {
  border-radius: 22px;
  border: 1px solid var(--mxb-line);
  background: #fff;
  box-shadow: var(--mxb-shadow-soft);
}

.mxb-toc-card {
  padding: 20px;
}

.mxb-rail-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--mxb-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .065em;
}

.mxb-rail-label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mxb-green);
}

.mxb-toc-card nav {
  display: grid;
  gap: 4px;
}

.mxb-toc-card a {
  display: block;
  padding: 9px 0 9px 12px;
  color: var(--mxb-muted);
  border-left: 2px solid rgba(9,15,41,.08);
  font-size: 13.2px;
  line-height: 1.32;
  font-weight: 700;
}

.mxb-toc-card a.mxb-toc-subitem {
  padding-left: 24px;
  font-size: 12.8px;
  opacity: .9;
}

.mxb-mobile-toc a.mxb-toc-subitem {
  padding-left: 14px;
  font-size: 13px;
}

.mxb-toc-card a:hover,
.mxb-toc-card a.is-active,
.mxb-mobile-toc a.is-active {
  color: var(--mxb-ink);
  border-left-color: var(--mxb-green);
}

.mxb-article-content-card {
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(9,15,41,.08);
  box-shadow: var(--mxb-shadow-soft);
  padding: 54px 48px 12px;
}

/* Gutenberg body styling. This is the part that wraps existing post content. */
.mxb-post-content {
  color: #24304f;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -.01em;
}

.mxb-post-content > *:first-child { margin-top: 0; }
.mxb-post-content p { margin: 0 0 24px; }

.mxb-post-content h2,
.mxb-post-content h3,
.mxb-post-content h4 {
  color: var(--mxb-ink);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.12;
}

.mxb-post-content h2 {
  margin: 64px 0 20px;
  font-size: clamp(31px, 4vw, 42px);
}

.mxb-post-content h3 {
  margin: 42px 0 16px;
  font-size: clamp(24px, 3vw, 30px);
}

.mxb-post-content h4 {
  margin: 34px 0 12px;
  font-size: 21px;
}

.mxb-post-content a {
  color: var(--mxb-ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: rgba(22,255,61,.9);
}

.mxb-post-content a:hover { color: var(--mxb-green-dark); }

.mxb-post-content ul,
.mxb-post-content ol {
  margin: 0 0 28px;
  padding-left: 1.3em;
}

.mxb-post-content li { margin: 0 0 12px; }
.mxb-post-content li::marker { color: var(--mxb-green-dark); font-weight: 900; }

.mxb-post-content blockquote,
.wp-block-quote {
  position: relative;
  margin: 42px 0;
  padding: 28px 30px 28px 34px;
  border-left: 5px solid var(--mxb-green);
  border-radius: 0 22px 22px 0;
  background: linear-gradient(135deg, rgba(22,255,61,.08), rgba(246,248,247,.95));
  color: var(--mxb-ink);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.mxb-post-content .wp-block-image {
  margin: 42px 0;
}

.mxb-post-content .wp-block-image img,
.mxb-post-content figure img {
  border-radius: 20px;
  border: 1px solid rgba(9,15,41,.08);
  box-shadow: 0 16px 44px rgba(9,15,41,.08);
}

.mxb-post-content figcaption {
  margin-top: 10px;
  color: var(--mxb-muted);
  font-size: 13.5px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.mxb-post-content table,
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.45;
}

.mxb-post-content .wp-block-table {
  display: block;
  overflow-x: auto;
  margin: 42px 0;
  border-radius: 20px;
  border: 1px solid var(--mxb-line);
  box-shadow: var(--mxb-shadow-soft);
}

.mxb-post-content th {
  background: var(--mxb-black);
  color: #fff;
  text-align: left;
  padding: 16px;
  font-weight: 900;
}

.mxb-post-content td {
  padding: 16px;
  border-top: 1px solid rgba(9,15,41,.08);
  background: #fff;
  vertical-align: top;
}

.mxb-post-content tr:nth-child(even) td { background: #fafafe; }

.mxb-post-content .wp-block-separator {
  border: 0;
  height: 1px;
  background: rgba(9,15,41,.12);
  margin: 56px 0;
}

.mxb-inline-cta {
  position: relative;
  overflow: hidden;
  margin: 46px 0;
  border-radius: 24px;
  border: 1px solid rgba(22,255,61,.24);
  background:
    radial-gradient(circle at 92% 16%, rgba(22,255,61,.17), transparent 28%),
    linear-gradient(135deg, #0d0f0e, #151b18);
  color: #fff;
  padding: 34px;
}

.mxb-inline-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,255,61,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,255,61,.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 36%, black 100%);
  pointer-events: none;
}

.mxb-inline-cta > * { position: relative; z-index: 2; }
.mxb-inline-cta small {
  display: inline-flex;
  color: var(--mxb-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 12px;
}

.mxb-inline-cta h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: clamp(27px, 4vw, 36px) !important;
}

.mxb-inline-cta p {
  max-width: 580px;
  margin: 0 0 24px !important;
  color: rgba(255,255,255,.72);
}

.mxb-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mxb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.mxb-btn:hover { transform: translateY(-2px); }
.mxb-btn-primary { background: var(--mxb-green); color: #ffffff !important; }
.mxb-btn-secondary { border: 1px solid rgba(22,255,61,.42); color: #fff !important; background: rgba(255,255,255,.03); }

.mxb-sticky-cta {
  overflow: hidden;
  padding: 24px;
  background: var(--mxb-black);
  color: #fff;
  border-color: rgba(22,255,61,.22);
}

.mxb-sticky-cta h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.mxb-sticky-cta p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.68);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 600;
}

.mxb-sticky-cta .mxb-btn { width: 100%; }

.mxb-trust-mini {
  margin-top: 16px;
  padding: 20px;
}

.mxb-trust-mini ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.mxb-trust-mini li {
  display: flex;
  gap: 10px;
  color: var(--mxb-muted);
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 700;
}

.mxb-trust-mini li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--mxb-green);
  flex: 0 0 auto;
}

/* Footer-style modules */
.mxb-after-article {
  padding: 48px 0 92px;
  background: #fafafe;
}

.mxb-author-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--mxb-line);
  box-shadow: var(--mxb-shadow-soft);
  padding: 34px;
}

.mxb-author-card img {
  width: 112px;
  height: 112px;
  border-radius: 26px;
  object-fit: cover;
  border: 1px solid rgba(22,255,61,.35);
}

.mxb-section-kicker {
  color: var(--mxb-green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.mxb-author-card h2,
.mxb-related-head h2,
.mxb-bottom-cta h2 {
  margin: 0;
  color: var(--mxb-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.06;
  letter-spacing: -.055em;
  font-weight: 800;
}

.mxb-author-card p {
  margin: 12px 0 20px;
  color: var(--mxb-muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.mxb-author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mxb-author-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(22,255,61,.09);
  color: #4426b8;
  font-size: 12px;
  font-weight: 900;
}

.mxb-related-section {
  margin-top: 56px;
}

.mxb-related-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.mxb-related-head p {
  max-width: 520px;
  margin: 0;
  color: var(--mxb-muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.mxb-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mxb-related-card {
  display: block;
  overflow: hidden;
  min-height: auto;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--mxb-line);
  box-shadow: var(--mxb-shadow-soft);
  padding: 0;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mxb-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22,255,61,.42);
  box-shadow: var(--mxb-shadow);
}

.mxb-related-image {
  aspect-ratio: 16/9;
  background: #eeeafd;
  overflow: hidden;
}

.mxb-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.mxb-related-card:hover .mxb-related-image img { transform: scale(1.035); }

.mxb-related-body { padding: 24px; }

.mxb-related-body h3 {
  margin: 0 0 10px;
  color: var(--mxb-ink);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.045em;
  font-weight: 900;
}

.mxb-related-body p {
  margin: 0;
  color: var(--mxb-muted);
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 600;
}

.mxb-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--mxb-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 14px;
}

.mxb-card-meta strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(86,53,220,.08);
  border: 1px solid rgba(86,53,220,.22);
  color: var(--mxb-green-dark);
}

.mxb-card-meta span { color: var(--mxb-muted); }

.mxb-post-nav {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mxb-post-nav-card {
  display: block;
  border-radius: 22px;
  border: 1px solid var(--mxb-line);
  background: #fff;
  box-shadow: var(--mxb-shadow-soft);
  padding: 24px;
  transition: transform .2s ease, border-color .2s ease;
}

.mxb-post-nav-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22,255,61,.42);
}

.mxb-post-nav-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--mxb-green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.mxb-post-nav-card strong {
  display: block;
  color: var(--mxb-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.mxb-post-nav-card.next { text-align: right; }

.mxb-bottom-cta-wrap {
  padding: 78px 0;
  background: var(--mxb-black);
}

.mxb-bottom-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22,255,61,.22);
  background:
    radial-gradient(circle at 85% 20%, rgba(22,255,61,.18), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border-radius: 28px;
  padding: 46px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}

.mxb-bottom-cta h2 { color: #fff; }
.mxb-bottom-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.mxb-bottom-cta .mxb-cta-actions { justify-content: flex-end; }

@media (max-width: 1180px) {
  .mxb-article-grid { grid-template-columns: minmax(0, 860px) 270px; }
  .mxb-left-rail { display: none; }
  .mxb-mobile-toc { display: block; }
}

@media (max-width: 980px) {
  .mxb-article-hero-grid { grid-template-columns: 1fr; }
  .mxb-article-snapshot { max-width: 520px; }
  .mxb-article-grid { grid-template-columns: 1fr; }
  .mxb-right-rail { position: static; }
  .mxb-right-rail .mxb-sticky-cta { display: none; }
  .mxb-related-grid { grid-template-columns: 1fr; }
  .mxb-bottom-cta { grid-template-columns: 1fr; }
  .mxb-bottom-cta .mxb-cta-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .mxb-blog-wrap,
  .mxb-blog-wide,
  .mxb-blog-narrow { width: min(100% - 28px, 1360px); }
  .mxb-article-hero { padding: 64px 0 50px; }
  .mxb-article-title { font-size: 42px; }
  .mxb-article-excerpt { font-size: 17px; }
  .mxb-featured-card { border-radius: 20px; }
  .mxb-featured-caption { flex-direction: column; gap: 6px; }
  .mxb-article-shell { padding-top: 48px; }
  .mxb-article-content-card { padding: 32px 22px 4px; border-radius: 22px; }
  .mxb-post-content { font-size: 17px; line-height: 1.72; }
  .mxb-post-content h2 { margin-top: 46px; }
  .mxb-inline-cta { padding: 26px 22px; border-radius: 22px; }
  .mxb-author-card { grid-template-columns: 1fr; padding: 26px 22px; }
  .mxb-related-head { display: block; }
  .mxb-related-head p { margin-top: 12px; }
  .mxb-post-nav { grid-template-columns: 1fr; }
  .mxb-post-nav-card.next { text-align: left; }
  .mxb-bottom-cta { padding: 32px 24px; }
}


/* ============================================================
   MY MX DATA BRAND OVERRIDES
   Manrope + navy / purple / teal / emerald system from the
   supplied My MX Data landing page.
============================================================ */
.mxb-blog-single {
  width: 100%;
  overflow-x: hidden;
}

.mxb-article-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 82% 22%, rgba(86,53,220,.42), transparent 33%),
    radial-gradient(circle at 12% 84%, rgba(5,150,105,.14), transparent 28%),
    radial-gradient(circle at 54% 46%, rgba(126,232,240,.08), transparent 45%),
    linear-gradient(145deg, #090f29 0%, #111a3a 46%, #20145f 100%);
}

.mxb-article-hero:before {
  background-image:
    linear-gradient(rgba(196,181,253,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,181,253,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.58) 38%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.58) 38%, black 100%);
}

.mxb-article-hero:after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -170px;
  bottom: -360px;
  border: 1px solid rgba(196,181,253,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(196,181,253,.03), 0 0 0 160px rgba(126,232,240,.018);
  pointer-events: none;
}

.mxb-breadcrumbs a:hover { color: var(--mxb-teal); }

.mxb-pill {
  border-color: rgba(196,181,253,.32);
  background: rgba(139,114,244,.13);
  color: #c4b5fd;
}
.mxb-pill:before {
  background: var(--mxb-teal);
  box-shadow: 0 0 18px rgba(126,232,240,.72);
}

.mxb-article-title {
  max-width: 960px;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 900;
}

.mxb-article-title,
.mxb-article-title em {
  color: #fff;
  font-style: normal;
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
  background-clip: border-box;
}

.mxb-byline-avatar,
.mxb-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 900;
  letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--mxb-purple-dark), var(--mxb-purple-light));
  border: 1px solid rgba(196,181,253,.42);
  box-shadow: 0 10px 26px rgba(86,53,220,.25);
}
.mxb-byline-avatar { width: 52px; height: 52px; border-radius: 16px; font-size: 15px; }
.mxb-author-avatar { width: 112px; height: 112px; border-radius: 26px; font-size: 30px; }

.mxb-article-snapshot {
  border-color: rgba(196,181,253,.24);
  background:
    radial-gradient(circle at 84% 16%, rgba(126,232,240,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}
.mxb-article-snapshot:after {
  background-image:
    linear-gradient(rgba(196,181,253,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,181,253,.055) 1px, transparent 1px);
}
.mxb-snapshot-label { color: var(--mxb-teal); }
.mxb-snapshot-cta,
.mxb-btn-primary {
  background: var(--mxb-green);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(5,150,105,.3);
}
.mxb-snapshot-cta:hover,
.mxb-btn-primary:hover { box-shadow: 0 14px 36px rgba(5,150,105,.42); }

.mxb-featured-card { border-color: rgba(86,53,220,.14); }
.mxb-featured-card img { aspect-ratio: 16/7; object-fit: cover; }
.mxb-template-note { color: var(--mxb-purple); }

.mxb-article-shell,
.mxb-after-article { background: linear-gradient(180deg, #fff 0%, #fafafe 100%); }

.mxb-rail-label:before { background: var(--mxb-purple); }
.mxb-toc-card a:hover,
.mxb-toc-card a.is-active,
.mxb-mobile-toc a.is-active { border-left-color: var(--mxb-purple); }

.mxb-post-content a {
  color: var(--mxb-purple-dark);
  text-decoration-color: rgba(126,232,240,.92);
}
.mxb-post-content a:hover { color: var(--mxb-purple); }
.mxb-post-content li::marker { color: var(--mxb-purple); }

.mxb-post-content blockquote,
.wp-block-quote {
  border-left-color: var(--mxb-purple);
  background: linear-gradient(135deg, rgba(86,53,220,.09), rgba(126,232,240,.07), #fafafe);
}

.mxb-post-content th {
  background: linear-gradient(135deg, var(--mxb-black), var(--mxb-purple-dark));
}
.mxb-post-content tr:nth-child(even) td { background: #fafafe; }

.mxb-inline-cta {
  border-color: rgba(196,181,253,.24);
  background:
    radial-gradient(circle at 92% 16%, rgba(126,232,240,.14), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(5,150,105,.1), transparent 25%),
    linear-gradient(135deg, #090f29, #20145f);
}
.mxb-inline-cta:after {
  background-image:
    linear-gradient(rgba(196,181,253,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,181,253,.045) 1px, transparent 1px);
}
.mxb-inline-cta small { color: var(--mxb-teal); }
.mxb-btn-secondary {
  border-color: rgba(196,181,253,.42);
  color: #fff !important;
  background: linear-gradient(135deg, rgba(86,53,220,.34), rgba(139,114,244,.18));
}

.mxb-sticky-cta {
  background: linear-gradient(145deg, #090f29, #1b2555 62%, #28166d);
  border-color: rgba(196,181,253,.24);
}
.mxb-trust-mini li:before { background: var(--mxb-teal); }

.mxb-section-kicker { color: var(--mxb-purple); }
.mxb-author-card .mxb-author-tags span {
  background: var(--mxb-purple-soft);
  color: var(--mxb-purple-dark);
}

.mxb-related-card:hover,
.mxb-post-nav-card:hover { border-color: rgba(86,53,220,.42); }
.mxb-card-meta strong {
  background: rgba(86,53,220,.08);
  border-color: rgba(86,53,220,.22);
  color: var(--mxb-purple-dark);
}
.mxb-post-nav-card small { color: var(--mxb-purple); }

.mxb-bottom-cta-wrap {
  background: linear-gradient(145deg, #090f29, #111a3a 55%, #20145f);
}
.mxb-bottom-cta {
  border-color: rgba(196,181,253,.24);
  background:
    radial-gradient(circle at 85% 20%, rgba(139,114,244,.28), transparent 28%),
    radial-gradient(circle at 10% 85%, rgba(5,150,105,.11), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
}

.mxb-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 38px;
}
.mxb-product-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--mxb-line);
  border-radius: 999px;
  background: #fff;
  color: var(--mxb-purple-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(9,15,41,.05);
}
.mxb-product-links a:hover {
  border-color: rgba(86,53,220,.4);
  background: var(--mxb-purple-soft);
}

@media (hover: none), (pointer: coarse) {
  .mxb-btn:hover,
  .mxb-related-card:hover,
  .mxb-post-nav-card:hover { transform: none !important; }
}

@media (max-width: 680px) {
  .mxb-featured-card img { aspect-ratio: 16/10; }
  .mxb-author-avatar { width: 88px; height: 88px; border-radius: 22px; }
}



/* Hero featured-image variant: replaces the article snapshot card. */
.mxb-article-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: clamp(34px, 3.5vw, 56px);
  align-items: center;
}

.mxb-hero-featured {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(196,181,253,.28);
  border-radius: 26px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}

.mxb-hero-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(9,15,41,.2) 68%, rgba(9,15,41,.88) 100%);
}

.mxb-hero-featured img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.mxb-hero-featured figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 6px;
  padding: 44px 22px 20px;
  color: rgba(255,255,255,.76);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.5;
}

.mxb-hero-featured figcaption strong {
  color: #7ee8f0;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .mxb-article-hero-grid { grid-template-columns: 1fr; }
  .mxb-hero-featured { width: min(100%, 640px); }
  .mxb-hero-featured img { aspect-ratio: 16 / 9; }
}

@media (max-width: 680px) {
  .mxb-hero-featured { border-radius: 20px; }
  .mxb-hero-featured figcaption { padding: 38px 17px 16px; }
}



/* ============================================================
   MY MX DATA BLOG BRAND LAYER
   Drawn from the supplied My MX Data landing-page system.
============================================================ */
.mxb-blog-single {
  --mxb-black: #120a1c;
  --mxb-panel: #1b1029;
  --mxb-panel-2: #211534;
  --mxb-ink: #12081d;
  --mxb-muted: #5d5470;
  --mxb-soft: #fdf4f9;
  --mxb-soft-2: #faf7fc;
  --mxb-green: #de097f;
  --mxb-green-2: #ff4fae;
  --mxb-green-dark: #a30560;
  --mxb-purple: #8b3ff1;
  --mxb-purple-dark: #5b21b6;
  --mxb-purple-light: #c084fc;
  --mxb-purple-soft: #f3e8ff;
  --mxb-teal: #14e0c0;
  --mxb-teal-dark: #0eb89e;
  --mxb-line: rgba(18, 8, 29, .11);
  --mxb-line-green: rgba(222, 9, 127, .2);
  --mxb-shadow: 0 24px 80px rgba(18, 8, 29, .15);
  --mxb-shadow-soft: 0 16px 40px rgba(18, 8, 29, .08);
  color: var(--mxb-ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mxb-pill,
.mxb-meta-chip,
.mxb-rail-label,
.mxb-section-kicker,
.mxb-card-meta,
.mxb-hero-featured figcaption strong,
.mxb-template-note {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.mxb-article-hero {
  padding: 88px 0 72px;
  background:
    radial-gradient(760px 420px at 82% 4%, rgba(222,9,127,.30), transparent 62%),
    radial-gradient(620px 360px at 8% 96%, rgba(139,63,241,.20), transparent 60%),
    radial-gradient(520px 300px at 62% 88%, rgba(20,224,192,.09), transparent 64%),
    linear-gradient(145deg, #120a1c 0%, #1b1029 52%, #2a1241 100%);
}

.mxb-article-hero:before {
  background-image:
    linear-gradient(rgba(255,79,174,.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,132,252,.052) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 35%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 35%, #000 100%);
}

.mxb-article-hero:after {
  border-color: rgba(255,79,174,.12);
  box-shadow: 0 0 0 80px rgba(139,63,241,.035), 0 0 0 160px rgba(20,224,192,.015);
}

.mxb-breadcrumbs a:hover { color: var(--mxb-green-2); }

.mxb-pill {
  border-color: rgba(255,79,174,.38);
  background: rgba(222,9,127,.14);
  color: #ff86c5;
}
.mxb-pill:before {
  background: var(--mxb-teal);
  box-shadow: 0 0 18px rgba(20,224,192,.72);
}

.mxb-article-title,
.mxb-article-title em {
  color: #fff;
  font-style: normal;
  background: none;
  -webkit-text-fill-color: #fff;
}

@media (min-width: 981px) {
  .mxb-article-title {
    font-size: clamp(38px, 4.675vw, 61px);
  }
}

.mxb-byline-avatar,
.mxb-author-avatar {
  background: linear-gradient(135deg, var(--mxb-green), var(--mxb-purple));
  border-color: rgba(255,134,197,.48);
  box-shadow: 0 10px 28px rgba(222,9,127,.28);
}

.mxb-hero-featured {
  border-color: rgba(255,79,174,.38);
  background: rgba(255,255,255,.075);
  box-shadow: 0 30px 88px rgba(0,0,0,.42), 0 0 0 1px rgba(192,132,252,.08) inset;
}
.mxb-hero-featured::after {
  background: linear-gradient(180deg, transparent 46%, rgba(18,10,28,.22) 66%, rgba(18,10,28,.94) 100%);
}
.mxb-hero-featured figcaption strong { color: var(--mxb-teal); }

.mxb-article-shell,
.mxb-after-article { background: linear-gradient(180deg, #fff 0%, #faf7fc 100%); }

.mxb-rail-label:before { background: linear-gradient(135deg, var(--mxb-green), var(--mxb-green-2)); }
.mxb-toc-card a:hover,
.mxb-toc-card a.is-active,
.mxb-mobile-toc a.is-active { border-left-color: var(--mxb-green); }

.mxb-post-content a {
  color: var(--mxb-green-dark);
  text-decoration-color: rgba(20,224,192,.92);
}
.mxb-post-content a:hover { color: var(--mxb-green); }
.mxb-post-content li::marker { color: var(--mxb-green); }

.mxb-post-content blockquote,
.wp-block-quote {
  border-left-color: var(--mxb-green);
  background: linear-gradient(135deg, rgba(222,9,127,.09), rgba(139,63,241,.07), #fdf8fc);
}

.mxb-post-content th {
  background: linear-gradient(135deg, #120a1c, #5b176f 60%, #8a165e);
}
.mxb-post-content tr:nth-child(even) td { background: #fdf8fc; }

.mxb-inline-cta {
  border-color: rgba(255,79,174,.28);
  background:
    radial-gradient(circle at 92% 16%, rgba(255,79,174,.22), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(20,224,192,.10), transparent 28%),
    linear-gradient(135deg, #120a1c, #2d1246 58%, #451755);
}
.mxb-inline-cta:after {
  background-image:
    linear-gradient(rgba(255,79,174,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192,132,252,.05) 1px, transparent 1px);
}
.mxb-inline-cta small { color: var(--mxb-teal); }
.mxb-btn-primary,
.mxb-snapshot-cta {
  background: linear-gradient(110deg, var(--mxb-green), var(--mxb-green-2));
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(222,9,127,.34);
}
.mxb-btn-primary:hover,
.mxb-snapshot-cta:hover { box-shadow: 0 15px 38px rgba(222,9,127,.47); }
.mxb-btn-secondary {
  border-color: rgba(255,134,197,.44);
  color: #fff !important;
  background: linear-gradient(135deg, rgba(139,63,241,.32), rgba(222,9,127,.18));
}

.mxb-sticky-cta {
  background:
    radial-gradient(circle at 90% 8%, rgba(255,79,174,.20), transparent 34%),
    linear-gradient(145deg, #120a1c, #211534 62%, #3d1552);
  border-color: rgba(255,79,174,.27);
}
.mxb-trust-mini li:before { background: var(--mxb-teal); }

.mxb-section-kicker { color: var(--mxb-green); }
.mxb-author-card .mxb-author-tags span {
  background: linear-gradient(135deg, #fce7f3, #f3e8ff);
  color: #8d1557;
}

.mxb-related-card:hover,
.mxb-post-nav-card:hover { border-color: rgba(222,9,127,.42); }
.mxb-card-meta strong {
  background: rgba(222,9,127,.08);
  border-color: rgba(222,9,127,.22);
  color: var(--mxb-green-dark);
}
.mxb-post-nav-card small { color: var(--mxb-green); }

.mxb-bottom-cta-wrap {
  background: linear-gradient(145deg, #120a1c, #211534 56%, #431654);
}
.mxb-bottom-cta {
  border-color: rgba(255,79,174,.28);
  background:
    radial-gradient(circle at 84% 18%, rgba(255,79,174,.28), transparent 28%),
    radial-gradient(circle at 10% 86%, rgba(20,224,192,.11), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.068), rgba(255,255,255,.018));
}

.mxb-product-links a {
  color: var(--mxb-green-dark);
}
.mxb-product-links a:hover {
  border-color: rgba(222,9,127,.40);
  background: #fdf0f7;
}

.mxb-data-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 36px 0 42px;
}
.mxb-data-chip {
  padding: 18px;
  border: 1px solid var(--mxb-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #fdf5fa);
  box-shadow: 0 10px 30px rgba(18,8,29,.06);
}
.mxb-data-chip strong,
.mxb-data-chip span { display: block; }
.mxb-data-chip strong {
  color: var(--mxb-green);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mxb-data-chip span {
  margin-top: 7px;
  color: var(--mxb-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .mxb-data-strip { grid-template-columns: 1fr; }
}

/* Plugin integration and dynamic fallbacks */
body.mxb-template-active { overflow-x: hidden; }
body.mxb-template-active .mxb-blog-single { clear: both; }
.mxb-article-hero-grid.mxb-no-featured { grid-template-columns: minmax(0, 1fr); }
.mxb-article-hero-grid.mxb-no-featured .mxb-article-title { max-width: 1040px; }
.mxb-byline-avatar-image,
.mxb-author-avatar-image {
  display: block;
  object-fit: cover;
  background: linear-gradient(135deg, var(--mxb-green), var(--mxb-purple));
}
.mxb-byline-avatar-image { width: 52px; height: 52px; border-radius: 16px; }
.mxb-author-avatar-image { width: 112px; height: 112px; border-radius: 26px; }
.mxb-hero-featured figcaption:empty { display: none; }
.mxb-related-image-fallback {
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,79,174,.32), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(20,224,192,.16), transparent 30%),
    linear-gradient(135deg, #120a1c, #3d1552);
}
.mxb-related-image-fallback span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mxb-author-card-copy > a { display: inline-block; }
.mxb-author-card-copy > a:hover h2 { color: var(--mxb-green); }
.mxb-author-card-copy p a { color: var(--mxb-green-dark); font-weight: 800; }
.mxb-toc-card[hidden],
.mxb-mobile-toc[hidden] { display: none !important; }
.mxb-post-content iframe,
.mxb-post-content video { max-width: 100%; }
.mxb-post-content .alignwide { margin-left: min(-5vw, -34px); margin-right: min(-5vw, -34px); max-width: none; }
.mxb-post-content .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.mxb-post-content pre {
  overflow-x: auto;
  margin: 34px 0;
  padding: 22px;
  border-radius: 18px;
  background: #120a1c;
  color: #fff;
  font: 14px/1.7 "JetBrains Mono", ui-monospace, monospace;
}
.mxb-post-content code { font-family: "JetBrains Mono", ui-monospace, monospace; }
.admin-bar .mxb-side-rail { top: 136px; }
@media (max-width: 782px) {
  .admin-bar .mxb-side-rail { top: 150px; }
}
@media (max-width: 680px) {
  .mxb-author-avatar-image { width: 88px; height: 88px; border-radius: 22px; }
  .mxb-post-content .alignwide,
  .mxb-post-content .alignfull { margin-left: 0; margin-right: 0; max-width: 100%; width: auto; }
}

/* Version 1.0.1 responsive hero refinements */
.mxb-article-title,
.mxb-article-title em {
  font-weight: 700 !important;
}

@media (min-width: 981px) {
  .mxb-article-hero.mxb-has-featured-cover {
    background-image:
      linear-gradient(90deg, rgba(18,10,28,.97) 0%, rgba(18,10,28,.88) 42%, rgba(18,10,28,.60) 70%, rgba(18,10,28,.34) 100%),
      linear-gradient(180deg, rgba(18,10,28,.10), rgba(18,10,28,.60)),
      var(--mxb-hero-cover-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mxb-article-hero.mxb-has-featured-cover .mxb-article-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mxb-article-hero.mxb-has-featured-cover .mxb-article-hero-grid > div {
    max-width: 980px;
  }

  .mxb-article-hero.mxb-has-featured-cover .mxb-hero-featured {
    display: none;
  }
}

@media (max-width: 680px) {
  .mxb-byline {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .mxb-byline-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    align-items: start;
    min-width: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .mxb-byline-copy span {
    display: block;
    min-width: 0;
  }
}

/* Version 1.0.4 Elementor Classic and Atomic header integration
   The site header overlays the article hero on blog posts at every width. */
body.mxb-template-active {
  overflow-x: hidden !important;
}

body.mxb-template-active .mxb-blog-single {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

body.mxb-template-active .mxr_header_widget_fix,
body.mxb-template-active header.e-6565249-eaa93c2 > [data-id="63ee5fc"][data-widget_type="html.default"],
body.mxb-template-active header.elementor-element-6565249 > [data-id="63ee5fc"][data-widget_type="html.default"] {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  z-index: 99999 !important;
}

body.mxb-template-active .mxr_header_widget_fix > .elementor-widget-container,
body.mxb-template-active .mxr_header_widget_fix > div,
body.mxb-template-active header.e-6565249-eaa93c2 > [data-id="63ee5fc"] > div,
body.mxb-template-active header.elementor-element-6565249 > [data-id="63ee5fc"] > div,
body.mxb-template-active .mxr_header_container_fix {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.mxb-template-active .mxr_header_parent_fix,
body.mxb-template-active .mxr_header_ancestor_fix,
body.mxb-template-active .mxr_header_shell_fix {
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.mxb-template-active .mxr_header_shell_fix {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  z-index: 99999 !important;
}

body.mxb-template-active .mxr_header_ancestor_fix {
  position: static !important;
}

body.mxb-template-active .mxr_header_parent_fix::before,
body.mxb-template-active .mxr_header_parent_fix::after,
body.mxb-template-active .mxr_header_ancestor_fix::before,
body.mxb-template-active .mxr_header_ancestor_fix::after,
body.mxb-template-active .mxr_header_shell_fix::before,
body.mxb-template-active .mxr_header_shell_fix::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.mxb-template-active .mxr_hdr {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
}

body.mxb-template-active .elementor-sticky__spacer,
body.mxb-template-active .sticky-header-placeholder,
body.mxb-template-active .header-placeholder,
body.mxb-template-active .site-header-placeholder {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Reserve readable space for the overlaid 76px desktop navigation. */
@media (min-width: 1041px) {
  body.mxb-template-active .mxb-article-hero {
    padding-top: 152px;
  }
}
