.swtc-page {
	--swtc-navy: #10213d;
	--swtc-ink: #263854;
	--swtc-muted: #6f7f96;
	--swtc-line: #dce8f0;
	--swtc-soft: #f6fbfd;
	--swtc-sky: #eaf8ff;
	--swtc-teal: #078fa5;
	--swtc-teal-dark: #027f98;
	--swtc-green: #16a780;
	--swtc-amber: #d89321;
	--swtc-red: #d84a56;
	--swtc-shadow: 0 18px 46px rgba(16, 33, 61, .08);
	color: var(--swtc-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.8;
}

.swtc-page *,
.swtc-inline-article-cta * {
	box-sizing: border-box;
}

.swtc-wrap {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.swtc-icon {
	display: inline-grid;
	width: 1.1em;
	height: 1.1em;
	place-items: center;
	vertical-align: -.14em;
}

.swtc-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.swtc-hero {
	padding: clamp(48px, 7vw, 86px) 0 36px;
	background:
		linear-gradient(135deg, rgba(234, 248, 255, .88), rgba(255, 255, 255, .98) 45%, rgba(241, 251, 247, .92)),
		radial-gradient(circle at 78% 22%, rgba(22, 167, 128, .15), transparent 34%);
	border-bottom: 1px solid var(--swtc-line);
}

.swtc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: 34px;
	align-items: center;
}

.swtc-eyebrow {
	margin: 0 0 10px;
	color: var(--swtc-teal);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.swtc-hero h1,
.swtc-section-head h2,
.swtc-single-head h1,
.swtc-question-box h2,
.swtc-answer-box h2,
.swtc-related h2,
.swtc-side-card h2,
.swtc-business-cta h2,
.swtc-consult-cta h2 {
	margin: 0;
	color: var(--swtc-navy);
	font-weight: 950;
	letter-spacing: 0;
}

.swtc-hero h1 {
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.16;
	max-width: 760px;
}

.swtc-lead {
	max-width: 720px;
	margin: 18px 0 0;
	color: #52677f;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 700;
}

.swtc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.swtc-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	padding: 0 18px;
	text-decoration: none !important;
	font-weight: 900;
	line-height: 1.2;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.swtc-button:hover {
	transform: translateY(-1px);
}

.swtc-button-primary {
	background: linear-gradient(180deg, #079ab3, #078aa3);
	border-color: #078aa3;
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(7, 143, 165, .22);
}

.swtc-button-primary:hover {
	background: linear-gradient(180deg, #078fa5, #067d92);
	color: #fff !important;
}

.swtc-button-ghost {
	background: #fff;
	color: var(--swtc-navy) !important;
}

.swtc-button-ghost:hover {
	border-color: #9bd3df;
	color: var(--swtc-teal) !important;
}

.swtc-hero-card {
	border: 1px solid rgba(7, 143, 165, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .9);
	box-shadow: var(--swtc-shadow);
	padding: 26px;
}

.swtc-hero-metric {
	display: grid;
	gap: 4px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--swtc-line);
}

.swtc-hero-metric strong {
	color: var(--swtc-navy);
	font-size: 48px;
	font-weight: 950;
	line-height: 1;
}

.swtc-hero-metric span,
.swtc-hero-list span {
	color: #4f647c;
	font-weight: 850;
}

.swtc-hero-list {
	display: grid;
	gap: 12px;
}

.swtc-hero-list span {
	display: flex;
	align-items: center;
	gap: 9px;
}

.swtc-hero-list .swtc-icon {
	color: var(--swtc-teal);
}

.swtc-search-panel {
	margin-top: 32px;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--swtc-shadow);
	padding: 18px;
}

.swtc-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.swtc-search-form label,
.swtc-field {
	display: grid;
	gap: 7px;
	color: var(--swtc-navy);
	font-weight: 900;
}

.swtc-search-form input,
.swtc-submit-form input,
.swtc-submit-form select,
.swtc-submit-form textarea {
	width: 100%;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	color: var(--swtc-ink);
	box-shadow: none;
	font: inherit;
	font-weight: 700;
}

.swtc-search-form input {
	min-height: 48px;
	padding: 0 14px;
}

.swtc-search-form input:focus,
.swtc-submit-form input:focus,
.swtc-submit-form select:focus,
.swtc-submit-form textarea:focus {
	outline: 3px solid rgba(7, 143, 165, .16);
	border-color: #69c3d0;
}

.swtc-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.swtc-topic-list a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid #e3edf4;
	border-radius: 999px;
	background: #f8fbfd;
	color: #40566f;
	padding: 0 13px;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 900;
}

.swtc-topic-list a:hover,
.swtc-topic-list a.is-active {
	border-color: #9bd3df;
	background: #eaf8ff;
	color: var(--swtc-teal);
}

.swtc-notice {
	margin-top: 20px;
	border: 1px solid #bde8d9;
	border-radius: 8px;
	background: #effbf7;
	color: #0d745b;
	padding: 14px 16px;
	font-weight: 900;
}

.swtc-submit-success {
	scroll-margin-top: 96px;
	margin: 0 0 20px;
	border-color: #a8e7d1;
	background: linear-gradient(135deg, #effbf7 0%, #fff 72%);
	box-shadow: 0 14px 30px rgba(16, 33, 61, .07);
	color: #0f4d43;
}

.swtc-submit-success:focus {
	outline: 3px solid rgba(7, 143, 165, .18);
	outline-offset: 3px;
}

.swtc-submit-success strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0c5c4f;
	font-size: 18px;
	line-height: 1.45;
}

.swtc-submit-success .swtc-icon {
	width: 22px;
	height: 22px;
	color: #16a579;
}

.swtc-submit-success p {
	margin: 7px 0 0;
	color: #426172;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.75;
}

.swtc-grid-section,
.swtc-submit {
	padding: clamp(34px, 6vw, 66px) 0;
}

.swtc-section-head {
	margin-bottom: 22px;
}

.swtc-section-head h2 {
	font-size: clamp(25px, 3.2vw, 38px);
	line-height: 1.28;
}

.swtc-section-head p {
	max-width: 820px;
	margin: 10px 0 0;
	color: var(--swtc-muted);
	font-weight: 700;
}

.swtc-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.swtc-card-grid-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swtc-card {
	display: flex;
	min-height: 280px;
	flex-direction: column;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 33, 61, .055);
	padding: 18px;
}

