html:has(body.mbx-neon-archive),
body.mbx-neon-archive.mbx-neon-skin,
body.mbx-neon-archive #page,
body.mbx-neon-archive .options_layout,
body.mbx-neon-archive #content,
body.mbx-neon-archive .jl_content {
  background: #ffffff !important;
  color: #000;
}

body.mbx-neon-skin {
  color: #000;
}

body.mbx-neon-skin .sidebar,
body.mbx-neon-skin .widget-area,
body.mbx-neon-skin .jl_sidebar,
body.mbx-neon-skin .jl-sidebar,
body.mbx-neon-skin .related-posts,
body.mbx-neon-skin .author-box,
body.mbx-neon-skin .post-author,
body.mbx-neon-skin .breadcrumbs,
body.mbx-neon-skin .breadcrumb,
body.mbx-neon-skin .yoast-breadcrumb,
body.mbx-neon-skin .navigation-post,
body.mbx-neon-skin .post-navigation,
body.mbx-neon-skin .comments-area,
body.mbx-neon-skin #comments,
body.mbx-neon-skin .jl_single_style1,
body.mbx-neon-skin .single_post_share_below,
body.mbx-neon-skin .header_layout_wrapper,
body.mbx-neon-skin .header_main,
body.mbx-neon-skin .options_layout > .jl_right_sidebar,
body.mbx-neon-skin .jl_sidebar,
body.mbx-neon-skin .mbx-neon-top,
body.mbx-neon-skin .go-to-top,
body.mbx-neon-skin .scroll-to-top,
body.mbx-neon-skin #go-top,
body.mbx-neon-skin #back-to-top,
body.mbx-neon-skin .back-to-top,
body.mbx-neon-skin .jl_back_top,
body.mbx-neon-skin .cd-top,
body.mbx-neon-skin a[class*="to-top"],
body.mbx-neon-skin a[class*="totop"],
body.mbx-neon-skin button[class*="to-top"],
body.mbx-neon-skin .progress-wrap {
  display: none !important;
}

body.mbx-neon-skin .options_layout,
body.mbx-neon-skin .jl_content,
body.mbx-neon-skin .content_single,
body.mbx-neon-skin #content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mbx-neon {
  --mbx-font-display: "Inter Display", InterDisplay, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mbx-font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--mbx-font-body);
  font-feature-settings: "ss01" on, "ss02" on, "cv01" on;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #000;
  min-height: 60vh;
}

.mbx-neon a {
  color: oklch(0.5 0.19 148);
  text-decoration: none;
}

.mbx-neon a:hover {
  color: oklch(0.42 0.19 148);
  text-decoration: underline;
}

.mbx-neon a:focus-visible {
  outline: 2px solid oklch(0.5 0.19 148);
  outline-offset: 3px;
  border-radius: 4px;
}

.mbx-neon ::selection {
  background: oklch(0.5 0.19 148 / 0.2);
}

.mbx-neon-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 40px 0;
}

.mbx-neon-wrap--article {
  padding: 40px 40px 0;
}

.mbx-neon-progress {
  position: fixed;
  top: var(--mbx-chrome-offset, 52px);
  left: 0;
  right: 0;
  height: 3px;
  z-index: 40;
  background: oklch(0.92 0.004 250);
}

.mbx-neon-progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: oklch(0.5 0.19 148);
}

.mbx-neon-article-grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 48px;
  padding-top: 0;
}

.mbx-neon-hero-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  background: oklch(0.97 0.003 250);
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbx-neon-hero-img img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: min(440px, calc(100dvh - var(--mbx-chrome-offset, 52px) - 96px)) !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
  vertical-align: top;
}

