/**
 * Shared premium treatment-detail presentation.
 */

body.mej-premium.mej-page-service-detail .container-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.mej-premium.mej-page-service-detail .container-wrap > .container.main-content {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.mej-premium.mej-page-service-detail .container.main-content > .row {
  margin: 0 !important;
}

body.mej-premium.mej-page-service-detail #breadcrumbs {
  display: none !important;
}

body.mej-premium .mej-service-detail,
body.mej-premium .mej-service-detail * {
  box-sizing: border-box;
}

body.mej-premium .mej-service-detail {
  width: 100%;
  margin: 0;
  overflow: clip;
  background: var(--mej-paper);
  color: var(--mej-ink);
}

body.mej-premium .mej-service-detail__shell {
  width: min(var(--mej-container), calc(100% - (2 * var(--mej-gutter))));
  margin-inline: auto;
}

body.mej-premium .mej-service-detail__kicker {
  margin: 0 0 1.5rem !important;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--mej-blue-dark);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.mej-premium .mej-service-detail__kicker > span {
  width: 2.5rem;
  height: 1px;
  flex: 0 0 2.5rem;
  background: currentColor;
}

body.mej-premium .mej-service-detail__hero {
  position: relative;
  isolation: isolate;
  min-height: min(57rem, calc(100vh - 5rem));
  padding-block: clamp(6.5rem, 9vw, 9rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 14%, rgba(155, 200, 189, 0.25), transparent 27rem),
    radial-gradient(circle at 92% 12%, rgba(187, 167, 123, 0.15), transparent 25rem),
    linear-gradient(145deg, #f8faf8, #edf3f1);
}

body.mej-premium .mej-service-detail__hero::before {
  content: "MEJ";
  position: absolute;
  z-index: -1;
  top: 2%;
  left: -0.04em;
  color: rgba(15, 48, 59, 0.03);
  font-family: var(--mej-font-display);
  font-size: clamp(10rem, 24vw, 24rem);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 0.9;
  pointer-events: none;
}

body.mej-premium .mej-service-detail__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(28rem, 0.97fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 8.5rem);
}

body.mej-premium .mej-service-detail__hero-copy {
  position: relative;
  z-index: 2;
}

body.mej-premium .mej-service-detail__crumbs {
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: var(--mej-text-muted);
  font-size: 0.6875rem;
  font-weight: 700;
}

body.mej-premium .mej-service-detail__crumbs a {
  color: var(--mej-blue-dark) !important;
  text-decoration: none !important;
}