.swtc-card-top,
.swtc-card-foot,
.swtc-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.swtc-card h3 {
	margin: 14px 0 10px;
	font-size: 18px;
	line-height: 1.48;
	font-weight: 950;
	letter-spacing: 0;
}

.swtc-card h3 a {
	color: var(--swtc-navy);
	text-decoration: none !important;
}

.swtc-card h3 a:hover {
	color: var(--swtc-teal);
}

.swtc-card p {
	margin: 0;
	color: #51647c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.swtc-card-foot {
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
	color: #60758e;
	font-size: 12px;
	font-weight: 900;
}

.swtc-card-foot span {
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.swtc-card-foot a {
	color: inherit;
	text-decoration: none !important;
}

.swtc-status,
.swtc-ai-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	border-radius: 999px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 950;
}

.swtc-status-answered,
.swtc-status-resolved {
	background: #e8fbf6;
	color: #0b8064;
}

.swtc-status-unanswered {
	background: #fff5df;
	color: #936100;
}

.swtc-status-needs-paid {
	background: #fff0f2;
	color: #b6293b;
}

.swtc-ai-badge {
	background: #eef5ff;
	color: #256eaa;
}

.swtc-empty {
	grid-column: 1 / -1;
	border: 1px dashed var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	padding: 24px;
	color: var(--swtc-muted);
	font-weight: 800;
}

.swtc-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 26px;
}

.swtc-pagination a,
.swtc-pagination span {
	display: inline-grid;
	min-width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	color: var(--swtc-navy);
	text-decoration: none !important;
	font-weight: 900;
}

.swtc-pagination .current {
	border-color: #8ad1dc;
	background: #eaf8ff;
	color: var(--swtc-teal);
}

.swtc-business-cta,
.swtc-consult-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	border: 1px solid #cfe5ee;
	border-radius: 8px;
	background: linear-gradient(135deg, #f6fcff, #fff 56%, #f4fbf8);
	box-shadow: var(--swtc-shadow);
	padding: clamp(22px, 4vw, 34px);
}

.swtc-business-cta p,
.swtc-consult-cta p {
	margin: 8px 0 0;
	color: #52677f;
	font-weight: 750;
}

.swtc-submit-form {
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--swtc-shadow);
	padding: clamp(18px, 4vw, 28px);
}

.swtc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.swtc-field-full {
	grid-column: 1 / -1;
}

.swtc-field span,
.swtc-search-form label span {
	font-size: 14px;
}

.swtc-field small {
	display: block;
	margin-top: -2px;
	color: #70849a;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.55;
}

.swtc-submit-form input,
.swtc-submit-form select {
	min-height: 46px;
	padding: 0 13px;
}

.swtc-submit-form textarea {
	min-height: 132px;
	padding: 12px 13px;
	resize: vertical;
}

.swtc-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.swtc-upload-box {
	display: grid;
	place-items: center;
	gap: 9px;
	min-height: 220px;
	border: 2px dashed #8fcfe0;
	border-radius: 8px;
	background: #f2f9fd;
	margin-top: 7px;
	padding: 20px;
	text-align: center;
	color: #57708a;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.swtc-upload-box input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.swtc-upload-box b {
	display: grid;
	gap: 8px;
	place-items: center;
	color: var(--swtc-navy);
	font-size: 17px;
	font-weight: 950;
}

.swtc-upload-box .swtc-icon {
	width: 46px;
	height: 46px;
	color: #2b8dc0;
}

.swtc-upload-box em {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	border-radius: 8px;
	background: #0787ad;
	color: #fff;
	padding: 0 20px;
	font-style: normal;
	font-weight: 950;
}

