body.oab-active {
  margin: 0;
  background: #ffffff;
}

body.oab-active .oab-page,
body.oab-active .oab-page * {
  box-sizing: border-box;
}

body.oab-active .oab-page {
  --oab-brand: #2664ae;
  --oab-brand-rgb: 38, 100, 174;
  --oab-brand-dark: #2664ae;
  --oab-aqua: #2bbfce;
  --oab-aqua-rgb: 43, 191, 206;
  --oab-aqua-dark: #1897a5;
  --oab-body: #658091;
  --oab-muted: #8da2af;
  --oab-line: rgba(var(--oab-brand-rgb), 0.14);
  --oab-line-strong: rgba(var(--oab-brand-rgb), 0.24);
  --oab-surface: #ffffff;
  --oab-surface-blue: rgba(var(--oab-brand-rgb), 0.035);
  --oab-surface-aqua: rgba(var(--oab-aqua-rgb), 0.045);
  --oab-surface-mix: linear-gradient(
    135deg,
    rgba(var(--oab-brand-rgb), 0.045) 0%,
    rgba(var(--oab-aqua-rgb), 0.07) 100%
  );
  --oab-decoration-circle: rgba(var(--oab-aqua-rgb), 0.04);
  --oab-shadow-sm: 0 10px 30px rgba(var(--oab-brand-rgb), 0.07);
  --oab-shadow-md: 0 22px 70px rgba(var(--oab-brand-rgb), 0.10);
  --oab-radius-sm: 16px;
  --oab-radius: 24px;
  --oab-radius-lg: 32px;
  --oab-container: 1460px;
  --oab-article: 1030px;
  --oab-sidebar: 330px;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 60px !important;
  overflow: clip;
  background: var(--oab-surface);
  color: var(--oab-body);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.oab-active .oab-page :where(h1, h2, h3, h4, h5, h6, p, figure, ul, ol) {
  margin: 0;
}

body.oab-active .oab-page :where(ul, ol) {
  padding: 0;
}

body.oab-active .oab-page img {
  display: block;
  max-width: 100%;
}

body.oab-active .oab-page a {
  color: inherit;
  text-decoration: none;
}

/* No box shadows anywhere inside the article page */
body.oab-active .oab-page,
body.oab-active .oab-page *,
body.oab-active .oab-page *::before,
body.oab-active .oab-page *::after {
  box-shadow: none !important;
}

body.oab-active .oab-page button,
body.oab-active .oab-page input,
body.oab-active .oab-page textarea,
body.oab-active .oab-page select {
  font: inherit;
}

body.oab-active .oab-page strong, b {
  color: var(--oab-aqua);
  font-weight: 650;
}

body.oab-active .oab-page ::selection {
  background: rgba(var(--oab-aqua-rgb), 0.20);
  color: var(--oab-brand-dark);
}

/* Page shell */
body.oab-active .oab-layout {
  width: min(var(--oab-container), calc(100% - 48px)) !important;
  max-width: var(--oab-container) !important;
  display: grid;
  grid-template-columns: minmax(0, var(--oab-article)) var(--oab-sidebar);
  gap: 60px;
  align-items: start;
  justify-content: center;
  margin-inline: auto !important;
  margin-top: 50px !important;
}

body.oab-active .oab-layout--no-sidebar {
  grid-template-columns: minmax(0, 1120px);
}

body.oab-active .oab-article,
body.oab-active .oab-article__sidebar {
  min-width: 0;
}

body.oab-active .oab-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Featured image: intentionally image-only, without text overlay */
body.oab-active .oab-article__top-media {
  width: 100%;
  margin: 0 0 30px;
}

body.oab-active .oab-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--oab-surface-blue);
}

body.oab-active .oab-hero__image {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.01);
}

/* Article introduction */
body.oab-active .oab-article__header {
  margin: 0;
  padding: 0 4px 22px;
  background: transparent !important;
}

