.treatment-model-template .tm-intro {
	background-color: #f5f1ea;
	padding: 72px 24px 64px;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

/* Core Web Vitals: skip rendering for below-the-fold sections until needed. */
.treatment-model-template :is(
	.authors,
	.tm-intro,
	.tm-programmes,
	.tm-image-gallery,
	.at-features,
	.tm-weeks,
	.at-effects,
	.tm-further-reading,
	.tm-difference,
	.tm-testimonials,
	.tm-section,
	.at-bottom-cta,
	.faqs
) {
	content-visibility: auto;
	contain-intrinsic-size: 1px 900px;
}

.treatment-model-template .at-effects {
	background: #ffffff;
}

.treatment-model-template .at-hero__headline {
	font-size: var(--at-h2-size) !important;
}

@media (min-width: 768px) {
	.treatment-model-template .at-hero__headline {
		font-size: 42px !important;
	}
}

.treatment-model-template h2 {
	font-weight: 500 !important;
}

.treatment-model-template h3 {
	font-weight: 500 !important;
}

.treatment-model-template section:not(#difference) :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote) {
	color: #3D4236;
}

.treatment-model-template section:not(#difference) :is(
	.tm-intro__text,
	.tm-programmes__text,
	.tm-testimonials__quote,
	.at-effects__text,
	.tm-weeks__card-copy,
	.tm-weeks__callout-copy,
	.tm-section__content,
	.faqs__answer-content
) {
	color: #3D4236;
}

.treatment-model-template :is(
	.at-hero,
	.tm-image-gallery__callout,
	.tm-further-reading__box--olive,
	.tm-further-reading__box--dark
) :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, span, small, strong, em, a):not([class*="cta"]):not([class*="button"]) {
	color: #ffffff;
}

.treatment-model-template .at-hero .at-hero__headline,
.treatment-model-template .at-hero .at-hero__features .at-hero__feature,
.treatment-model-template .at-hero .at-hero__features .at-hero__feature span {
	color: #ffffff !important;
}

.treatment-model-template .at-hero .at-hero__features .at-hero__feature .at-hero__check {
	color: #ffd26c !important;
}

.treatment-model-template .at-hero .at-hero__cta.at-hero__cta--white {
	border-color: #ffffff !important;
}

.treatment-model-template .at-hero .at-hero__cta.at-hero__cta--white:hover,
.treatment-model-template .at-hero .at-hero__cta.at-hero__cta--white:focus {
	border-color: #ffffff !important;
}

.treatment-model-template .at-hero .at-breadcrumb__item {
	color: #ffffff;
}

.treatment-model-template .at-hero .at-breadcrumb__item:not(:last-child)::after {
	color: #ffffff;
}

.treatment-model-template #image-gallery .tm-image-gallery__callout :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, strong, em, a) {
	color: #ffffff;
}

.treatment-model-template .tm-further-reading__inner .tm-further-reading__title,
.treatment-model-template .tm-further-reading__inner .tm-further-reading__title a {
	color: #F2CA64 !important;
}

.treatment-model-template .at-effects__text,
.treatment-model-template .at-effects__text p,
.treatment-model-template .at-effects__text li,
.treatment-model-template .at-effects__text strong,
.treatment-model-template .at-effects__text em {
	color: #767A52;
}

.treatment-model-template .tm-intro,
.treatment-model-template .tm-programmes,
.treatment-model-template .tm-difference,
.treatment-model-template .tm-image-gallery,
.treatment-model-template .tm-weeks,
.treatment-model-template .tm-further-reading,
.treatment-model-template .at-features,
.treatment-model-template .at-effects,
.treatment-model-template .tm-section,
.treatment-model-template .faqs,
.treatment-model-template .at-doctify-carousel {
	padding-top: 38px;
	padding-bottom: 38px;
}

.treatment-model-template .at-doctify-carousel {
	background: transparent;
	padding-bottom: 14px;
}

.treatment-model-template .at-doctify-carousel__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .at-doctify-carousel .doctify-widget {
	display: block;
	width: 100%;
	min-height: 380px;
}

.treatment-model-template .tm-intro__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 36px;
	align-items: center;
}

.treatment-model-template .tm-intro__content {
	max-width: none;
	margin: 0;
	grid-column: 1;
	grid-row: 2;
}