.swtc-upload-box small {
	color: #73849a;
	font-size: 12px;
	font-weight: 800;
}

.swtc-upload-box.is-dragging {
	border-color: var(--swtc-teal);
	background: #e6f8fd;
	box-shadow: inset 0 0 0 3px rgba(7, 143, 165, .12);
}

.swtc-file-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.swtc-file-list li {
	border-radius: 999px;
	background: #fff;
	color: #40566f;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 850;
}

.swtc-submit-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--swtc-line);
}

.swtc-submit-bottom p {
	margin: 0;
	color: var(--swtc-muted);
	font-size: 13px;
	font-weight: 750;
}

.swtc-single {
	padding: 38px 0 70px;
	background: linear-gradient(180deg, #f7fbfd 0, #fff 280px);
}

.swtc-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.swtc-single-main {
	min-width: 0;
}

.swtc-back-link {
	display: inline-flex;
	margin-bottom: 16px;
	color: var(--swtc-teal);
	text-decoration: none !important;
	font-weight: 900;
}

.swtc-single-head,
.swtc-question-box,
.swtc-answer-box,
.swtc-related,
.swtc-side-card {
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 33, 61, .055);
	padding: clamp(20px, 4vw, 30px);
}

.swtc-single-head h1 {
	margin-top: 14px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.28;
}

.swtc-meta-row {
	margin-top: 14px;
	color: var(--swtc-muted);
	font-size: 13px;
	font-weight: 850;
}

.swtc-meta-row a {
	color: var(--swtc-teal);
	text-decoration: none !important;
}

.swtc-ai-note {
	margin: 16px 0 0;
	border: 1px solid #d9e8f8;
	border-radius: 8px;
	background: #f4f9ff;
	color: #45627e;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 800;
}

.swtc-question-box,
.swtc-answer-box,
.swtc-related,
.swtc-consult-cta {
	margin-top: 18px;
}

.swtc-question-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 18px;
	border: 1px solid #cfe5ee;
	border-radius: 8px;
	background:
		linear-gradient(135deg, #f4fbff, #fff 58%, #f2fbf8);
	box-shadow: 0 12px 30px rgba(16, 33, 61, .055);
	padding: clamp(18px, 3vw, 24px);
}

.swtc-question-cta-bottom {
	margin-top: 20px;
}

.swtc-question-cta strong {
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--swtc-navy);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.45;
}

.swtc-question-cta strong .swtc-icon {
	color: var(--swtc-teal);
}

.swtc-question-cta p {
	margin: 8px 0 0;
	color: #52677f;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.75;
}

.swtc-question-box h2,
.swtc-answer-box h2,
.swtc-related h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 22px;
}

.swtc-content {
	color: #334a64;
	font-weight: 700;
}

.swtc-content p:first-child {
	margin-top: 0;
}

.swtc-check-list {
	margin-top: 18px;
	border: 1px solid #d8ecf1;
	border-radius: 8px;
	background: #f7fcfd;
	padding: 16px;
}

.swtc-check-list h3 {
	margin: 0 0 8px;
	color: var(--swtc-navy);
	font-size: 16px;
	font-weight: 950;
}

.swtc-check-list ul {
	margin: 0;
	padding-left: 1.2em;
}

.swtc-check-list li {
	margin: 4px 0;
	font-weight: 800;
}

.swtc-alert-box {
	margin-top: 16px;
	border-left: 4px solid var(--swtc-amber);
	border-radius: 8px;
	background: #fffaf0;
	padding: 13px 15px;
}

.swtc-alert-box strong {
	color: #8a5a00;
	font-weight: 950;
}

.swtc-alert-box p {
	margin: 6px 0 0;
	color: #5d4b25;
	font-weight: 800;
}

.swtc-helpful {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 18px;
	border: 1px solid var(--swtc-line);
	border-radius: 8px;
	background: #fff;
	padding: 14px;
}

.swtc-helpful-button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	gap: 7px;
	border: 1px solid #d8e7ef;
	border-radius: 8px;
	background: #fff;
	color: var(--swtc-teal);
	padding: 0 14px;
	cursor: pointer;
	font: inherit;
	font-weight: 950;
}

.swtc-helpful-button:hover,
.swtc-helpful-button.is-voted {
	border-color: #8fd1dc;
	background: #eaf8ff;
}

.swtc-helpful span {
	color: var(--swtc-muted);
	font-size: 13px;
	font-weight: 850;
}

.swtc-helpful b {
	color: var(--swtc-navy);
}

.swtc-single-side {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 14px;
}

.swtc-side-card h2 {
	font-size: 20px;
	line-height: 1.38;
}

.swtc-side-card p {
	margin: 10px 0 16px;
	color: var(--swtc-muted);
	font-weight: 750;
}

.swtc-side-card-soft {
	background: #f7fbfd;
}