body.mej-premium .mej-service-detail__hero h1 {
  max-width: 50rem;
  margin: 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: clamp(3.4rem, 6vw, 6rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.98 !important;
}

body.mej-premium.mej-page-restorative-endodontics .mej-service-detail__hero h1,
body.mej-premium.mej-page-estetska-hirurgija-lica .mej-service-detail__hero h1 {
  font-size: clamp(3rem, 5vw, 5.1rem) !important;
}

body.mej-premium .mej-service-detail__lead {
  max-width: 42rem;
  margin: 2rem 0 0 !important;
  color: var(--mej-text-muted);
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.85;
}

body.mej-premium .mej-service-detail__actions {
  margin-top: 2.35rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

body.mej-premium .mej-service-detail__button {
  min-height: 3.75rem;
  padding: 0.875rem 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: var(--mej-radius-pill);
  background: var(--mej-blue-dark);
  color: var(--mej-white) !important;
  box-shadow: 0 16px 38px rgba(31, 75, 91, 0.2);
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: background var(--mej-duration-fast) ease, box-shadow var(--mej-duration-fast) ease, transform var(--mej-duration-fast) var(--mej-ease);
}

body.mej-premium .mej-service-detail__button:hover {
  background: var(--mej-ink-deep);
  box-shadow: 0 20px 46px rgba(11, 39, 49, 0.24);
  transform: translateY(-2px);
}

body.mej-premium .mej-service-detail__text-link {
  padding: 0.75rem 0.25rem;
  color: var(--mej-ink-deep) !important;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none !important;
}

body.mej-premium .mej-service-detail__text-link > span {
  margin-left: 0.4rem;
  color: var(--mej-blue-dark);
}

body.mej-premium .mej-service-detail__principles {
  max-width: 42rem;
  margin: 3rem 0 0;
  padding: 1.4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border-top: 1px solid var(--mej-line);
  list-style: none;
}

body.mej-premium .mej-service-detail__principles li {
  position: relative;
  padding-left: 1rem;
  color: var(--mej-text-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.45;
}

body.mej-premium .mej-service-detail__principles li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--mej-mint);
}

body.mej-premium .mej-service-detail__hero-media {
  position: relative;
  min-height: 39rem;
}

body.mej-premium .mej-service-detail__hero-photo,
body.mej-premium .mej-service-detail__hero-detail {
  position: absolute;
  margin: 0 !important;
  overflow: hidden;
  background: var(--mej-white);
  box-shadow: var(--mej-shadow);
}

body.mej-premium .mej-service-detail__hero-photo {
  top: 0;
  right: 0;
  width: 82%;
  height: 35.5rem;
  border: 0.625rem solid rgba(255, 255, 255, 0.78);
  border-radius: 17rem 17rem 2rem 2rem;
}

body.mej-premium .mej-service-detail__hero-detail {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 42%;
  aspect-ratio: 1;
  border: 0.5rem solid #edf3f1;
  border-radius: 50%;
}

body.mej-premium .mej-service-detail__hero-photo img,
body.mej-premium .mej-service-detail__hero-detail img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
  object-fit: cover;
}

body.mej-premium .mej-service-detail__hero-index {
  position: absolute;
  z-index: 3;
  right: -0.5rem;
  bottom: 2.25rem;
  width: 9.75rem;
  height: 9.75rem;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--mej-ink-deep);
  color: var(--mej-white);
  text-align: center;
  box-shadow: 0 22px 55px rgba(11, 39, 49, 0.24);
}

body.mej-premium .mej-service-detail__hero-index strong,
body.mej-premium .mej-service-detail__hero-index span {
  display: block;
}

body.mej-premium .mej-service-detail__hero-index strong {
  color: var(--mej-champagne-light);
  font-family: var(--mej-font-display);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.055em;
}

body.mej-premium .mej-service-detail__hero-index span {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.mej-premium .mej-service-detail__overview {
  padding-block: clamp(7rem, 10vw, 10.5rem);
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.68), transparent 24rem),
    var(--mej-mint-light);
}

body.mej-premium .mej-service-detail__overview-heading {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
}

body.mej-premium .mej-service-detail__overview-heading h2,
body.mej-premium .mej-service-detail__source-heading h2,
body.mej-premium .mej-service-detail__related-heading h2,
body.mej-premium .mej-service-detail__cta h2 {
  margin: 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: clamp(2.65rem, 4.8vw, 5rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.065em !important;
  line-height: 1.05 !important;
}

body.mej-premium .mej-service-detail :is(.mej-service-detail__overview-heading, .mej-service-detail__source-heading, .mej-service-detail__related-heading) h2 em {
  color: var(--mej-blue-dark) !important;
  font-family: var(--mej-font-accent) !important;
  font-weight: 400 !important;
}

body.mej-premium .mej-service-detail__overview-heading > p,
body.mej-premium .mej-service-detail__source-heading > p:last-child {
  max-width: 36rem;
  margin: 0 !important;
  color: var(--mej-text-muted);
  font-size: 0.9375rem;
  line-height: 1.85;
}

body.mej-premium .mej-service-detail__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

body.mej-premium .mej-service-detail__highlight {
  position: relative;
  min-height: 17rem;
  padding: clamp(2rem, 3.5vw, 3.25rem);
  overflow: hidden;
  border: 1px solid rgba(15, 48, 59, 0.1);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(18, 52, 64, 0.07);
  transition: box-shadow 360ms var(--mej-ease), transform 360ms var(--mej-ease);
}

body.mej-premium .mej-service-detail__highlight:hover {
  box-shadow: 0 27px 66px rgba(18, 52, 64, 0.12);
  transform: translateY(-0.4rem);
}

body.mej-premium .mej-service-detail__highlight > span {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(63, 105, 124, 0.2);
	border-radius: 50%;
	background: var(--mej-mint-light);
	color: var(--mej-gold-text);
  font-family: var(--mej-font-display);
  font-size: 0.6875rem;
}

body.mej-premium .mej-service-detail__highlight h3 {
  max-width: 16rem;
  margin: 4.25rem 0 0 !important;
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.2 !important;
}

body.mej-premium .mej-service-detail__highlight > i {
  position: absolute;
  right: 1.75rem;
  bottom: 1.75rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--mej-line);
  border-radius: 50%;
  color: var(--mej-blue-dark);
  font-style: normal;
}

