.hwspd-single,
.hwspd-single * {
	box-sizing: border-box;
}

.hwspd-single {
	width: 100%;
	padding: 0 24px var(--hwspd-bottom);
	font-family: var(--hwspd-font);
	color: var(--hwspd-body-color);
}

.hwspd-layout {
	width: 100%;
	max-width: var(--hwspd-outer);
	margin: 0 auto;
}

.hwspd-layout--sidebar {
	display: grid;
	grid-template-columns: minmax(0, var(--hwspd-content)) minmax(220px, var(--hwspd-sidebar));
	gap: var(--hwspd-gap);
	align-items: start;
}

.hwspd-layout--left {
	grid-template-columns: minmax(220px, var(--hwspd-sidebar)) minmax(0, var(--hwspd-content));
}

.hwspd-layout--left .hwspd-article {
	grid-column: 2;
}

.hwspd-layout--left .hwspd-sidebar {
	grid-column: 1;
	grid-row: 1;
}

.hwspd-article {
	width: 100%;
	max-width: var(--hwspd-content);
	margin: 0 auto;
}

.hwspd-header {
	padding: var(--hwspd-top) 0 28px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e8e8e8;
}

.hwspd-title {
	margin: 0 0 10px;
	color: var(--hwspd-heading-color);
	font-family: var(--hwspd-font);
	font-size: var(--hwspd-h1);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.025em;
	word-break: keep-all;
}

.hwspd-date {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}

.hwspd-featured {
	margin: 0 0 48px;
}

.hwspd-featured img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: var(--hwspd-radius);
}

.hwspd-content {
	color: var(--hwspd-body-color);
	font-family: var(--hwspd-font);
	font-size: var(--hwspd-body-size);
	font-weight: 400;
	line-height: var(--hwspd-line-height);
	letter-spacing: -0.01em;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.hwspd-content p {
	margin: 0 0 var(--hwspd-paragraph);
	font: inherit;
	color: inherit;
}

.hwspd-content h2,
.hwspd-content h3,
.hwspd-content h4 {
	color: var(--hwspd-heading-color);
	font-family: var(--hwspd-font);
	font-weight: 700;
	letter-spacing: -0.025em;
	word-break: keep-all;
}

.hwspd-content h2 {
	margin: 2.2em 0 0.8em;
	font-size: var(--hwspd-h2);
	line-height: 1.35;
}

.hwspd-content h3 {
	margin: 1.8em 0 0.7em;
	font-size: var(--hwspd-h3);
	line-height: 1.4;
}

.hwspd-content h4 {
	margin: 1.6em 0 0.6em;
	font-size: 1.15em;
	line-height: 1.45;
}

.hwspd-content img,
.hwspd-content video,
.hwspd-content iframe {
	max-width: 100%;
}

.hwspd-content ul,
.hwspd-content ol {
	margin: 0 0 var(--hwspd-paragraph);
	padding-left: 1.4em;
}

.hwspd-content li {
	margin-bottom: 0.5em;
	line-height: var(--hwspd-line-height);
}

.hwspd-content blockquote {
	margin: 2em 0;
	padding: 20px 24px;
	border-left: 4px solid #555;
	background: #f7f7f7;
}

.hwspd-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 2em 0;
	overflow-x: auto;
	border-collapse: collapse;
}

.hwspd-content th,
.hwspd-content td {
	padding: 12px 14px;
	border: 1px solid #ddd;
}

.hwspd-contact {
	margin-top: 80px;
	padding: 32px;
	border: 1px solid #e3e7dc;
	border-radius: 12px;
	background: #f8faf5;
	text-align: center;
}

.hwspd-content .hwspd-contact--before-faq {
	margin-top: 36px;
	margin-bottom: 56px;
}

.hwspd-inline-thumbnail {
	margin: 64px 0;
}

.hwspd-inline-thumbnail a {
	display: block;
	border-radius: var(--hwspd-radius);
	overflow: hidden;
}

.hwspd-inline-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: var(--hwspd-radius);
	transition: transform 180ms ease, opacity 180ms ease;
}

.hwspd-inline-thumbnail a:hover img,
.hwspd-inline-thumbnail a:focus img {
	transform: scale(1.01);
	opacity: 0.94;
}

.hwspd-contact-title {
	margin: 0 0 10px;
	color: var(--hwspd-heading-color);
	font-family: var(--hwspd-font);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.hwspd-contact-text {
	margin: 0 0 24px;
	color: var(--hwspd-body-color);
	font-family: var(--hwspd-font);
	font-size: 16px;
	line-height: 1.7;
}

.hwspd-contact-image {
	display: block;
	margin: 0 0 24px;
	border-radius: var(--hwspd-radius);
	overflow: hidden;
}

.hwspd-contact-image img,
.hwspd-contact > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 24px;
	border-radius: var(--hwspd-radius);
}

.hwspd-contact-image img {
	margin: 0;
	transition: transform 180ms ease, opacity 180ms ease;
}

.hwspd-contact-image:hover img,
.hwspd-contact-image:focus img {
	transform: scale(1.01);
	opacity: 0.94;
}

.hwspd-contact-phone,
.hwspd-contact-phone:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 26px;
	border-radius: 999px;
	background: var(--hwspd-contact-accent);
	color: #1f2a16 !important;
	font-family: var(--hwspd-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
}

.hwspd-contact-phone:hover,
.hwspd-contact-phone:focus {
	filter: brightness(0.92);
	color: #111 !important;
	text-decoration: none !important;
}

.hwspd-contact-phone-wrap {
	margin: 8px 0 0;
	text-align: center;
}

.hwspd-sidebar {
	width: 100%;
	font-family: var(--hwspd-font);
}

.hwspd-widget {
	margin-bottom: 28px;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	background: #fff;
}

.hwspd-widget-title {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.hwspd-layout--sidebar {
		display: block;
	}

	.hwspd-sidebar {
		max-width: var(--hwspd-content);
		margin: 64px auto 0;
	}
}

@media (max-width: 767px) {
	.hwspd-single {
		padding: 0 20px 72px;
	}

	.hwspd-header {
		padding: var(--hwspd-mobile-top) 0 22px;
		margin-bottom: 26px;
	}

	.hwspd-title {
		font-size: clamp(28px, 8vw, var(--hwspd-h1));
	}

	.hwspd-featured {
		margin-bottom: 36px;
	}

	.hwspd-contact {
		margin-top: 56px;
		padding: 24px 18px;
	}

	.hwspd-inline-thumbnail {
		margin: 44px 0;
	}

	.hwspd-contact-title {
		font-size: 24px;
	}

	.hwspd-contact-phone {
		width: 100%;
	}

	.hwspd-content {
		font-size: var(--hwspd-mobile-size);
		line-height: max(1.65, var(--hwspd-line-height));
	}

	.hwspd-content h2 {
		font-size: clamp(24px, 7vw, var(--hwspd-h2));
	}

	.hwspd-content h3 {
		font-size: clamp(20px, 6vw, var(--hwspd-h3));
	}
}