.swtc-side-card-question {
	background: linear-gradient(135deg, #f4fbff, #fff 62%, #f2fbf8);
}

.swtc-inline-article-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin: 34px 0;
	border: 1px solid #cfe5ee;
	border-radius: 8px;
	background: linear-gradient(135deg, #f6fcff, #fff 60%, #f3fbf7);
	box-shadow: 0 12px 34px rgba(16, 33, 61, .07);
	padding: 18px;
}

.swtc-inline-article-cta strong {
	display: block;
	color: #10213d;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.4;
}

.swtc-inline-article-cta p {
	margin: 6px 0 0;
	color: #60758e;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.7;
}

.swtc-inline-article-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #078fa5;
	color: #fff !important;
	padding: 0 16px;
	text-decoration: none !important;
	font-weight: 950;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.swtc-hero-grid,
	.swtc-single-layout,
	.swtc-business-cta,
	.swtc-consult-cta {
		grid-template-columns: 1fr;
	}

	.swtc-card-grid,
	.swtc-card-grid-compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swtc-single-side {
		position: static;
	}
}

@media (max-width: 680px) {
	.swtc-wrap {
		width: min(100% - 22px, 1120px);
	}

	.swtc-hero {
		padding-top: 38px;
	}

	.swtc-search-form,
	.swtc-form-grid,
	.swtc-submit-bottom,
	.swtc-question-cta,
	.swtc-card-grid,
	.swtc-card-grid-compact,
	.swtc-inline-article-cta {
		grid-template-columns: 1fr;
	}

	.swtc-button,
	.swtc-inline-article-button,
	.swtc-submit-bottom .swtc-button {
		width: 100%;
	}

	.swtc-upload-box {
		min-height: 190px;
	}

	.swtc-card {
		min-height: 0;
	}
}

body.swtc-screen #content.l-content,
body.swtc-screen #content,
.swtc-screen #content.l-content,
.swtc-screen #content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}

body.swtc-screen #main_content.swtc-theme-main,
body.swtc-screen .swtc-theme-main,
.swtc-screen #main_content.swtc-theme-main,
.swtc-screen .swtc-theme-main,
.swtc-screen .l-mainContent {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.swtc-screen #main_content .l-mainContent__inner,
.swtc-screen #main_content .l-mainContent__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.swtc-screen #sidebar,
body.swtc-screen .l-sidebar,
.swtc-screen #sidebar,
.swtc-screen .l-sidebar {
	display: none !important;
}

.swtc-archive {
	min-height: 100vh;
	padding: 26px 0 74px;
	background:
		linear-gradient(180deg, rgba(247, 251, 253, .74), #fff 320px),
		#fff;
	font-size: 15px;
}

.swtc-archive a {
	text-decoration: none !important;
}

.swtc-archive-shell {
	display: grid;
	width: min(1480px, calc(100% - 72px));
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr) 382px;
	gap: 28px;
	align-items: start;
}

.swtc-archive-main {
	min-width: 0;
}

.swtc-archive .swtc-hero {
	position: relative;
	overflow: hidden;
	padding: 26px 0 24px;
	border: 0;
	background: transparent;
}

.swtc-archive .swtc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 30px;
	align-items: center;
}

.swtc-hero-copy h1 {
	margin: 0;
	color: #071936;
	font-size: clamp(34px, 3.5vw, 50px);
	font-weight: 950;
	line-height: 1.18;
	letter-spacing: 0;
}

.swtc-archive .swtc-lead {
	max-width: 760px;
	margin: 14px 0 0;
	color: #0f345d;
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: 650;
	line-height: 1.75;
}

.swtc-hero-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.swtc-hero-features div {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 12px;
	align-items: center;
}

.swtc-hero-features div > span {
	display: grid;
	width: 44px;
	height: 44px;
	grid-row: span 2;
	place-items: center;
	border-radius: 50%;
	background: #dff5f8;
	color: #075a83;
}

.swtc-hero-features strong {
	color: #08213f;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.25;
}

.swtc-hero-features small {
	display: block;
	margin-top: 2px;
	color: #44617f;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

.swtc-hero-visual {
	position: relative;
	min-height: 186px;
}

.swtc-hero-visual::before,
.swtc-hero-visual::after {
	position: absolute;
	z-index: 0;
	color: #f2bb56;
	font-size: 28px;
	font-weight: 950;
	content: "✦";
}

.swtc-hero-visual::before {
	top: 18%;
	left: 4%;
	color: #1a90b2;
}

.swtc-hero-visual::after {
	right: 4%;
	bottom: 25%;
}

.swtc-hero-visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: min(100%, 390px);
	margin-left: auto;
	object-fit: contain;
	filter: drop-shadow(0 16px 24px rgba(8, 32, 62, .10));
}

.swtc-archive .swtc-search-panel {
	margin: 14px 0 0;
	border: 1px solid #d7e5ef;
	border-radius: 10px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 42px rgba(8, 32, 62, .06);
	padding: 22px;
}

.swtc-search-panel h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: #08213f;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.swtc-archive .swtc-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 102px;
	gap: 12px;
	align-items: center;
}

