/* Scoped presentation for posts generated by Semaglutide Supplier Homepage. */
body.sgls-generated-article main#primary.sgls-article-page {
	float: none;
	clear: both;
	flex: none;
	min-width: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.sgls-article {
	--sgls-article-ink: #0d1f3c;
	--sgls-article-muted: #42516a;
	--sgls-article-blue: #0758c7;
	--sgls-article-blue-strong: #0344a2;
	--sgls-article-deep: #06275f;
	--sgls-article-cyan: #16b9d4;
	--sgls-article-sky: #eaf4ff;
	--sgls-article-sky-light: #f6faff;
	--sgls-article-line: #dce8f5;
	--sgls-article-white: #fff;
	--sgls-article-shadow: 0 22px 60px rgba(8, 48, 105, 0.12);
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--sgls-article-ink);
	background: var(--sgls-article-white);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.sgls-article,
.sgls-article *,
.sgls-article *::before,
.sgls-article *::after {
	box-sizing: border-box;
}

.sgls-article__container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.sgls-article :where(h1, h2, h3, p, blockquote, ul, ol, figure) {
	margin-block: 0;
}

.sgls-article :where(h1, h2, h3) {
	color: inherit;
	font-family: inherit;
	font-style: normal;
	letter-spacing: -0.035em;
	text-transform: none;
}

.sgls-article :where(a) {
	color: inherit;
}

.sgls-article :where(a, summary):focus-visible {
	outline: 3px solid var(--sgls-article-deep);
	outline-offset: 4px;
}

.sgls-article__contact-card a:focus-visible,
.sgls-article__cta-button:focus-visible {
	outline-color: var(--sgls-article-white);
}

.sgls-article__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-block: 1px solid rgba(7, 88, 199, 0.08);
	background: linear-gradient(112deg, #f7fbff 0%, #eaf4ff 58%, #f4f9ff 100%);
}

.sgls-article__hero-inner {
	position: relative;
	z-index: 2;
	padding-block: 68px 62px;
}

.sgls-article__molecule {
	position: absolute;
	top: -20px;
	right: max(-90px, calc((100vw - 1420px) / 2));
	z-index: 1;
	width: min(46vw, 570px);
	color: rgba(7, 88, 199, 0.1);
	pointer-events: none;
}

.sgls-article__breadcrumb {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
	gap: 10px;
	color: var(--sgls-article-muted);
	font-size: 14px;
	font-weight: 650;
}

.sgls-article__breadcrumb a {
	color: var(--sgls-article-blue);
	text-decoration: none;
}

.sgls-article__breadcrumb a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.sgls-article__hero h1 {
	max-width: 920px;
	font-size: clamp(40px, 4.5vw, 64px);
	font-weight: 820;
	line-height: 1.07;
	overflow-wrap: anywhere;
}

.sgls-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 26px;
	gap: 10px 0;
	color: var(--sgls-article-muted);
	font-size: 14px;
	font-weight: 650;
}

.sgls-article__meta span + span::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-inline: 14px;
	border-radius: 50%;
	background: var(--sgls-article-blue);
	content: "";
	vertical-align: 2px;
}

.sgls-article__lead {
	max-width: 760px;
	margin-top: 24px !important;
	color: #263752;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.72;
}

.sgls-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 780px) minmax(250px, 300px);
	justify-content: space-between;
	padding-block: 70px 72px;
	gap: 64px;
}

.sgls-article__layout--single {
	grid-template-columns: minmax(0, 780px);
	justify-content: center;
}