body.oab-active .oab-article__header-content {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.oab-active .oab-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(var(--oab-brand-rgb), 0.08);
  color: var(--oab-brand);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.oab-active .oab-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oab-aqua);
}

body.oab-active .oab-post-title,
body.oab-active .oab-heading,
body.oab-active .oab-treatment__title,
body.oab-active .oab-related__heading,
body.oab-active .oab-toc__title,
body.oab-active .oab-sidebar-cta h2,
body.oab-active .oab-product-card h3,
body.oab-active .oab-related-card__title {
  color: var(--oab-brand);
  font-family: "Champagne Limousines", sans-serif !important;
  font-style: normal;
  font-weight: 900 !important;
  text-wrap: balance;
}

body.oab-active .oab-post-title {
  margin-top: 10px;
  color: var(--oab-brand) !important;
  font-size: clamp(42px, 4.1vw, 52px);
  line-height: 1.06;
}

body.oab-active .oab-intro {
  margin-top: 5px;
}

body.oab-active .oab-intro p {
  color: var(--oab-body);
  font-size: 17px;
  line-height: 1.84;
}

body.oab-active .oab-meta {
  display: none !important;
}

/* Core editorial typography */
body.oab-active .oab-content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

body.oab-active .oab-block {
  min-width: 0;
  scroll-margin-top: 128px;
}

body.oab-active .oab-heading,
body.oab-active .oab-treatment__title {
  line-height: 1.12;
}

body.oab-active .oab-heading--h2,
body.oab-active .oab-treatment__title {
  font-size: clamp(32px, 3vw, 43px);
}

body.oab-active .oab-heading--h3 {
  font-size: clamp(25px, 2.2vw, 31px);
}

body.oab-active .oab-heading--h2[id],
body.oab-active .oab-heading--h3[id] {
  scroll-margin-top: 128px;
}

body.oab-active .oab-richtext > * + * {
  margin-top: 0.95em;
}

body.oab-active .oab-richtext p,
body.oab-active .oab-richtext li,
body.oab-active .oab-ingredients__item span,
body.oab-active .oab-treatment__point,
body.oab-active .oab-results__list li {
  color: var(--oab-body);
  font-size: 17px;
  line-height: 1.78;
  text-align:justify !important;
}

body.oab-active .oab-richtext :where(h2, h3, h4) {
  margin-top: 1.15em;
  color: var(--oab-brand);
  font-family: "Champagne Limousines", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.18;
}

body.oab-active .oab-richtext h2 {
  font-size: clamp(29px, 2.5vw, 37px);
}

body.oab-active .oab-richtext h3 {
  font-size: clamp(24px, 2vw, 31px);
}

body.oab-active .oab-richtext :where(ul, ol) {
  padding-left: 1.25em;
}

body.oab-active .oab-richtext li + li {
  margin-top: 0.48em;
}

body.oab-active .oab-richtext li::marker {
  color: var(--oab-aqua);
}

body.oab-active .oab-richtext a {
  color: var(--oab-brand);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(var(--oab-brand-rgb), 0.28);
  text-underline-offset: 3px;
}

/* Standard subsection cards */
body.oab-active .oab-subsection {
  padding: 28px 30px;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface);
}

body.oab-active .oab-subsection:nth-of-type(even) {
  background: var(--oab-surface-mix);
}

/* Dedicated full-width block after the expert section */
body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation,
  .oab-cta--expert-recommendation,
  .oab-summary--expert-recommendation
) {
  position: relative;
  overflow: hidden;
  padding: 30px 34px;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-mix);
}

body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation,
  .oab-cta--expert-recommendation,
  .oab-summary--expert-recommendation
)::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -105px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--oab-decoration-circle);
  pointer-events: none;
}

body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation,
  .oab-cta--expert-recommendation,
  .oab-summary--expert-recommendation
) > * {
  position: relative;
  z-index: 1;
}