.swtc-archive .swtc-search-form input[type="search"] {
	min-height: 44px;
	border-color: #d9e6ef;
	border-radius: 6px;
	padding: 0 14px;
	color: #17314f;
	font-size: 14px;
	font-weight: 650;
}

.swtc-archive .swtc-search-form input::placeholder {
	color: #8b9aac;
}

.swtc-archive .swtc-button-primary {
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #0786a8, #09a6b6);
	box-shadow: 0 12px 24px rgba(7, 143, 165, .20);
	font-size: 14px;
}

.swtc-keywords {
	margin-top: 20px;
}

.swtc-keywords > span {
	display: block;
	margin-bottom: 10px;
	color: #183958;
	font-size: 13px;
	font-weight: 900;
}

.swtc-keywords div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.swtc-keywords a,
.swtc-row-tags span {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	border-radius: 999px;
	background: #edf4f8;
	color: #164262;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
}

.swtc-board {
	margin-top: 34px;
}

.swtc-board-head {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
}

.swtc-board-head h2 {
	margin: 0;
	color: #08213f;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.swtc-board-sort select {
	min-width: 180px;
	min-height: 42px;
	border: 1px solid #d8e5ef;
	border-radius: 7px;
	background: #fff;
	color: #1c3856;
	padding: 0 12px;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
}

.swtc-board-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.swtc-board-tabs a {
	display: inline-flex;
	min-width: 78px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #143757;
	padding: 0 14px;
	font-size: 13px;
	font-weight: 900;
}

.swtc-board-tabs a.is-active {
	background: #073b64;
	color: #fff;
}

.swtc-board-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 224px;
	gap: 14px;
}

.swtc-question-list,
.swtc-ai-panel,
.swtc-side-panel,
.swtc-side-cta-dark {
	border: 1px solid #d9e5ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 32, 62, .055);
}

.swtc-question-list {
	overflow: hidden;
}

.swtc-question-row {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 122px 188px;
	gap: 14px;
	align-items: center;
	min-height: 88px;
	border-bottom: 1px solid #e3edf3;
	padding: 15px 18px;
}

.swtc-row-icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: #e3f5f7;
	color: #075a83;
}

.swtc-row-icon-lock {
	background: #dff4ec;
	color: #1f8a68;
}

.swtc-row-icon-palette {
	background: #e5fbf8;
	color: #05718a;
}

.swtc-row-icon-mail,
.swtc-row-icon-plugin {
	background: #eef4fb;
	color: #0f5a84;
}

.swtc-row-icon .swtc-icon {
	width: 24px;
	height: 24px;
}

.swtc-row-body h3 {
	margin: 0;
	color: #0b2442;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.45;
	letter-spacing: 0;
}

.swtc-row-body h3 a {
	color: inherit;
}

.swtc-row-body h3 a:hover {
	color: #078fa5;
}

.swtc-row-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 7px;
}

.swtc-archive .swtc-status {
	min-height: 30px;
	justify-content: center;
	padding: 4px 12px;
	font-size: 12px;
}

.swtc-row-meta {
	display: flex;
	justify-content: flex-end;
	gap: 13px;
	color: #375571;
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.swtc-row-meta span {
	display: inline-flex;
	gap: 5px;
	align-items: center;
}

.swtc-board-more {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	margin: 12px;
	border: 1px solid #d8e5ef;
	border-radius: 5px;
	color: #0b3458;
	font-size: 13px;
	font-weight: 900;
}

.swtc-board-more span,
.swtc-ai-more span,
.swtc-side-cta-button span,
.swtc-guide-panel a span,
.swtc-side-all span {
	margin-left: 8px;
}

.swtc-ai-panel {
	padding: 14px;
}

.swtc-ai-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.swtc-ai-panel h3 {
	margin: 0;
	color: #083557;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.35;
}

.swtc-ai-mini {
	display: grid;
	gap: 7px;
	border: 1px solid #e1ebf2;
	border-radius: 6px;
	background: #fff;
	padding: 12px;
}

.swtc-ai-mini + .swtc-ai-mini {
	margin-top: 8px;
}

.swtc-ai-mini strong {
	display: flex;
	gap: 7px;
	align-items: flex-start;
	color: #0b2b4b;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.6;
}

.swtc-ai-mini small {
	width: fit-content;
	border-radius: 999px;
	background: #f0f6fa;
	color: #55708a;
	padding: 2px 8px;
	font-size: 10px;
	font-weight: 850;
}

.swtc-ai-more {
	display: block;
	margin-top: 14px;
	color: #075a83;
	font-size: 12px;
	font-weight: 950;
}

.swtc-archive-sidebar {
	position: static;
	display: grid;
	gap: 14px;
	padding-top: 30px;
}

.swtc-side-cta-dark {
	position: relative;
	overflow: hidden;
	border-color: #0f4164;
	background:
		radial-gradient(circle at 90% 15%, rgba(12, 154, 190, .28), transparent 34%),
		linear-gradient(135deg, #071b34, #06395d);
	color: #fff;
	padding: 28px 24px;
}

.swtc-side-cta-dark h2,
.swtc-side-panel h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 950;
	line-height: 1.35;
	letter-spacing: 0;
}

.swtc-side-cta-dark p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.8;
}

