/**
 * DermaSpark editorial blog.
 *
 * Component styles are added with their GenerateBlocks layouts. Keeping this
 * file scoped prevents the redesign from changing unrelated site sections.
 */

.ds-blog-hero-wrap,
.ds-blog-archive,
.ds-blog-category,
.ds-blog-single,
.ds-blog-article-cta,
.ds-blog-newsletter,
.ds-blog-global-cta,
.ds-blog-related-articles,
.ds-blog-search-results,
.ds-blog-grid--home,
.ds-blog-home__all,
.ds-blog-card {
	--ds-blog-blue: #0b8fc6;
	--ds-blog-navy: #153f52;
	--ds-blog-sky: #dceff8;
	--ds-blog-text: #253746;
	--ds-blog-muted: #647484;
	--ds-blog-border: #cdd9de;
	--ds-blog-surface: #f1f3f4;
	--ds-blog-radius: 12px;
	--ds-blog-width: 1160px;
	--ds-blog-type-micro: 12px;
	--ds-blog-type-meta: 13px;
	--ds-blog-type-supporting: 14px;
	--ds-blog-type-body: 16px;
	--ds-blog-arrow-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.192' height='12.95' viewBox='0 0 15.192 12.95'%3E%3Cpath d='M-1.437 3.515l.571-.658a.56.56 0 0 1 .872 0l5 5.762a.787.787 0 0 1 0 1.005l-5 5.765a.56.56 0 0 1-.872 0l-.571-.658a.791.791 0 0 1 .01-1.017l3.1-3.4H-9.382A.668.668 0 0 1-10 9.6V8.648a.668.668 0 0 1 .618-.712H1.675l-3.1-3.4a.784.784 0 0 1-.012-1.021Z' transform='translate(10 -2.647)'/%3E%3C/svg%3E");
	color: var(--ds-blog-text);
}

.ds-blog-hero-wrap *,
.ds-blog-archive *,
.ds-blog-category *,
.ds-blog-single *,
.ds-blog-article-cta *,
.ds-blog-newsletter *,
.ds-blog-global-cta *,
.ds-blog-related-articles *,
.ds-blog-search-results *,
.ds-blog-grid--home *,
.ds-blog-home__all *,
.ds-blog-card * {
	box-sizing: border-box;
}

/* Archive/category hero and native navigation controls. */
.ds-blog-hero-wrap {
	background: #fff;
	overflow: hidden;
}