body.oab-active .oab-section--expert-recommendation > .oab-richtext,
body.oab-active .oab-treatment--expert-recommendation > .oab-richtext {
  max-width: 900px;
}

body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation
) .oab-richtext ul {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation
) .oab-richtext li {
  position: relative;
  margin: 0;
  padding-left: 31px;
}

body.oab-active :is(
  .oab-section--expert-recommendation,
  .oab-treatment--expert-recommendation
) .oab-richtext li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--oab-aqua-rgb), 0.13);
  color: var(--oab-aqua-dark);
  font-size: 11px;
  font-weight: 900;
}

body.oab-active .oab-treatment--expert-recommendation .oab-treatment__points {
  grid-template-columns: 1fr;
}

/* Image blocks: true 50/50 columns, full-bleed images and exact 15px gap */
body.oab-active .oab-gallery {
  display: grid;
  grid-template-columns: repeat(var(--oab-gallery-columns, 1), minmax(0, 1fr));
  gap: 15px;
  width: 100%;
}

body.oab-active .oab-gallery--cols-1 {
  --oab-gallery-columns: 1;
}

body.oab-active .oab-gallery--cols-2 {
  --oab-gallery-columns: 2;
}

body.oab-active .oab-gallery--cols-3 {
  --oab-gallery-columns: 3;
}

body.oab-active .oab-gallery__title {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

body.oab-active .oab-gallery__item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-gallery__item > a {
  display: block;
  width: 100%;
  height: 100%;
}

body.oab-active .oab-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

body.oab-active .oab-gallery__item:hover .oab-gallery__image {
  transform: scale(1.018);
}

body.oab-active .oab-gallery--cols-1 .oab-gallery__item {
  height: clamp(360px, 48vw, 560px);
}

body.oab-active .oab-gallery--cols-2 .oab-gallery__item {
  height: clamp(330px, 31vw, 455px);
}

body.oab-active .oab-gallery--cols-3 .oab-gallery__item {
  height: clamp(285px, 23vw, 360px);
}

/* CTA / summary cards */
body.oab-active .oab-cta,
body.oab-active .oab-summary {
  position: relative;
  overflow: hidden;
  padding: 30px 34px;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-mix);
}

body.oab-active .oab-cta::after,
body.oab-active .oab-summary::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -102px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--oab-decoration-circle);
  pointer-events: none;
}

body.oab-active .oab-cta > *,
body.oab-active .oab-summary > * {
  position: relative;
  z-index: 1;
}

body.oab-active .oab-cta--filled {
  border-color: transparent;
  background: var(--oab-surface-mix);
}

body.oab-active .oab-cta--filled :where(.oab-heading, .oab-richtext, .oab-richtext p, .oab-richtext strong) {
  color: var(--oab-body) !important;
}

/* Buttons */
body.oab-active .oab-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.oab-active .oab-align-left {
  justify-content: flex-start;
}

body.oab-active .oab-align-center {
  justify-content: center;
}

body.oab-active .oab-align-right {
  justify-content: flex-end;
}

body.oab-active .oab-button,
body.oab-active .oab-product-card__button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 1px solid var(--oab-brand);
  border-radius: 999px;
  background: var(--oab-brand);
  color: #fff !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.oab-active .oab-button:hover,
body.oab-active .oab-button:focus-visible,
body.oab-active .oab-product-card__button:hover,
body.oab-active .oab-product-card__button:focus-visible {
  background: var(--oab-brand-dark);
  border-color: var(--oab-brand-dark);
  color: #fff !important;
}

body.oab-active .oab-button--small {
  min-height: 50px;
  padding-inline: 20px;
  font-size: 15px;
}

body.oab-active .oab-button--full {
  width: 100%;
}

/* Sidebar */
body.oab-active .oab-article__sidebar {
  align-self: stretch;
}

body.oab-active .oab-article__sidebar-inner {
  position: sticky;
  top: 0;
  display: grid;
  gap: 18px;
}