.swtc-side-cta-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 24px;
}

.swtc-side-cta-points span {
	display: grid;
	gap: 6px;
	justify-items: center;
	color: rgba(255, 255, 255, .9);
	font-size: 11px;
	font-weight: 850;
	text-align: center;
	line-height: 1.35;
}

.swtc-side-cta-points .swtc-icon {
	color: #b9eef7;
}

.swtc-side-cta-button {
	display: flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	border-radius: 5px;
	background: #fff;
	color: #09223f !important;
	font-size: 14px;
	font-weight: 950;
}

.swtc-side-panel {
	padding: 20px;
}

.swtc-side-panel p {
	margin: 8px 0 0;
	color: #49637d;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.7;
}

.swtc-saved-panel[hidden] {
	display: none !important;
}

.swtc-saved-list {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.swtc-saved-list a {
	display: flex;
	align-items: center;
	min-height: 38px;
	border: 1px solid #e0eaf1;
	border-radius: 6px;
	background: #fff;
	color: #153553;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.45;
}

.swtc-saved-list a:hover {
	border-color: #9bd3df;
	background: #eaf8ff;
	color: var(--swtc-teal);
}

.swtc-saved-clear {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	border: 1px solid #d8e5ef;
	border-radius: 5px;
	background: #fff;
	color: #506982;
	padding: 0 12px;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
}

.swtc-guide-panel a,
.swtc-side-all {
	display: flex;
	align-items: center;
	margin-top: 14px;
	color: #075a83;
	font-size: 13px;
	font-weight: 950;
}

.swtc-guide-panel a {
	gap: 8px;
}

.swtc-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.swtc-stats-grid div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 2px 10px;
	align-items: center;
	padding: 14px 8px;
}

.swtc-stats-grid div:nth-child(odd) {
	border-right: 1px solid #e0eaf1;
}

.swtc-stats-grid div:nth-child(-n+2) {
	border-bottom: 1px solid #e0eaf1;
}

.swtc-stats-grid .swtc-icon {
	width: 32px;
	height: 32px;
	grid-row: span 2;
	color: #075a83;
}

.swtc-stats-grid strong {
	color: #09223f;
	font-size: 22px;
	font-weight: 950;
	line-height: 1;
}

.swtc-stats-grid span {
	color: #425d78;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.35;
}

.swtc-side-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.swtc-side-categories a {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 5px 8px;
	align-items: center;
	min-height: 46px;
	border: 1px solid #e0eaf1;
	border-radius: 6px;
	color: #153553;
	padding: 8px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.35;
}

.swtc-side-categories small {
	grid-column: 2;
	color: #6a7f94;
	font-size: 10px;
	font-weight: 800;
}

.swtc-archive > .swtc-wrap {
	width: min(1120px, calc(100% - 72px));
	margin-top: 38px;
}

.swtc-archive .swtc-business-cta {
	margin-top: 44px;
}