.ds-blog-hero {
	position: relative;
	isolation: isolate;
	min-height: 330px;
	background-color: #dff3fc;
	background-image: url("/wp-content/uploads/2026/05/wave-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ds-blog-hero__inner,
.ds-blog-controls {
	width: min(calc(100% - 48px), var(--ds-blog-width));
	margin-inline: auto;
}

.ds-blog-hero__inner {
	padding-block: 58px 82px;
}

.ds-blog-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--ds-blog-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ds-blog-hero__eyebrow--category {
	display: none;
}

.category .ds-blog-hero__eyebrow--main {
	display: none;
}

.category .ds-blog-hero__eyebrow--category {
	display: block;
}

.tag .ds-blog-hero__eyebrow--main {
	display: none;
}

.tag .ds-blog-hero__eyebrow--category {
	display: block;
}

.ds-blog-hero__title {
	max-width: 720px;
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.ds-blog-hero__intro {
	max-width: 760px;
	margin-top: 18px;
	color: var(--ds-blog-text);
	font-size: 15px;
	line-height: 1.55;
}

.ds-blog-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-block: 35px 38px;
}

.ds-blog-category-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ds-blog-category-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 6px 13px;
	border: 1px solid #9db3bd;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-blog-navy);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ds-blog-category-nav__link:is(:hover, :focus-visible),
.ds-blog-category-nav__link[aria-current="page"],
.blog .ds-blog-category-nav__link--all,
.category-equipment-guides-comparisons .ds-blog-category-nav__link--equipment,
.category-clinic-growth-marketing .ds-blog-category-nav__link--growth,
.category-skin-science-treatments .ds-blog-category-nav__link--skin,
.category-news-awards-and-press .ds-blog-category-nav__link--news {
	border-color: var(--ds-blog-navy);
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-category-nav__link:focus-visible,
.ds-blog-search .wp-block-search__input:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.28);
	outline-offset: 3px;
}

.ds-blog-search {
	flex: 0 0 230px;
}

.ds-blog-search .wp-block-search,
.ds-blog-search .wp-block-search__inside-wrapper {
	margin: 0;
}

.ds-blog-search .wp-block-search__input {
	width: 100%;
	height: 34px;
	min-height: 34px;
	padding: 6px 38px 6px 14px;
	border: 1px solid #9db3bd;
	border-radius: 999px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23647484' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
	background-position: right 13px center;
	background-repeat: no-repeat;
	box-shadow: none;
	color: var(--ds-blog-text);
	font-size: 12px;
	line-height: 1;
}

.ds-blog-search .wp-block-search__input::placeholder {
	color: var(--ds-blog-muted);
	opacity: 1;
}

/* Archive page-one lead: Featured Article + curated Most Read. */
.blog.ds-blog-request .site.grid-container,
.category.ds-blog-request .site.grid-container,
.blog.ds-blog-request .site-content,
.category.ds-blog-request .site-content,
.blog.ds-blog-request .content-area,
.category.ds-blog-request .content-area,
.blog.ds-blog-request .site-main,
.category.ds-blog-request .site-main {
	width: 100%;
	max-width: none;
}

.blog.ds-blog-request .site-content,
.category.ds-blog-request .site-content {
	padding: 0;
}

.blog.ds-blog-request .site-main,
.category.ds-blog-request .site-main {
	margin: 0;
}

.ds-blog-archive {
	width: min(calc(100% - 48px), var(--ds-blog-width));
	margin-inline: auto;
}

.ds-blog-archive--page-one {
	padding-block: 0 72px;
}

.ds-blog-archive--paged {
	padding-block: 20px 72px;
}

.ds-blog-search-results {
	width: min(calc(100% - 48px), var(--ds-blog-width));
	margin-inline: auto;
	padding-block: 40px 72px;
}

.search.ds-blog-request .site.grid-container,
.search.ds-blog-request .site-content,
.search.ds-blog-request .content-area,
.search.ds-blog-request .site-main {
	width: 100%;
	max-width: none;
}

.search.ds-blog-request .site-content {
	padding: 0;
}

.search.ds-blog-request .site-main {
	margin: 0;
}

.ds-blog-search-results > :first-child {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 30px;
}

.ds-blog-search-results > :first-child > :is(h1, h2) {
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.ds-blog-search-results > :first-child > :first-child {
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.ds-blog-search-results > :first-child > :is(h1, h2):last-child {
	padding: 3px 9px 4px;
	border-radius: 5px;
	background: var(--ds-blog-sky);
	color: var(--ds-blog-blue);
}

.ds-blog-search-results :is(.ds-blog-pagination, .gb-query-loop-pagination) {
	margin-top: 36px;
}

.ds-blog-search-results .gb-query-loop-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.ds-blog-search-results .gb-query-loop-pagination > a,
.ds-blog-search-results .gb-query-loop-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0;
	padding: 0 9px;
	border: 1px solid #9db3bd;
	border-radius: 5px;
	background: #fff;
	color: var(--ds-blog-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ds-blog-search-results .gb-query-loop-pagination .page-numbers.current {
	border-color: var(--ds-blog-navy);
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-search-results .gb-query-loop-pagination :is(a, .page-numbers):is(:hover, :focus-visible) {
	border-color: var(--ds-blog-blue);
	background: var(--ds-blog-blue);
	color: #fff;
}

.ds-blog-search-again {
	margin-top: 28px;
	padding: 34px;
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-sky);
	text-align: center;
}

.ds-blog-search-results .ds-blog-search-again {
	width: min(100%, 680px);
	max-width: 680px;
	margin: 28px auto 0;
}

.ds-blog-search-again__heading {
	margin: 0 0 18px;
	color: var(--ds-blog-navy);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-search-again__form {
	width: 100%;
	margin-inline: auto;
}

.ds-blog-search-again__form .wp-block-search__label {
	display: block;
	margin: 0 0 14px;
	color: var(--ds-blog-navy);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-search-again__form .wp-block-search__inside-wrapper {
	display: flex;
	gap: 12px;
	width: min(100%, 520px) !important;
	margin: 0;
	margin-inline: auto;
}

.ds-blog-search-again__form .wp-block-search__input {
	min-width: 0;
	height: 44px;
	padding: 10px 16px;
	border: 1px solid #9db3bd;
	border-radius: 7px;
	background: #fff;
	color: var(--ds-blog-text);
	font-size: 14px;
	box-shadow: none;
}

.ds-blog-search-again__form .wp-block-search__input::placeholder {
	color: var(--ds-blog-muted);
	font-size: 12px;
	opacity: 1;
}

.ds-blog-search-again__form .wp-block-search__button {
	min-height: 44px;
	margin: 0;
	padding: 10px 24px;
	border: 1px solid var(--ds-blog-blue);
	border-radius: 7px;
	background: var(--ds-blog-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: background-color 180ms ease, color 180ms ease;
}

.ds-blog-search-again__form .wp-block-search__button:is(:hover, :focus-visible) {
	background: #fff;
	color: var(--ds-blog-blue);
}

.ds-blog-search-empty {
	margin: 4px 0 0;
	padding: 34px;
	border: 1px solid var(--ds-blog-border);
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-surface);
	text-align: center;
}

.ds-blog-search-empty > :first-child {
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

.ds-blog-page-context {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.ds-blog-page-context__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--ds-blog-sky);
	color: var(--ds-blog-navy);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

/* Page 2+ keeps archive context without repeating the full-height hero. */
.ds-blog-not-archive-page-one .ds-blog-hero {
	min-height: 230px;
}

.ds-blog-not-archive-page-one .ds-blog-hero__inner {
	padding-block: 40px 48px;
}

.ds-blog-not-archive-page-one .ds-blog-hero__title {
	max-width: 680px;
	font-size: clamp(30px, 2.6vw, 38px);
}

.ds-blog-not-archive-page-one .ds-blog-hero__intro {
	max-width: 700px;
	margin-top: 13px;
	font-size: 14px;
}

/* Description-free tags use a deliberately compact header, not an empty slot. */
.ds-blog-tag-archive--compact-hero .ds-blog-hero {
	min-height: 180px;
}

.ds-blog-tag-archive--compact-hero .ds-blog-hero__inner {
	padding-block: 36px 40px;
}

.ds-blog-not-archive-page-one .ds-blog-controls {
	padding-block: 22px 16px;
}

.ds-blog-archive--paged .ds-blog-pagination {
	margin-top: 36px;
}

.ds-blog-lead {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(250px, 0.95fr);
	gap: 20px;
	align-items: stretch;
}

.category .ds-blog-lead {
	grid-template-columns: minmax(0, 1fr);
}

.ds-blog-latest {
	margin-top: 36px;
}

.ds-blog-section-heading {
	margin: 0 0 16px;
	color: var(--ds-blog-navy);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

/* Archive page-one promotional CTA. */
.ds-blog-promo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	margin: 28px 0;
	padding: 26px 32px;
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-promo__content {
	min-width: 0;
}

.ds-blog-promo__eyebrow {
	margin: 0 0 5px;
	color: #8ed5ee;
	font-size: var(--ds-blog-type-micro);
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ds-blog-promo__eyebrow:empty {
	display: none;
}

.ds-blog-promo__heading {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.ds-blog-promo__text {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: var(--ds-blog-type-supporting);
	line-height: 1.45;
}

.ds-blog-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-blog-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.ds-blog-promo__button:is(:hover, :focus-visible) {
	border-color: var(--ds-blog-blue);
	background: var(--ds-blog-blue);
	color: #fff;
}

.ds-blog-promo__button:focus-visible {
	outline: 3px solid rgba(142, 213, 238, 0.55);
	outline-offset: 3px;
}

/* Native archive pagination following the page-one and paged grids. */
.ds-blog-pagination {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.ds-blog-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-blog-pagination .page-numbers li {
	margin: 0;
}

.ds-blog-pagination :is(a.page-numbers, span.page-numbers) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 9px;
	border: 1px solid #9db3bd;
	border-radius: 5px;
	background: #fff;
	color: var(--ds-blog-navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ds-blog-pagination span.page-numbers.current {
	border-color: var(--ds-blog-navy);
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-pagination a.page-numbers:is(:hover, :focus-visible) {
	border-color: var(--ds-blog-blue);
	background: var(--ds-blog-blue);
	color: #fff;
}

.ds-blog-pagination a.page-numbers:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.28);
	outline-offset: 2px;
}

.ds-blog-pagination :is(.prev, .next)::after {
	width: 15.192px;
	height: 12.95px;
	background-color: currentColor;
	content: "";
	-webkit-mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
	mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
}

.ds-blog-pagination .prev::after {
	transform: rotate(180deg);
}

.ds-blog-lead > *,
.ds-blog-query--featured,
.ds-blog-query--featured > div,
.ds-blog-featured {
	min-width: 0;
	height: 100%;
}

.ds-blog-featured {
	display: grid;
	overflow: hidden;
	grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
	margin: 0;
	border: 1px solid var(--ds-blog-border);
	border-radius: var(--ds-blog-radius);
	background: #fff;
	box-shadow: 0 3px 14px rgba(21, 63, 82, 0.045);
}

.ds-blog-featured__media {
	display: block;
	overflow: hidden;
	align-self: stretch;
	width: 100%;
	height: 100%;
	min-height: 0;
	background: var(--ds-blog-surface);
}

.ds-blog-featured__media > img.ds-blog-featured__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 350ms ease;
}

.ds-blog-featured:hover .ds-blog-featured__image {
	transform: scale(1.02);
}

.ds-blog-featured__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 23px 24px 19px;
}

.ds-blog-featured__category {
	margin: 0 0 9px;
	color: var(--ds-blog-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ds-blog-featured__category a,
.ds-blog-featured__title a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-featured__title {
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: clamp(21px, 1.8vw, 24px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.ds-blog-featured__title a:is(:hover, :focus-visible),
.ds-blog-featured__category a:is(:hover, :focus-visible) {
	color: var(--ds-blog-blue);
}

.ds-blog-featured__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 12px 0 0;
	color: var(--ds-blog-muted);
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ds-blog-featured__button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 12px;
	margin-top: 14px;
	padding: 9px 15px;
	border: 1px solid var(--ds-blog-blue);
	border-radius: 999px;
	background: var(--ds-blog-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.ds-blog-featured__button:is(:hover, :focus-visible) {
	background: #fff;
	color: var(--ds-blog-blue);
}

.ds-blog-featured__button:focus-visible,
.ds-blog-featured__media:focus-visible,
.ds-blog-featured__title a:focus-visible,
.ds-blog-featured__category a:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.32);
	outline-offset: 3px;
}

.ds-blog-featured .ds-blog-featured__meta {
	padding-top: 14px;
}

.ds-blog-featured .ds-blog-card__avatar {
	display: block;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-blog-most-read {
	overflow: hidden;
	min-width: 0;
	margin: 0;
	padding: 20px 18px 8px;
	border: 1px solid var(--ds-blog-border);
	border-radius: var(--ds-blog-radius);
	background: #fff;
	box-shadow: 0 3px 14px rgba(21, 63, 82, 0.045);
}

.ds-blog-most-read__heading {
	margin: 0 0 5px;
	color: var(--ds-blog-navy);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.15;
}

.ds-blog-query--most-read > div {
	counter-reset: ds-most-read;
}

.ds-blog-most-read__item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	margin: 0;
	padding-block: 13px;
	border-bottom: 1px solid var(--ds-blog-border);
	counter-increment: ds-most-read;
}

.ds-blog-most-read__item:last-child {
	border-bottom: 0;
}

.ds-blog-most-read__item::before {
	color: #91cfdf;
	content: counter(ds-most-read, decimal-leading-zero);
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.ds-blog-most-read__content {
	min-width: 0;
}

.ds-blog-most-read__title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ds-blog-most-read__title a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-most-read__title a:is(:hover, :focus-visible) {
	color: var(--ds-blog-blue);
}

.ds-blog-most-read__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px 7px;
	margin-top: 6px;
	color: var(--ds-blog-muted);
	font-size: 10px;
	line-height: 1.25;
}

.ds-blog-most-read__category,
.ds-blog-most-read__meta > .gb-text {
	display: inline-flex;
	align-items: center;
}

.ds-blog-most-read__category a,
.ds-blog-most-read__meta > .gb-text a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-most-read__reading-time {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.ds-blog-most-read__reading-time::before {
	color: var(--ds-blog-border);
	content: "\2022";
}

/* GeneratePress single-post canvas. */
.single-post.ds-blog-request .site.grid-container,
.single-post.ds-blog-request .site-content,
.single-post.ds-blog-request .content-area,
.single-post.ds-blog-request .site-main,
.single-post.ds-blog-request .inside-article {
	width: 100%;
	max-width: none;
}

.single-post.ds-blog-request .site-content,
.single-post.ds-blog-request .inside-article {
	padding: 0;
}

.single-post.ds-blog-request .site-main,
.single-post.ds-blog-request .site-main > article {
	margin: 0;
}

.ds-blog-single {
	background: #fff;
	font-size: var(--ds-blog-type-body);
	line-height: 1.6;
}

.ds-blog-breadcrumbs,
.ds-blog-article-header,
.ds-blog-article-hero,
.ds-blog-article-layout {
	width: min(calc(100% - 48px), var(--ds-blog-width));
	margin-inline: auto;
}

/* Breadcrumbs */
.ds-blog-breadcrumbs {
	padding-block: 22px 0;
	color: var(--ds-blog-muted);
	font-size: 12px;
}

.ds-blog-breadcrumbs :is(ol, ul) {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-blog-breadcrumbs li:last-child {
	min-width: 0;
	max-width: min(42ch, 42vw);
}

.ds-blog-breadcrumbs li:last-child [aria-current="page"] {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ds-blog-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-breadcrumbs a:hover {
	color: var(--ds-blog-blue);
}

/* Article header */
.ds-blog-article-header {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-block: 56px 34px;
	text-align: center;
}

.ds-blog-article-header__category {
	margin: 0 0 12px;
	color: var(--ds-blog-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ds-blog-article-header__category a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-article-header__title {
	max-width: 1000px;
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: clamp(34px, 3.4vw, 48px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.ds-blog-article-header__deck {
	max-width: 820px;
	margin-block: 14px 0;
	color: var(--ds-blog-muted);
	font-size: 17px;
	line-height: 1.5;
}

.ds-blog-article-header__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-block-start: 20px;
	color: var(--ds-blog-muted);
	font-size: 13px;
	line-height: 1.3;
}

.ds-blog-article-header__byline {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.ds-blog-article-header__avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-blog-article-header__author {
	color: var(--ds-blog-text);
	font-weight: 600;
}

.ds-blog-article-header__date::before,
.ds-blog-article-header__reading-time::before {
	content: "\2022";
	margin-right: 10px;
	color: var(--ds-blog-border);
}

/* Featured image */
.ds-blog-article-hero {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #dbe4e8;
	border-radius: 12px;
	aspect-ratio: 2 / 1;
	background: #f7fafb;
	box-shadow: 0 4px 16px rgba(21, 63, 82, 0.07);
}

.ds-blog-article-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 8px;
	object-fit: cover;
	object-position: center center;
}

/* Three-area article layout */
.ds-blog-article-layout {
	padding-block: 56px 76px;
}

.ds-blog-single .ds-blog-article-layout__grid {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(160px, 190px) minmax(0, 650px) minmax(210px, 250px);
	justify-content: space-between;
	gap: 32px;
}

.ds-blog-article-content,
.ds-blog-article-content__body {
	min-width: 0;
}

/* Key Takeaways */
.ds-blog-takeaways {
	margin: 0 0 28px;
	padding: 22px 24px;
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-surface);
}

.ds-blog-takeaways__title {
	margin: 0 0 10px;
	color: var(--ds-blog-navy);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-takeaways__list {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-blog-takeaways__item {
	position: relative;
	margin: 0;
	padding-left: 15px;
	line-height: 1.45;
}

.ds-blog-takeaways__item::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ds-blog-blue);
	content: "";
}

.ds-blog-takeaways__text {
	font-size: 14px;
}

/* Native article content */
.ds-blog-article-content__body {
	color: var(--ds-blog-text);
}

.ds-blog-article-content__body :is(p, ul, ol, figure, blockquote, table) {
	margin-block: 0 1.25em;
}

.ds-blog-article-content__body :is(h2, h3, h4) {
	color: var(--ds-blog-navy);
	font-weight: 700;
}

.ds-blog-article-content__body h2 {
	margin: 1.8em 0 0.5em;
	font-size: 24px;
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.ds-blog-article-content__body h3 {
	margin: 1.55em 0 0.4em;
	font-size: 18px;
	line-height: 1.3;
}

.ds-blog-article-content__body h4 {
	margin: 1.4em 0 0.4em;
	font-size: 17px;
	line-height: 1.35;
}

.ds-blog-article-content__body li + li {
	margin-top: 0.3em;
}

.ds-blog-article-content__body a {
	color: var(--ds-blog-blue);
}

.ds-blog-article-content__body blockquote {
	width: min(100%, 500px);
	margin: 36px auto;
	padding: 8px 18px;
	border: 0;
	color: var(--ds-blog-blue);
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}

.ds-blog-article-content__body blockquote :last-child {
	margin-bottom: 0;
}

.ds-blog-article-content__body blockquote cite {
	display: block;
	margin-top: 9px;
	color: var(--ds-blog-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

/* Reusable native Group block for editorial fact/factor callouts. */
.ds-blog-article-content__body .ds-blog-callout {
	margin-block: 28px;
	padding: 18px 24px 20px;
	border-left: 4px solid var(--ds-blog-blue);
	border-radius: 0 20px 20px 0;
	background: var(--ds-blog-surface);
}

.ds-blog-article-content__body .ds-blog-callout :is(h2, h3, h4) {
	margin: 0 0 10px;
	color: var(--ds-blog-blue);
	font-size: 24px;
	line-height: 1.2;
}

.ds-blog-article-content__body .ds-blog-callout :last-child {
	margin-bottom: 0;
}

.ds-blog-article-content__body figure {
	max-width: 100%;
}

.ds-blog-article-content__body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.ds-blog-article-content__body table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ds-blog-article-content__body th {
	padding: 11px 14px;
	border: 1px solid var(--ds-blog-navy);
	background: var(--ds-blog-navy);
	color: #fff;
	text-align: left;
}

.ds-blog-article-content__body td {
	padding: 11px 14px;
	border: 1px solid var(--ds-blog-border);
}

/* References */
.ds-blog-references {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--ds-blog-border);
	color: var(--ds-blog-muted);
	font-size: var(--ds-blog-type-supporting);
	line-height: 1.55;
}

.ds-blog-references__title {
	margin-bottom: 4px;
	color: var(--ds-blog-navy);
	font-weight: 700;
}

.ds-blog-references__notes p:last-child {
	margin-bottom: 0;
}

/* Author */
.ds-blog-author {
	margin-top: 30px;
	padding: 24px;
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-surface);
}

.ds-blog-author .ds-blog-author__inner {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.ds-blog-author__media {
	flex: 0 0 auto;
}

.ds-blog-author .ds-blog-author__image {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-blog-author__content {
	flex: 1 1 auto;
	min-width: 0;
}

.ds-blog-author__name {
	margin: 0 0 2px;
	color: var(--ds-blog-navy);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-author__role,
.ds-blog-author__credentials {
	color: var(--ds-blog-blue);
	font-size: var(--ds-blog-type-meta);
	font-weight: 600;
}

/* GB supplies this otherwise unclassified wrapper around role/credentials. */
.ds-blog-author__content > div:has(> .ds-blog-author__role) {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
}

.ds-blog-author__credentials::before {
	content: none;
}

.ds-blog-author__bio {
	margin-top: 10px;
	font-size: var(--ds-blog-type-supporting);
	line-height: 1.5;
}

.ds-blog-author__linkedin {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	color: var(--ds-blog-blue);
	font-size: var(--ds-blog-type-meta);
	font-weight: 700;
	text-decoration: none;
}

.ds-blog-author__linkedin::after {
	display: block;
	flex: 0 0 15.192px;
	width: 15.192px;
	height: 12.95px;
	background-color: currentColor;
	content: "";
	-webkit-mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
	mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
}

/* Related Solutions rail */
.ds-blog-related-solutions__list {
	display: grid;
	gap: 20px;
}

.ds-blog-related-solution {
	overflow: hidden;
	padding: 18px;
	border-radius: var(--ds-blog-radius);
	background: var(--ds-blog-surface);
}

.ds-blog-related-solution > a:first-child {
	display: block;
	margin: -8px -4px 12px;
}

.ds-blog-related-solution__image {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: contain;
}

.ds-blog-related-solution__eyebrow {
	margin-bottom: 4px;
	color: var(--ds-blog-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ds-blog-related-solution__name {
	margin-bottom: 8px;
	color: var(--ds-blog-navy);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
}

.ds-blog-related-solution__description {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.45;
}

.ds-blog-related-solution__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-blog-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.ds-blog-related-solution__button,
.ds-blog-article-cta__primary,
.ds-blog-featured__button,
.ds-blog-promo__button,
.ds-blog-global-cta__button,
.ds-blog-home__all,
.ds-blog-arrow-link {
	--ds-blog-arrow-color: currentColor;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ds-blog-arrow-link--white {
	color: #fff;
}

.ds-blog-arrow-link--blue {
	color: var(--ds-blog-blue);
}

.ds-blog-related-solution__button::after,
.ds-blog-article-cta__primary::after,
.ds-blog-featured__button::after,
.ds-blog-promo__button::after,
.ds-blog-global-cta__button::after,
.ds-blog-home__all::after,
.ds-blog-arrow-link::after {
	display: block;
	flex: 0 0 15.192px;
	width: 15.192px;
	height: 12.95px;
	background-color: var(--ds-blog-arrow-color, currentColor);
	content: "";
	-webkit-mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
	mask: var(--ds-blog-arrow-icon) center / contain no-repeat;
}

.ds-blog-related-solution__button:hover,
.ds-blog-related-solution__button:focus-visible,
.ds-blog-article-cta__primary:hover,
.ds-blog-article-cta__primary:focus-visible {
	background: var(--ds-blog-blue);
	color: #fff;
}

.ds-blog-related-solution__button:focus-visible,
.ds-blog-article-cta__primary:focus-visible,
.ds-blog-author__linkedin:focus-visible,
.ds-blog-toc a:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.35);
	outline-offset: 3px;
}

/* Shared article cards: archive, category and Related Articles. */
.ds-blog-home__all {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: fit-content;
	min-height: 46px;
	margin: 32px auto 0;
	padding: 12px 22px;
	border: 1px solid var(--ds-blog-blue);
	border-radius: 4px;
	background: var(--ds-blog-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.ds-blog-home__all:hover,
.ds-blog-home__all:focus-visible {
	border-color: var(--ds-blog-navy);
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-home__all:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.35);
	outline-offset: 3px;
}

.ds-blog-grid.ds-blog-grid--home {
	width: 100%;
	max-width: none;
	margin-inline: auto;
}

.ds-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
}

.ds-blog-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	margin: 0;
	border: 1px solid var(--ds-blog-border);
	border-radius: var(--ds-blog-radius);
	background: #fff;
	box-shadow: 0 3px 14px rgba(21, 63, 82, 0.045);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ds-blog-card:hover {
	border-color: #b8cbd3;
	box-shadow: 0 8px 24px rgba(21, 63, 82, 0.1);
	transform: translateY(-2px);
}

.ds-blog-card__media {
	overflow: hidden;
	flex: 0 0 auto;
	aspect-ratio: 2 / 1;
	background: var(--ds-blog-sky);
}

.ds-blog-card__media > a {
	display: block;
	width: 100%;
	height: 100%;
}

.ds-blog-card .ds-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform 350ms ease;
}

.ds-blog-card:hover .ds-blog-card__image {
	transform: scale(1.025);
}

.ds-blog-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 18px 18px 16px;
}

.ds-blog-card__category {
	margin: 0 0 7px;
	color: var(--ds-blog-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ds-blog-card__category a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-card__title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--ds-blog-navy);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.17;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ds-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.ds-blog-card__title a:hover,
.ds-blog-card__title a:focus-visible,
.ds-blog-card__category a:hover,
.ds-blog-card__category a:focus-visible {
	color: var(--ds-blog-blue);
}

.ds-blog-card__title a:focus-visible,
.ds-blog-card__category a:focus-visible,
.ds-blog-card__media > a:focus-visible {
	border-radius: 2px;
	outline: 3px solid rgba(11, 143, 198, 0.35);
	outline-offset: 3px;
}

.ds-blog-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 9px 0 0;
	color: var(--ds-blog-muted);
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ds-blog-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 9px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--ds-blog-muted);
	font-size: 11px;
	line-height: 1.3;
}

.ds-blog-card__byline {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.ds-blog-card .ds-blog-card__avatar {
	display: block;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
}

.ds-blog-card__author {
	overflow: hidden;
	max-width: 130px;
	color: var(--ds-blog-text);
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ds-blog-card__date,
.ds-blog-card__reading-time {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.ds-blog-card__date::before,
.ds-blog-card__reading-time::before {
	color: var(--ds-blog-border);
	content: "\2022";
}

/* Related Articles placement on single posts. */
.ds-blog-related-articles {
	width: min(calc(100% - 48px), var(--ds-blog-width));
	margin-inline: auto;
	padding-block: 58px 70px;
}

.ds-blog-related-articles__heading {
	margin: 0 0 24px;
	color: var(--ds-blog-navy);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-query--related {
	width: 100%;
}

/* Contextual article CTA */
.ds-blog-article-cta {
	padding: 58px 24px;
	background: var(--ds-blog-navy);
	color: #fff;
	text-align: center;
}

.ds-blog-article-cta__inner {
	width: min(100%, 820px);
	margin-inline: auto;
}

.ds-blog-article-cta__eyebrow:empty {
	display: none;
}

.ds-blog-article-cta__eyebrow {
	margin-bottom: 8px;
	color: #8fd3ee;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ds-blog-article-cta__heading {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.ds-blog-article-cta__text {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
}

.ds-blog-article-cta__actions {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.ds-blog-article-cta__primary {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	padding: 11px 18px 11px 22px;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-blog-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

/* Newsletter */
.ds-blog-newsletter {
	padding: 48px 24px;
	background: var(--ds-blog-sky);
}

.ds-blog-newsletter__inner {
	width: min(100%, var(--ds-blog-width));
	margin-inline: auto;
}

.ds-blog-newsletter__layout {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
	gap: 64px;
}

.ds-blog-newsletter__eyebrow {
	margin-bottom: 5px;
	color: var(--ds-blog-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ds-blog-newsletter__heading {
	max-width: 620px;
	color: var(--ds-blog-navy);
	font-size: 27px;
	font-weight: 700;
	line-height: 1.15;
}

.ds-blog-newsletter__text {
	margin-top: 7px;
	color: var(--ds-blog-muted);
	font-size: 14px;
}

.ds-blog-newsletter__form-wrap {
	min-width: 0;
	transform: translateY(5px);
}

.ds-blog-newsletter__form {
	width: 100%;
	color: var(--ds-blog-muted);
	font-size: 13px;
}

/* HubSpot newsletter form. Scoped so other HubSpot forms retain their styles. */
.ds-blog-newsletter__form .hs-form {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	width: 100%;
	max-width: 520px;
	margin: 0;
}

.ds-blog-newsletter__form .hs-form > .hs-form-field,
.ds-blog-newsletter__form .hs-form .hs-submit,
.ds-blog-newsletter__form .hs-form .actions,
.ds-blog-newsletter__form .hs-form .input {
	width: auto;
	margin: 0;
}

.ds-blog-newsletter__form .hs-form > .hs-form-field > label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.ds-blog-newsletter__form .hs-input[type="email"] {
	width: 100% !important;
	height: 46px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #82939c;
	border-radius: 5px;
	background: #fff;
	box-shadow: none;
	color: var(--ds-blog-text);
	font: inherit;
	font-size: 12px;
	line-height: 46px;
}

.ds-blog-newsletter__form .hs-input[type="email"]::placeholder {
	color: #4f626e;
	opacity: 1;
}

.ds-blog-newsletter__form .hs-input[type="email"]:focus {
	border-color: var(--ds-blog-blue);
	outline: 3px solid rgba(11, 143, 198, 0.2);
	outline-offset: 1px;
}

.ds-blog-newsletter__form .hs-button[type="submit"] {
	min-width: 120px;
	height: 46px;
	margin: 0;
	padding: 0 22px;
	border: 1px solid var(--ds-blog-blue);
	border-radius: 5px;
	background: var(--ds-blog-blue);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	text-shadow: none;
}

.ds-blog-newsletter__form .hs-button[type="submit"]:hover {
	border-color: var(--ds-blog-navy);
	background: var(--ds-blog-navy);
}

.ds-blog-newsletter__form .hs-button[type="submit"]:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.3);
	outline-offset: 3px;
}

.ds-blog-newsletter__form .hs-error-msgs {
	margin: 6px 0 0;
	padding: 0;
	color: #9b2535;
	font-size: 12px;
	line-height: 1.35;
	list-style: none;
}

.ds-blog-newsletter__form .hs-error-msgs label {
	color: inherit;
}

.ds-blog-newsletter__form .submitted-message {
	color: var(--ds-blog-navy);
	font-size: 14px;
	font-weight: 600;
}

/* The native Shortcode block renders directly inside the form wrapper. These
 * higher-specificity rules intentionally override HubSpot's injected defaults. */
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form form.hs-form {
	display: grid !important;
	align-items: start;
	grid-template-columns: minmax(0, 1fr) 140px;
	column-gap: 12px;
	row-gap: 0;
	width: 100% !important;
	max-width: 520px;
	margin: 0 !important;
	padding: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_email {
	grid-column: 1;
	min-width: 0;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_submit {
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form :is(.input, .actions) {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs-form-field > label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-input[type="email"] {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid #82939c !important;
	border-radius: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--ds-blog-text) !important;
	font: inherit !important;
	font-size: 14px !important;
	line-height: 44px !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-input[type="email"]::placeholder {
	color: #4f626e !important;
	font-size: 12px !important;
	opacity: 1 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-input[type="email"]:focus {
	border-color: var(--ds-blog-blue) !important;
	outline: 3px solid rgba(11, 143, 198, 0.2) !important;
	outline-offset: 1px;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-button[type="submit"] {
	box-sizing: border-box !important;
	width: 140px !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid var(--ds-blog-blue) !important;
	border-radius: 5px !important;
	background: var(--ds-blog-blue) !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	font: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 44px !important;
	text-align: center;
	text-shadow: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-button[type="submit"]:hover {
	border-color: var(--ds-blog-navy) !important;
	background: var(--ds-blog-navy) !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-button[type="submit"]:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.3) !important;
	outline-offset: 3px;
}

/* Field-level and form-level HubSpot validation notifications. */
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form :is(.hs-error-msgs, .hs_error_rollup) {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs-error-msgs li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs-error-msgs label,
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_error_rollup label {
	display: block;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	color: #8b2232 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	white-space: normal !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_error_rollup {
	display: none !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_error_rollup .hs-error-msgs {
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .submitted-message {
	padding: 13px 16px;
	border-left: 3px solid var(--ds-blog-blue);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.65);
	color: var(--ds-blog-navy) !important;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.45;
}

/* HubSpot developer embed (`hsfc-*` component renderer). */
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Renderer,
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-FormWrapper,
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Form,
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Step {
	--hsf-field-input__font-size: 14px !important;
	width: 100% !important;
	max-width: 520px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Step__Content {
	display: grid !important;
	align-items: start;
	grid-template-columns: minmax(0, 1fr) 140px;
	grid-template-rows: auto auto auto;
	column-gap: 12px;
	row-gap: 8px;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Row:has(.hsfc-EmailField) {
	display: block !important;
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Row:has(.hsfc-RichText) {
	display: block !important;
	grid-column: 1 / -1;
	grid-row: 2;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-EmailField {
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-FieldLabel {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hsfc-TextInput[type="email"] {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid #82939c !important;
	border-radius: 5px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--ds-blog-text) !important;
	font: inherit !important;
	font-size: 14px !important;
	line-height: 44px !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hsfc-TextInput[type="email"]::placeholder {
	color: #4f626e !important;
	font-size: 12px !important;
	opacity: 1 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hsfc-TextInput[type="email"]:focus {
	border-color: var(--ds-blog-blue) !important;
	outline: 3px solid rgba(11, 143, 198, 0.2) !important;
	outline-offset: 1px;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-NavigationRow {
	display: contents !important;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-NavigationRow__Buttons {
	display: block !important;
	grid-column: 2;
	grid-row: 1;
	margin: 0 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form button.hsfc-Button {
	box-sizing: border-box !important;
	display: block !important;
	width: 140px !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid var(--ds-blog-blue) !important;
	border-radius: 5px !important;
	background: var(--ds-blog-blue) !important;
	box-shadow: none !important;
	color: #fff !important;
	font: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 44px !important;
	text-align: center;
	text-shadow: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form button.hsfc-Button:hover {
	border-color: var(--ds-blog-navy) !important;
	background: var(--ds-blog-navy) !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form button.hsfc-Button:focus-visible {
	outline: 3px solid rgba(11, 143, 198, 0.3) !important;
	outline-offset: 3px;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-RichText,
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-RichText p {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--ds-blog-muted) !important;
	font: inherit !important;
	font-size: 10px !important;
	line-height: 1.4 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-RichText :is(span, a) {
	background: transparent !important;
	font-size: inherit !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-RichText span {
	color: inherit !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-RichText a {
	color: var(--ds-blog-blue) !important;
}

/* Developer-embed validation and status notifications. */
.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-NavigationRow__Alerts {
	display: none !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form :is(.hsfc-ErrorAlert, .hsfc-InfoAlert) {
	display: block;
	margin: 8px 0 0 !important;
	padding: 9px 12px !important;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.65) !important;
	font: inherit !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-ErrorAlert {
	border-left: 3px solid #b73548;
	color: #8b2232 !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-InfoAlert {
	border-left: 3px solid var(--ds-blog-blue);
	color: var(--ds-blog-navy) !important;
}

.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form :is([data-hsfc-id="SubmissionStatus"], .hsfc-SubmissionStatus) {
	padding: 13px 16px !important;
	border-left: 3px solid var(--ds-blog-blue);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.65) !important;
	color: var(--ds-blog-navy) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

/* Shared closing contact CTA for blog and category archives. */
.ds-blog-global-cta {
	padding: 38px 24px 42px;
	background: var(--ds-blog-navy);
	color: #fff;
}

.ds-blog-global-cta__inner {
	width: min(100%, var(--ds-blog-width));
	margin-inline: auto;
}

.ds-blog-global-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ds-blog-global-cta__heading {
	margin: 0;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.ds-blog-global-cta__text {
	max-width: 700px;
	margin: 7px auto 20px;
	color: #fff;
	font-size: var(--ds-blog-type-supporting);
	line-height: 1.5;
}

.ds-blog-global-cta__actions {
	display: flex;
	justify-content: center;
}

.ds-blog-global-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 39px;
	padding: 9px 19px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-blog-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
}

.ds-blog-global-cta__button:is(:hover, :focus-visible) {
	border-color: var(--ds-blog-blue);
	background: var(--ds-blog-blue);
	color: #fff;
}

.ds-blog-global-cta__button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.45);
	outline-offset: 3px;
}

.ds-blog-article-content__body .wp-block-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* The optional ACF deck must not reserve a blank row on legacy posts. */
.ds-blog-article-header__deck:empty {
	display: none;
}

.ds-blog-article-header__deck {
	margin-block: 12px 0;
}

.ds-blog-article-header__meta {
	margin-block-start: 16px;
}

/* Without a deck, preserve a deliberate title-to-meta gap. */
.ds-blog-article-header__title + .ds-blog-article-header__deck:empty + .ds-blog-article-header__meta {
	margin-block-start: 18px;
}

.ds-blog-article-content :is(h2, h3)[id] {
	scroll-margin-top: 120px;
}

.ds-blog-toc__toggle {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ds-blog-navy);
	font: inherit;
	font-weight: 700;
	font-size: var(--ds-blog-type-supporting);
	letter-spacing: 0.035em;
	text-align: left;
	text-transform: uppercase;
}

.ds-blog-toc__list,
.ds-blog-toc__sublist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-blog-toc__item a {
	display: block;
	border-left: 2px solid var(--ds-blog-border);
	padding: 8px 0 8px 12px;
	color: var(--ds-blog-muted);
	font-size: var(--ds-blog-type-supporting);
	line-height: 1.35;
	text-decoration: none;
}

.ds-blog-toc__item--h3 a {
	padding-left: 20px;
	font-size: var(--ds-blog-type-meta);
}

/* With JavaScript, reveal nested H3 entries only for the current H2 section. */
.ds-blog-toc.is-enhanced .ds-blog-toc__sublist {
	display: none;
}

.ds-blog-toc.is-enhanced .ds-blog-toc__item--h2.is-current-section > .ds-blog-toc__sublist {
	display: block;
}

.ds-blog-toc__item a:is(:hover, :focus-visible, .is-active),
.ds-blog-toc__item--h2.is-current-section > a {
	border-left-color: var(--ds-blog-blue);
	color: var(--ds-blog-blue);
}

@media (min-width: 768px) {
	/* This is the actual GB grid child; the inner nav's wrapper was too short. */
	.ds-blog-article-layout__toc {
		position: sticky;
		top: 120px;
		max-height: calc(100vh - 152px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.ds-blog-toc {
		position: static;
	}

	.ds-blog-toc__toggle {
		pointer-events: none;
	}

	.ds-blog-toc__toggle-icon {
		display: none;
	}
}

@media (max-width: 1023px) {
	.ds-blog-archive {
		width: min(calc(100% - 40px), 960px);
	}

	.ds-blog-featured {
		grid-template-columns: minmax(0, 1.35fr) minmax(270px, 1fr);
	}

	.ds-blog-featured__content {
		padding: 24px 22px 20px;
	}

	.ds-blog-hero__inner,
	.ds-blog-controls {
		width: min(calc(100% - 40px), 960px);
	}

	.ds-blog-hero {
		min-height: 300px;
	}

	.ds-blog-hero__inner {
		padding-block: 52px 70px;
	}

	.ds-blog-controls {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		padding-block: 28px 32px;
	}

	.ds-blog-category-nav {
		overflow-x: auto;
		padding: 3px 3px 8px;
		scrollbar-width: thin;
	}

	.ds-blog-search {
		align-self: flex-end;
		flex-basis: auto;
		width: min(100%, 280px);
	}

	.ds-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.ds-blog-grid--related > .ds-blog-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: calc((100% - 24px) / 2);
	}

	.ds-blog-breadcrumbs,
	.ds-blog-article-header,
	.ds-blog-article-hero,
	.ds-blog-article-layout {
		width: min(calc(100% - 40px), 960px);
	}

	.ds-blog-article-header {
		padding-block: 44px 30px;
	}

	.ds-blog-single .ds-blog-article-layout__grid {
		grid-template-columns: minmax(120px, 150px) minmax(0, 1fr) minmax(180px, 200px);
		gap: 20px;
	}

	.ds-blog-newsletter__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ds-blog-newsletter__form-wrap {
		transform: none;
	}
}

@media (max-width: 900px) {
	.ds-blog-lead {
		grid-template-columns: minmax(0, 1fr);
	}

	.ds-blog-featured__media {
		align-self: start;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.ds-blog-most-read {
		padding: 22px 22px 10px;
	}

	.ds-blog-query--most-read > div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 26px;
	}

	.ds-blog-most-read__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	.ds-blog-archive {
		width: min(calc(100% - 32px), 640px);
	}

	.ds-blog-archive--page-one {
		padding-bottom: 52px;
	}

	.ds-blog-lead {
		gap: 22px;
	}

	.ds-blog-featured {
		grid-template-columns: minmax(0, 1fr);
	}

	.ds-blog-featured__media,
	.ds-blog-featured__image {
		min-height: auto;
	}

	.ds-blog-featured__content {
		padding: 22px 20px 20px;
	}

	.ds-blog-featured__title {
		font-size: 23px;
	}

	.ds-blog-most-read {
		padding: 20px 18px 8px;
	}

	.ds-blog-query--most-read > div {
		display: block;
	}

	.ds-blog-most-read__item:nth-last-child(2) {
		border-bottom: 1px solid var(--ds-blog-border);
	}

	.ds-blog-hero__inner,
	.ds-blog-controls {
		width: min(calc(100% - 32px), 640px);
	}

	.ds-blog-hero {
		min-height: 270px;
	}

	.ds-blog-hero__inner {
		padding-block: 42px 58px;
	}

	.ds-blog-hero__eyebrow {
		font-size: 11px;
	}

	.ds-blog-hero__title {
		font-size: clamp(29px, 9vw, 36px);
	}

	.ds-blog-hero__intro {
		margin-top: 14px;
		font-size: 14px;
	}

	.ds-blog-controls {
		gap: 16px;
		padding-block: 22px 28px;
	}

	.ds-blog-category-nav {
		width: calc(100% + 16px);
		margin-right: -16px;
		padding-right: 16px;
	}

	.ds-blog-category-nav__link {
		min-height: 32px;
		padding-inline: 12px;
		font-size: 10px;
	}

	.ds-blog-search {
		align-self: stretch;
		width: 100%;
	}

	.ds-blog-search .wp-block-search__input {
		height: 38px;
		min-height: 38px;
	}

	.ds-blog-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ds-blog-latest {
		margin-top: 32px;
	}

	.ds-blog-section-heading {
		margin-bottom: 14px;
		font-size: 22px;
	}

	.ds-blog-promo {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		margin: 24px 0;
		padding: 24px 20px;
	}

	.ds-blog-promo__heading {
		font-size: 22px;
	}

	.ds-blog-promo__button {
		justify-self: stretch;
		width: 100%;
	}

	.ds-blog-pagination {
		margin-top: 26px;
	}

	.ds-blog-pagination .page-numbers {
		gap: 6px;
	}

	.ds-blog-pagination :is(a.page-numbers, span.page-numbers) {
		min-width: 34px;
		height: 34px;
		padding-inline: 7px;
	}

	.ds-blog-archive--paged {
		padding-block: 18px 52px;
	}

	.ds-blog-search-results {
		width: min(calc(100% - 40px), var(--ds-blog-width));
		padding-block: 30px 52px;
	}

	.ds-blog-search-results > :first-child {
		margin-bottom: 24px;
	}

	.ds-blog-search-results > :first-child > :is(h1, h2) {
		font-size: 26px;
	}

	.ds-blog-search-results > :first-child > :first-child {
		font-size: 22px;
	}

	.ds-blog-search-again {
		margin-top: 28px;
		padding: 26px 20px;
	}

	.ds-blog-search-again__form .wp-block-search__label {
		font-size: 19px;
	}

	.ds-blog-search-again__form .wp-block-search__inside-wrapper {
		flex-direction: column;
	}

	.ds-blog-search-again__form .wp-block-search__button {
		width: 100%;
	}

	.ds-blog-search-empty {
		padding: 26px 20px;
	}

	.ds-blog-page-context {
		margin-bottom: 16px;
	}

	.ds-blog-not-archive-page-one .ds-blog-hero {
		min-height: 215px;
	}

	.ds-blog-not-archive-page-one .ds-blog-hero__inner {
		padding-block: 34px 40px;
	}

	.ds-blog-not-archive-page-one .ds-blog-hero__title {
		font-size: clamp(28px, 8.4vw, 34px);
	}

	.ds-blog-not-archive-page-one .ds-blog-hero__intro {
		margin-top: 12px;
		font-size: 14px;
	}

	.ds-blog-not-archive-page-one .ds-blog-controls {
		padding-block: 20px 16px;
	}

	.ds-blog-grid--related > .ds-blog-card:last-child:nth-child(odd) {
		grid-column: auto;
		width: 100%;
	}

	.ds-blog-related-articles {
		width: min(calc(100% - 32px), 640px);
		padding-block: 42px 50px;
	}

	.ds-blog-related-articles__heading {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.ds-blog-card__content {
		padding: 16px;
	}

	.ds-blog-card__title {
		font-size: 18px;
	}

	.ds-blog-card__excerpt {
		font-size: 13px;
	}

	.ds-blog-single {
		font-size: 15px;
	}

	.ds-blog-breadcrumbs,
	.ds-blog-article-header,
	.ds-blog-article-hero,
	.ds-blog-article-layout {
		width: min(calc(100% - 32px), 640px);
	}

	.ds-blog-breadcrumbs {
		padding-top: 16px;
		font-size: 11px;
	}

	.ds-blog-breadcrumbs li:last-child {
		flex-basis: 100%;
		max-width: 100%;
	}

	.ds-blog-article-header {
		padding-block: 36px 26px;
	}

	.ds-blog-article-header__title {
		font-size: clamp(30px, 9vw, 38px);
	}

	.ds-blog-article-header__deck {
		font-size: 15px;
	}

	.ds-blog-article-header__meta {
		flex-wrap: wrap;
		gap: 7px 9px;
	}

	.ds-blog-article-header__byline {
		flex-basis: 100%;
		justify-content: center;
	}

	.ds-blog-article-header__date::before {
		display: none;
	}

	.ds-blog-article-layout {
		padding-block: 34px 52px;
	}

	.ds-blog-single .ds-blog-article-layout__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.ds-blog-article-content {
		display: contents;
	}

	.ds-blog-article-layout__toc {
		order: 1;
		width: 100%;
		margin-bottom: 22px;
	}

	.ds-blog-takeaways {
		order: 2;
		width: 100%;
	}

	.ds-blog-article-content__body {
		display: contents;
	}

	.ds-blog-article-content__body > .dynamic-entry-content {
		order: 3;
		width: 100%;
	}

	.ds-blog-related-solutions {
		order: 4;
		width: 100%;
		margin-bottom: 28px;
	}

	.ds-blog-references {
		order: 5;
		width: 100%;
	}

	.ds-blog-author {
		order: 6;
		width: 100%;
	}

	.ds-blog-article-layout__toc,
	.ds-blog-toc {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.ds-blog-toc__toggle {
		cursor: pointer;
		margin: 0;
		padding: 14px 16px;
	}

	.ds-blog-toc {
		overflow: hidden;
		border: 1px solid var(--ds-blog-border);
		border-radius: var(--ds-blog-radius);
		background: #fff;
	}

	.ds-blog-toc__list {
		padding: 0 16px 14px;
	}

	.ds-blog-toc__toggle-icon::before {
		content: "\2212";
	}

	.ds-blog-toc.is-collapsed .ds-blog-toc__toggle-icon::before {
		content: "+";
	}

	.ds-blog-related-solution__description {
		display: none;
	}

	.ds-blog-takeaways {
		padding: 20px;
	}

	.ds-blog-takeaways__title {
		font-size: 20px;
	}

	.ds-blog-article-content__body h2 {
		font-size: 22px;
	}

	.ds-blog-article-content__body h3,
	.ds-blog-article-content__body h4 {
		font-size: 17px;
	}

	.ds-blog-article-content__body blockquote {
		padding-inline: 20px;
	}

	.ds-blog-related-solutions__list {
		grid-template-columns: 1fr;
	}

	.ds-blog-related-solution__image {
		height: 190px;
	}

	.ds-blog-author {
		padding: 16px;
	}

	.ds-blog-author .ds-blog-author__inner {
		align-items: flex-start;
		gap: 12px;
	}

	.ds-blog-author .ds-blog-author__image {
		width: 80px;
		height: 80px;
	}

	.ds-blog-author__name {
		font-size: 17px;
	}

	.ds-blog-author__bio {
		margin-top: 8px;
	}

	.ds-blog-article-cta {
		padding: 44px 20px;
	}

	.ds-blog-article-cta__heading {
		font-size: 26px;
	}

	.ds-blog-newsletter {
		padding: 40px 20px;
	}

	.ds-blog-newsletter__heading {
		font-size: 24px;
	}

	.ds-blog-global-cta {
		padding: 32px 20px 36px;
	}

	.ds-blog-global-cta__heading {
		font-size: 24px;
	}

	.ds-blog-global-cta__text {
		margin-bottom: 18px;
	}

	.ds-blog-newsletter__form .hs-form {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.ds-blog-newsletter__form .hs-button[type="submit"] {
		width: 100%;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form form.hs-form {
		grid-template-columns: 1fr;
		max-width: none;
		row-gap: 12px;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_email,
	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_submit,
	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hs_error_rollup {
		grid-column: 1;
		grid-row: auto;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form input.hs-button[type="submit"] {
		width: 100% !important;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Step__Content {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		row-gap: 12px;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Row:has(.hsfc-EmailField) {
		grid-column: 1;
		grid-row: 1;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-NavigationRow__Buttons {
		grid-column: 1;
		grid-row: 2;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form button.hsfc-Button {
		width: 100% !important;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-Row:has(.hsfc-RichText) {
		grid-column: 1;
		grid-row: 3;
	}

	.ds-blog-newsletter__form-wrap .ds-blog-hubspot-form .hsfc-NavigationRow__Alerts {
		grid-column: 1;
		grid-row: 4;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
}