body.oab-active .oab-toc,
body.oab-active .oab-related,
body.oab-active .oab-sidebar-cta {
  padding: 24px;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface);
  box-shadow: none;
}

body.oab-active .oab-toc__title,
body.oab-active .oab-related__heading {
  margin: 0 0 18px;
  color: var(--oab-brand);
  font-size: 29px;
  line-height: 1.1;
}

body.oab-active .oab-related__list {
  display: grid;
  gap: 0;
}

body.oab-active .oab-related-card {
  padding: 13px 0;
  border-top: 1px solid var(--oab-line);
}

body.oab-active .oab-related-card:first-child {
  padding-top: 0;
  border-top: 0;
}

body.oab-active .oab-related-card:last-child {
  padding-bottom: 0;
}

body.oab-active .oab-related-card__link {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

body.oab-active .oab-related-card__media {
  overflow: hidden;
  border-radius: var(--oab-radius-sm);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-related-card__image {
  width: 76px;
  height: 76px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.oab-active .oab-related-card__link:hover .oab-related-card__image {
  transform: scale(1.035);
}

body.oab-active .oab-related-card__content {
  min-width: 0;
}

body.oab-active .oab-related-card__title {
  color: var(--oab-brand) !important;
  font-family: "Champagne Limousines", sans-serif !important;
  font-size: 18px;
  font-weight: 800 !important;
  line-height: 1.43;
  letter-spacing: 0;
}

body.oab-active .oab-related-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--oab-aqua);
  font-size: 14px;
  font-weight: 600;
}

body.oab-active .oab-related-card__more span[aria-hidden="true"] {
  transition: transform 0.2s ease;
}

body.oab-active .oab-related-card__link:hover .oab-related-card__more span[aria-hidden="true"] {
  transform: translateX(3px);
}

body.oab-active .oab-toc__list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.oab-active .oab-toc__item {
  margin: 0 !important;
}

body.oab-active .oab-toc__item--level-3 {
  padding-left: 10px;
}

body.oab-active .oab-toc a {
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 12px 9px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--oab-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.oab-active .oab-toc a::after {
  content: "›";
  color: var(--oab-aqua);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

body.oab-active .oab-toc a:hover,
body.oab-active .oab-toc a:focus-visible,
body.oab-active .oab-toc a.is-active {
  color: var(--oab-brand);
  border-color: var(--oab-line);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-toc a:hover::after,
body.oab-active .oab-toc a.is-active::after {
  transform: translateX(3px);
}

body.oab-active .oab-sidebar-cta {
  position: relative;
  overflow: hidden;
  background: var(--oab-surface-mix);
}

body.oab-active .oab-sidebar-cta::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--oab-decoration-circle);
  pointer-events: none;
}

body.oab-active .oab-sidebar-cta > * {
  position: relative;
  z-index: 1;
}

body.oab-active .oab-sidebar-cta__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--oab-line);
  border-radius: 50%;
  background: var(--oab-surface);
  color: var(--oab-brand) !important;
}

body.oab-active .oab-sidebar-cta__icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--oab-brand) !important;
  fill: none;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.oab-active .oab-sidebar-cta h2 {
  margin: 0 0 9px;
  color: var(--oab-brand);
  font-size: 30px;
  line-height: 1.15;
}

body.oab-active .oab-sidebar-cta p {
  margin: 0 0 18px;
  color: var(--oab-body);
  font-size: 15px;
  line-height: 1.65;
}

/* Video */
body.oab-active .oab-video-grid {
  display: grid;
  grid-template-columns: repeat(var(--oab-video-columns, 1), minmax(0, 1fr));
  gap: 15px;
}

body.oab-active .oab-video-grid--cols-2 {
  --oab-video-columns: 2;
}

body.oab-active .oab-video-grid--cols-3 {
  --oab-video-columns: 3;
}