@media (max-width: 1180px) {
	.swtc-archive-shell {
		width: min(100% - 36px, 1040px);
		grid-template-columns: 1fr;
	}

	.swtc-archive-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 0;
	}

	.swtc-side-cta-dark {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.swtc-archive .swtc-hero-grid,
	.swtc-board-layout {
		grid-template-columns: 1fr;
	}

	.swtc-hero-visual {
		order: -1;
		min-height: 0;
	}

	.swtc-hero-visual img {
		width: min(100%, 320px);
		margin: 0 auto;
	}

	.swtc-question-row {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.swtc-row-status,
	.swtc-row-meta {
		grid-column: 2;
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.swtc-archive {
		padding-top: 14px;
	}

	.swtc-archive-shell,
	.swtc-archive > .swtc-wrap {
		width: min(100% - 22px, 1120px);
	}

	.swtc-hero-copy h1 {
		font-size: 34px;
	}

	.swtc-hero-features,
	.swtc-archive-sidebar,
	.swtc-side-cta-points,
	.swtc-stats-grid,
	.swtc-side-categories,
	.swtc-archive .swtc-search-form {
		grid-template-columns: 1fr;
	}

	.swtc-hero-features {
		gap: 14px;
	}

	.swtc-board-head {
		display: grid;
	}

	.swtc-board-sort select {
		width: 100%;
	}

	.swtc-row-meta {
		flex-wrap: wrap;
	}

	.swtc-stats-grid div,
	.swtc-stats-grid div:nth-child(odd),
	.swtc-stats-grid div:nth-child(-n+2) {
		border-right: 0;
		border-bottom: 1px solid #e0eaf1;
	}
}

/* Detail page redesign */
.swtc-single {
	padding: 22px 0 72px;
	background:
		linear-gradient(180deg, rgba(247, 251, 253, .82), #fff 260px),
		#fff;
	font-size: 15px;
}

.swtc-single-breadcrumbs {
	display: flex;
	width: min(1320px, calc(100% - 72px));
	margin: 0 auto 22px;
	gap: 9px;
	align-items: center;
	color: #536c88;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.swtc-single-breadcrumbs a,
.swtc-single-breadcrumbs span {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	min-width: 0;
	color: inherit;
}

.swtc-single-breadcrumbs a:hover {
	color: var(--swtc-teal);
}

.swtc-single-layout {
	display: grid;
	width: min(1320px, calc(100% - 72px));
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr) 354px;
	gap: 34px;
	align-items: start;
}

.swtc-single-main {
	min-width: 0;
}

.swtc-single-head {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.swtc-single-head .swtc-status {
	min-height: 26px;
	border: 1px solid #9fe8cc;
	background: #e8fbf6;
	color: #0b8064;
	padding: 2px 11px;
	font-size: 12px;
}

.swtc-single-head h1 {
	max-width: 900px;
	margin: 14px 0 0;
	color: #071936;
	font-size: clamp(34px, 3.15vw, 48px);
	font-weight: 950;
	line-height: 1.2;
	letter-spacing: 0;
}

.swtc-single .swtc-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
	color: #395978;
	font-size: 13px;
	font-weight: 800;
}

.swtc-single .swtc-meta-row span,
.swtc-single .swtc-meta-row a {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: inherit;
}

.swtc-single .swtc-meta-row .swtc-icon {
	color: #0b5e8e;
}

.swtc-single .swtc-ai-note {
	margin-top: 16px;
	border-color: #d8e8f2;
	background: #f6fbfd;
	color: #47627e;
}

.swtc-single .swtc-question-cta {
	grid-template-columns: minmax(0, 1fr) 220px;
	margin-top: 22px;
	border-color: #cde5ef;
	border-radius: 7px;
	background: linear-gradient(135deg, #f7fcff, #fff 60%, #f2fbf8);
	box-shadow: 0 10px 24px rgba(8, 32, 62, .04);
	padding: 14px 18px;
}

.swtc-single .swtc-question-cta strong {
	font-size: 16px;
}

.swtc-single .swtc-question-cta p {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.6;
}

.swtc-single .swtc-question-cta .swtc-button {
	min-height: 42px;
	border-radius: 5px;
	white-space: nowrap;
}

.swtc-single .swtc-question-box,
.swtc-single .swtc-answer-box,
.swtc-single .swtc-related,
.swtc-single .swtc-helpful,
.swtc-single .swtc-side-card,
.swtc-single-consult-card {
	border: 1px solid #d8e5ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 32, 62, .045);
}

.swtc-single .swtc-question-box,
.swtc-single .swtc-answer-box {
	margin-top: 18px;
	padding: 22px;
}

.swtc-box-title-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-bottom: 14px;
}

.swtc-box-title-row h2 {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0;
	color: #0b2748;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.35;
}

.swtc-box-title-row h2 .swtc-icon {
	color: var(--swtc-teal);
}

.swtc-box-title-row > span {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: flex-end;
	color: #66809a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.swtc-support-name {
	color: #18395a;
	font-weight: 900;
}

.swtc-single .swtc-content {
	color: #263d58;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.85;
}

.swtc-single .swtc-content p {
	margin: 0 0 1.15em;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.swtc-single .swtc-content p:last-child {
	margin-bottom: 0;
}

.swtc-single .swtc-content h3 {
	margin: 14px 0 6px;
	color: #17314f;
	font-size: 14px;
	font-weight: 950;
}

.swtc-pr-disclosure {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 2px 0 18px;
	border: 1px solid #d8e9f1;
	border-radius: 8px;
	background: #f7fbfd;
	color: #52677f;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 780;
	line-height: 1.65;
}

.swtc-pr-disclosure .swtc-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: #078fa5;
}

.swtc-question-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.swtc-question-tags span {
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	border: 1px solid #d9e7ef;
	border-radius: 999px;
	background: #f8fbfd;
	color: #315f83;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
}

.swtc-single .swtc-check-list {
	margin-top: 18px;
	border: 0;
	border-top: 1px solid #d9e5ee;
	border-radius: 0;
	background: transparent;
	padding: 16px 0 0;
}

.swtc-single .swtc-check-list h3 {
	margin-bottom: 14px;
	font-size: 15px;
}

.swtc-single .swtc-check-list ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.swtc-single .swtc-check-list li {
	display: grid;
	grid-template-columns: 24px 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0;
	color: #263d58;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.65;
}

.swtc-step-number {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--swtc-teal);
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
}

.swtc-step-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: #eaf8ff;
	color: var(--swtc-teal);
}

.swtc-step-icon .swtc-icon {
	width: 18px;
	height: 18px;
}

.swtc-single .swtc-alert-box {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	border: 1px solid #bfe7f1;
	border-left: 4px solid var(--swtc-teal);
	background: #f3fbfe;
	color: #285570;
}

.swtc-single .swtc-alert-box strong {
	display: flex;
	gap: 7px;
	align-items: center;
	color: #075a83;
}

.swtc-single .swtc-helpful {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	margin-top: 18px;
	padding: 14px 18px;
}

.swtc-single .swtc-helpful > strong {
	color: #17314f;
	font-size: 14px;
	font-weight: 950;
}

.swtc-helpful-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.swtc-helpful-button,
.swtc-helpful-muted {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: 7px;
	border: 1px solid #d8e5ef;
	border-radius: 5px;
	background: #fff;
	color: #31506e;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none !important;
}

.swtc-helpful-muted {
	cursor: pointer;
	font: inherit;
}

.swtc-helpful-button {
	color: var(--swtc-teal);
	cursor: pointer;
}

.swtc-helpful-muted:hover,
.swtc-helpful-button:hover,
.swtc-helpful-button.is-voted,
.swtc-save-later-button.is-saved {
	border-color: #9bd3df;
	background: #eaf8ff;
	color: var(--swtc-teal);
}

.swtc-single-side {
	position: static;
	display: grid;
	gap: 14px;
}

.swtc-single-consult-card {
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 8%, rgba(12, 154, 190, .28), transparent 34%),
		linear-gradient(135deg, #071b34, #06395d);
	color: #fff;
	padding: 26px 22px;
}

.swtc-single-consult-card h2 {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 950;
	line-height: 1.35;
}

.swtc-single-consult-card p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.8;
}

