:root {
	--tsce-ink: #07111f;
	--tsce-ink-soft: #0c1b2b;
	--tsce-panel: #102234;
	--tsce-cyan: #18c7e8;
	--tsce-cyan-dark: #087e96;
	--tsce-paper: #f7f9fc;
	--tsce-white: #ffffff;
	--tsce-text: #182538;
	--tsce-muted: #607086;
	--tsce-line: #dce4ed;
	--tsce-radius-sm: 10px;
	--tsce-radius-md: 18px;
	--tsce-radius-lg: 28px;
}

.ts-home-seo-intro {
	width: min(1180px, calc(100% - 40px));
	margin: 34px auto 0;
	padding: clamp(28px, 4.5vw, 52px);
	border: 1px solid rgba(24, 199, 232, .28);
	border-radius: var(--tsce-radius-lg);
	background:
		radial-gradient(circle at 88% 18%, rgba(24, 199, 232, .18), transparent 34%),
		linear-gradient(135deg, #081827 0%, #07111f 72%);
	color: var(--tsce-white);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ts-home-seo-intro > span {
	display: block;
	margin-bottom: 14px;
	color: #67e6fb;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ts-home-seo-intro h1 {
	max-width: 940px;
	margin: 0;
	color: var(--tsce-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 6vw, 72px);
	letter-spacing: -.045em;
	line-height: 1.02;
}

.ts-home-seo-intro p {
	max-width: 900px;
	margin: 22px 0 0;
	color: #c2d0de;
	font-size: 17px;
	line-height: 1.75;
}

/* Higher-contrast homepage labels identified by the mobile Lighthouse audit. */
.home .section:not(.tech-focus):not(.reasons) .eyebrow,
.home .popular strong {
	color: #067087 !important;
}

.home .story-card .meta {
	color: #566a80 !important;
}

.ts-trust-page,
.ts-trust-page *,
.ts-article-body,
.ts-article-body *,
.ts-contact-form,
.ts-contact-form *,
.archive .post,
.archive .post * {
	box-sizing: border-box;
}

body.archive,
body.single-post,
body.page:not(.home) {
	background: #06101d;
}

body.page:not(.home) .site-main,
body.single-post .site-main,
body.archive .site-main {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

body.page:not(.home) .site-main {
	padding: 68px 0 96px;
}

body.page:not(.home) .page-header {
	max-width: 900px;
	margin: 0 0 32px;
}

body.page:not(.home) .page-header .entry-title {
	margin: 0;
	color: var(--tsce-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 72px);
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 1;
}

.ts-trust-page {
	color: var(--tsce-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ts-trust-page a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ts-trust-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(36px, 6vw, 72px);
	border: 1px solid rgba(24, 199, 232, .22);
	border-radius: var(--tsce-radius-lg);
	background:
		radial-gradient(circle at 86% 10%, rgba(24, 199, 232, .18), transparent 36%),
		linear-gradient(145deg, #0b1d30 0%, #07111f 72%);
	color: var(--tsce-white);
}

.ts-kicker,
.ts-section-label {
	margin-bottom: 16px;
	color: var(--tsce-cyan);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ts-trust-lede {
	max-width: 900px;
	margin: 0;
	color: #d8e1ec;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3.4vw, 42px);
	letter-spacing: -.025em;
	line-height: 1.25;
}

.ts-trust-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.ts-button,
.ts-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid var(--tsce-cyan);
	border-radius: 9px;
	background: var(--tsce-cyan);
	color: var(--tsce-ink) !important;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none !important;
	cursor: pointer;
}

.ts-button-secondary {
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .05);
	color: var(--tsce-white) !important;
}

.ts-text-link {
	color: #dce7f2 !important;
	font-weight: 750;
}

.ts-button:hover,
.ts-submit-button:hover {
	background: #52d8ef;
}

.ts-button-secondary:hover {
	background: rgba(255, 255, 255, .12);
}

.ts-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0;
	overflow: hidden;
	border: 1px solid #203347;
	border-radius: var(--tsce-radius-md);
	background: #0b1929;
}

.ts-proof-grid > div {
	min-height: 132px;
	padding: 28px;
	border-right: 1px solid #203347;
}

.ts-proof-grid > div:last-child {
	border-right: 0;
}

.ts-proof-grid strong,
.ts-proof-grid span {
	display: block;
}

.ts-proof-grid strong {
	margin-bottom: 8px;
	color: var(--tsce-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.ts-proof-grid span {
	color: #96a7ba;
	font-size: 13px;
	line-height: 1.5;
}

.ts-copy-section {
	margin-top: 24px;
	padding: clamp(32px, 5vw, 64px);
	border: 1px solid var(--tsce-line);
	border-radius: var(--tsce-radius-lg);
	background: var(--tsce-white);
}

.ts-copy-section h2,
.ts-contact-route-grid h2 {
	margin: 0 0 22px;
	color: var(--tsce-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ts-copy-section h3,
.ts-topic-grid h3 {
	margin: 28px 0 10px;
	color: var(--tsce-ink);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.35;
}

.ts-copy-section p,
.ts-copy-section li {
	color: #39485c;
	font-size: 17px;
	line-height: 1.78;
}

.ts-copy-section p {
	margin: 0 0 20px;
}

.ts-copy-section p:last-child {
	margin-bottom: 0;
}

.ts-copy-section a {
	color: #066f85;
	font-weight: 750;
}

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

.ts-topic-grid article {
	padding: 24px;
	border: 1px solid var(--tsce-line);
	border-radius: var(--tsce-radius-md);
	background: var(--tsce-paper);
}

.ts-topic-grid h3 {
	margin-top: 0;
}

.ts-topic-grid p {
	margin: 0;
	font-size: 15px;
}

.ts-split-section {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(32px, 7vw, 84px);
}

.ts-dark-panel {
	border-color: #203347;
	background: #0b1929;
}

.ts-dark-panel h2,
.ts-dark-panel p,
.ts-dark-panel li {
	color: var(--tsce-white);
}

.ts-dark-panel p,
.ts-dark-panel li {
	color: #bdc9d7;
}

.ts-dark-panel a {
	color: var(--tsce-cyan);
}

.ts-check-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.ts-check-list li {
	position: relative;
	margin: 10px 0;
	padding-left: 30px;
}

.ts-check-list li::before {
	position: absolute;
	top: .58em;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--tsce-cyan);
	content: "";
}

.ts-faq details {
	border-top: 1px solid var(--tsce-line);
}

.ts-faq details:last-child {
	border-bottom: 1px solid var(--tsce-line);
}

.ts-faq summary {
	padding: 20px 4px;
	color: var(--tsce-ink);
	font-size: 17px;
	font-weight: 850;
	cursor: pointer;
}

.ts-faq details p {
	max-width: 850px;
	padding: 0 4px 22px;
}

.ts-contact-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.ts-contact-route-grid article {
	padding: 30px;
	border: 1px solid #203347;
	border-radius: var(--tsce-radius-md);
	background: #0b1929;
}

.ts-contact-route-grid span {
	color: var(--tsce-cyan);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .14em;
}

.ts-contact-route-grid h2 {
	margin: 20px 0 12px;
	color: var(--tsce-white);
	font-family: inherit;
	font-size: 20px;
	letter-spacing: -.01em;
}

.ts-contact-route-grid p {
	margin: 0;
	color: #aebdcd;
	font-size: 14px;
	line-height: 1.7;
}

.ts-contact-layout {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: clamp(32px, 6vw, 72px);
}

.ts-response-note {
	margin-top: 28px;
	padding: 22px;
	border-left: 4px solid var(--tsce-cyan);
	background: #edf8fb;
}

.ts-response-note p {
	margin: 8px 0 0;
	font-size: 14px;
}

.ts-form-card {
	align-self: start;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--tsce-line);
	border-radius: var(--tsce-radius-md);
	background: var(--tsce-paper);
}

.ts-contact-form {
	position: relative;
}

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

.ts-form-field {
	margin-bottom: 18px;
}

.ts-form-field label {
	display: block;
	margin-bottom: 8px;
	color: var(--tsce-ink);
	font-size: 14px;
	font-weight: 800;
}

.ts-form-field input,
.ts-form-field select,
.ts-form-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #c4cfdb;
	border-radius: 8px;
	background: var(--tsce-white);
	color: var(--tsce-text);
	font: inherit;
}

.ts-form-field textarea {
	min-height: 180px;
	resize: vertical;
}

.ts-field-help {
	margin: 8px 0 0 !important;
	color: var(--tsce-muted) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.ts-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 4px 0 20px;
	color: #425269;
	font-size: 13px;
	line-height: 1.5;
}

.ts-consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.ts-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ts-submit-button {
	width: 100%;
	border: 0;
}

.ts-form-notice {
	margin-bottom: 20px;
	padding: 16px 18px;
	border-radius: 8px;
}

.ts-form-notice p {
	margin: 4px 0 0 !important;
	font-size: 13px !important;
}

.ts-form-success {
	border: 1px solid #9bdcc1;
	background: #edf9f3;
	color: #145b3c;
}

.ts-form-error {
	border: 1px solid #efb4b4;
	background: #fff2f2;
	color: #8f2525;
}

body.single-post .site-main {
	margin-block: 64px 96px;
	padding: clamp(28px, 6vw, 72px);
	border: 1px solid var(--tsce-line);
	border-radius: var(--tsce-radius-lg);
	background: var(--tsce-white);
	box-shadow: 0 34px 90px rgba(0, 0, 0, .18);
}

body.single-post .page-header {
	max-width: 900px;
	margin: 0 auto 28px;
}

body.single-post .page-header .entry-title {
	margin: 0;
	color: var(--tsce-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 6vw, 68px);
	letter-spacing: -.045em;
	line-height: 1.02;
}

body.single-post .wp-post-image {
	display: block;
	width: 100%;
	max-height: 560px;
	margin: 28px auto 42px;
	border-radius: var(--tsce-radius-md);
	object-fit: cover;
}

.ts-article-body {
	max-width: 820px;
	margin: 0 auto;
	color: var(--tsce-text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.single-post .ts-article-featured {
	max-width: 820px;
	margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
	overflow: hidden;
	border: 1px solid var(--tsce-border);
	border-radius: 24px;
	background: var(--tsce-panel);
	box-shadow: 0 24px 70px rgba(2, 8, 23, 0.22);
}

.single-post .ts-article-featured-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ts-home-authority {
	width: min(1180px, calc(100% - 40px));
	margin: clamp(64px, 8vw, 110px) auto;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid #1a4353;
	border-radius: var(--tsce-radius-lg);
	background:
		radial-gradient(circle at 92% 8%, rgba(24, 199, 232, .17), transparent 30%),
		#081a29;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ts-home-authority-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: 32px;
	align-items: end;
	margin-bottom: 34px;
}

.ts-home-authority-kicker,
.ts-home-authority-card span {
	color: var(--tsce-cyan);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ts-home-authority h2 {
	margin: 10px 0 0;
	color: var(--tsce-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: -.045em;
	line-height: 1.05;
}

.ts-home-authority-heading > p {
	margin: 0;
	color: #b7c7d7;
	font-size: 16px;
	line-height: 1.7;
}

.ts-home-authority-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 22px;
}

.ts-home-authority-card {
	grid-column: span 2;
	overflow: hidden;
	border: 1px solid #203b50;
	border-radius: 22px;
	background: #0d2234;
}

.ts-home-authority-card:nth-child(-n + 2) {
	grid-column: span 3;
}

.ts-home-authority-media,
.ts-home-authority-image {
	display: block;
	width: 100%;
}

.ts-home-authority-image {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .35s ease;
}

.ts-home-authority-card:hover .ts-home-authority-image {
	transform: scale(1.025);
}

.ts-home-authority-copy {
	padding: 24px;
}

.ts-home-authority h3 {
	margin: 10px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(23px, 3vw, 31px);
	letter-spacing: -.03em;
	line-height: 1.17;
}

.ts-home-authority h3 a {
	color: var(--tsce-white);
	text-decoration: none;
}

.ts-home-authority-card p {
	margin: 0 0 18px;
	color: #aebfd0;
	font-size: 14px;
	line-height: 1.7;
}

.ts-home-authority-link,
.ts-home-authority-all {
	color: #6fe8ff;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.ts-home-authority-all {
	display: inline-flex;
	margin-top: 28px;
}

.ts-article-body p,
.ts-article-body li {
	color: #334257;
	font-size: 17px;
	line-height: 1.82;
}

.ts-article-body p {
	margin: 0 0 22px;
}

.ts-article-body h2 {
	margin: 58px 0 20px;
	color: var(--tsce-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -.035em;
	line-height: 1.12;
}

.ts-article-body h3 {
	margin: 34px 0 12px;
	color: var(--tsce-ink);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.35;
}

.ts-article-body a {
	color: #05768d;
	font-weight: 750;
}

.ts-article-lede {
	color: #26364a !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(21px, 3vw, 28px) !important;
	line-height: 1.55 !important;
}

.ts-key-takeaway {
	margin: 32px 0;
	padding: 24px 26px;
	border-left: 5px solid var(--tsce-cyan);
	border-radius: 0 var(--tsce-radius-sm) var(--tsce-radius-sm) 0;
	background: #eaf8fb;
}

.ts-key-takeaway strong {
	display: block;
	margin-bottom: 8px;
	color: #075f72;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ts-key-takeaway p {
	margin: 0;
	font-size: 15px;
}

.ts-contextual-links {
	position: relative;
	margin: 38px 0 46px;
	padding: 24px 26px 24px 30px;
	overflow: hidden;
	border: 1px solid #b7e7ef;
	border-left: 5px solid var(--tsce-cyan);
	border-radius: 0 var(--tsce-radius-md) var(--tsce-radius-md) 0;
	background:
		radial-gradient(circle at 100% 0, rgba(24, 199, 232, .14), transparent 42%),
		#f2fbfc;
}

.ts-contextual-links-label {
	display: block;
	margin-bottom: 9px;
	color: #075f72;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ts-contextual-links p {
	margin: 0;
	color: #263b4c;
	font-size: 15px;
	line-height: 1.75;
}

.ts-contextual-links a {
	color: #056b7f;
	font-weight: 850;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ts-contextual-links a:hover {
	color: #034c5b;
}

.ts-toc {
	display: grid;
	gap: 9px;
	margin: 32px 0 50px;
	padding: 26px;
	border: 1px solid var(--tsce-line);
	border-radius: var(--tsce-radius-md);
	background: var(--tsce-paper);
}

.ts-toc strong {
	margin-bottom: 6px;
	color: var(--tsce-ink);
}

.ts-toc a {
	width: fit-content;
	text-decoration: none;
}

.ts-article-body ol,
.ts-article-body ul {
	margin: 0 0 24px;
	padding-left: 24px;
}

.ts-article-body .ts-check-list {
	padding-left: 0;
}

.ts-article-body .ts-faq {
	margin-top: 64px;
	padding-top: 10px;
}

body.archive .site-main {
	padding: 72px 0 100px;
}

body.archive .site-main > .page-content {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.archive .site-main > .page-header {
	grid-column: 1 / -1;
	margin: 0 0 16px;
	padding: clamp(32px, 5vw, 56px);
	border: 1px solid #1a4353;
	border-radius: var(--tsce-radius-lg);
	background:
		radial-gradient(circle at 86% 14%, rgba(24, 199, 232, .16), transparent 38%),
		#0c2434;
}

body.archive .page-header .entry-title {
	margin: 0;
	color: var(--tsce-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 58px);
	letter-spacing: -.04em;
	line-height: 1.05;
}

body.archive .archive-description,
body.archive .archive-description p {
	max-width: 850px;
	margin: 16px 0 0;
	color: #b8c7d6;
	font-size: 16px;
	line-height: 1.7;
}

body.archive .post {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	margin: 0;
	padding: 0 0 24px;
	border: 1px solid #20374b;
	border-radius: var(--tsce-radius-md);
	background: #0d1f30;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

body.archive .post > a:first-child,
body.archive .post .post-thumbnail {
	display: block;
	overflow: hidden;
}

body.archive .post img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .35s ease;
}

body.archive .post:hover img {
	transform: scale(1.025);
}

body.archive .post .entry-title {
	margin: 0;
	padding: 24px 24px 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	letter-spacing: -.025em;
	line-height: 1.22;
}

body.archive .post .entry-title a {
	color: var(--tsce-white);
	text-decoration: none;
}

body.archive .post > p {
	margin: 0;
	padding: 0 24px;
	color: #aebdcd;
	font-size: 14px;
	line-height: 1.7;
}

.ts-trust-page a:focus-visible,
.ts-article-body a:focus-visible,
.ts-contact-form :focus-visible,
body.archive .post a:focus-visible {
	outline: 3px solid var(--tsce-cyan);
	outline-offset: 4px;
}

@media (max-width: 960px) {
	.ts-proof-grid,
	body.archive .site-main > .page-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ts-home-authority-heading {
		grid-template-columns: 1fr;
	}

	.ts-home-authority-card,
	.ts-home-authority-card:nth-child(-n + 2) {
		grid-column: span 3;
	}

	.ts-proof-grid > div:nth-child(2) {
		border-right: 0;
	}

	.ts-proof-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid #203347;
	}

	.ts-split-section,
	.ts-contact-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.ts-home-seo-intro {
		width: calc(100% - 28px);
		margin-top: 22px;
		padding: 28px 22px;
		border-radius: 18px;
	}

	.ts-home-seo-intro p {
		font-size: 16px;
	}

	body.page:not(.home) .site-main,
	body.single-post .site-main,
	body.archive .site-main {
		width: min(100% - 28px, 1180px);
	}

	body.page:not(.home) .site-main,
	body.archive .site-main {
		padding-block: 36px 68px;
	}

	body.single-post .site-main {
		margin-block: 28px 68px;
		padding: 28px 20px 46px;
		border-radius: 18px;
	}

	.ts-trust-hero,
	.ts-copy-section {
		padding: 28px 22px;
		border-radius: 18px;
	}

	.ts-proof-grid,
	.ts-topic-grid,
	.ts-contact-route-grid,
	.ts-form-row,
	body.archive .site-main > .page-content {
		grid-template-columns: 1fr;
	}

	.ts-home-authority {
		width: calc(100% - 28px);
		padding: 28px 20px;
		border-radius: 20px;
	}

	.ts-home-authority-grid {
		grid-template-columns: 1fr;
	}

	.ts-home-authority-card,
	.ts-home-authority-card:nth-child(-n + 2) {
		grid-column: auto;
	}

	.ts-proof-grid > div {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid #203347;
	}

	.ts-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.ts-copy-section p,
	.ts-copy-section li,
	.ts-article-body p,
	.ts-article-body li {
		font-size: 16px;
	}

	.ts-contextual-links {
		margin: 30px 0 38px;
		padding: 21px 20px 21px 23px;
	}

	body.archive .site-main > .page-header {
		padding: 28px 22px;
	}

	body.archive .post .entry-title {
		font-size: 23px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.archive .post img {
		transition: none;
	}
}
