.swt-technical-article-page {
	--swt-article-navy: #12365b;
	--swt-article-navy-dark: #0a2744;
	--swt-article-teal: #14a39a;
	--swt-article-teal-dark: #0d817a;
	--swt-article-orange: #d96d22;
	--swt-article-text: #263746;
	--swt-article-muted: #63727f;
	--swt-article-border: #dce4e9;
	--swt-article-soft: #f3f7f9;
	--swt-article-blue-soft: #eaf3f8;
	--swt-article-warning-soft: #fff7ea;
	background: #fff;
}

.swt-technical-article-page .site-content > .ast-container {
	display: block;
	max-width: none;
	padding: 0;
}

.swt-technical-article,
.swt-technical-article * {
	box-sizing: border-box;
}

.swt-technical-article {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

#primary.swt-technical-article {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--swt-article-text);
	background: #fff;
}

.swt-article-shell {
	width: min(calc(100% - 48px), 1240px);
	margin-inline: auto;
}

.swt-article-hero {
	padding: 58px 0 48px;
	background: #fff;
	border-bottom: 1px solid var(--swt-article-border);
}

.swt-article-hero__inner {
	max-width: 1040px;
	margin-inline: auto;
}

.swt-article-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-bottom: 28px;
	color: #75838e;
	font-size: 13px;
	line-height: 1.5;
}

.swt-article-breadcrumbs a {
	color: #536b7c;
	text-decoration: none;
}

.swt-article-breadcrumbs a:hover,
.swt-article-breadcrumbs a:focus-visible {
	color: var(--swt-article-teal-dark);
}

.swt-article-breadcrumbs [aria-current="page"] {
	overflow: hidden;
	max-width: 46ch;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swt-article-category,
.swt-related-card__category,
.swt-final-cta__eyebrow,
.swt-article-section-heading > p,
.swt-diagnosis-card__label {
	color: var(--swt-article-teal-dark);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: uppercase;
}

.swt-article-category {
	display: inline-block;
	margin-bottom: 14px;
	text-decoration: none;
}

.swt-article-hero h1 {
	max-width: 980px;
	margin: 0;
	color: var(--swt-article-navy-dark);
	font-size: 56px;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.swt-article-hero__excerpt {
	max-width: 850px;
	margin: 20px 0 0;
	color: #516676;
	font-size: 20px;
	line-height: 1.65;
}

.swt-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-top: 22px;
	color: var(--swt-article-muted);
	font-size: 13px;
	line-height: 1.55;
}

.swt-article-featured {
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 0;
	background: var(--swt-article-soft);
	border: 1px solid var(--swt-article-border);
	border-radius: 6px;
}

.swt-article-featured__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #fff;
}

.swt-article-featured figcaption {
	padding: 12px 18px;
	color: var(--swt-article-muted);
	background: #fff;
	border-top: 1px solid var(--swt-article-border);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.swt-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 800px) minmax(280px, 300px);
	gap: 56px;
	justify-content: center;
	align-items: start;
	padding-top: 64px;
	padding-bottom: 76px;
}

.swt-article-main {
	min-width: 0;
}

.swt-article-section-heading {
	margin-bottom: 24px;
}

.swt-article-section-heading > p {
	margin: 0 0 7px;
}

.swt-article-section-heading h2,
.swt-key-takeaways h2,
.swt-article-related h2 {
	margin: 0;
	color: var(--swt-article-navy-dark);
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0;
}

.swt-diagnosis {
	margin-bottom: 32px;
}

.swt-diagnosis-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.swt-diagnosis-card {
	min-width: 0;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid var(--swt-article-border);
	border-top: 4px solid var(--swt-article-teal);
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(18, 54, 91, 0.07);
}

.swt-diagnosis-card__label {
	margin: 0 0 8px;
}

.swt-diagnosis-card h3 {
	margin: 0 0 16px;
	color: var(--swt-article-navy-dark);
	font-size: 19px;
	line-height: 1.35;
	letter-spacing: 0;
}

.swt-diagnosis-card p:not(.swt-diagnosis-card__label) {
	margin: 9px 0 0;
	color: #536572;
	font-size: 14px;
	line-height: 1.55;
}