body.mej-premium .mej-service-detail__source {
  padding-block: clamp(7rem, 10vw, 10.5rem);
  background: var(--mej-paper);
}

body.mej-premium .mej-service-detail__source-heading {
  max-width: 65rem;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

body.mej-premium .mej-service-detail__source-heading > p:last-child {
  margin-top: 1.75rem !important;
}

body.mej-premium .mej-service-detail__source-content {
  width: 100%;
}

body.mej-premium .mej-service-detail__source-content > .wpb_row:first-child {
  display: none !important;
}

body.mej-premium .mej-service-detail__source-content > .wpb_row {
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.mej-premium .mej-service-detail__source-content > .wpb_row > .row-bg-wrap {
  display: none !important;
}

body.mej-premium .mej-service-detail__source-content > .wpb_row > .row_col_wrap_12 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mej-premium .mej-service-detail__source-content > .wpb_row > .row_col_wrap_12 > .wpb_column,
body.mej-premium .mej-service-detail__source-content > .wpb_row > .row_col_wrap_12 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

body.mej-premium .mej-service-detail__source-content .nectar-scrolling-tabs {
  display: grid !important;
  grid-template-columns: minmax(14rem, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
  background: transparent !important;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav {
  width: auto !important;
  padding-right: 1rem;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav .line,
body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav .theiaStickySidebar::before,
body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav .n-sticky > .line {
	display: none !important;
	content: none !important;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav ul {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--mej-line);
  list-style: none !important;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--mej-line);
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav a {
  padding: 1.2rem 0.25rem !important;
  display: block;
  color: var(--mej-text-muted) !important;
  font-family: var(--mej-font-body) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  transition: color var(--mej-duration-fast) ease, padding var(--mej-duration-fast) var(--mej-ease);
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav li:is(.active-tab, .active) a,
body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav a:hover {
  padding-left: 0.75rem !important;
  color: var(--mej-blue-dark) !important;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-content {
  width: auto !important;
  min-width: 0;
  margin-top: 0 !important;
  padding-left: 0 !important;
}

body.mej-premium .mej-service-detail__source-content .scrolling-tab-mobile-title {
  width: 100% !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
  scroll-margin-top: 8rem;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab {
  margin-bottom: clamp(5.5rem, 9vw, 9rem) !important;
  padding: clamp(2rem, 4vw, 4rem) !important;
  border: 1px solid var(--mej-line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 60px rgba(18, 52, 64, 0.07);
}

body.mej-premium .mej-service-detail__source-content .wpb_tab:last-child {
  margin-bottom: 0 !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab > .inner_row,
body.mej-premium .mej-service-detail__source-content .wpb_tab > .wpb_row {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab :is(h2, h3) {
  color: var(--mej-ink-deep) !important;
  font-family: var(--mej-font-display) !important;
  font-weight: 600 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.2 !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab h2 {
  margin-bottom: 2rem !important;
  font-size: clamp(2rem, 3.5vw, 3.25rem) !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab h3 {
  margin-top: 2.75rem !important;
  font-size: clamp(1.4rem, 2.2vw, 2rem) !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab p {
  margin-bottom: 1.25rem !important;
  color: var(--mej-text-muted) !important;
  font-family: var(--mej-font-body) !important;
  font-size: 0.9375rem !important;
  line-height: 1.85 !important;
}

body.mej-premium .mej-service-detail__source-content .wpb_tab .wpb_column {
  padding-right: clamp(0rem, 1.5vw, 1.5rem) !important;
  padding-left: clamp(0rem, 1.5vw, 1.5rem) !important;
}

body.mej-premium .mej-service-detail__source-content .tab-icon {
  color: var(--mej-blue-dark) !important;
}

body.mej-premium .mej-service-detail__source-content .tab-icon svg {
  fill: currentColor !important;
}

body.mej-premium .mej-service-detail__related {
  position: relative;
  padding-block: clamp(7rem, 10vw, 10rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(155, 200, 189, 0.16), transparent 28rem),
    var(--mej-ink-deep);
  color: var(--mej-white);
}

body.mej-premium .mej-service-detail__related-heading {
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

body.mej-premium .mej-service-detail__kicker--light {
  color: var(--mej-champagne-light);
}

body.mej-premium .mej-service-detail__related-heading h2,
body.mej-premium .mej-service-detail__related-heading h2 em {
  color: var(--mej-white) !important;
}

body.mej-premium .mej-service-detail__related-heading h2 em {
  color: #cbe4de !important;
}

body.mej-premium .mej-service-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.mej-premium .mej-service-detail__related-card {
  position: relative;
  min-height: 15rem;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: clamp(5.25rem, 7vw, 6rem);
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.055);
  color: var(--mej-white) !important;
  text-decoration: none !important;
  transition: background 320ms ease, border-color 320ms ease, transform 320ms var(--mej-ease);
}

body.mej-premium .mej-service-detail__related-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-0.35rem);
}

body.mej-premium .mej-service-detail__related-card > span {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--mej-champagne-light);
  font-family: var(--mej-font-display);
  font-size: 0.6875rem;
}

body.mej-premium .mej-service-detail__related-card h3 {
  max-width: 17rem;
  margin: 4rem 0 0 !important;
  color: var(--mej-white) !important;
  font-family: var(--mej-font-display) !important;
  font-size: clamp(1.35rem, 2vw, 1.875rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.25 !important;
}

body.mej-premium .mej-service-detail__related-card > i {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-style: normal;
}

body.mej-premium .mej-service-detail__cta {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.45), transparent 24rem),
    var(--mej-mint-light);
}

body.mej-premium .mej-service-detail__cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3rem;
}

body.mej-premium .mej-service-detail__cta h2 {
  max-width: 55rem;
  font-size: clamp(2.5rem, 4.4vw, 4.5rem) !important;
}

body.mej-premium .mej-service-detail__button--dark {
  background: var(--mej-ink-deep);
  white-space: nowrap;
}

@media (max-width: 62.5rem) {
  body.mej-premium .mej-service-detail__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.82fr);
    gap: 3rem;
  }

  body.mej-premium .mej-service-detail__hero-media {
    min-height: 34rem;
  }

  body.mej-premium .mej-service-detail__hero-photo {
    height: 31rem;
  }

  body.mej-premium .mej-service-detail__source-content .nectar-scrolling-tabs {
    grid-template-columns: minmax(12rem, 0.3fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 62.5rem) {
  body.mej-premium .mej-service-detail__hero {
    min-height: 0;
    padding-top: 6rem;
  }

  body.mej-premium .mej-service-detail__hero-grid,
  body.mej-premium .mej-service-detail__overview-heading,
  body.mej-premium .mej-service-detail__cta-inner {
    grid-template-columns: 1fr;
  }

  body.mej-premium .mej-service-detail__hero-copy {
    max-width: 46rem;
  }

  body.mej-premium .mej-service-detail__hero-media {
    width: min(100%, 37rem);
    min-height: 38rem;
    margin-inline: auto;
  }

  body.mej-premium .mej-service-detail__hero-photo {
    height: 35rem;
  }

  body.mej-premium .mej-service-detail__overview-heading {
    gap: 1.75rem;
  }

  body.mej-premium .mej-service-detail__source-content .nectar-scrolling-tabs {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-height: none;
    padding: 0 0 0.65rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav ul {
    width: max-content;
    display: flex;
    gap: 0.5rem;
    border: 0;
  }

  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav li {
    border: 0;
  }

  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav a,
  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav li:is(.active-tab, .active) a,
  body.mej-premium .mej-service-detail__source-content .scrolling-tab-nav a:hover {
    padding: 0.75rem 1rem !important;
    border: 1px solid var(--mej-line);
    border-radius: var(--mej-radius-pill);
    background: var(--mej-white);
    white-space: nowrap;
  }

  body.mej-premium .mej-service-detail__cta-inner {
    align-items: start;
  }
}

@media (max-width: 43.125rem) {
  body.mej-premium .mej-service-detail__hero {
    padding-block: 5rem 6.5rem;
  }

  body.mej-premium .mej-service-detail__hero h1,
  body.mej-premium.mej-page-restorative-endodontics .mej-service-detail__hero h1,
  body.mej-premium.mej-page-estetska-hirurgija-lica .mej-service-detail__hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.85rem) !important;
    line-height: 1.02 !important;
  }

  body.mej-premium .mej-service-detail__lead {
    margin-top: 1.5rem !important;
    font-size: 0.9375rem;
  }

  body.mej-premium .mej-service-detail__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.mej-premium .mej-service-detail__button,
  body.mej-premium .mej-service-detail__text-link {
    width: 100%;
  }

  body.mej-premium .mej-service-detail__text-link {
    text-align: center;
  }

  body.mej-premium .mej-service-detail__principles {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.mej-premium .mej-service-detail__hero-media {
    min-height: 29rem;
  }

  body.mej-premium .mej-service-detail__hero-photo {
    width: 90%;
    height: 27rem;
    border-width: 0.4rem;
    border-radius: 12rem 12rem 1.5rem 1.5rem;
  }

  body.mej-premium .mej-service-detail__hero-detail {
    width: 41%;
    border-width: 0.35rem;
  }

  body.mej-premium .mej-service-detail__hero-index {
    right: -0.2rem;
    bottom: 0.75rem;
    width: 8rem;
    height: 8rem;
  }

  body.mej-premium .mej-service-detail__overview,
  body.mej-premium .mej-service-detail__source,
  body.mej-premium .mej-service-detail__related {
    padding-block: 6.5rem;
  }

  body.mej-premium .mej-service-detail__overview-heading h2,
  body.mej-premium .mej-service-detail__source-heading h2,
  body.mej-premium .mej-service-detail__related-heading h2,
  body.mej-premium .mej-service-detail__cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem) !important;
  }

  body.mej-premium .mej-service-detail__highlights,
  body.mej-premium .mej-service-detail__related-grid {
    grid-template-columns: 1fr;
  }

  body.mej-premium .mej-service-detail__highlight {
    min-height: 13.5rem;
    border-radius: 1.5rem;
  }

  body.mej-premium .mej-service-detail__highlight h3 {
    margin-top: 3rem !important;
  }

  body.mej-premium .mej-service-detail__source-content .wpb_tab {
    margin-bottom: 3rem !important;
    padding: 1.5rem !important;
    border-radius: 1.5rem;
  }

  body.mej-premium .mej-service-detail__source-content .wpb_tab .wpb_column {
    width: 100% !important;
    padding: 0 !important;
  }

  body.mej-premium .mej-service-detail__source-content .wpb_tab p {
    font-size: 0.875rem !important;
  }

  body.mej-premium .mej-service-detail__related-card {
    min-height: 14rem;
  }

  body.mej-premium .mej-service-detail__cta {
    padding-block: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mej-premium .mej-service-detail__highlight,
  body.mej-premium .mej-service-detail__related-card,
  body.mej-premium .mej-service-detail__button {
    transition-duration: 0.01ms !important;
  }
}

@supports not (overflow: clip) {
  body.mej-premium .mej-service-detail {
    overflow: hidden;
  }
}