.sgls-article__body {
	min-width: 0;
	color: #24344e;
	font-size: 17px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.sgls-article__body > :first-child {
	margin-top: 0 !important;
}

.sgls-article__body p {
	margin-block: 0 22px;
}

.sgls-article__body h2 {
	position: relative;
	margin-block: 54px 18px;
	padding-left: 22px;
	color: var(--sgls-article-ink);
	font-size: clamp(27px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	scroll-margin-top: 110px;
}

.sgls-article__body h2::before {
	position: absolute;
	top: 0.08em;
	bottom: 0.08em;
	left: 0;
	width: 4px;
	border-radius: 4px;
	background: linear-gradient(180deg, var(--sgls-article-blue), var(--sgls-article-cyan));
	content: "";
}

.sgls-article__body h3 {
	margin-block: 38px 14px;
	color: var(--sgls-article-ink);
	font-size: 23px;
	font-weight: 780;
	line-height: 1.3;
}

.sgls-article__body :where(ul, ol) {
	margin-block: 24px 30px;
	padding-left: 1.5em;
}

.sgls-article__body li {
	margin-block: 9px;
	padding-left: 8px;
}

.sgls-article__body ol li::marker {
	color: var(--sgls-article-blue);
	font-weight: 800;
}

.sgls-article__body ul li::marker {
	color: var(--sgls-article-cyan);
}

.sgls-article__body blockquote {
	margin-block: 30px;
	padding: 22px 26px;
	border: 0;
	border-left: 4px solid var(--sgls-article-blue);
	border-radius: 0 12px 12px 0;
	color: var(--sgls-article-ink);
	background: linear-gradient(100deg, var(--sgls-article-sky-light), var(--sgls-article-sky));
	font-size: 16px;
	font-style: italic;
	font-weight: 650;
	line-height: 1.65;
}

.sgls-article__body blockquote p:last-child {
	margin-bottom: 0;
}

.sgls-article__body .post-password-form {
	margin: 0;
	padding: 26px;
	border: 1px solid var(--sgls-article-line);
	border-radius: 12px;
	background: var(--sgls-article-sky-light);
}

.sgls-article__body .post-password-form label {
	display: block;
	margin-top: 18px;
	color: var(--sgls-article-ink);
	font-weight: 700;
}

.sgls-article__body .post-password-form input[type="password"] {
	width: min(100%, 320px);
	min-height: 46px;
	margin-top: 8px;
	padding: 9px 12px;
	border: 1px solid #9db7d3;
	border-radius: 5px;
	background: var(--sgls-article-white);
}

.sgls-article__body .post-password-form input[type="submit"] {
	min-height: 46px;
	margin: 12px 0 0 8px;
	padding: 9px 18px;
	border: 0;
	border-radius: 5px;
	color: var(--sgls-article-white);
	background: var(--sgls-article-deep);
	font-weight: 750;
	cursor: pointer;
}

.sgls-article__body a {
	color: var(--sgls-article-blue);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.sgls-article__body a:hover {
	color: var(--sgls-article-blue-strong);
}

.sgls-article__body :where(img, video, iframe) {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.sgls-article__body :where(table) {
	display: block;
	width: 100%;
	margin-block: 28px;
	overflow-x: auto;
	border-collapse: collapse;
}

.sgls-article__body :where(th, td) {
	padding: 13px 15px;
	border: 1px solid var(--sgls-article-line);
	text-align: left;
}

.sgls-article__body th {
	color: var(--sgls-article-ink);
	background: var(--sgls-article-sky-light);
}

.sgls-article__aside {
	min-width: 0;
}

.sgls-article__aside-inner {
	position: sticky;
	top: 96px;
}

.sgls-article__toc {
	border: 0;
}

.sgls-article__toc summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 13px;
	color: var(--sgls-article-ink);
	font-size: 20px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.sgls-article__toc summary::-webkit-details-marker {
	display: none;
}

.sgls-article__toc summary > svg:first-child {
	display: none;
}

.sgls-article__toc summary svg,
.sgls-article__toc a svg,
.sgls-article__related a svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sgls-article__toc-chevron {
	display: none;
	margin-left: auto;
}

.sgls-article__toc ol {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--sgls-article-line);
	list-style: none;
}

.sgls-article__toc li {
	margin: 0;
	border-bottom: 1px solid var(--sgls-article-line);
}

.sgls-article__toc a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	gap: 14px;
	color: var(--sgls-article-blue);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.sgls-article__toc a:hover {
	color: var(--sgls-article-blue-strong);
}

.sgls-article__toc a svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.sgls-article__contact-card {
	margin-top: 30px;
	padding: 30px 28px;
	border-radius: 18px;
	color: var(--sgls-article-white);
	background: linear-gradient(145deg, #06275f 0%, #06449a 100%);
	box-shadow: var(--sgls-article-shadow);
}

.sgls-article__contact-card > svg {
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	fill: none;
	stroke: var(--sgls-article-cyan);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sgls-article__contact-card h2 {
	margin: 0 0 26px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.32;
}

.sgls-article__contact-card a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--sgls-article-white);
	font-size: 14px;
	font-weight: 750;
	text-decoration-line: underline;
	text-decoration-color: var(--sgls-article-cyan);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.sgls-article__related {
	padding-block: 28px 36px;
	border-top: 1px solid var(--sgls-article-line);
}

.sgls-article__related > h2 {
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 800;
}

.sgls-article__related-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.sgls-article__related a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	min-height: 72px;
	padding: 8px 26px;
	gap: 18px;
	border-left: 1px solid var(--sgls-article-line);
	color: var(--sgls-article-blue);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.sgls-article__related a:first-child {
	padding-left: 0;
	border-left: 0;
}

.sgls-article__related a:hover {
	color: var(--sgls-article-blue-strong);
}

.sgls-article__related a span {
	overflow-wrap: anywhere;
}

.sgls-article__related a svg {
	flex: 0 0 20px;
}

.sgls-article__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 126px;
	padding: 28px 36px;
	gap: 28px;
	border-radius: 18px;
	color: var(--sgls-article-white);
	background: linear-gradient(110deg, #06275f 0%, #063b83 68%, #0758c7 100%);
	box-shadow: 0 18px 44px rgba(6, 39, 95, 0.16);
}

.sgls-article__cta > div {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 22px;
}

.sgls-article__cta > div > svg {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	fill: none;
	stroke: var(--sgls-article-cyan);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sgls-article__cta h2 {
	margin: 0;
	font-size: clamp(23px, 2.3vw, 31px);
	font-weight: 800;
	line-height: 1.25;
}

.sgls-article__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	gap: 12px;
	border-radius: 4px;
	color: var(--sgls-article-deep);
	background: linear-gradient(135deg, var(--sgls-article-cyan), #13a8e0);
	box-shadow: 0 12px 24px rgba(1, 31, 74, 0.22);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sgls-article__cta-button:hover {
	color: var(--sgls-article-deep);
	box-shadow: 0 16px 30px rgba(1, 31, 74, 0.28);
	transform: translateY(-2px);
}

/* Block themes retain their own document shell and receive a compact content presentation. */
.sgls-article--embedded .sgls-article__container {
	width: 100%;
}

.sgls-article--embedded .sgls-article__layout {
	display: flex;
	flex-direction: column;
	padding-block: 24px 48px;
	gap: 30px;
}

.sgls-article--embedded .sgls-article__aside {
	order: -1;
}

.sgls-article--embedded .sgls-article__aside-inner {
	position: static;
}

.sgls-article--embedded .sgls-article__toc {
	border: 1px solid #c8d9ec;
	border-radius: 9px;
	background: var(--sgls-article-white);
}

.sgls-article--embedded .sgls-article__toc summary {
	min-height: 68px;
	padding: 16px 20px;
}

.sgls-article--embedded .sgls-article__toc summary > svg:first-child,
.sgls-article--embedded .sgls-article__toc-chevron {
	display: block;
}

.sgls-article--embedded .sgls-article__toc summary > svg:first-child {
	width: 25px;
	height: 25px;
	color: var(--sgls-article-blue);
}

.sgls-article--embedded .sgls-article__toc nav {
	padding-inline: 20px;
}

.sgls-article--embedded .sgls-article__contact-card {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	margin-top: 20px;
	padding: 20px;
	column-gap: 16px;
	border: 1px solid var(--sgls-article-line);
	border-radius: 9px;
	color: var(--sgls-article-ink);
	background: var(--sgls-article-white);
	box-shadow: none;
}

.sgls-article--embedded .sgls-article__contact-card > svg {
	grid-row: span 2;
	width: 44px;
	height: 44px;
	margin: 0;
}

.sgls-article--embedded .sgls-article__contact-card h2 {
	margin: 0 0 5px;
	font-size: 19px;
}

.sgls-article--embedded .sgls-article__contact-card a {
	color: var(--sgls-article-blue);
}

.sgls-article--embedded .sgls-article__contact-card a:focus-visible {
	outline-color: var(--sgls-article-deep);
}

.sgls-article--embedded .sgls-article__related-list {
	grid-template-columns: 1fr;
}

.sgls-article--embedded .sgls-article__related a,
.sgls-article--embedded .sgls-article__related a:first-child {
	min-height: 58px;
	padding: 10px 0;
	border-left: 0;
	border-bottom: 1px solid var(--sgls-article-line);
}

.sgls-article--embedded .sgls-article__cta {
	flex-direction: column;
	align-items: stretch;
	text-align: center;
}

.sgls-article--embedded .sgls-article__cta > div {
	justify-content: center;
}

.sgls-article--embedded .sgls-article__disclaimer {
	margin-bottom: 24px !important;
}

.sgls-article__disclaimer {
	margin-block: 22px 64px !important;
	padding: 16px 18px;
	border: 1px solid var(--sgls-article-line);
	border-radius: 10px;
	color: var(--sgls-article-muted);
	background: var(--sgls-article-sky-light);
	font-size: 13px;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.sgls-article__container {
		width: min(760px, calc(100% - 36px));
	}

	.sgls-article__hero-inner {
		padding-block: 58px 52px;
	}

	.sgls-article__molecule {
		top: 0;
		right: -160px;
		width: 520px;
		opacity: 0.75;
	}

	.sgls-article__layout {
		display: flex;
		flex-direction: column;
		padding-block: 40px 62px;
		gap: 34px;
	}

	.sgls-article__aside {
		order: -1;
	}

	.sgls-article__aside-inner {
		position: static;
	}

	.sgls-article__toc {
		border: 1px solid #c8d9ec;
		border-radius: 9px;
		background: var(--sgls-article-white);
	}

	.sgls-article__toc summary {
		min-height: 72px;
		padding: 18px 22px;
	}

	.sgls-article__toc summary > svg:first-child,
	.sgls-article__toc-chevron {
		display: block;
	}

	.sgls-article__toc summary > svg:first-child {
		width: 25px;
		height: 25px;
		color: var(--sgls-article-blue);
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
	}

	.sgls-article__toc-chevron {
		transition: transform 180ms ease;
	}

	.sgls-article__toc[open] .sgls-article__toc-chevron {
		transform: rotate(180deg);
	}

	.sgls-article__toc nav {
		padding-inline: 22px;
	}

	.sgls-article__contact-card {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		margin-top: 20px;
		padding: 22px 24px;
		column-gap: 20px;
		border: 1px solid var(--sgls-article-line);
		border-radius: 9px;
		color: var(--sgls-article-ink);
		background: var(--sgls-article-white);
		box-shadow: none;
	}

	.sgls-article__contact-card > svg {
		grid-row: span 2;
		margin: 0;
	}

	.sgls-article__contact-card h2 {
		margin: 0 0 5px;
		font-size: 20px;
	}

	.sgls-article__contact-card a {
		color: var(--sgls-article-blue);
	}

	.sgls-article__contact-card a:focus-visible {
		outline-color: var(--sgls-article-deep);
	}

	.sgls-article__related-list {
		grid-template-columns: 1fr;
	}

	.sgls-article__related a,
	.sgls-article__related a:first-child {
		min-height: 58px;
		padding: 10px 0;
		border-left: 0;
		border-bottom: 1px solid var(--sgls-article-line);
	}

	.sgls-article__cta {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.sgls-article__cta > div {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.sgls-article__container {
		width: calc(100% - 28px);
	}

	.sgls-article__hero-inner {
		padding-block: 42px 40px;
	}

	.sgls-article__molecule {
		top: 25px;
		right: -245px;
		width: 500px;
		opacity: 0.58;
	}

	.sgls-article__breadcrumb {
		margin-bottom: 22px;
		font-size: 13px;
	}

	.sgls-article__hero h1 {
		font-size: clamp(34px, 10vw, 44px);
		line-height: 1.08;
	}

	.sgls-article__meta {
		margin-top: 22px;
		font-size: 13px;
	}

	.sgls-article__meta span + span::before {
		margin-inline: 9px;
	}

	.sgls-article__lead {
		margin-top: 20px !important;
		font-size: 16px;
		line-height: 1.7;
	}

	.sgls-article__layout {
		padding-block: 32px 52px;
		gap: 30px;
	}

	.sgls-article__body {
		font-size: 16px;
		line-height: 1.76;
	}

	.sgls-article__body p {
		margin-bottom: 19px;
	}

	.sgls-article__body h2 {
		margin-block: 44px 16px;
		padding-left: 17px;
		font-size: 27px;
	}

	.sgls-article__body h3 {
		margin-top: 32px;
		font-size: 21px;
	}

	.sgls-article__body :where(ul, ol) {
		padding-left: 1.3em;
	}

	.sgls-article__body li {
		padding-left: 4px;
	}

	.sgls-article__body blockquote {
		padding: 19px 20px;
		font-size: 15px;
	}

	.sgls-article__toc summary {
		min-height: 68px;
		padding: 16px 18px;
		font-size: 18px;
	}

	.sgls-article__toc nav {
		padding-inline: 18px;
	}

	.sgls-article__contact-card {
		grid-template-columns: 48px 1fr;
		padding: 18px;
		column-gap: 15px;
	}

	.sgls-article__contact-card > svg {
		width: 44px;
		height: 44px;
	}

	.sgls-article__contact-card h2 {
		font-size: 18px;
	}

	.sgls-article__related {
		padding-block: 24px 30px;
	}

	.sgls-article__related > h2 {
		font-size: 23px;
	}

	.sgls-article__cta {
		width: 100%;
		min-height: 0;
		padding: 28px 18px 18px;
		border-radius: 0;
		gap: 22px;
	}

	.sgls-article__cta > div {
		flex-direction: column;
		gap: 12px;
	}

	.sgls-article__cta > div > svg {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.sgls-article__cta h2 {
		font-size: 23px;
	}

	.sgls-article__cta-button {
		width: 100%;
	}

	.sgls-article__disclaimer {
		margin-block: 18px 42px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sgls-article__cta-button,
	.sgls-article__toc-chevron {
		transition: none;
	}
}

@media print {
	.sgls-article__aside,
	.sgls-article__related,
	.sgls-article__cta {
		display: none !important;
	}

	.sgls-article__hero {
		border: 0;
		background: #fff;
	}

	.sgls-article__hero-inner,
	.sgls-article__layout {
		padding-block: 20px;
	}
}