.mbx-neon-crumbs {
  margin-top: 24px;
  font-family: var(--mbx-font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.mbx-neon-crumbs a {
  color: rgba(0, 0, 0, 0.45);
}

.mbx-neon-crumbs span {
  color: rgba(0, 0, 0, 0.28);
}

.mbx-neon-crumbs__now,
.mbx-neon-crumbs a:last-of-type {
  color: rgba(0, 0, 0, 0.7);
}

.mbx-neon-tags {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon a.mbx-neon-tag,
.mbx-neon-tag {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.87 0.005 250);
  border-radius: 6px;
  padding: 5px 10px;
  text-decoration: none !important;
}

.mbx-neon a.mbx-neon-tag--accent,
.mbx-neon-tag--accent {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: oklch(0.5 0.19 148) !important;
  border-color: oklch(0.5 0.19 148 / 0.35);
  text-transform: uppercase;
}

.mbx-neon-title {
  margin: 18px 0 0;
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: oklch(0.15 0.006 250);
  letter-spacing: -0.015em !important;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.mbx-neon-meta {
  margin-top: 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  color: oklch(0.5 0.006 250);
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.mbx-neon-dot {
  color: oklch(0.75 0.005 250);
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-copy,
.mbx-neon-copy {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: oklch(0.4 0.006 250) !important;
  -webkit-text-fill-color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.85 0.006 250) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-copy::before,
body.mbx-neon-skin .mbx-neon button.mbx-neon-copy::after,
.mbx-neon-copy::before,
.mbx-neon-copy::after {
  display: none !important;
  content: none !important;
}

.mbx-neon-body {
  margin-top: 28px;
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: oklch(0.32 0.006 250);
  overflow-wrap: anywhere;
}

.mbx-neon-body p {
  margin: 0 0 1.1em;
  font-size: 17px !important;
  line-height: 1.75 !important;
  text-wrap: pretty;
}

.mbx-neon-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.mbx-neon-body .mbx-wp-download-btn,
.mbx-neon-body .mbx-wp-pay-btn,
.mbx-neon-body .mbx-wp-download-wrap,
.mbx-neon-body .wp-block-button:empty,
.mbx-neon-body .wp-block-buttons:empty {
  display: none !important;
}

.mbx-neon-dl.mbx-wp-download-btn,
body.mbx-neon-article a.mbx-neon-dl.mbx-wp-download-btn,
.mbx-neon-dl[data-mbx-pay-kind],
body.mbx-neon-article a.mbx-neon-dl[data-mbx-pay-kind] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: oklch(0.5 0.19 148) !important;
  color: oklch(0.99 0.005 148) !important;
  -webkit-text-fill-color: oklch(0.99 0.005 148) !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  letter-spacing: 0 !important;
}

.mbx-neon-dl.mbx-wp-download-btn:hover,
.mbx-neon-dl[data-mbx-pay-kind]:hover {
  background: oklch(0.44 0.19 148) !important;
  color: oklch(0.99 0.005 148) !important;
  text-decoration: none !important;
}

.mbx-neon-helpful {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid oklch(0.9 0.005 250);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon-helpful > span {
  font-size: 14px;
  color: oklch(0.4 0.006 250);
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react,
.mbx-neon-react {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  background: transparent !important;
  background-color: transparent !important;
  color: oklch(0.4 0.006 250) !important;
  -webkit-text-fill-color: oklch(0.4 0.006 250) !important;
  border: 1px solid oklch(0.85 0.006 250) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react::before,
body.mbx-neon-skin .mbx-neon button.mbx-neon-react::after,
.mbx-neon-react::before,
.mbx-neon-react::after {
  display: none !important;
  content: none !important;
}

body.mbx-neon-skin .mbx-neon button.mbx-neon-react.is-on,
.mbx-neon-react.is-on {
  border-color: oklch(0.5 0.19 148) !important;
  background: oklch(0.5 0.19 148 / 0.1) !important;
  color: oklch(0.4 0.19 148) !important;
  -webkit-text-fill-color: oklch(0.4 0.19 148) !important;
}

body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline.mbx-wp-download-btn,
body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline[data-mbx-pay-kind],
.mbx-neon a.mbx-neon-dl.mbx-neon-dl--inline,
.mbx-neon-dl--inline {
  margin-top: 48px !important;
  margin-bottom: 0 !important;
}

.mbx-neon[data-download-bar="1"] .mbx-neon-dl--inline {
  display: none !important;
}

.mbx-neon-sources {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid oklch(0.9 0.005 250);
  font-size: 14px;
  color: oklch(0.5 0.006 250);
}

.mbx-neon-sources span:first-child {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  color: oklch(0.35 0.006 250);
}

.mbx-neon-sources__links {
  margin-left: 8px;
  color: oklch(0.3 0.006 250);
}

.mbx-neon-sources__links a {
  color: oklch(0.35 0.03 250);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mbx-neon-sources__links a:hover {
  color: oklch(0.2 0.04 250);
}

.mbx-neon-sources__sep {
  color: oklch(0.55 0.006 250);
}

.mbx-neon-sources span:last-child:not(.mbx-neon-sources__links):not(.mbx-neon-sources__sep) {
  margin-left: 8px;
  color: oklch(0.3 0.006 250);
}

.mbx-neon-toc {
  padding-top: 280px;
}

.mbx-neon-toc__inner {
  position: sticky;
  top: calc(var(--mbx-chrome-offset, 52px) + 24px);
}

.mbx-neon-toc__label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: oklch(0.4 0.006 250);
  margin-bottom: 10px;
}

.mbx-neon-toc a {
  display: block;
  font-size: 13px;
  color: oklch(0.35 0.006 250) !important;
  padding: 5px 0;
  text-decoration: none;
}

.mbx-neon-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  background: oklch(0.99 0.002 250 / 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid oklch(0.88 0.005 250);
  padding: 14px 40px;
  display: flex;
  justify-content: center;
}

.mbx-neon-sticky .mbx-neon-dl {
  max-width: 1280px;
  padding: 12px 28px !important;
}

.mbx-neon[data-download-bar="1"] {
  padding-bottom: 88px;
}

.mbx-neon-related {
  margin-top: 64px;
}

.mbx-neon-related__rule {
  border-top: 1px dashed oklch(0.87 0.005 250);
  margin-bottom: 48px;
}

.mbx-neon-related__title {
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: oklch(0.15 0.006 250);
  margin: 0 0 28px;
}

.mbx-neon-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  padding-bottom: 80px;
}

.mbx-neon-card-link,
.mbx-neon-grid-card {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  transition: opacity 0.15s ease;
}

.mbx-neon-card-link:hover,
.mbx-neon-grid-card:hover {
  transform: none;
  text-decoration: none !important;
  opacity: 0.92;
}

.mbx-neon-grid-card:hover {
  box-shadow: none;
}

/* DSS /articles post card: rounded media + Inter Display title + muted meta */
.mbx-neon-card-media {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  background: #111;
  overflow: hidden;
  border-radius: 20px;
}

.mbx-neon-card-media--related {
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  border: 0;
  box-shadow: none;
}

.mbx-neon-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
  border-radius: 0 !important;
}

.mbx-neon-card-link:hover .mbx-neon-card-media,
.mbx-neon-grid-card:hover .mbx-neon-card-media {
  outline: none;
}

.mbx-neon-card-cats {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 14px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.35;
}

.mbx-neon-card-cats__accent {
  color: rgba(0, 0, 0, 0.55);
}

.mbx-neon-comma {
  color: rgba(0, 0, 0, 0.35);
}

.mbx-neon-card-title {
  font-family: "Inter Display", InterDisplay, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.mbx-neon-card-date {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 8px;
  line-height: 1.35;
}

.mbx-neon-cat-hero {
  margin-top: 28px;
}

.mbx-neon-kicker {
  display: inline-flex;
  align-items: center;
  font-family: var(--mbx-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  padding: 6px 12px;
}

.mbx-neon-cat-title {
  margin: 22px 0 0;
  font-family: var(--mbx-font-display);
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.12;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.mbx-neon-cat-desc {
  margin: 16px 0 0;
  font-family: var(--mbx-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.6);
  max-width: 480px;
}

.mbx-neon-paths {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mbx-neon a.mbx-neon-chip,
.mbx-neon-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  box-sizing: border-box;
  font-family: var(--mbx-font-body) !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: transparent;
  color: rgba(0, 0, 0, 0.55) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.55) !important;
  text-decoration: none !important;
}

.mbx-neon a.mbx-neon-chip:hover,
.mbx-neon-chip:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

.mbx-neon a.mbx-neon-chip.is-active,
.mbx-neon-chip.is-active {
  border-color: transparent;
  background: #000;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.mbx-neon-chip__count {
  font-weight: 400;
  opacity: 0.55;
}

.mbx-neon-chip.is-active .mbx-neon-chip__count {
  opacity: 0.55;
}

.mbx-neon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
  align-items: start;
  padding-top: 32px;
}

.mbx-neon-grid-card {
  border: 0;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: auto;
  background: transparent;
}

.mbx-neon-grid-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.mbx-neon-grid-card .mbx-neon-card-cats {
  margin-top: 14px;
}

.mbx-neon-card-excerpt {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 8px;
  line-height: 1.45;
}

/* Archive post cards: DSS articles show title + meta only (DOM structure kept) */
.mbx-neon-grid-card .mbx-neon-card-excerpt {
  display: none;
}

.mbx-neon-grid-card .mbx-neon-card-date {
  margin-top: 8px;
  padding-top: 0;
}

.mbx-neon-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mbx-neon-empty {
  grid-column: 1 / -1;
  color: oklch(0.45 0.006 250);
}

.mbx-neon-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 48px 0 80px;
  font-family: var(--mbx-font-body);
  font-size: 14px;
  flex-wrap: wrap;
}

.mbx-neon-pager a,
.mbx-neon-pager span {
  min-width: 36px;
  height: 36px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none !important;
  padding: 0 8px;
  box-sizing: border-box;
}

.mbx-neon-pager a:hover {
  background: #f5f5f5;
}

.mbx-neon-pager .current {
  background: #000;
  color: #fff;
}

.mbx-neon-pager__meta {
  margin-left: 14px;
  color: oklch(0.55 0.006 250);
  font-size: 13px;
  min-width: auto;
  height: auto;
}

@media (max-width: 1100px) {
  .mbx-neon-article-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mbx-neon-related__grid,
  .mbx-neon-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mbx-neon-toc {
    display: none;
  }
}

@media (max-width: 720px) {
  .mbx-neon-wrap {
    padding: 16px 16px 0;
  }
  .mbx-neon-wrap--article {
    padding-top: 12px;
  }
  .mbx-neon-hero-img {
    padding: 12px;
    border-radius: 12px;
  }
  .mbx-neon-hero-img img {
    max-height: min(280px, calc(100dvh - var(--mbx-chrome-offset, 52px) - 72px)) !important;
  }
  .mbx-neon-title {
    font-size: 24px !important;
  }
  .mbx-neon-body,
  .mbx-neon-body p {
    font-size: 16px !important;
  }
  .mbx-neon-cat-title {
    font-size: 32px;
  }
  .mbx-neon-related__grid,
  .mbx-neon-grid {
    grid-template-columns: 1fr;
  }
  .mbx-neon-sticky {
    padding: 12px 16px;
  }
  .mbx-neon-body img,
  .mbx-neon-body video,
  .mbx-neon-body iframe,
  .mbx-neon-body figure,
  .mbx-neon-body .wp-block-image,
  .mbx-neon-body .wp-block-video {
    max-width: 100% !important;
    height: auto;
  }
}

/* Post sheet: same blocks, DSS type and surfaces */
html:has(body.mbx-neon-article),
body.mbx-neon-article.mbx-neon-skin,
body.mbx-neon-article .mbx-neon--sheet,
body.mbx-neon-article #page,
body.mbx-neon-article .options_layout,
body.mbx-neon-article #content,
body.mbx-neon-article .jl_content {
  background: #ffffff !important;
}

.mbx-neon-wrap--sheet {
  max-width: 1200px;
  padding: 28px 40px 0;
}

.mbx-sheet-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  font-family: var(--mbx-font-body);
  font-size: 14px;
  line-height: 21px;
}

.mbx-sheet-crumbs__sep {
  color: rgba(0, 0, 0, 0.28);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.mbx-sheet-chip {
  display: inline;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: var(--mbx-font-body);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  text-decoration: none !important;
}

.mbx-sheet-chip:hover {
  background: none;
  color: #000 !important;
  text-decoration: none !important;
}

.mbx-sheet-article {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.mbx-sheet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-template-areas: "main rail";
  gap: 48px;
  align-items: start;
}

.mbx-sheet-main {
  grid-area: main;
  min-width: 0;
}

.mbx-sheet-rail {
  grid-area: rail;
}

.mbx-sheet-rail {
  position: static;
}

.mbx-sheet-rail__card {
  position: static;
  z-index: auto;
  border: 0;
  border-radius: 0;
  padding: 0 0 20px;
  background: transparent;
}

.mbx-sheet-hero {
  margin: 0 0 24px;
}

.mbx-sheet-lead {
  margin: 16px 0 0;
  font-family: var(--mbx-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: #000;
  max-width: 40em;
}

.mbx-sheet-title {
  margin: 0 0 12px;
  font-family: var(--mbx-font-display);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #000;
}

.mbx-sheet-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.mbx-sheet-date__icon {
  display: none;
}

.mbx-neon--sheet .mbx-sheet-cover.mbx-neon-hero-img {
  margin: 0 0 24px;
  padding: 0;
  border-radius: 16px;
  background: transparent;
}

.mbx-neon--sheet .mbx-sheet-cover.mbx-neon-hero-img img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  border-radius: 16px;
}

.mbx-neon--sheet .mbx-sheet-cover--framed {
  position: relative;
  width: 100%;
  aspect-ratio: 916 / 520;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
}

.mbx-neon--sheet .mbx-sheet-cover--framed img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% * 1072 / 916) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

.mbx-sheet-dl {
  margin: 0 0 20px;
}

.mbx-neon--sheet a.mbx-neon-dl.mbx-neon-dl--inline,
body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline.mbx-wp-download-btn,
body.mbx-neon-article a.mbx-neon-dl.mbx-neon-dl--inline[data-mbx-pay-kind] {
  display: flex !important;
  width: 100% !important;
  margin-top: 0 !important;
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--mbx-font-body) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: -0.32px !important;
  border-radius: 100px !important;
  min-height: 48px !important;
  padding: 12px 24px !important;
}

.mbx-neon--sheet a.mbx-neon-dl.mbx-neon-dl--inline:hover,
.mbx-neon--sheet a.mbx-neon-dl.mbx-neon-dl--sticky:hover {
  background: #111 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.mbx-neon--sheet .mbx-neon-sticky a.mbx-neon-dl {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--mbx-font-body) !important;
  border-radius: 100px !important;
}

.mbx-sheet-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  border-top: 0;
}

.mbx-sheet-fact {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
  text-decoration: none !important;
  color: inherit;
  min-height: 0;
  box-sizing: border-box;
}

a.mbx-sheet-fact:hover {
  background: none;
  text-decoration: none !important;
}

.mbx-sheet-fact__icon {
  grid-row: 1 / span 2;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #000;
}

.mbx-sheet-fact__icon svg {
  display: block;
}

.mbx-sheet-fact__label {
  grid-column: 2;
  grid-row: 2;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.mbx-sheet-fact__value {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--mbx-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  color: #000;
  overflow-wrap: anywhere;
}

.mbx-sheet-fact__value--chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.mbx-sheet-fact--cats .mbx-sheet-fact__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 2px;
}

.mbx-sheet-fact__chip {
  display: inline;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000 !important;
  text-decoration: none !important;
  font-family: var(--mbx-font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  white-space: normal;
}

.mbx-sheet-fact__chip:hover {
  background: none;
  color: #000 !important;
  text-decoration: underline !important;
}

.mbx-sheet-desc {
  margin: 0;
  padding: 8px 0 0;
  border-top: 0;
}

.mbx-sheet-desc__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}

.mbx-sheet-desc__icon {
  display: none;
}

.mbx-sheet-desc__title {
  margin: 0;
  font-family: var(--mbx-font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.64px;
  color: #000;
}

.mbx-sheet-desc__body {
  margin-top: 0;
}

.mbx-neon--sheet .mbx-neon-body {
  font-family: var(--mbx-font-body);
  font-size: 18px !important;
  font-weight: 400;
  line-height: 29.7px !important;
  letter-spacing: -0.18px;
  color: #000;
}

.mbx-neon--sheet .mbx-neon-body p {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 29.7px !important;
  letter-spacing: -0.18px;
  color: #000;
}

.mbx-neon--sheet .mbx-neon-body h2,
.mbx-neon--sheet .mbx-neon-body h3 {
  font-family: var(--mbx-font-display);
  font-weight: 500;
  color: #000;
}

.mbx-neon--sheet .mbx-neon-body h2 {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.64px;
}

.mbx-neon--sheet .mbx-neon-body h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.6px;
}

.mbx-neon--sheet .mbx-neon-body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mbx-sheet-new {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.mbx-sheet-new__kicker {
  margin: 0 0 16px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.mbx-sheet-new__item {
  display: block;
  margin: 0 0 24px;
  color: inherit !important;
  text-decoration: none !important;
}

.mbx-sheet-new__item:last-child {
  margin-bottom: 0;
}

.mbx-sheet-new__media {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  margin-bottom: 10px;
}

.mbx-sheet-new__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.mbx-sheet-new__title {
  font-family: var(--mbx-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  color: #000;
}

.mbx-sheet-new__meta {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.mbx-neon--sheet .mbx-sheet-more {
  max-width: 1360px;
}

.mbx-sheet-more .mbx-neon-related__title {
  font-family: var(--mbx-font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.64px;
  color: #000;
}

.mbx-neon--sheet .mbx-neon-related__rule {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 960px) {
  .mbx-sheet-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rail"
      "main";
    gap: 28px;
  }
  .mbx-sheet-new {
    display: none;
  }
}

@media (max-width: 720px) {
  .mbx-neon-wrap--sheet {
    padding: 16px 16px 0;
  }
  .mbx-sheet-title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.64px;
  }
  .mbx-sheet-desc__title,
  .mbx-neon--sheet .mbx-neon-body h2,
  .mbx-sheet-more .mbx-neon-related__title {
    font-size: 24px;
    line-height: 1.25;
  }
  .mbx-neon--sheet .mbx-sheet-cover.mbx-neon-hero-img {
    padding: 0;
  }
}