.treatment-model-template .tm-intro__title {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 26px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.treatment-model-template .tm-intro__title .tm-difference__cta-icon--leading {
	margin: 0;
	margin-right: 0;
	align-self: flex-start;
	transform: translateY(0.08em);
}

.treatment-model-template .tm-intro__aside {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.treatment-model-template .tm-intro__image-wrap {
	text-align: right;
	margin: 0;
}

.treatment-model-template .tm-intro__image {
	display: inline-block;
	width: 100%;
	max-width: 420px;
	height: auto;
}

.treatment-model-template .tm-intro__text {
	color: #767A52;
	font-size: 16px;
	line-height: 1.55;
	max-width: none;
	margin: 0;
}

.treatment-model-template .tm-intro__text p {
	margin: 0 0 22px;
	color: #767A52;
}

.treatment-model-template .tm-intro__text a:not([class*="cta"]):not([class*="button"]) {
	color: #F2CA64;
}

.treatment-model-template .tm-intro__text a:not([class*="cta"]):not([class*="button"]):hover,
.treatment-model-template .tm-intro__text a:not([class*="cta"]):not([class*="button"]):focus {
	color: #EABD4B;
}

.treatment-model-template .tm-intro__text p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-weeks {
	background: #f3f0ea;
	padding: 72px 24px 64px;
}

.treatment-model-template .tm-weeks__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-weeks__title {
	margin: 0 0 18px;
	font-size: var(--at-h2-size);
	line-height: 1.2;
	color: #3d4235;
	font-weight: 600;
}

.treatment-model-template .tm-weeks__copy {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.65;
	color: #3d4235;
	max-width: 900px;
}

.treatment-model-template .tm-weeks__copy p {
	margin: 0 0 14px;
}

.treatment-model-template .tm-weeks__copy p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-weeks__carousel {
	position: relative;
	overflow: hidden;
	touch-action: pan-y;
	cursor: grab;
	user-select: none;
}

.treatment-model-template .tm-weeks__track {
	display: flex;
	gap: 0;
	width: 100%;
	transition: transform 0.45s ease;
	will-change: transform;
}

.treatment-model-template .tm-weeks__card {
	flex: 0 0 100%;
	width: 100%;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 10px 22px rgba(20, 22, 17, 0.12);
	overflow: hidden;
	height: auto;
	display: block;
}

.treatment-model-template .tm-weeks__card-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.treatment-model-template .tm-weeks__card-body--with-media {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.treatment-model-template .tm-weeks__card-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 16px;
	margin-bottom: 18px;
}

.treatment-model-template .tm-weeks__card-media {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-height: 72px;
}

.treatment-model-template .tm-weeks__card-side-image-wrap {
	margin: 0;
}

.treatment-model-template .tm-weeks__card-side-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}

@media (min-width: 768px) {
	.treatment-model-template .tm-weeks__card-media {
		align-items: center;
		align-self: center;
	}

	.treatment-model-template .tm-weeks__card-body--with-media {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
		align-items: center;
	}

	.treatment-model-template .tm-weeks__card-side-image {
		width: 100%;
		max-width: 100%;
	}
}

.treatment-model-template .tm-weeks__card--dark {
	background: #50544a;
	color: #ffffff;
}

.treatment-model-template .tm-weeks__card--dark .tm-weeks__card-title,
.treatment-model-template .tm-weeks__card--dark .tm-weeks__card-copy,
.treatment-model-template .tm-weeks__card--dark .tm-weeks__card-copy p,
.treatment-model-template .tm-weeks__card--dark .tm-weeks__card-copy li {
	color: #ffffff;
}

.treatment-model-template .tm-weeks__card--light {
	background: #ffffff;
	color: #767A4C;
}

.treatment-model-template .tm-weeks__card--white {
	background: #767A4C;
	color: #3d4235;
}

.treatment-model-template .tm-weeks__card--white .tm-weeks__card-title,
.treatment-model-template .tm-weeks__card--white .tm-weeks__card-copy,
.treatment-model-template .tm-weeks__card--white .tm-weeks__card-copy p,
.treatment-model-template .tm-weeks__card--white .tm-weeks__card-copy li {
	color: #ffffff;
}

.treatment-model-template .tm-weeks__carousel :is(.tm-weeks__card--dark, .tm-weeks__card--white) :is(
	.tm-weeks__card-title,
	.tm-weeks__card-copy,
	.tm-weeks__card-copy p,
	.tm-weeks__card-copy li,
	.tm-weeks__card-copy span,
	.tm-weeks__card-copy strong,
	.tm-weeks__card-copy em,
	.tm-weeks__card-copy a
) {
	color: #ffffff !important;
}

.treatment-model-template .tm-weeks__card--grey {
	background: #ecebea;
	color: #3d4235;
}

.treatment-model-template .tm-weeks__card-image-wrap {
	margin: 0;
	display: flex;
	justify-content: flex-end;
	justify-self: end;
	align-self: start;
}

.treatment-model-template .tm-weeks__card-image {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
}

.treatment-model-template .tm-weeks__card--grey .tm-weeks__card-image {
	width: 220px;
	height: auto;
	object-fit: contain;
	border-radius: 0;
}

.treatment-model-template .tm-weeks__card-title {
	margin: 0;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #767A4C;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.treatment-model-template .tm-weeks__card-copy {
	font-size: 16px;
	line-height: 1.65;
	color: #767A4C;
	max-height: none;
	overflow: visible;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.treatment-model-template .tm-weeks__card-copy * {
	max-height: none !important;
	overflow: visible !important;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.treatment-model-template .tm-weeks__card-copy p {
	margin: 0 0 14px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.treatment-model-template .tm-weeks__card-copy p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-weeks__indicators {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
}

.treatment-model-template .tm-weeks__indicator {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: rgba(61, 66, 53, 0.35);
	transition: all 0.25s ease;
}

.treatment-model-template .tm-weeks__indicator--active {
	width: 24px;
	background: #f2ca64;
}

.treatment-model-template .tm-weeks__callouts {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.treatment-model-template .tm-weeks__callout-box {
	background: #ffffff;
	border-radius: 8px;
	padding: 32px 34px;
	box-shadow: 0 8px 20px rgba(20, 22, 17, 0.08);
}

.treatment-model-template .tm-weeks__callout-title {
	margin: 0 0 18px;
	color: #767A4C;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.treatment-model-template .tm-weeks__callout-copy {
	color: #767A4C;
	font-size: 17px;
	line-height: 1.65;
}

.treatment-model-template .tm-weeks__callout-copy,
.treatment-model-template .tm-weeks__callout-copy p,
.treatment-model-template .tm-weeks__callout-copy li,
.treatment-model-template .tm-weeks__callout-copy strong,
.treatment-model-template .tm-weeks__callout-copy em,
.treatment-model-template .tm-weeks__callout-copy a {
	color: #767A4C;
}

.treatment-model-template .tm-weeks__callout-copy p {
	margin: 0 0 14px;
}

.treatment-model-template .tm-weeks__callout-copy p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-weeks__callout-copy ul,
.treatment-model-template .tm-weeks__callout-copy ol {
	margin: 0 0 14px;
	padding-left: 0;
	list-style-position: inside;
}

.treatment-model-template .tm-weeks__callout-copy li {
	margin-left: 0;
}

.treatment-model-template .tm-programmes {
	background: #f2f2f2;
	padding: 72px 24px 68px;
	border-top: 0 !important;
	box-shadow: none !important;
}

.treatment-model-template .tm-intro + .tm-programmes {
	margin-top: 0;
}

.treatment-model-template .tm-difference {
	background: #f5f1ea;
	padding: 88px 24px 84px;
}

.treatment-model-template .tm-difference__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-difference__title {
	margin: 0 0 40px;
	font-size: var(--at-h2-size);
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #3d4235;
	font-weight: 600;
	text-align: center;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.treatment-model-template .tm-difference__title-highlight {
	color: #e8bf57;
}

.treatment-model-template .tm-difference__eyebrow {
	margin: 0 auto 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 8px;
	border: 0;
	background: transparent;
	color: #666955;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.treatment-model-template .tm-difference__inner {
	text-align: center;
}

.treatment-model-template .tm-difference__boxes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0 auto;
	max-width: 960px;
}

.treatment-model-template .tm-difference__box {
	background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
	border: 0;
	border-radius: 8px;
	padding: 20px 22px;
	text-align: left;
	color: #3D4236;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 6px 16px rgba(61, 66, 53, 0.06);
}

.treatment-model-template .tm-difference__box strong {
	font-weight: 700;
}

.treatment-model-template .tm-difference__box-icon {
	color: #e8bf57;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	flex: 0 0 auto;
}

.treatment-model-template .tm-difference__cta-wrap {
	margin: 34px 0 0;
}

.treatment-model-template .at-features__cta-wrap,
.treatment-model-template .at-doctify-carousel__cta-wrap {
	margin: 34px 0 0;
}

.treatment-model-template .at-features__bottom {
	margin-top: 34px;
}

.treatment-model-template .at-features__video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	background: #2a2d26;
	margin-bottom: 24px;
}

.treatment-model-template .at-features__bottom-text {
	font-size: 16px;
	line-height: 1.7;
	color: #3D4236;
	text-align: left;
}

.treatment-model-template .at-features__bottom-text p {
	margin: 0 0 16px;
}

.treatment-model-template .at-features__bottom-text p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .at-features__bottom-ctas {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.treatment-model-template .at-features__bottom-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid transparent;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.treatment-model-template .at-features__bottom-cta--primary {
	background: #F2CA64;
	color: #3d4235;
	border-color: #F2CA64;
}

.treatment-model-template .at-features__bottom-cta--primary:hover,
.treatment-model-template .at-features__bottom-cta--primary:focus {
	background: #eabd4b;
	color: #3d4235;
	border-color: #eabd4b;
}

.treatment-model-template .at-features__bottom-cta--secondary {
	background: #ffffff;
	color: #3D4236;
	border-color: #3D4236;
}

.treatment-model-template .at-features__bottom-cta--secondary:hover,
.treatment-model-template .at-features__bottom-cta--secondary:focus {
	background: #f7f7f5;
	color: #3D4236;
	border-color: #3D4236;
}

.treatment-model-template .at-features__bottom-cta--phone {
	background: #3D4236;
	color: #ffffff;
	border-color: #3D4236;
}

.treatment-model-template .at-features__bottom-cta--phone:hover,
.treatment-model-template .at-features__bottom-cta--phone:focus {
	background: #2f332d;
	color: #ffffff;
	border-color: #2f332d;
}

.treatment-model-template .tm-difference__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	border-radius: 8px;
	background: #f2ca64;
	color: #3d4235;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: 0 12px 24px rgba(191, 154, 64, 0.24);
}

.treatment-model-template .tm-difference__cta-text {
	display: inline-block;
}

.treatment-model-template .tm-difference__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	transition: transform 0.22s ease;
}

.treatment-model-template .tm-difference__cta-icon svg {
	display: block;
}

.treatment-model-template .tm-difference__cta-icon--leading {
	margin-left: 0;
	margin-right: 10px;
}

.treatment-model-template .tm-difference__cta:hover .tm-difference__cta-icon {
	transform: translateY(-2px) rotate(-10deg);
}

.treatment-model-template .tm-difference__cta:hover,
.treatment-model-template .tm-difference__cta:focus {
	background: #eabd4b;
	color: #3d4235;
}

.treatment-model-template .tm-difference__lower {
	margin-top: 56px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	text-align: left;
}

.treatment-model-template .tm-difference__lower-text {
	color: #3D4236;
	font-size: 16px;
	line-height: 1.7;
}

.treatment-model-template .tm-difference__lower-text p {
	margin: 0 0 16px;
}

.treatment-model-template .tm-difference__lower-text p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-difference__lower-media {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e7dcc5;
	box-shadow: 0 10px 24px rgba(61, 66, 53, 0.08);
}

.treatment-model-template .tm-difference__lower-image {
	display: block;
	width: 100%;
	height: auto;
}

.treatment-model-template .tm-difference__benefits {
	margin-top: 42px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.treatment-model-template .tm-difference__benefit {
	text-align: center;
}

.treatment-model-template .tm-difference__benefit-icon-wrap {
	width: 62px;
	height: 64px;
	border-radius: 8px;
	background: rgb(248 233 203);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	box-shadow: 0 6px 14px rgba(143, 117, 52, 0.14);
}

.treatment-model-template .tm-difference__benefit-icon {
	width: 55px;
	height: 56px;
	color: #767A4C;
	filter: brightness(0) saturate(100%) invert(45%) sepia(13%) saturate(700%) hue-rotate(26deg) brightness(93%) contrast(88%);
}

.treatment-model-template .tm-difference__benefit-icon--holistic {
	width: 55px;
	height: 56px;
	transform: translateX(-2px);
}

.treatment-model-template .tm-difference__benefit-title {
	margin: 0 0 6px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	color: #767A4C;
}

.treatment-model-template .tm-difference__benefit-subtitle {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #3D4236;
}

.treatment-model-template .tm-difference__callout {
	margin-top: 26px;
	background: #fffdfa;
	border: 0;
	border-radius: 8px;
	padding: 30px 32px;
	text-align: left;
	color: #3D4236;
	font-size: 16px;
	line-height: 1.65;
	box-shadow: 0 8px 18px rgba(61, 66, 53, 0.06);
}

.treatment-model-template .tm-difference__callout p {
	margin: 0 0 16px;
}

.treatment-model-template .tm-difference__callout p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-testimonials {
	background: #f8f6f1;
	padding: 80px 24px 76px;
}

.treatment-model-template .tm-testimonials__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-testimonials__title {
	width: 100%;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: var(--at-h2-size);
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #3d4235;
	font-weight: 600;
	text-align: center;
}

.treatment-model-template .tm-testimonials__reel {
	overflow: hidden;
	touch-action: pan-y;
	cursor: grab;
}

.treatment-model-template .tm-testimonials__reel.is-dragging {
	cursor: grabbing;
}

.treatment-model-template .tm-testimonials__track {
	display: flex;
	gap: 0;
	width: 100%;
	transition: transform 0.45s ease;
}

.treatment-model-template .tm-testimonials__card {
	flex: 0 0 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	background: #ffffff;
	border: 0;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 10px 22px rgba(61, 66, 53, 0.08);
}

.treatment-model-template .tm-testimonials__media {
	width: 100%;
	max-width: 360px;
	border-radius: 10px;
	overflow: hidden;
}

.treatment-model-template .tm-testimonials__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	min-height: 0;
	object-fit: cover;
}

.treatment-model-template .tm-testimonials__image--placeholder {
	background: linear-gradient(135deg, #f3ebd8 0%, #e8dfcb 100%);
}

.treatment-model-template .tm-testimonials__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #3d4235;
}

.treatment-model-template .tm-testimonials__name {
	margin: 0 0 14px;
	font-size: 32px;
	line-height: 1.2;
	color: #3d4235;
	font-weight: 600;
}

.treatment-model-template .tm-testimonials__quote {
	margin: 0;
	font-size: 17px;
	line-height: 1.7;
	color: #767A52;
	font-weight: 400;
	overflow: visible;
	max-height: none;
}

.treatment-model-template .tm-testimonials__video-link-wrap {
	margin: 20px 0 0;
}

.treatment-model-template .tm-testimonials__video-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	width: fit-content;
	min-height: 62px;
	padding: 12px 30px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #e8dfcb;
	color: #3d4235;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.treatment-model-template .tm-testimonials__video-link:hover,
.treatment-model-template .tm-testimonials__video-link:focus {
	background: #f8f6f1;
	color: #3d4235;
}

.treatment-model-template .tm-testimonials__video-link::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #2f6f6a;
}

.treatment-model-template .tm-testimonials__cta-wrap {
	margin-top: 32px;
	text-align: center;
}

.treatment-model-template .tm-testimonials__indicators {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.treatment-model-template .tm-testimonials__indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #cfc7b6;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.treatment-model-template .tm-testimonials__indicator:hover,
.treatment-model-template .tm-testimonials__indicator:focus {
	background: #9a9f86;
	transform: scale(1.08);
}

.treatment-model-template .tm-testimonials__indicator--active {
	background: #767A4C;
	transform: scale(1.18);
}

.treatment-model-template .tm-difference__lower-text a,
.treatment-model-template .tm-difference__callout a {
	color: #F2CA64;
	text-decoration: underline;
}

.treatment-model-template .tm-difference__lower-text a:hover,
.treatment-model-template .tm-difference__lower-text a:focus,
.treatment-model-template .tm-difference__callout a:hover,
.treatment-model-template .tm-difference__callout a:focus {
	color: #EABD4B;
}

.treatment-model-template .tm-programmes__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-programmes__title {
	max-width: 930px;
	width: 100%;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: var(--at-h2-size);
	line-height: 1.25;
	letter-spacing: 0;
	color: #767A4C;
	font-weight: 600;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.treatment-model-template .at-features__title,
.treatment-model-template .at-effects__title,
.treatment-model-template .tm-difference__title,
.treatment-model-template .tm-testimonials__title {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.treatment-model-template .tm-programmes__title .tm-difference__cta-icon--leading {
	margin: 0;
	align-self: flex-start;
	transform: translateY(0.08em);
}

.treatment-model-template .at-features__title .tm-difference__cta-icon--leading,
.treatment-model-template .at-effects__title .tm-difference__cta-icon--leading,
.treatment-model-template .tm-difference__title .tm-difference__cta-icon--leading,
.treatment-model-template .tm-testimonials__title .tm-difference__cta-icon--leading {
	margin: 0;
	align-self: flex-start;
	transform: translateY(0.08em);
}

.treatment-model-template :is(
	.tm-intro__title,
	.tm-programmes__title,
	.at-features__title,
	.at-effects__title,
	.tm-difference__title,
	.tm-testimonials__title
) {
	align-items: flex-start;
	gap: 2px;
}

.treatment-model-template :is(
	.tm-intro__title,
	.tm-programmes__title,
	.at-features__title,
	.at-effects__title,
	.tm-difference__title,
	.tm-testimonials__title
) .tm-difference__cta-icon--leading {
	margin: 0 !important;
	margin-right: 0 !important;
	align-self: flex-start;
	transform: translateY(0.08em);
}

.treatment-model-template .tm-section__heading {
	font-size: var(--at-h2-size);
	color: #767A4C;
	margin: 0 0 40px;
	font-weight: 600;
	line-height: 1.25;
}

.treatment-model-template .tm-programmes__text {
	max-width: none;
	color: #3d4235;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 38px;
}

.treatment-model-template .tm-programmes__text p {
	margin: 0 0 18px;
}

.treatment-model-template .tm-programmes__text p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-programmes__images-scroll {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 34px;
	display: block;
}

.treatment-model-template .tm-programmes__images-track {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	min-width: 0;
	margin: 0;
	background: transparent;
	border: 0;
	padding: 0;
	border-radius: 8px;
}

.treatment-model-template .tm-programmes__image-item {
	flex: none;
	height: clamp(240px, 28vw, 340px);
	border-radius: 8px;
	overflow: hidden;
	min-width: 0;
}

.treatment-model-template .tm-programmes__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
	background: transparent;
}

.treatment-model-template .tm-programmes__callout {
	width: 100%;
	max-width: none;
	margin: 0 auto 34px;
}

.treatment-model-template .tm-programmes__pricing {
	margin-top: 8px;
}

.treatment-model-template .tm-programmes__cta-wrap {
	margin-top: 24px;
	text-align: center;
}

.treatment-model-template .tm-programmes__pricing-table-wrap {
	overflow-x: auto;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.treatment-model-template .tm-programmes__pricing-table {
	width: 100%;
	border-collapse: collapse;
}

.treatment-model-template .tm-programmes__th-feature,
.treatment-model-template .tm-programmes__feature {
	text-align: left;
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	color: #767A4C;
}

.treatment-model-template .tm-programmes__th-col {
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-weight: 600;
	color: #767A4C;
}

.treatment-model-template .tm-programmes__cell {
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #767A4C;
}

.treatment-model-template .tm-programmes__tick {
	color: #ffd26c;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
}

.treatment-model-template .tm-programmes__cross {
	color: #45483b;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
}

.treatment-model-template .tm-programmes__pricing-table tbody tr:last-child td {
	border-bottom: none;
}

.treatment-model-template .tm-programmes__pricing-cards {
	display: none;
}

.treatment-model-template .tm-image-gallery {
	background: #f8f8f6;
	padding: 72px 24px 64px;
}

.treatment-model-template .tm-image-gallery__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-image-gallery__callout {
	margin: 0 0 22px;
	background: #45483b;
	border-radius: 8px;
	padding: 30px 28px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.treatment-model-template .tm-image-gallery__callout-heading {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: var(--at-h2-size);
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
}

.treatment-model-template .tm-image-gallery__callout-text {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.treatment-model-template .tm-image-gallery__callout-text p {
	margin: 0 0 12px;
}

.treatment-model-template .tm-image-gallery__callout-text p:last-child {
	margin-bottom: 0;
}

.treatment-model-template .tm-image-gallery__grid {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(0, 2.2fr);
	gap: 14px;
	align-items: stretch;
}

.treatment-model-template .tm-image-gallery__cta-wrap {
	margin-top: 26px;
	text-align: center;
}

.treatment-model-template .tm-image-gallery .at-doctify-carousel + .tm-image-gallery__cta-wrap {
	margin-top: 10px;
}

.treatment-model-template .tm-image-gallery__left {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 14px;
}

.treatment-model-template .tm-image-gallery__item,
.treatment-model-template .tm-image-gallery__right {
	overflow: hidden;
	border-radius: 4px;
}

.treatment-model-template .tm-image-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.treatment-model-template .tm-image-gallery__mobile-scroll {
	display: none;
}

.treatment-model-template .tm-further-reading {
	background: #f8f8f6;
	padding: 64px 24px 68px;
}

.treatment-model-template .tm-further-reading__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-further-reading__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.treatment-model-template .tm-further-reading__box {
	border-radius: 12px;
	padding: 30px 40px 34px;
	min-height: 280px;
}

.treatment-model-template .tm-further-reading__box--olive {
	background: #767A4C;
	color: #ffffff;
}

.treatment-model-template .tm-further-reading__box--dark {
	background: #45483b;
	color: #ffffff;
}

.treatment-model-template .tm-further-reading__title {
	margin: 0 0 24px;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 600;
	color: #F2CA64;
	text-decoration: none;
}

.treatment-model-template .tm-further-reading__title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.treatment-model-template .tm-further-reading__title a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s ease;
}

.treatment-model-template .tm-further-reading__title a:hover::after,
.treatment-model-template .tm-further-reading__title a:focus::after {
	transform: scaleX(1);
}

.treatment-model-template :is(
	.tm-intro__text,
	.tm-programmes__text,
	.tm-difference__lower-text,
	.tm-difference__callout,
	.tm-image-gallery__callout-text,
	.tm-weeks__card-copy,
	.tm-weeks__callout-copy,
	.tm-further-reading__copy,
	.tm-section__content,
	.at-effects__text,
	.faqs__answer-content
) a:not([class*="cta"]):not([class*="button"]) {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	transition: background-size 0.28s ease;
}

.treatment-model-template :is(
	.tm-intro__text,
	.tm-programmes__text,
	.tm-difference__lower-text,
	.tm-difference__callout,
	.tm-image-gallery__callout-text,
	.tm-weeks__card-copy,
	.tm-weeks__callout-copy,
	.tm-further-reading__copy,
	.tm-section__content,
	.at-effects__text,
	.faqs__answer-content
) a:not([class*="cta"]):not([class*="button"]):hover,
.treatment-model-template :is(
	.tm-intro__text,
	.tm-programmes__text,
	.tm-difference__lower-text,
	.tm-difference__callout,
	.tm-image-gallery__callout-text,
	.tm-weeks__card-copy,
	.tm-weeks__callout-copy,
	.tm-further-reading__copy,
	.tm-section__content,
	.at-effects__text,
	.faqs__answer-content
) a:not([class*="cta"]):not([class*="button"]):focus {
	background-size: 100% 2px;
}

.treatment-model-template .tm-further-reading__copy {
	font-size: 16px;
	line-height: 1.52;
	color: #ffffff;
}

/* Keep all Delamere template sections aligned to hero container width */
.treatment-model-template .tm-intro__inner,
.treatment-model-template .tm-difference__inner,
.treatment-model-template .tm-programmes__inner,
.treatment-model-template .tm-image-gallery__inner,
.treatment-model-template .tm-section__inner,
.treatment-model-template #tm-faqs .faqs__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.treatment-model-template .tm-section {
	padding: 72px 24px 64px;
}

.treatment-model-template .tm-section__content {
	max-width: 930px;
}

.treatment-model-template .at-features__cta {
	background: var(--at-yellow);
	color: #3d4235;
	border: none;
}

.treatment-model-template .at-features__cta:hover,
.treatment-model-template .at-features__cta:focus {
	background: #ffc84a;
	color: #3d4235;
}

.treatment-model-template #five-phase-model .at-features__inner {
	text-align: center;
}

.treatment-model-template #five-phase-model .tm-five-phase__eyebrow {
	display: inline-flex;
}

.treatment-model-template #programmes .tm-five-phase__eyebrow {
	display: flex;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.treatment-model-template #five-phase-model .at-features__title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Desktop-only: tighten hero so authors appear without scrolling */
@media (min-width: 768px) {
	.treatment-model-template .at-hero {
		padding: 40px 24px 18px;
	}

	.treatment-model-template .at-hero__grid {
		gap: 28px;
		margin-bottom: 16px;
		align-items: stretch;
	}

	.treatment-model-template .at-hero__content {
		min-height: 0;
		height: 100%;
	}

	.treatment-model-template .at-hero__media {
		height: 100%;
	}

	.treatment-model-template .at-hero__headline {
		margin-bottom: 18px;
		line-height: 1.2;
	}

	.treatment-model-template .at-hero__subtitle {
		margin-bottom: 22px;
	}

	.treatment-model-template .at-hero__features {
		margin-bottom: 22px;
	}

	.treatment-model-template .at-hero__feature {
		margin-bottom: 8px;
	}

	.treatment-model-template .at-hero__cta-wrap {
		gap: 12px;
	}

	.treatment-model-template .at-hero__cta {
		height: 54px;
	}

	.treatment-model-template .at-hero__img-wrap {
		max-height: 360px;
	}

	.treatment-model-template .at-hero__rating {
		margin-top: 10px;
	}

	.treatment-model-template .at-hero__bottom {
		padding-top: 14px;
	}

	.treatment-model-template .at-hero__nav-link {
		min-height: 44px;
		padding: 12px 16px;
		font-size: 16px;
	}

	.treatment-model-template .authors {
		padding-top: 16px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.treatment-model-template .at-hero__cta {
		height: auto;
		min-height: 52px;
		padding: 14px 20px;
		line-height: 1.2;
		align-items: center;
		justify-content: center;
	}

	.treatment-model-template .tm-intro {
		padding: 48px 16px 44px;
	}

	.treatment-model-template .tm-intro__inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.treatment-model-template .tm-intro__content,
	.treatment-model-template .tm-intro__aside,
	.treatment-model-template .tm-intro__image-wrap {
		grid-column: auto;
		grid-row: auto;
	}

	.treatment-model-template .tm-intro__aside {
		display: block;
		margin-top: 20px;
	}

	.treatment-model-template .tm-intro__image-wrap {
		text-align: center;
		margin-bottom: 0;
	}

	.treatment-model-template .tm-intro__text {
		font-size: 16px;
		line-height: 1.55;
	}

	.treatment-model-template .tm-intro__text p {
		margin-bottom: 16px;
	}

	.treatment-model-template .tm-intro__title {
		gap: 4px;
		justify-content: center;
		text-align: center;
	}

	.treatment-model-template .tm-intro__title .tm-difference__cta-icon--leading {
		margin-right: 0;
		transform: translateY(0);
	}

	.treatment-model-template :is(
		.tm-intro__title,
		.tm-programmes__title,
		.at-features__title,
		.at-effects__title,
		.tm-difference__title,
		.tm-testimonials__title
	) {
		align-items: flex-start;
		justify-content: center;
		text-align: center;
		gap: 1px;
	}

	.treatment-model-template :is(
		.tm-intro__title,
		.tm-programmes__title,
		.at-features__title,
		.at-effects__title,
		.tm-difference__title,
		.tm-testimonials__title
	) .tm-difference__cta-icon--leading {
		margin-right: 0;
		align-self: flex-start;
		transform: translateY(0.08em);
	}

	.treatment-model-template .tm-programmes {
		padding: 52px 16px 48px;
		margin-top: -1px;
		border-top: 0 !important;
		box-shadow: none !important;
	}

	.treatment-model-template .tm-intro hr {
		display: none !important;
	}

	.treatment-model-template .tm-weeks {
		padding: 56px 16px 50px;
	}

	.treatment-model-template .tm-weeks__title {
		margin-bottom: 14px;
	}

	.treatment-model-template .tm-weeks__copy {
		margin-bottom: 22px;
	}

	.treatment-model-template .tm-weeks__card {
		flex-basis: 100%;
		padding: 20px;
	}

	.treatment-model-template .tm-weeks__card-body {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.treatment-model-template .tm-weeks__card-header {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 10px;
		margin-bottom: 14px;
	}

	.treatment-model-template .tm-weeks__card-media {
		justify-content: flex-start;
	}

	.treatment-model-template .tm-weeks__card-image-wrap {
		justify-content: flex-end;
		justify-self: end;
		align-self: start;
	}

	.treatment-model-template .tm-weeks__card-title {
		font-size: 34px;
	}

	.treatment-model-template .tm-weeks__card-copy {
		font-size: clamp(14px, 2.9vw, 16px);
		line-height: 1.55;
	}

	.treatment-model-template .tm-weeks__card-copy p {
		margin-bottom: 12px;
	}

	.treatment-model-template .tm-weeks__callouts {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 20px;
	}

	.treatment-model-template .tm-weeks__callout-box {
		padding: 20px;
	}

	.treatment-model-template .tm-weeks__callout-title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.treatment-model-template .tm-further-reading__title {
		font-size: 22px;
	}

	.treatment-model-template .tm-weeks__callout-copy {
		font-size: 16px;
		line-height: 1.55;
	}

	.treatment-model-template .tm-difference {
		padding: 56px 16px 52px;
	}

	.treatment-model-template .tm-difference__title {
		margin-bottom: 28px;
	}

	.treatment-model-template .tm-difference__boxes {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.treatment-model-template .tm-difference__box {
		padding: 18px 18px;
		font-size: 16px;
	}

	.treatment-model-template .tm-difference__box-icon {
		font-size: 22px;
	}

	.treatment-model-template .tm-difference__cta {
		width: 100%;
		max-width: 360px;
		padding: 16px 24px;
		font-size: 18px;
	}

	.treatment-model-template .tm-difference__lower {
		margin-top: 34px;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.treatment-model-template .tm-difference__lower-media {
		border-radius: 8px;
	}

	.treatment-model-template .tm-difference__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.treatment-model-template .tm-difference__benefit-title {
		font-size: 16px;
	}

	.treatment-model-template .tm-difference__callout {
		margin-top: 18px;
		padding: 20px 16px;
	}

	.treatment-model-template .tm-testimonials {
		padding: 56px 16px 52px;
	}

	.treatment-model-template .tm-testimonials__title {
		margin-bottom: 28px;
	}

	.treatment-model-template .tm-testimonials__track {
		gap: 0;
	}

	.treatment-model-template .tm-testimonials__card {
		flex-basis: 100%;
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}

	.treatment-model-template .tm-testimonials__image {
		min-height: 240px;
	}

	.treatment-model-template .tm-testimonials__name {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.treatment-model-template .tm-testimonials__quote {
		font-size: 16px;
		line-height: 1.65;
	}

	.treatment-model-template .tm-programmes__title {
		margin-bottom: 32px;
	}

	.treatment-model-template .tm-programmes__text {
		margin-bottom: 26px;
	}

	.treatment-model-template .tm-programmes__images-track {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: 1fr;
		gap: 16px;
		min-width: 0;
		margin: 0;
	}

	.treatment-model-template .tm-programmes__images-scroll {
		overflow-x: visible;
		display: block;
	}

	.treatment-model-template .tm-programmes__image-item {
		flex: none;
		width: 100%;
		height: clamp(220px, 62vw, 300px);
	}

	.treatment-model-template .tm-programmes__pricing-table-wrap {
		display: none;
	}

	.treatment-model-template .tm-programmes__pricing-cards {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.treatment-model-template .tm-programmes__pricing-card {
		background: #fff;
		border-radius: 12px;
		padding: 20px;
		box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	}

	.treatment-model-template .tm-programmes__pricing-card-title {
		font-size: 16px;
		font-weight: 600;
		color: #767A4C;
		margin: 0 0 16px;
		padding-bottom: 12px;
		border-bottom: 1px solid #eee;
	}

	.treatment-model-template .tm-programmes__pricing-card-list {
		margin: 0;
		padding: 0;
	}

	.treatment-model-template .tm-programmes__pricing-card-row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
		gap: 12px;
	}

	.treatment-model-template .tm-programmes__pricing-card-row:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.treatment-model-template .tm-programmes__pricing-card-row dt {
		font-size: 14px;
		font-weight: 500;
		color: #767A4C;
		margin: 0;
		flex: 0 0 auto;
		white-space: nowrap;
		padding-right: 12px;
	}

	.treatment-model-template .tm-programmes__pricing-card-row dd {
		font-size: 14px;
		color: #767A4C;
		margin: 0;
		text-align: right;
		flex: 1 1 auto;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.treatment-model-template .tm-programmes__pricing-card-row .tm-programmes__tick,
	.treatment-model-template .tm-programmes__pricing-card-row .tm-programmes__cross {
		font-size: 18px;
	}

	.treatment-model-template .at-features__bottom-ctas {
		flex-direction: column;
		align-items: center;
	}

	.treatment-model-template .at-features__bottom-cta {
		width: 100%;
		max-width: 320px;
		box-sizing: border-box;
	}

	.treatment-model-template .authors .wrapper .row {
		flex-direction: row;
		align-items: center;
		gap: 14px;
	}

	.treatment-model-template .authors .wrap-authors > .row {
		align-items: stretch;
	}

	.treatment-model-template .authors .wrapper {
		width: 100%;
	}

	.treatment-model-template .authors .column.column-image {
		width: 92px;
		max-width: 92px;
		min-width: 92px;
	}

	.treatment-model-template .authors .column.column-image > a,
	.treatment-model-template .authors .column.column-image > picture {
		width: 92px;
		height: 92px;
		margin: 0;
	}

	.treatment-model-template .authors .column.column-author {
		text-align: left;
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.treatment-model-template .authors .data-title,
	.treatment-model-template .authors .data-name,
	.treatment-model-template .authors .data-name a,
	.treatment-model-template .authors .data-date,
	.treatment-model-template .authors .data-date small {
		color: #45483b;
		text-align: left;
		margin-left: 0 !important;
		padding-left: 0 !important;
		text-indent: 0;
		display: block;
		width: 100%;
	}

	.treatment-model-template .authors .data-name a {
		display: inline;
	}
	.treatment-model-template .authors .data-name,
	.treatment-model-template .authors .data-name a {
		color: #000000;
	}

	.treatment-model-template .tm-image-gallery {
		padding: 52px 16px 48px;
	}

	.treatment-model-template .tm-image-gallery__callout {
		padding: 20px 16px;
		margin-bottom: 14px;
	}

	.treatment-model-template .tm-image-gallery__callout-heading {
		font-size: var(--at-h2-size);
		margin-bottom: 8px;
		text-align: left;
	}

	.treatment-model-template .tm-image-gallery__callout-text {
		font-size: 16px;
		line-height: 1.45;
		text-align: left;
	}

	.treatment-model-template .tm-image-gallery__grid {
		display: none;
	}

	.treatment-model-template .tm-image-gallery__mobile-scroll {
		display: block;
	}

	.treatment-model-template .tm-image-gallery__mobile-hint {
		margin: 0 0 10px;
		font-size: 14px;
		font-weight: 600;
		color: #767A4C;
	}

	.treatment-model-template .tm-image-gallery__mobile-track {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 6px;
		cursor: grab;
	}

	.treatment-model-template .tm-image-gallery__mobile-card {
		flex: 0 0 86vw;
		max-width: 86vw;
		border-radius: 8px;
		overflow: hidden;
		scroll-snap-align: start;
	}

	.treatment-model-template .tm-image-gallery__mobile-img {
		display: block;
		width: 100%;
		height: 58vw;
		max-height: 360px;
		object-fit: cover;
	}

	.treatment-model-template .tm-further-reading {
		padding: 48px 16px 52px;
	}

	.treatment-model-template .tm-further-reading__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.treatment-model-template .tm-further-reading__box {
		padding: 22px 20px 24px;
		min-height: 0;
	}

	.treatment-model-template .tm-further-reading__title {
		font-size: 36px;
		margin-bottom: 14px;
	}

	.treatment-model-template .tm-section {
		padding: 52px 16px 48px;
	}
}