.swtc-single-consult-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 24px;
}

.swtc-single-consult-points span {
	display: grid;
	gap: 7px;
	justify-items: center;
	color: rgba(255, 255, 255, .9);
	font-size: 11px;
	font-weight: 850;
	text-align: center;
	line-height: 1.35;
}

.swtc-single-consult-points .swtc-icon {
	color: #b9eef7;
}

.swtc-single .swtc-side-card {
	padding: 20px;
}

.swtc-single .swtc-side-card h2 {
	color: #0b2748;
	font-size: 18px;
	font-weight: 950;
}

.swtc-single .swtc-side-card p {
	margin: 8px 0 14px;
	color: #536c88;
	font-size: 13px;
	line-height: 1.7;
}

.swtc-side-card-question ul {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.swtc-side-card-question li {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #365873;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.45;
}

.swtc-side-card-question li .swtc-icon {
	color: var(--swtc-teal);
}

.swtc-single-search-card form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 8px;
	margin-top: 14px;
}

.swtc-single-search-card input {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d9e5ee;
	border-radius: 6px;
	background: #fff;
	color: #17314f;
	padding: 0 12px;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
}

.swtc-single-search-card button {
	display: grid;
	width: 44px;
	min-height: 42px;
	place-items: center;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #0786a8, #09a6b6);
	color: #fff;
	cursor: pointer;
}

.swtc-single-category-card > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.swtc-single-category-card > div a {
	display: flex;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	border: 1px solid #e0eaf1;
	border-radius: 999px;
	background: #fff;
	color: #153553;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.25;
}

.swtc-single-category-card small {
	margin-left: auto;
	color: #6a7f94;
	font-size: 10px;
}

.swtc-related {
	margin-top: 18px;
	padding: 20px;
}

.swtc-related-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 14px;
}

.swtc-related-head h2 {
	margin: 0;
	color: #0b2748;
	font-size: 20px;
	font-weight: 950;
}

.swtc-related-head a {
	color: #075a83;
	font-size: 13px;
	font-weight: 950;
}

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

.swtc-related-card {
	display: grid;
	align-content: start;
	min-height: 142px;
	border: 1px solid #dbe7f0;
	border-radius: 7px;
	background: #fff;
	padding: 14px;
}

.swtc-related-card .swtc-card-top {
	justify-content: space-between;
	color: #66809a;
	font-size: 12px;
	font-weight: 850;
}

.swtc-related-card h3 {
	margin: 12px 0 10px;
	color: #0b2748;
	font-size: 14px;
	font-weight: 950;
	line-height: 1.55;
}

.swtc-related-card h3 a {
	color: inherit;
}

@media (max-width: 1100px) {
	.swtc-single-breadcrumbs,
	.swtc-single-layout {
		width: min(100% - 36px, 920px);
	}

	.swtc-single-layout {
		grid-template-columns: 1fr;
	}

	.swtc-single-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.swtc-single-consult-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.swtc-single-breadcrumbs,
	.swtc-single-layout {
		width: min(100% - 22px, 920px);
	}

	.swtc-single-head h1 {
		font-size: 31px;
	}

	.swtc-single .swtc-question-cta,
	.swtc-single .swtc-helpful,
	.swtc-related-grid,
	.swtc-single-side,
	.swtc-single-category-card > div {
		grid-template-columns: 1fr;
	}

	.swtc-box-title-row,
	.swtc-single .swtc-helpful {
		display: grid;
	}

	.swtc-box-title-row > span,
	.swtc-helpful-actions {
		justify-content: flex-start;
	}

	.swtc-single .swtc-question-cta .swtc-button,
	.swtc-helpful-button,
	.swtc-helpful-muted {
		width: 100%;
		justify-content: center;
	}
}