.swt-diagnosis-card strong {
	color: var(--swt-article-text);
}

.swt-article-warning {
	margin: 0 0 42px;
	padding: 20px 22px;
	background: var(--swt-article-warning-soft);
	border: 1px solid #edd7af;
	border-left: 5px solid var(--swt-article-orange);
}

.swt-article-warning strong {
	display: block;
	margin-bottom: 5px;
	color: #7f4918;
	font-size: 14px;
	text-transform: uppercase;
}

.swt-article-warning p {
	margin: 0;
	color: #5c4b36;
	font-size: 16px;
	line-height: 1.65;
}

.swt-article-content,
.swt-technical-article .swt-article-content .ydt-tech-article {
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--swt-article-text);
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0;
}

.swt-article-content > :first-child,
.swt-technical-article .swt-article-content .ydt-tech-article > :first-child {
	margin-top: 0;
}

.swt-article-content p,
.swt-article-content li,
.swt-technical-article .swt-article-content .ydt-tech-article p,
.swt-technical-article .swt-article-content .ydt-tech-article li {
	color: var(--swt-article-text);
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0;
}

.swt-article-content p,
.swt-technical-article .swt-article-content .ydt-tech-article p {
	margin: 0 0 22px;
}

.swt-article-content h2,
.swt-technical-article .swt-article-content .ydt-tech-article h2 {
	scroll-margin-top: 120px;
	margin: 58px 0 20px;
	color: var(--swt-article-navy-dark);
	font-size: 34px;
	line-height: 1.28;
	letter-spacing: 0;
}

.swt-article-content h3,
.swt-technical-article .swt-article-content .ydt-tech-article h3 {
	scroll-margin-top: 120px;
	margin: 40px 0 15px;
	color: var(--swt-article-navy);
	font-size: 26px;
	line-height: 1.35;
	letter-spacing: 0;
}

.swt-article-content h4,
.swt-technical-article .swt-article-content .ydt-tech-article h4 {
	margin: 30px 0 12px;
	color: #253d50;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0;
}

.swt-article-content ul,
.swt-article-content ol,
.swt-technical-article .swt-article-content .ydt-tech-article ul,
.swt-technical-article .swt-article-content .ydt-tech-article ol {
	margin: 0 0 26px;
	padding-left: 26px;
}

.swt-article-content li,
.swt-technical-article .swt-article-content .ydt-tech-article li {
	margin: 9px 0;
}

.swt-article-content strong,
.swt-technical-article .swt-article-content .ydt-tech-article strong {
	color: #172f42;
}

.swt-article-content a {
	color: var(--swt-article-teal-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.swt-article-content figure,
.swt-technical-article .swt-article-content .ydt-tech-article figure {
	margin: 38px 0 42px;
}

.swt-article-content figure img,
.swt-technical-article .swt-article-content .ydt-tech-article figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #fff;
	border: 1px solid var(--swt-article-border);
}

/* Calcium-carbonate article modules. Scoped to the post body only. */
.swt-technical-article .swt-calcium-article .swt-calcium-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 42px;
}

.swt-technical-article .swt-calcium-article .swt-calcium-card {
	min-width: 0;
	padding: 24px;
	background: #fff;
	border: 1px solid #cfe0ed;
	border-radius: 8px;
}

.swt-technical-article .swt-calcium-article .swt-calcium-card h3,
.swt-technical-article .swt-calcium-article .swt-calcium-card h4 {
	margin-top: 0;
	color: #12365b;
}

.swt-technical-article .swt-calcium-article .swt-calcium-card-grid--warnings .swt-calcium-card {
	border-top: 4px solid #d96d22;
}

.swt-technical-article .swt-calcium-article .swt-calcium-cta {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin: 48px 0 0;
}

.swt-technical-article .swt-calcium-article .swt-calcium-cta__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0e5a99;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	font-size: 18px;
	font-weight: 800;
}

.swt-technical-article .swt-calcium-article .swt-calcium-resources {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 42px 0 0;
	padding: 20px 22px;
	background: #f4f8fb;
	border: 1px solid #cfe0ed;
	border-radius: 8px;
}

