/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2026 | 02:40:36 */
/* =========================================================
   BLOG CONTENT WIDTH + TYPOGRAPHY
========================================================= */

.sw-blog-main {
	width: 100%;
	padding: 64px 24px 100px;
	box-sizing: border-box;
}

/* Match the overall width of the hero/header */
.sw-blog-content {
	width: min(1400px, calc(100vw - 48px));
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}

/* Full-width article sections */
.sw-blog-section {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 64px 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.10);
	scroll-margin-top: 110px;
}

.sw-blog-section:first-child {
	padding-top: 0;
}

.sw-blog-section:last-of-type {
	border-bottom: 0;
}

/* Keep text readable while allowing headings to use more width */
.sw-blog-copy {
	width: 100%;
	max-width: none;
	font-size: 18px;
	line-height: 1.72;
	color: #475467;
}

.sw-blog-copy p {
	max-width: 980px;
	margin: 0 0 24px;
}

/* =========================================================
   H2
========================================================= */

.sw-blog-heading {
	width: 100%;
	max-width: 1100px;
	margin: 0 0 30px;

	font-size: clamp(42px, 4.2vw, 64px)!important;
	line-height: 1.04;
	letter-spacing: -0.045em;
	font-weight: 700;
	color: #101828;
}

/* =========================================================
   H3
   Around 60% of H2 size
========================================================= */

.sw-blog-subheading {
	width: 100%;
	max-width: 1000px;
	margin: 44px 0 18px;

	font-size: clamp(26px, 2.6vw, 38px);
	line-height: 1.12;
	letter-spacing: -0.035em;
	font-weight: 700;
	color: #101828;
}

/* =========================================================
   BODY COPY
========================================================= */

.sw-blog-copy strong {
	color: #101828;
	font-weight: 700;
}

.sw-blog-copy a {
	color: #2457ff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sw-blog-lead {
	max-width: 980px;
	margin: 30px 0 !important;
	font-size: 24px;
	line-height: 1.5;
	color: #101828;
}

/* =========================================================
   LISTS
========================================================= */

.sw-blog-list,
.sw-blog-copy ul,
.sw-blog-copy ol {
	max-width: 980px;
	margin: 26px 0 32px;
}

.sw-blog-list,
.sw-blog-copy ul {
	padding: 0;
	list-style: none;
}

.sw-blog-list li,
.sw-blog-copy ul li {
	position: relative;
	margin: 0 0 14px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 1.6;
	color: #344054;
}

.sw-blog-list li::before,
.sw-blog-copy ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 0.7em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2457ff;
}

/* =========================================================
   CALLOUTS
========================================================= */

.sw-blog-highlight,
.sw-blog-example,
.sw-blog-copy blockquote {
	max-width: 980px;
}

.sw-blog-highlight {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 36px 0;
	padding: 28px 32px;
	box-sizing: border-box;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 16px;
	background: #f8fafc;
}

.sw-blog-highlight strong {
	flex: 0 0 auto;
	font-size: clamp(32px, 4vw, 44px);
	line-height: 1;
	letter-spacing: -0.045em;
	color: #101828;
}

.sw-blog-highlight span {
	font-size: 17px;
	line-height: 1.5;
	color: #667085;
}

.sw-blog-example,
.sw-blog-copy blockquote {
	margin: 34px 0;
	padding: 30px 34px;
	box-sizing: border-box;
	border-left: 4px solid #2457ff;
	border-radius: 0 14px 14px 0;
	background: #f8fafc;
}

/* =========================================================
   CTA WIDTH
========================================================= */

.sw-blog-footer {
	width: 100%;
	max-width: none;
	margin: 30px 0 0;
}

.sw-blog-cta {
	max-width: 1100px;
	padding: 44px;
	border-radius: 18px;
	background: #101828;
	color: #fff;
}

.sw-blog-cta {
	max-width: 1100px;
	padding: 44px;
	border-radius: 18px;
	background: #101828;
	color: #fff !important;
}

.sw-blog-cta p {
	max-width: 760px;
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.65;
	color: #fff !important;
}

.sw-blog-cta p:last-child {
	margin-bottom: 0;
}

.sw-blog-cta strong {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #fff !important;
}

.sw-blog-cta a {
	color: #fff !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

	.sw-blog-content {
		width: min(100%, calc(100vw - 40px));
	}

	.sw-blog-section {
		padding: 52px 0;
	}

	.sw-blog-heading {
		font-size: clamp(36px, 6vw, 52px);
	}

	.sw-blog-subheading {
		font-size: clamp(24px, 4vw, 32px);
	}
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

	.sw-blog-main {
		padding: 40px 20px 64px;
	}

	.sw-blog-content {
		width: 100%;
	}

	.sw-blog-section {
		padding: 42px 0;
	}

	.sw-blog-heading {
		margin-bottom: 22px;
		font-size: 34px;
		line-height: 1.08;
	}

	.sw-blog-subheading {
		margin-top: 34px;
		font-size: 22px;
		line-height: 1.15;
	}

	.sw-blog-copy {
		font-size: 17px;
		line-height: 1.68;
	}

	.sw-blog-copy p {
		max-width: none;
	}

	.sw-blog-list li,
	.sw-blog-copy ul li {
		font-size: 17px;
	}

	.sw-blog-lead {
		font-size: 21px;
	}

	.sw-blog-highlight {
		display: block;
		padding: 24px;
	}

	.sw-blog-highlight strong {
		display: block;
		margin-bottom: 10px;
	}
}