body.oab-active :is(.oab-video-card__cover, .oab-video-card__embed, .oab-video-card__fallback) {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 9 / 13;
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-video-card__image,
body.oab-active .oab-video-card__embed iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

body.oab-active .oab-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  color: var(--oab-brand);
  transform: translate(-50%, -50%);
}

body.oab-active .oab-video-card__fallback {
  color: var(--oab-brand);
  font-weight: 700;
}

/* Location */
body.oab-active .oab-location {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-mix);
}

body.oab-active .oab-location--no-map {
  grid-template-columns: 1fr;
}

body.oab-active .oab-location__content {
  justify-content: center;
  padding: 32px;
}

body.oab-active .oab-location__buttons {
  display: grid;
  gap: 10px;
}

body.oab-active .oab-location__map,
body.oab-active .oab-location__map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

/* FAQ */
body.oab-active .oab-faq__items {
  display: grid;
  gap: 10px;
}

body.oab-active .oab-faq__item {
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: 18px;
  background: var(--oab-surface);
}

body.oab-active .oab-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--oab-brand);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

body.oab-active .oab-faq__chevron {
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

body.oab-active .oab-faq__question[aria-expanded="true"] .oab-faq__chevron {
  transform: rotate(180deg);
}

body.oab-active .oab-faq.is-enhanced .oab-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

body.oab-active .oab-faq__answer-inner {
  padding: 0 20px 20px;
}

/* Ingredients */
body.oab-active .oab-ingredients__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.oab-active .oab-ingredients__item {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--oab-line);
  border-radius: 18px;
  background: var(--oab-surface-blue);
}

body.oab-active .oab-ingredients__item strong {
  color: var(--oab-brand);
  font-size: 16px;
}

/* Results timeline */
body.oab-active .oab-results {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.82fr);
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface);
}

body.oab-active .oab-results--no-image {
  grid-template-columns: 1fr;
}

body.oab-active .oab-results__media {
	min-height: 420px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(145deg, var(--oab-surface-blue), var(--oab-surface-aqua));
    border-radius: 0 30px 30px 0;
}

body.oab-active .oab-results__image {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

body.oab-active .oab-results__content {
  justify-content: center;
  padding: 32px;
}

body.oab-active .oab-results__list {
  display: grid;
  gap: 14px;
  margin: 2px 0 8px;
  padding: 0;
  list-style: none;
}

body.oab-active .oab-results__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.oab-active .oab-results__check {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--oab-aqua);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

body.oab-active .oab-results__list strong {
  display: block;
  margin-bottom: 2px;
}

/* Treatment blocks */
body.oab-active .oab-treatment__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.oab-active .oab-treatment__point {
  padding: 16px 17px;
  border: 1px solid var(--oab-line);
  border-left: 3px solid var(--oab-aqua);
  border-radius: 0 15px 15px 0;
  background: var(--oab-surface-blue);
}

body.oab-active .oab-treatment__point strong {
  display: block;
  margin-bottom: 4px;
  color: var(--oab-brand) !important;
  font-size: 15px;
  line-height: 1.3;
}

body.oab-active .oab-treatment__gallery {
  display: grid;
  grid-template-columns: repeat(var(--oab-treatment-columns, 1), minmax(0, 1fr));
  gap: 15px;
}

body.oab-active .oab-treatment__gallery--2 {
  --oab-treatment-columns: 2;
}

body.oab-active .oab-treatment__gallery--3 {
  --oab-treatment-columns: 3;
}

body.oab-active .oab-treatment__media {
  min-width: 0;
  height: clamp(330px, 31vw, 455px);
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-treatment__gallery--3 .oab-treatment__media {
  height: clamp(285px, 23vw, 360px);
}

body.oab-active .oab-treatment__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Expert opinion: one card, exactly two columns */
body.oab-active .oab-expert__body {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface);
}

body.oab-active .oab-expert__body--no-image {
  grid-template-columns: 1fr;
}

body.oab-active .oab-expert__media {
  min-height: 470px;
  overflow: hidden;
  background: #f3f5f7;
}

body.oab-active .oab-expert__image {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center top;
}

body.oab-active .oab-expert__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  padding: 34px 36px;
}