.swt-technical-article .swt-calcium-article .swt-calcium-resources__title {
	width: 100%;
	margin: 0 0 4px;
	color: #12365b;
	font-size: 15px;
	font-weight: 700;
}

.swt-technical-article .swt-calcium-article .swt-calcium-resources a {
	color: #0e5a99;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.swt-technical-article .swt-calcium-article .swt-calcium-resources a:hover,
.swt-technical-article .swt-calcium-article .swt-calcium-resources a:focus-visible {
	color: #083f6e;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.swt-technical-article .swt-calcium-article .swt-calcium-card-grid {
		grid-template-columns: 1fr;
	}

	.swt-technical-article .swt-calcium-article .swt-calcium-card {
		padding: 20px;
	}

	.swt-technical-article .swt-calcium-article .swt-calcium-cta {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.swt-technical-article .swt-calcium-article .swt-calcium-cta__icon {
		width: 38px;
		height: 38px;
	}
}

.swt-article-content figcaption,
.swt-technical-article .swt-article-content .ydt-tech-article figcaption {
	margin: 10px auto 0;
	color: var(--swt-article-muted);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	margin: 34px 0 46px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--media-left {
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--media-left figure.ydt-screwwear-figure {
	order: -1;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--method4 {
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-lead {
	padding: 22px 24px;
	background: #f6f9fc;
	border: 1px solid #dbe6ef;
	border-radius: 8px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-lead p:last-child {
	margin-bottom: 0;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-mini-toc {
	margin: 30px 0 40px;
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #dbe6ef;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16, 48, 76, 0.06);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-mini-toc strong {
	display: block;
	margin-bottom: 12px;
	color: #0f2d47;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-mini-toc ol {
	margin-bottom: 0;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article figure.ydt-screwwear-figure {
	margin: 0;
	border: 1px solid var(--swt-article-border);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(16, 48, 76, 0.08);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article figure.ydt-screwwear-figure--wide {
	margin: 30px 0 42px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article figure.ydt-screwwear-figure img {
	width: 100%;
	height: auto;
	max-width: 100%;
	aspect-ratio: auto;
	object-fit: contain;
	background: #fff;
	border: 0;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-figure--wide img {
	width: 100%;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article figure.ydt-screwwear-figure figcaption {
	margin: 0;
	padding: 12px 16px;
	color: #52687b;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
	background: #f7fafc;
	border-top: 1px solid var(--swt-article-border);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-note {
	padding: 22px 24px;
	border-left: 4px solid #0e5a99;
	background: #f4f8fb;
	border-radius: 8px;
	margin: 26px 0;
	color: #17324a;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 42px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-card {
	padding: 22px 20px;
	background: #f7fafc;
	border: 1px solid #dbe6ef;
	border-radius: 8px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	border-radius: 8px;
	background: #0e5a99;
	color: #fff;
	font-weight: 800;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-card h3 {
	margin-top: 0;
	font-size: 18px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-cta {
	margin: 46px 0 12px;
	padding: 30px;
	background: #0f2d47;
	color: #fff;
	border-radius: 8px;
	display: grid;
	gap: 16px;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-cta h2,
.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-cta p {
	margin: 0;
	color: #fff;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-cta p {
	color: rgba(255, 255, 255, 0.88);
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 0 26px;
	border-radius: 8px;
	background: #0e5a99;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-button:hover {
	background: #0b4b80;
	color: #fff;
}

.postid-3667 .swt-article-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 54px 0 56px;
	background-color: #f4f8fb;
	background-image:
		linear-gradient(90deg, rgba(47, 111, 163, 0.035) 1px, transparent 1px),
		linear-gradient(rgba(47, 111, 163, 0.035) 1px, transparent 1px);
	background-size: 36px 36px;
	border-bottom-color: #d7e2ea;
}

.postid-3667 .swt-article-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1240px;
}

.postid-3667 .swt-article-breadcrumbs {
	margin-bottom: 22px;
	color: #647586;
	font-size: 13px;
}

.postid-3667 .swt-screwwear-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.95fr) minmax(260px, 0.7fr);
	gap: 38px;
	align-items: start;
}

.postid-3667 .swt-screwwear-hero-copy {
	position: relative;
	padding-left: 24px;
}

.postid-3667 .swt-screwwear-hero-copy::before {
	position: absolute;
	top: 3px;
	bottom: 4px;
	left: 0;
	width: 4px;
	border-radius: 2px;
	background: #2f6fa3;
	content: "";
}

.postid-3667 .swt-screwwear-category-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.postid-3667 .swt-screwwear-category-row .swt-article-category {
	margin: 0;
	padding: 5px 9px;
	color: #2f6fa3;
	background: #e8f1f8;
	border: 1px solid #d3e2ee;
	border-radius: 5px;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.postid-3667 .swt-article-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #102f50;
	font-size: clamp(44px, 3.55vw, 54px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.postid-3667 .swt-screwwear-hero-intro {
	max-width: 720px;
	margin-top: 26px;
}

.postid-3667 .swt-screwwear-hero-intro p {
	margin: 0 0 12px;
	color: #52697d;
	font-size: clamp(18px, 1.45vw, 20px);
	line-height: 1.7;
}

.postid-3667 .swt-screwwear-meta {
	gap: 24px;
	margin-top: 30px;
	color: #66798a;
	font-size: 14px;
	line-height: 1.45;
}

.postid-3667 .swt-screwwear-meta__item {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.postid-3667 .swt-screwwear-meta__item::before {
	display: inline-block;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border: 1.5px solid #6f8799;
	content: "";
}

.postid-3667 .swt-screwwear-meta__item--published::before {
	border-radius: 2px;
	box-shadow: inset 0 3px 0 #6f8799;
}

.postid-3667 .swt-screwwear-meta__item--reading::before {
	border-radius: 50%;
	background: linear-gradient(135deg, transparent 45%, #6f8799 46% 54%, transparent 55%);
}

.postid-3667 .swt-screwwear-meta__item--author::before {
	border-radius: 50% 50% 45% 45%;
	box-shadow: inset 0 -4px 0 rgba(111, 135, 153, 0.25);
}

.postid-3667 .swt-screwwear-hero-toc {
	position: relative;
	z-index: 1;
	padding: 20px 22px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #d4e1eb;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(28, 63, 94, 0.06);
}

.postid-3667 .swt-screwwear-hero-toc h2 {
	margin: 0 0 12px;
	color: #0f3769;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
}

.postid-3667 .swt-screwwear-hero-toc ol {
	margin: 0;
	padding-left: 20px;
}

.postid-3667 .swt-screwwear-hero-toc li {
	margin: 6px 0;
	color: #24384a;
	font-size: 13px;
	line-height: 1.45;
}

.postid-3667 .swt-screwwear-hero-toc .swt-article-toc__level-3 {
	margin-left: 12px;
	font-size: 12px;
}

.postid-3667 .swt-screwwear-hero-toc a {
	color: inherit;
	text-decoration: none;
}

.postid-3667 .swt-screwwear-hero-toc a:hover,
.postid-3667 .swt-screwwear-hero-toc a:focus-visible {
	color: #0e5a99;
}

.postid-3667 .swt-article-hero::after {
	position: absolute;
	top: 50%;
	right: -105px;
	width: 440px;
	height: 174px;
	border-top: 2px solid rgba(47, 111, 163, 0.11);
	border-bottom: 2px solid rgba(47, 111, 163, 0.11);
	background:
		repeating-linear-gradient(55deg, transparent 0 20px, rgba(47, 111, 163, 0.09) 21px 23px, transparent 24px 42px),
		linear-gradient(90deg, transparent 0 6%, rgba(47, 111, 163, 0.08) 6% 94%, transparent 94%);
	border-radius: 50%;
	transform: translateY(-39%) rotate(-9deg);
	content: "";
	pointer-events: none;
	z-index: 0;
}

.postid-3667 .swt-article-featured {
	display: none;
}

.postid-3667 .swt-article-layout {
	display: block;
	width: min(calc(100% - 48px), 1240px);
	padding-top: 44px;
	padding-bottom: 56px;
}

.postid-3667 .swt-article-main {
	width: 100%;
}

.postid-3667 .swt-article-content .ydt-screwwear-section {
	padding: 28px 0 32px;
	border-bottom: 1px solid #dce4eb;
}

.postid-3667 .swt-article-content .ydt-screwwear-section:first-child {
	padding-top: 0;
}

.postid-3667 .swt-article-content .ydt-screwwear-section > h2 {
	margin: 0 0 22px;
	color: #0f3769;
	font-size: 27px;
	line-height: 1.25;
}

.postid-3667 .swt-article-content .ydt-screwwear-method-intro {
	margin: 0 0 26px;
	color: #53677a;
	font-size: 16px;
}

.postid-3667 .swt-article-content .ydt-screwwear-grid {
	grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
	gap: 30px;
	align-items: start;
	margin: 0;
}

.postid-3667 .swt-article-content .ydt-screwwear-grid > div {
	min-width: 0;
}

.postid-3667 .swt-article-content .ydt-screwwear-grid h3 {
	margin: 0 0 8px;
	color: #123c73;
	font-size: 18px;
	line-height: 1.35;
}

.postid-3667 .swt-article-content .ydt-screwwear-grid p,
.postid-3667 .swt-article-content .ydt-screwwear-grid li {
	font-size: 15px;
	line-height: 1.62;
}

.postid-3667 .swt-article-content .ydt-screwwear-grid ul {
	margin: 8px 0 18px;
}

.postid-3667 .swt-article-content .ydt-screwwear-signal {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 10px;
	margin: 15px 0;
	align-items: start;
}

.postid-3667 .swt-article-content .ydt-screwwear-signal span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	background: #e3261b;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 800;
}

.postid-3667 .swt-article-content .ydt-screwwear-signal strong {
	display: block;
	color: #d62218;
	font-size: 15px;
}

.postid-3667 .swt-article-content .ydt-screwwear-signal p {
	margin: 2px 0 0;
}

.postid-3667 .swt-article-content figure.ydt-screwwear-figure {
	align-self: start;
	box-shadow: none;
	border-color: #b9d0e2;
	border-radius: 5px;
}

.postid-3667 .swt-article-content figure.ydt-screwwear-figure figcaption {
	padding: 8px 12px;
	font-size: 12px;
}

.postid-3667 .swt-article-content .ydt-screwwear-card-grid {
	gap: 12px;
	margin: 20px 0 0;
}

.postid-3667 .swt-article-content .ydt-screwwear-card {
	padding: 18px;
	border-color: #cdddea;
	border-radius: 5px;
}

.postid-3667 .swt-article-content .ydt-screwwear-card h3 {
	font-size: 16px;
}

.postid-3667 .swt-article-content .ydt-screwwear-card p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.55;
}

.postid-3667 .swt-article-content .ydt-screwwear-cta {
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	margin-top: 30px;
	padding: 20px 24px;
	background: #f4f8fc;
	border: 1px solid #cdddea;
	color: #0f3769;
}

.postid-3667 .swt-article-content .ydt-screwwear-cta::before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	color: #0e5a99;
	background: #fff;
	border: 2px solid #0e5a99;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 800;
}

.postid-3667 .swt-article-content .ydt-screwwear-cta h2,
.postid-3667 .swt-article-content .ydt-screwwear-cta p {
	color: #0f3769;
}

.postid-3667 .swt-article-content .ydt-screwwear-cta h2 {
	font-size: 22px;
}

.postid-3667 .swt-article-content .ydt-screwwear-cta p {
	margin-top: 5px;
	color: #53677a;
	font-size: 14px;
}

.swt-article-content blockquote {
	margin: 32px 0;
	padding: 22px 24px;
	background: var(--swt-article-blue-soft);
	border-left: 4px solid var(--swt-article-teal);
}

.swt-article-table-wrap {
	overflow-x: auto;
	max-width: 100%;
	margin: 30px 0;
	-webkit-overflow-scrolling: touch;
}

.swt-article-table-wrap table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.swt-article-table-wrap th,
.swt-article-table-wrap td {
	padding: 12px 14px;
	border: 1px solid var(--swt-article-border);
	text-align: left;
}

.swt-troubleshooting-step {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 22px;
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid var(--swt-article-border);
}

.swt-troubleshooting-step:last-of-type {
	border-bottom: 1px solid var(--swt-article-border);
}

.swt-troubleshooting-step__number {
	color: var(--swt-article-teal);
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.swt-troubleshooting-step__body {
	min-width: 0;
}

.swt-troubleshooting-step__body > h3:first-child {
	margin-top: 0;
}

.swt-troubleshooting-step__body > :last-child {
	margin-bottom: 0;
}

.swt-article-inline-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin: 38px 0;
	padding: 28px 30px;
	color: #fff;
	background: var(--swt-article-navy-dark);
	border-radius: 4px;
}

.swt-article-inline-cta p {
	margin: 5px 0 0;
	color: #d4e0e8;
	font-size: 15px;
	line-height: 1.6;
}

.swt-article-inline-cta .swt-article-inline-cta__title {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

.swt-article-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	color: #fff;
	background: var(--swt-article-teal-dark);
	border: 1px solid var(--swt-article-teal-dark);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.swt-article-button:hover,
.swt-article-button:focus-visible {
	color: #fff;
	background: var(--swt-article-teal);
	border-color: var(--swt-article-teal);
}

.swt-key-takeaways {
	margin-top: 58px;
	padding: 30px 32px;
	background: var(--swt-article-blue-soft);
	border: 1px solid #cee0e9;
}

.swt-key-takeaways h2 {
	font-size: 28px;
}

.swt-key-takeaways ul {
	margin: 18px 0 0;
	padding-left: 24px;
}

.swt-key-takeaways li {
	margin: 9px 0;
	color: #334b5d;
	font-size: 16px;
	line-height: 1.65;
}

.swt-article-sidebar {
	position: sticky;
	top: 110px;
}

.swt-article-toc,
.swt-article-help {
	background: #fff;
	border: 1px solid var(--swt-article-border);
	border-radius: 4px;
}

.swt-article-toc--desktop {
	padding: 22px 20px;
	border-top: 4px solid var(--swt-article-teal);
}

.swt-article-toc h2,
.swt-article-help h2 {
	margin: 0;
	color: var(--swt-article-navy-dark);
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0;
}

.swt-article-toc ol {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.swt-article-toc li {
	margin: 0;
}

.swt-article-toc a {
	display: block;
	padding: 6px 0;
	color: #5b6d7a;
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.swt-article-toc__level-3 a {
	padding-left: 14px;
	font-size: 12px;
}

.swt-article-toc a:hover,
.swt-article-toc a:focus-visible,
.swt-article-toc a[aria-current="true"] {
	color: var(--swt-article-teal-dark);
	font-weight: 700;
}

.swt-article-help {
	margin-top: 18px;
	padding: 22px 20px;
	background: var(--swt-article-soft);
}

.swt-article-help p {
	margin: 10px 0 16px;
	color: var(--swt-article-muted);
	font-size: 13px;
	line-height: 1.55;
}

.swt-article-help .swt-article-button {
	width: 100%;
}

.swt-article-toc--mobile {
	display: none;
}

.swt-article-related {
	padding: 66px 0;
	background: var(--swt-article-soft);
	border-top: 1px solid var(--swt-article-border);
}

.swt-article-related + .swt-article-related {
	padding-top: 0;
	border-top: 0;
}

.swt-article-related h2 {
	margin-bottom: 26px;
}

.swt-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.swt-related-grid--solutions {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swt-related-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--swt-article-border);
	border-radius: 5px;
}

.swt-related-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #e9eef1;
}

.swt-related-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.swt-related-card__media:hover .swt-related-card__image {
	transform: scale(1.025);
}

.swt-related-card__content {
	padding: 22px;
}

.swt-related-card__category {
	display: block;
	margin-bottom: 8px;
}

.swt-related-card h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.35;
	letter-spacing: 0;
}

.swt-related-card h3 a {
	color: var(--swt-article-navy-dark);
	text-decoration: none;
}

.swt-related-card p {
	margin: 12px 0 0;
	color: var(--swt-article-muted);
	font-size: 14px;
	line-height: 1.6;
}

.swt-related-card .swt-article-meta {
	margin-top: 13px;
	font-size: 12px;
}

.swt-article-text-link {
	display: inline-flex;
	gap: 7px;
	margin-top: 16px;
	color: var(--swt-article-teal-dark);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.swt-article-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding-top: 54px;
	padding-bottom: 54px;
}

.swt-article-navigation__item {
	display: block;
	min-height: 112px;
	padding: 22px 24px;
	color: var(--swt-article-navy-dark);
	background: #fff;
	border: 1px solid var(--swt-article-border);
	text-decoration: none;
}

.swt-article-navigation__item--next {
	text-align: right;
}

.swt-article-navigation__item span {
	display: block;
	margin-bottom: 8px;
	color: var(--swt-article-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.swt-article-navigation__item strong {
	display: block;
	font-size: 17px;
	line-height: 1.45;
}

.swt-article-navigation__item:hover,
.swt-article-navigation__item:focus-visible {
	border-color: var(--swt-article-teal);
}

.swt-final-cta {
	padding: 58px 0;
	color: #fff;
	background: var(--swt-article-navy-dark);
}

.swt-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
	align-items: center;
}

.swt-final-cta__eyebrow {
	margin: 0 0 8px;
	color: #62d4c7;
}

.swt-final-cta h2 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 1.28;
	letter-spacing: 0;
}

.swt-final-cta p:not(.swt-final-cta__eyebrow) {
	max-width: 760px;
	margin: 14px 0 0;
	color: #cbd8e1;
	font-size: 16px;
	line-height: 1.65;
}

.swt-technical-article a:focus-visible,
.swt-technical-article button:focus-visible,
.swt-technical-article summary:focus-visible {
	outline: 3px solid var(--swt-article-orange);
	outline-offset: 3px;
}

@media (max-width: 1399px) {
	body.swt-technical-article-page .ydt-contact-rail {
		top: auto !important;
		right: 10px !important;
		bottom: 10px !important;
		width: 50px !important;
		height: 50px !important;
		transform: none !important;
		border-radius: 6px !important;
		overflow: hidden !important;
	}

	body.swt-technical-article-page .ydt-contact-item {
		display: none !important;
	}

	body.swt-technical-article-page .ydt-contact-item.ydt-contact-wa {
		display: flex !important;
		width: 50px !important;
		height: 50px !important;
		border: 0 !important;
	}

	body.swt-technical-article-page .ydt-contact-label,
	body.swt-technical-article-page .ydt-contact-tip {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.swt-article-hero h1 {
		font-size: 42px;
	}

	.swt-article-hero__inner {
		max-width: none;
	}

	.swt-article-layout {
		display: block;
		max-width: 840px;
		padding-top: 48px;
	}

	.swt-article-sidebar {
		display: none;
	}

	.swt-article-toc--mobile {
		display: block;
		margin-bottom: 34px;
		border-top: 4px solid var(--swt-article-teal);
	}

	.swt-article-toc--mobile summary {
		min-height: 50px;
		padding: 14px 18px;
		color: var(--swt-article-navy-dark);
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
	}

	.swt-article-toc--mobile nav {
		padding: 0 18px 18px;
	}

	.swt-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid,
	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--media-left,
	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--method4 {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-card-grid {
		grid-template-columns: 1fr;
	}

	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-grid--media-left figure.ydt-screwwear-figure {
		order: 0;
	}

	.postid-3667 .swt-screwwear-hero-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.postid-3667 .swt-article-hero::after {
		opacity: 0.45;
		right: -220px;
	}

	.postid-3667 .swt-screwwear-hero-toc {
		position: static;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-cta {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.postid-3667 .swt-article-content .ydt-screwwear-cta .ydt-screwwear-button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.swt-article-shell {
		width: min(calc(100% - 32px), 1240px);
	}

	.swt-article-hero {
		padding: 38px 0 34px;
	}

	.swt-article-breadcrumbs {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.swt-article-breadcrumbs [aria-current="page"] {
		display: none;
	}

	.swt-article-hero h1 {
		font-size: 36px;
		line-height: 1.16;
	}

	.swt-article-hero__excerpt {
		margin-top: 16px;
		font-size: 17px;
	}

	.swt-article-meta {
		font-size: 12px;
	}

	.swt-article-featured {
		width: 100%;
		margin-top: 26px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.swt-article-layout {
		padding-top: 36px;
		padding-bottom: 54px;
	}

	.swt-article-section-heading h2,
	.swt-article-related h2 {
		font-size: 28px;
	}

	.swt-diagnosis-grid {
		grid-template-columns: 1fr;
	}

	.swt-diagnosis-card {
		padding: 20px;
	}

	.swt-article-content,
	.swt-technical-article .swt-article-content .ydt-tech-article,
	.swt-article-content p,
	.swt-article-content li,
	.swt-technical-article .swt-article-content .ydt-tech-article p,
	.swt-technical-article .swt-article-content .ydt-tech-article li {
		font-size: 17px;
		line-height: 1.75;
	}

	.swt-article-content h2,
	.swt-technical-article .swt-article-content .ydt-tech-article h2 {
		margin-top: 46px;
		font-size: 28px;
	}

	.swt-article-content h3,
	.swt-technical-article .swt-article-content .ydt-tech-article h3 {
		margin-top: 34px;
		font-size: 23px;
	}

	.swt-article-content h4,
	.swt-technical-article .swt-article-content .ydt-tech-article h4 {
		font-size: 19px;
	}

	.swt-troubleshooting-step {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 26px 0;
	}

	.swt-troubleshooting-step__number {
		font-size: 28px;
	}

	.swt-article-inline-cta {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.swt-article-inline-cta .swt-article-button {
		width: 100%;
	}

	.swt-key-takeaways {
		padding: 26px 24px;
	}

	.swt-article-related {
		padding: 50px 0;
	}

	.swt-related-grid,
	.swt-related-grid--solutions {
		grid-template-columns: 1fr;
	}

	.swt-article-navigation {
		grid-template-columns: 1fr;
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.swt-article-navigation__item--next {
		text-align: left;
	}

	.swt-final-cta {
		padding: 48px 0;
	}

	.swt-final-cta__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.swt-final-cta h2 {
		font-size: 28px;
	}

	.swt-final-cta .swt-article-button {
		width: 100%;
	}

	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-cta {
		padding: 24px 20px;
	}

	.postid-3667 .swt-technical-article .swt-article-content .ydt-tech-article.ydt-screwwear-article .ydt-screwwear-button {
		width: 100%;
	}

	.postid-3667 .swt-article-layout {
		width: min(calc(100% - 32px), 1240px);
		padding-top: 30px;
	}

	.postid-3667 .swt-article-hero {
		padding: 38px 0 40px;
	}

	.postid-3667 .swt-article-hero h1 {
		font-size: clamp(32px, 9.2vw, 38px);
		line-height: 1.15;
	}

	.postid-3667 .swt-screwwear-hero-intro p {
		font-size: 16px;
		line-height: 1.7;
	}

	.postid-3667 .swt-screwwear-hero-copy {
		padding-left: 18px;
	}

	.postid-3667 .swt-screwwear-category-row {
		margin-bottom: 18px;
	}

	.postid-3667 .swt-screwwear-meta {
		gap: 12px 20px;
		margin-top: 26px;
		font-size: 14px;
	}

	.postid-3667 .swt-article-hero::after {
		display: none;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-section {
		padding: 24px 0;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-section > h2 {
		font-size: 24px;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-cta {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.postid-3667 .swt-article-content .ydt-screwwear-cta::before {
		width: 46px;
		height: 46px;
		font-size: 24px;
	}
}

@media (max-width: 430px) {
	.swt-article-hero h1 {
		font-size: 32px;
	}

	.swt-article-hero__excerpt {
		font-size: 16px;
	}

	.swt-article-meta {
		align-items: flex-start;
	}

	.swt-troubleshooting-step {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px;
	}

	.swt-troubleshooting-step__number {
		font-size: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:has(.swt-technical-article) {
		scroll-behavior: auto;
	}

	.swt-related-card__image {
		transition: none;
	}
}