body.oab-active .oab-expert__identity {
	font-family: "Champagne Limousines", sans-serif !important; 
  color: var(--oab-brand);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.45;
}

body.oab-active .oab-expert__text p {
  font-size: 17px;
  line-height: 1.78;
}

/* Single product recommendation */
body.oab-active .oab-product {
  display: grid;
  grid-template-columns: minmax(310px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-mix);
}

body.oab-active .oab-product--image-right .oab-product__media {
  order: 2;
}

body.oab-active .oab-product--no-image {
  grid-template-columns: 1fr;
}

body.oab-active .oab-product__media {
  min-height: 370px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 26px;
  background: rgba(255, 255, 255, 0.64);
}

body.oab-active .oab-product__image {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
}

body.oab-active .oab-product__content {
  justify-content: center;
  padding: 34px 36px;
}

body.oab-active :is(.oab-product--routine-recommendation, .oab-product-carousel--routine-recommendation) {
  scroll-margin-top: 128px;
}

/* Product carousel */
body.oab-active .oab-product-carousel--routine-recommendation {
  padding: 30px;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-mix);
}

body.oab-active .oab-carousel {
  --oab-carousel-per-view: 4;
  position: relative;
  padding: 0 0 62px;
}

body.oab-active .oab-carousel__viewport {
  overflow: hidden;
  border-radius: var(--oab-radius);
}

body.oab-active .oab-carousel__track {
  display: flex;
  gap: 14px;
}

body.oab-active .oab-carousel__slide {
  flex: 0 0 calc((100% - 42px) / 4);
  min-width: 0;
}

body.oab-active .oab-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: 22px;
  background: var(--oab-surface);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.oab-active .oab-product-card:hover {
  border-color: rgba(var(--oab-brand-rgb), 0.30);
}

body.oab-active .oab-product-card__media {
  height: 200px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: linear-gradient(180deg, var(--oab-surface-blue), var(--oab-surface-aqua));
}

body.oab-active .oab-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.oab-active .oab-product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 19px 18px 20px;
	background: #fff !important;
	border-radius: 30px 30px 0 0;
}

body.oab-active .oab-product-card h3 {
  min-height: 52px;
  color: var(--oab-brand);
  font-size: 22px;
  line-height: 1.2;
}

body.oab-active .oab-product-card h3 a {
  color: inherit;
}

body.oab-active .oab-product-card__price {
  margin-top: auto;
  color: var(--oab-aqua);
  font-size: 16px;
  font-weight: 600;
}

body.oab-active .oab-product-card__price del {
  color: var(--oab-muted);
  font-weight: 500;
}

body.oab-active .oab-product-card__price ins {
  color: var(--oab-aqua);
  text-decoration: none;
}

body.oab-active .oab-product-card__button {
  width: 100%;
  min-height: 43px;
  margin-top: 2px;
  font-size: 15px !important;
  padding-inline: 18px;
  box-shadow: none;
}

body.oab-active .oab-carousel__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
}

body.oab-active .oab-carousel__arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--oab-line-strong);
  border-radius: 50%;
  background: var(--oab-surface);
  color: var(--oab-brand);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.oab-active .oab-carousel__arrow:hover,
body.oab-active .oab-carousel__arrow:focus-visible {
  border-color: var(--oab-brand);
  background: var(--oab-brand);
  color: #fff;
}

body.oab-active .oab-carousel__arrow:disabled {
  display: none !important;
}

body.oab-active .oab-carousel__arrow svg {
  width: 18px;
  height: 18px;
}

body.oab-active .oab-carousel__arrow--prev {
  left: 0;
}

body.oab-active .oab-carousel__arrow--next {
  right: auto;
  left: 52px;
}

body.oab-active .oab-carousel__dots {
  display: none !important;
}

/* Global gallery / banner */
body.oab-active .oab-global-section {
  margin-top: 54px;
}

body.oab-active .oab-global-gallery .oab-carousel {
  padding-bottom: 62px;
}

body.oab-active .oab-global-banner__link,
body.oab-active .oab-global-banner__media {
  display: block;
  overflow: hidden;
  border: 1px solid var(--oab-line);
  border-radius: var(--oab-radius);
  background: var(--oab-surface-blue);
}

body.oab-active .oab-global-banner__image {
  width: 100%;
  min-height: 280px;
  max-height: 480px;
  object-fit: cover;
}

body.oab-active .oab-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

body.oab-active .oab-socials__link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--oab-line);
  border-radius: 50%;
  color: var(--oab-brand);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

body.oab-active .oab-socials__link:hover {
  background: var(--oab-surface-blue);
  transform: translateY(-2px);
}

/* Previous / next article */
body.oab-active .oab-post-nav,
body.oab-active .oab-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--oab-line);
}

body.oab-active .oab-post-nav:not(.oab-post-nav--both) {
  grid-template-columns: minmax(0, 620px);
}

body.oab-active .oab-post-nav__item,
body.oab-active .oab-post-navigation a {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid var(--oab-line);
  border-radius: 20px;
  background: var(--oab-surface);
  color: var(--oab-brand);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.oab-active .oab-post-nav__item:hover,
body.oab-active .oab-post-navigation a:hover {
  border-color: rgba(var(--oab-brand-rgb), 0.30);
  transform: translateY(-2px);
}

body.oab-active .oab-post-nav__item--next {
  justify-content: flex-end;
  text-align: right;
}

body.oab-active .oab-post-nav__icon {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--oab-surface-blue);
}

body.oab-active .oab-post-nav__text {
  display: grid;
  gap: 3px;
}

body.oab-active .oab-post-nav__text strong {
  color: var(--oab-brand);
  font-size: 14px;
}

body.oab-active .oab-post-nav__text span {
  color: var(--oab-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Tablet */
@media (max-width: 1440px) {
  body.oab-active .oab-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 50px;
  }

	body.oab-active .oab-post-title {
		font-size: clamp(42px, 4.1vw, 50px);
	}
	
  body.oab-active .oab-related-card__link {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  body.oab-active .oab-related-card__image {
    width: 68px;
    height: 68px;
  }
	
   body.oab-active .oab-product-card__media {
	height: 300px !important;
   }

  body.oab-active .oab-carousel {
    --oab-carousel-per-view: 3;
  }

  body.oab-active .oab-carousel__slide {
    flex-basis: calc((100% - 28px) / 3);
  }
	
  body.oab-active .oab-hero__image {
	height: 450px !important;
}
}



@media (max-width: 1240px) {
  body.oab-active .oab-page {
    padding-top: 30px !important;
  }

  body.oab-active .oab-layout,
  body.oab-active .oab-layout--with-sidebar,
  body.oab-active .oab-layout--no-sidebar {
    width: min(100% - 32px, 1120px) !important;
    grid-template-columns: minmax(0, 1fr);
  }

  body.oab-active .oab-article__sidebar {
    margin-top: 8px;
  }

  body.oab-active .oab-article__sidebar-inner {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  body.oab-active :is(.oab-location, .oab-results, .oab-product) {
    grid-template-columns: 1fr;
  }

  body.oab-active .oab-product--image-right .oab-product__media {
    order: 0;
  }

  body.oab-active .oab-results__media,
  body.oab-active .oab-product__media {
    min-height: 330px;
  }

  body.oab-active .oab-expert__body {
    grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  }

  body.oab-active .oab-expert__media,
  body.oab-active .oab-expert__image {
    min-height: 420px;
  }

  body.oab-active .oab-treatment__points {
    grid-template-columns: 1fr;
  }

  body.oab-active .oab-carousel {
    --oab-carousel-per-view: 2;
  }

  body.oab-active .oab-carousel__slide {
    flex-basis: calc((100% - 14px) / 2);
  }
}

/* Mobile */
@media (max-width: 760px) {
  body.oab-active .oab-page {
    padding: 20px 0 56px !important;
    font-size: 15px;
  }

  body.oab-active .oab-layout,
  body.oab-active .oab-layout--with-sidebar,
  body.oab-active .oab-layout--no-sidebar {
    width: min(100% - 20px, 1120px) !important;
  }

  body.oab-active .oab-hero {
    border-radius: 22px;
  }

  body.oab-active .oab-hero__image {
    height: clamp(250px, 72vw, 390px);
  }

  body.oab-active .oab-article__header {
    padding: 0 2px 12px;
  }

  body.oab-active .oab-post-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  body.oab-active .oab-intro p {
    font-size: 16px;
    line-height: 1.76;
  }

  body.oab-active .oab-content {
    gap: 28px;
  }

  body.oab-active .oab-heading--h2,
  body.oab-active .oab-treatment__title {
    font-size: clamp(30px, 8.7vw, 39px);
  }

  body.oab-active .oab-heading--h3 {
    font-size: clamp(24px, 7.4vw, 31px);
  }

  body.oab-active .oab-article__sidebar-inner {
    grid-template-columns: 1fr;
  }

  body.oab-active :is(
    .oab-gallery--cols-2,
    .oab-gallery--cols-3,
    .oab-video-grid--cols-2,
    .oab-video-grid--cols-3,
    .oab-ingredients__list,
    .oab-treatment__gallery,
    .oab-post-nav,
    .oab-post-navigation
  ) {
    grid-template-columns: 1fr;
  }

  body.oab-active .oab-gallery--cols-1 .oab-gallery__item,
  body.oab-active .oab-gallery--cols-2 .oab-gallery__item,
  body.oab-active .oab-gallery--cols-3 .oab-gallery__item,
  body.oab-active .oab-treatment__media {
    height: clamp(290px, 84vw, 430px);
  }

  body.oab-active .oab-gallery--mobile-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  body.oab-active .oab-gallery--mobile-slider .oab-gallery__title {
    display: none;
  }

  body.oab-active .oab-gallery--mobile-slider .oab-gallery__item {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  body.oab-active .oab-expert__body {
    grid-template-columns: 1fr;
  }

  body.oab-active .oab-expert__media,
  body.oab-active .oab-expert__image {
    min-height: 330px;
    max-height: 410px;
  }

  body.oab-active .oab-expert__content {
    padding: 28px;
  }

  body.oab-active .oab-location__map,
  body.oab-active .oab-location__map iframe {
    min-height: 340px;
  }

  body.oab-active .oab-product-carousel--routine-recommendation {
    padding: 24px 18px;
  }

  body.oab-active .oab-carousel {
    --oab-carousel-per-view: 1;
  }

  body.oab-active .oab-carousel__slide {
    flex-basis: 84%;
  }

  body.oab-active .oab-post-nav:not(.oab-post-nav--both) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  body.oab-active :is(
    .oab-subsection,
    .oab-cta,
    .oab-summary,
    .oab-section--expert-recommendation,
    .oab-treatment--expert-recommendation,
    .oab-results__content,
    .oab-product__content,
    .oab-location__content,
    .oab-expert__content,
    .oab-toc,
    .oab-related,
    .oab-sidebar-cta
  ) {
    padding: 22px;
  }

  body.oab-active .oab-product__media,
  body.oab-active .oab-results__media {
    min-height: 280px;
    padding: 20px;
  }

  body.oab-active .oab-carousel__slide {
    flex-basis: 92%;
  }

  body.oab-active .oab-button,
  body.oab-active .oab-product-card__button {
    min-height: 44px;
    padding-inline: 21px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.oab-active .oab-page *,
  body.oab-active .oab-page *::before,
  body.oab-active .oab-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
