:root {
	--cf-bg: #ffffff;
	--cf-text: #111111;
	--cf-muted: #4b5563;
	--cf-border: #d9dde2;
	--cf-accent: #f1f1f1;
	--cf-footer: #f8f9fa;
	--cf-shadow: 0 14px 28px rgba(17, 17, 17, 0.12);
	--cf-card-hover-shadow: 0 14px 28px rgba(17, 17, 17, 0.12);
	--cf-page-gutter: 20px;
	--cf-page-gutter-mobile: 14px;
	--cf-card-shadow-space: 14px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
	scrollbar-gutter: stable both-edges;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0ms !important;
		scroll-behavior: auto !important;
	}

	.calculators-fast-grid > *:hover,
	.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover,
	.home .entry-content .wp-block-post-template.is-layout-grid > li:hover,
	.home .elementor .elementor-widget-posts .elementor-post:hover,
	.home .elementor .elementor-widget-loop-grid .e-loop-item:hover,
	.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover,
	.archive .entry-content .wp-block-post-template.is-layout-grid > li:hover,
	.archive .elementor .elementor-widget-posts .elementor-post:hover,
	.archive .elementor .elementor-widget-loop-grid .e-loop-item:hover {
		transform: none;
	}
}

body.calculators-fast-child {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--cf-text);
	background: var(--cf-bg);
	line-height: 1.45;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

#page.cf-site {
	min-height: 100vh;
	background: var(--cf-bg);
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.site-content {
	overflow-x: visible;
}

.cf-footer {
	overflow-x: clip;
}

.site-main {
	overflow: visible;
}

.ast-container {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(var(--cf-page-gutter), env(safe-area-inset-left)) !important;
	padding-right: max(var(--cf-page-gutter), env(safe-area-inset-right)) !important;
}

a {
	color: var(--cf-text);
	text-decoration: none;
}

a:hover {
	color: var(--cf-text);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cf-skip-link:focus {
	clip: auto;
	clip-path: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 14px;
	top: 10px;
	left: 10px;
	background: #111;
	color: #fff;
	border-radius: 8px;
	z-index: 2100;
}

.cf-header {
	background: #fff;
	border-bottom: 1px solid var(--cf-border);
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 1500;
}

.cf-header-inner {
	min-height: 68px;
	display: flex;
	align-items: center;
	gap: 22px;
}

.cf-brand-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex-shrink: 0;
}

.cf-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cf-text);
	cursor: pointer;
}

.cf-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
}

.cf-logo {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.015em;
	color: #000;
	white-space: nowrap;
}

.cf-desktop-nav {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-shrink: 0;
}

.cf-desktop-nav a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--cf-text);
	transition: opacity 0.2s ease;
}

.cf-desktop-nav a:hover {
	opacity: 0.72;
}

.cf-theme-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--cf-border);
	border-radius: 9999px;
	background: #fff;
	color: #111;
	cursor: pointer;
	transition: none;
	font-size: 18px;
	line-height: 1;
}

.cf-theme-toggle:hover {
	background: #f6f7f9;
}

.cf-theme-toggle-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.cf-header-mobile-theme-toggle {
	display: none;
}

.cf-desktop-theme-toggle {
	margin-left: 2px;
}

.cf-header-search {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 560px;
	min-width: 260px;
	min-height: 40px;
	width: 100%;
	max-width: 560px;
	margin-left: 24px;
	margin-right: 24px;
}

.cf-header-search input {
	width: 100%;
	height: 40px;
	border: 1px solid var(--cf-accent);
	border-radius: 9999px;
	background: var(--cf-accent);
	padding: 0 52px 0 18px;
	font-size: 16px;
	line-height: 1;
	color: #4a4a4a;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cf-header-search input::placeholder,
.cf-mobile-search input::placeholder {
	color: #5d6571;
	opacity: 1;
}

.cf-header-search button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cf-text);
	cursor: pointer;
}

.cf-header-search svg {
	width: 18px;
	height: 18px;
}

.cf-menu-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background: rgba(17, 17, 17, 0.14);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 9999;
}

.cf-menu-overlay[hidden] {
	display: none !important;
}

.cf-menu-panel {
	width: min(280px, 80vw);
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: transform 0.2s ease;
	padding: 10px 8px 20px;
	overflow-y: auto;
}

.cf-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
}

.cf-menu-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cf-menu-title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.cf-menu-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	background: transparent;
	color: var(--cf-text);
	cursor: pointer;
}

.cf-menu-close svg {
	width: 16px;
	height: 16px;
}

.cf-mobile-search {
	margin: 8px 0 14px;
}

.cf-mobile-search input {
	width: 100%;
	height: 44px;
	border: 1px solid #cfd4da;
	border-radius: 7px;
	background: var(--cf-accent);
	padding: 0 12px;
	font-size: 15px;
	color: #4f5661;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cf-header-search input:focus-visible,
.cf-mobile-search input:focus-visible {
	outline-color: #111;
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.12);
}

.cf-menu-toggle:focus-visible,
.cf-header-search button:focus-visible,
.cf-menu-close:focus-visible,
.cf-theme-toggle:focus-visible,
.cf-share-toggle:focus-visible,
.cf-share-close:focus-visible,
.cf-share-link:focus-visible,
.cf-desktop-nav a:focus-visible,
.cf-mobile-links a:focus-visible,
.cf-mobile-categories a:focus-visible,
.cf-card-button:focus-visible,
.cf-legal-links a:focus-visible,
.cf-back-to-top:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.cf-mobile-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cf-mobile-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--cf-text);
}

.cf-mobile-categories {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid var(--cf-border);
}

.cf-mobile-categories-title {
	margin: 0 0 8px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #111;
	border-bottom: 1px solid var(--cf-border);
}

.cf-mobile-categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cf-mobile-categories a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--cf-text);
}

body.cf-menu-open {
	overflow: hidden;
}

body.cf-menu-open .cf-menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

body.cf-menu-open .cf-menu-panel {
	transform: translateX(0);
}

.site-content > .ast-container {
	padding-top: calc(68px + 34px);
	padding-bottom: 40px;
	padding-left: max(var(--cf-page-gutter), env(safe-area-inset-left)) !important;
	padding-right: max(var(--cf-page-gutter), env(safe-area-inset-right)) !important;
}

.cf-main-content {
	width: 100%;
}

.cf-breadcrumbs {
	margin: 0 0 12px;
}

.cf-breadcrumbs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: #6b7280;
}

.cf-breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

.cf-breadcrumb-item + .cf-breadcrumb-item::before {
	content: " - ";
	padding: 0 6px;
	color: #6b7280;
}

.cf-breadcrumb-item a {
	color: #111;
}

.cf-breadcrumb-item a:hover {
	opacity: 0.8;
}

.cf-breadcrumb-item span[aria-current="page"] {
	color: #6b7280;
}

.cf-archive-filter-nav {
	margin: 0 0 16px;
}

.cf-archive-filter-popup {
	position: relative;
	display: inline-block;
}

.cf-archive-filter-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #cfd4dd;
	border-radius: 9999px;
	background: #fff;
	color: #111;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	cursor: pointer;
	user-select: none;
	list-style: none;
}

.cf-archive-filter-trigger::-webkit-details-marker {
	display: none;
}

.cf-archive-filter-trigger svg {
	width: 14px;
	height: 14px;
	transition: transform 0.2s ease;
}

.cf-archive-filter-popup[open] .cf-archive-filter-trigger {
	background: #111;
	border-color: #111;
	color: #fff;
}

.cf-archive-filter-popup[open] .cf-archive-filter-trigger svg {
	transform: rotate(180deg);
}

.cf-archive-filter-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	min-width: 290px;
	max-width: min(92vw, 420px);
	padding: 10px;
	border: 1px solid #cfd4dd;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
}

.cf-archive-filter-list {
	list-style: none;
	margin: 0;
	padding: 6px;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 6px;
	border: 1px solid var(--cf-border);
	border-radius: 9999px;
	background: #fff;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.cf-archive-filter-list::-webkit-scrollbar {
	display: none;
}

.cf-archive-filter-list li {
	flex: 0 0 auto;
}

.cf-archive-filter-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 9999px;
	background: transparent;
	color: #111;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
}

.cf-archive-filter-link:hover {
	background: #111;
	color: #fff;
}

.cf-archive-filter-link.is-active {
	background: #111;
	color: #fff;
}

.calculators-fast-grid-section {
	overflow: visible;
	padding-left: var(--cf-card-shadow-space);
	padding-right: var(--cf-card-shadow-space);
	margin-left: calc(var(--cf-card-shadow-space) * -1);
	margin-right: calc(var(--cf-card-shadow-space) * -1);
}

.home .entry-content > *:first-child {
	margin-top: 0;
}

.calculators-fast-hero h1,
.home .entry-content > .wp-block-group:first-child h1,
.home .entry-content > .wp-block-cover:first-child h1,
.home .elementor > .elementor-section:first-child h1.elementor-heading-title {
	margin: 0 auto 16px;
	max-width: 1100px;
	text-align: center;
	font-weight: 700;
	font-size: clamp(52px, 5.2vw, 60px);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111;
}

.calculators-fast-hero {
	padding: 8px 0 10px;
}

.calculators-fast-hero p,
.home .entry-content > .wp-block-group:first-child p,
.home .entry-content > .wp-block-cover:first-child p,
.home .elementor > .elementor-section:first-child .elementor-widget-text-editor p {
	margin: 0 auto;
	max-width: 980px;
	text-align: center;
	color: #4d5562;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.58;
}

.calculators-fast-grid,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
.home .entry-content .wp-block-post-template.is-layout-grid,
.home .elementor .elementor-widget-posts .elementor-posts-container,
.home .elementor .elementor-widget-loop-grid .e-loop-container,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
.archive .entry-content .wp-block-post-template.is-layout-grid,
.archive .elementor .elementor-widget-posts .elementor-posts-container,
.archive .elementor .elementor-widget-loop-grid .e-loop-container {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px !important;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
	list-style: none;
	position: relative;
	z-index: 0;
}

.calculators-fast-grid > *,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
.home .entry-content .wp-block-post-template.is-layout-grid > li,
.home .elementor .elementor-widget-posts .elementor-post,
.home .elementor .elementor-widget-loop-grid .e-loop-item,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
.archive .entry-content .wp-block-post-template.is-layout-grid > li,
.archive .elementor .elementor-widget-posts .elementor-post,
.archive .elementor .elementor-widget-loop-grid .e-loop-item {
	display: flex;
	flex-direction: column;
	min-height: 170px;
	padding: 14px;
	border: 1px solid var(--cf-border) !important;
	border-left: 1px solid var(--cf-border) !important;
	border-right: 1px solid var(--cf-border) !important;
	border-radius: 12px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--cf-border);
	transition: transform 0.2s ease;
	position: relative;
	z-index: 1;
	contain: layout paint style;
	content-visibility: auto;
	contain-intrinsic-size: 170px;
}

.calculators-fast-grid > *::after,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li::after,
.home .entry-content .wp-block-post-template.is-layout-grid > li::after,
.home .elementor .elementor-widget-posts .elementor-post::after,
.home .elementor .elementor-widget-loop-grid .e-loop-item::after,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li::after,
.archive .entry-content .wp-block-post-template.is-layout-grid > li::after,
.archive .elementor .elementor-widget-posts .elementor-post::after,
.archive .elementor .elementor-widget-loop-grid .e-loop-item::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: var(--cf-card-hover-shadow);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.calculators-fast-grid > * > article,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li > article,
.home .entry-content .wp-block-post-template.is-layout-grid > li > article,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li > article,
.archive .entry-content .wp-block-post-template.is-layout-grid > li > article {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.calculators-fast-grid > *:hover,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover,
.home .entry-content .wp-block-post-template.is-layout-grid > li:hover,
.home .elementor .elementor-widget-posts .elementor-post:hover,
.home .elementor .elementor-widget-loop-grid .e-loop-item:hover,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover,
.archive .entry-content .wp-block-post-template.is-layout-grid > li:hover,
.archive .elementor .elementor-widget-posts .elementor-post:hover,
.archive .elementor .elementor-widget-loop-grid .e-loop-item:hover {
	transform: translateY(-2px);
	z-index: 2;
}

.calculators-fast-grid > *:hover::after,
.calculators-fast-grid > *:focus-within::after,
.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover::after,
.home .entry-content .wp-block-post-template.is-layout-grid > li:hover::after,
.home .elementor .elementor-widget-posts .elementor-post:hover::after,
.home .elementor .elementor-widget-loop-grid .e-loop-item:hover::after,
.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li:hover::after,
.archive .entry-content .wp-block-post-template.is-layout-grid > li:hover::after,
.archive .elementor .elementor-widget-posts .elementor-post:hover::after,
.archive .elementor .elementor-widget-loop-grid .e-loop-item:hover::after {
	opacity: 1;
}

.calculators-fast-grid h2,
.calculators-fast-grid h3,
.home .entry-content .wp-block-post-title,
.home .elementor .elementor-post__title,
.archive .entry-content .wp-block-post-title,
.archive .elementor .elementor-post__title {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
}

.home .entry-content .wp-block-post-title a,
.home .elementor .elementor-post__title a,
.archive .entry-content .wp-block-post-title a,
.archive .elementor .elementor-post__title a {
	color: inherit;
}

.calculators-fast-grid p,
.home .entry-content .wp-block-post-excerpt__excerpt,
.home .elementor .elementor-post__excerpt p,
.archive .entry-content .wp-block-post-excerpt__excerpt,
.archive .elementor .elementor-post__excerpt p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #5b6472;
}

.calculators-fast-grid .wp-block-button,
.home .entry-content .wp-block-buttons,
.home .entry-content .wp-block-post-excerpt,
.home .elementor .elementor-post__read-more-wrapper,
.archive .entry-content .wp-block-buttons,
.archive .entry-content .wp-block-post-excerpt,
.archive .elementor .elementor-post__read-more-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: center;
}

.calculators-fast-grid .wp-block-button__link,
.calculators-fast-grid .cf-card-button,
.home .entry-content .wp-block-button__link,
.home .entry-content .wp-block-post-excerpt__more-link,
.home .elementor .elementor-post__read-more,
.home .elementor .elementor-button,
.archive .entry-content .wp-block-button__link,
.archive .entry-content .wp-block-post-excerpt__more-link,
.archive .elementor .elementor-post__read-more,
.archive .elementor .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 24px;
	border-radius: 9999px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: none;
}

.calculators-fast-grid .cf-card-button {
	margin-top: auto;
	align-self: center;
	min-width: 176px;
}

.calculators-fast-grid .wp-block-button__link:hover,
.calculators-fast-grid .cf-card-button:hover,
.home .entry-content .wp-block-button__link:hover,
.home .entry-content .wp-block-post-excerpt__more-link:hover,
.home .elementor .elementor-post__read-more:hover,
.home .elementor .elementor-button:hover,
.archive .entry-content .wp-block-button__link:hover,
.archive .entry-content .wp-block-post-excerpt__more-link:hover,
.archive .elementor .elementor-post__read-more:hover,
.archive .elementor .elementor-button:hover {
	background: #111;
	color: #fff;
}

.cf-footer {
	background: var(--cf-footer);
	border-top: 1px solid var(--cf-border);
	margin-top: 34px;
}

.cf-footer-top {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	padding: 34px 0;
}

.cf-footer-col h2 {
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.cf-footer-col p {
	margin: 0;
	max-width: 95%;
	font-size: 16px;
	line-height: 1.45;
	color: #111;
}

.cf-legal-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cf-legal-links a {
	font-size: 16px;
	line-height: 1.4;
	color: #111;
}

.cf-social-facebook {
	color: #111;
}

.cf-social-x {
	color: #111;
}

.cf-footer-bottom {
	border-top: 1px solid var(--cf-border);
}

.cf-footer-bottom .ast-container {
	padding-top: 18px;
	padding-bottom: 20px;
	text-align: center;
}

.cf-footer-bottom p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #111;
}

.cf-back-to-top {
	position: fixed;
	right: 20px;
	bottom: 24px;
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	background: #111;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0, 8px, 0);
	pointer-events: none;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.28);
	will-change: opacity, transform;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 1200;
}

.cf-share-toggle {
	position: fixed;
	right: max(16px, env(safe-area-inset-right));
	top: calc(68px + 64px);
	transform: none;
	width: 62px;
	min-width: 62px;
	height: 62px;
	padding: 0;
	border: 1px solid #d7e0ea;
	border-radius: 9999px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(10, 16, 26, 0.24);
	z-index: 1200;
}

.cf-share-toggle:hover {
	background: #f8fafc;
}

.cf-share-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 16, 24, 0.5);
	z-index: 2500;
}

.cf-share-overlay[hidden] {
	display: none !important;
}

.cf-share-dialog {
	width: min(360px, calc(100vw - 24px));
	padding: 14px 12px 12px;
	border: 1px solid var(--cf-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(8, 10, 16, 0.36);
}

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

.cf-share-head h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.cf-share-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: transparent;
	color: #111;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.cf-share-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.cf-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid var(--cf-border);
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.cf-share-link:hover {
	background: #f6f7f9;
}

.cf-share-status {
	min-height: 18px;
	margin: 10px 0 0;
	font-size: 13px;
	color: var(--cf-muted);
}

/* Fallback: hide Astra's native scroll-top element if any hook still prints it. */
#ast-scroll-top,
.ast-scroll-top,
.ast-footer-scroll-top,
.ast-scroll-top-icon {
	display: none !important;
}

.cf-back-to-top svg {
	width: 19px;
	height: 19px;
}

.cf-back-to-top svg path {
	fill: currentColor;
}

.cf-back-to-top.cf-visible {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.archive .site-main h1,
.single .site-main h1 {
	font-size: clamp(36px, 4.2vw, 46px);
	line-height: 1.14;
	letter-spacing: -0.02em;
	color: #111;
}

.archive .site-main .entry-content,
.single .site-main .entry-content {
	color: #20262f;
	font-size: 18px;
	line-height: 1.7;
}

.single .site-content {
	background: #eff2f6;
}

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

.cf-single-layout.cf-single-sidebar-left {
	grid-template-columns: 300px minmax(0, 1fr);
}

.cf-single-layout.cf-single-no-sidebar,
.cf-single-layout.cf-single-sidebar-none {
	grid-template-columns: minmax(0, 1fr);
	max-width: 920px;
	margin: 0 auto;
}

.cf-single-article {
	min-width: 0;
	border: 1px solid #dfe3e8;
	background: #fff;
	padding: 20px;
}

.cf-single-style-default .cf-single-article {
	border-radius: 0;
}

.cf-single-style-boxed .cf-single-article {
	border: 1px solid var(--cf-border);
	border-radius: 14px;
	background: #fff;
	padding: 24px;
}

.cf-single-style-unboxed .cf-single-article {
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.cf-single-title {
	margin: 0 0 16px;
	font-size: clamp(36px, 4.2vw, 46px);
	line-height: 1.14;
	letter-spacing: -0.02em;
	color: #111;
}

.cf-single-entry {
	color: #20262f;
	font-size: 18px;
	line-height: 1.7;
}

.cf-single-entry > *:first-child {
	margin-top: 0;
}

.cf-single-entry a {
	color: #005fcf;
	text-decoration: underline;
}

.cf-single-sidebar {
	position: sticky;
	top: 90px;
}

.cf-side-card {
	margin: 0 0 22px;
	border: 1px solid #dfe3e8;
	border-radius: 12px;
	background: #fff;
	padding: 26px 20px;
}

.cf-side-title {
	margin: 0 0 14px;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.cf-related-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cf-related-links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #004aa3 !important;
	text-decoration: none;
}

.cf-related-links a:hover,
.cf-related-links a:focus-visible {
	color: #003272 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cf-related-links a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	border-radius: 2px;
}

.cf-ad-card {
	padding: 20px;
}

.cf-ad-placeholder {
	height: 84px;
	border-radius: 0;
	background: #fff;
}

.cf-single-sidebar .widget {
	margin: 0 0 16px;
	padding: 16px;
	border: 1px solid var(--cf-border);
	border-radius: 12px;
	background: #fff;
}

.cf-single-style-unboxed .cf-single-sidebar .widget {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.cf-single-style-boxed .cf-single-sidebar .widget {
	padding: 20px;
}

.cf-single-sidebar .widget-title,
.cf-single-sidebar h2 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #111;
}

.cf-single-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cf-single-sidebar ul li + li {
	margin-top: 8px;
}

.cf-about-page {
	padding: 8px 0 14px;
}

.cf-about-intro {
	max-width: 980px;
	margin: 0 auto 28px;
	text-align: center;
}

.cf-about-intro h1 {
	margin: 0 0 12px;
	font-size: clamp(50px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}

.cf-about-intro p {
	margin: 0;
	font-size: 20px;
	line-height: 1.55;
	color: #4d5562;
}

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

.cf-about-card {
	border: 1px solid var(--cf-border);
	border-radius: 12px;
	background: #fff;
	padding: 22px 20px;
}

.cf-about-card h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
}

.cf-about-card p {
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: #243142;
}

.cf-about-links-section,
.cf-contact-links-section {
	margin-top: 22px;
}

.cf-about-links-title,
.cf-contact-links-title {
	margin: 0 0 12px;
	text-align: center;
	font-size: clamp(28px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
}

.cf-contact-page {
	padding: 8px 0 10px;
}

.cf-contact-intro {
	max-width: 980px;
	margin: 0 auto 64px;
	text-align: center;
}

.cf-contact-intro h1 {
	margin: 0 0 14px;
	font-size: clamp(56px, 5.2vw, 70px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111;
}

.cf-contact-intro p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #4d5562;
}

.cf-contact-success {
	margin-top: 10px !important;
	font-weight: 600;
	color: #2f7f3a !important;
}

.cf-contact-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.cf-contact-card {
	border: 1px solid var(--cf-border);
	border-radius: 12px;
	background: #fff;
	padding: 24px 22px 22px;
	display: flex;
	flex-direction: column;
}

.cf-contact-label {
	margin: 0 0 10px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #3c4f64;
}

.cf-contact-list {
	margin: 0 0 auto;
	padding-left: 24px;
	color: #111;
}

.cf-contact-card .cf-contact-label:last-of-type {
	margin-top: 18px;
}

.cf-contact-list li {
	font-size: 16px;
	line-height: 1.45;
}

.cf-contact-list li + li {
	margin-top: 4px;
}

.cf-contact-email {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #004aa3 !important;
	word-break: break-word;
}

.cf-archive-hero {
	padding-bottom: 18px;
}

.cf-archive-pagination {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.cf-page-link a,
.cf-page-link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border-radius: 9999px;
	border: 1px solid #cfd4dd;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.cf-page-link .current {
	background: #111;
	color: #fff;
	border-color: #111;
}

.cf-archive-empty {
	margin: 18px 0 0;
	text-align: center;
	font-size: 16px;
	color: #4b5563;
}

.cf-search-empty {
	margin: 24px auto 0;
	max-width: 760px;
	border: 1px solid var(--cf-border);
	border-radius: 12px;
	background: #fff;
	padding: 28px 24px;
	text-align: center;
}

.cf-search-empty h2 {
	margin: 0 0 10px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #111;
}

.cf-search-empty p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.55;
	color: #4d5562;
}

.cf-404-intro {
	padding: 12px 0 6px;
	text-align: center;
}

.cf-404-intro h1 {
	margin: 0;
	font-size: clamp(72px, 11vw, 128px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #111;
}

.cf-404-intro p {
	margin: 12px auto 0;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.5;
	color: #4d5562;
}

.cf-404-links {
	margin-top: 26px;
}

.cf-404-links-title {
	margin: 0 0 14px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
}

.cf-404-card h3 {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
}

html[data-cf-theme="dark"] {
	color-scheme: dark;
}

html[data-cf-theme="dark"] body.calculators-fast-child,
html[data-cf-theme="dark"] #page.cf-site,
html[data-cf-theme="dark"] .single .site-content {
	background: #0f141b;
	color: #e6ebf2;
}

html[data-cf-theme="dark"] .cf-header,
html[data-cf-theme="dark"] .cf-menu-panel {
	background: #121a24;
	border-color: #2d3746;
}

html[data-cf-theme="dark"] .cf-header-search input,
html[data-cf-theme="dark"] .cf-mobile-search input {
	background: #1a2431;
	border-color: #2d3746;
	color: #e6ebf2;
}

html[data-cf-theme="dark"] .cf-header-search input::placeholder,
html[data-cf-theme="dark"] .cf-mobile-search input::placeholder {
	color: #c3cbd8;
}

html[data-cf-theme="dark"] .cf-logo,
html[data-cf-theme="dark"] .cf-desktop-nav a,
html[data-cf-theme="dark"] .cf-mobile-links a,
html[data-cf-theme="dark"] .cf-mobile-categories a,
html[data-cf-theme="dark"] .cf-mobile-categories-title,
html[data-cf-theme="dark"] .cf-header-search button,
html[data-cf-theme="dark"] .cf-menu-close,
html[data-cf-theme="dark"] .cf-menu-toggle {
	color: #f8fafc;
}

html[data-cf-theme="dark"] .cf-theme-toggle {
	background: #1a2431;
	border-color: #334155;
	color: #f8fafc;
}

html[data-cf-theme="dark"] .cf-theme-toggle:hover {
	background: #202c3b;
}

html[data-cf-theme="dark"] {
	--cf-card-hover-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

html[data-cf-theme="dark"] .cf-share-dialog,
html[data-cf-theme="dark"] .cf-share-link {
	background: #121a24;
	border-color: #334155;
	color: #f8fafc;
}

html[data-cf-theme="dark"] .cf-share-toggle {
	background: #ffffff;
	border-color: #d7e0ea;
	color: #111111;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

html[data-cf-theme="dark"] .cf-share-link:hover,
html[data-cf-theme="dark"] .cf-share-close:hover {
	background: #1a2431;
}

html[data-cf-theme="dark"] .cf-share-close,
html[data-cf-theme="dark"] .cf-share-head h2 {
	color: #f8fafc;
}

html[data-cf-theme="dark"] .cf-share-status {
	color: #c7d3e3;
}

html[data-cf-theme="dark"] .cf-archive-filter-list {
	background: #121a24;
	border-color: #334155;
}

html[data-cf-theme="dark"] .cf-archive-filter-link {
	color: #f1f5f9;
}

html[data-cf-theme="dark"] .cf-archive-filter-link:hover,
html[data-cf-theme="dark"] .cf-archive-filter-link.is-active {
	background: #f8fafc;
	color: #0f141b;
}

html[data-cf-theme="dark"] .cf-archive-filter-trigger {
	background: #121a24;
	border-color: #334155;
	color: #f1f5f9;
}

html[data-cf-theme="dark"] .cf-archive-filter-popup[open] .cf-archive-filter-trigger {
	background: #f8fafc;
	border-color: #f8fafc;
	color: #0f141b;
}

html[data-cf-theme="dark"] .cf-archive-filter-panel {
	background: #121a24;
	border-color: #334155;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

html[data-cf-theme="dark"] .calculators-fast-grid > *,
html[data-cf-theme="dark"] .calculators-fast-card,
html[data-cf-theme="dark"] .cf-single-article,
html[data-cf-theme="dark"] .cf-side-card,
html[data-cf-theme="dark"] .cf-about-card,
html[data-cf-theme="dark"] .cf-contact-card,
html[data-cf-theme="dark"] .cf-search-empty,
html[data-cf-theme="dark"] .cf-single-sidebar .widget,
html[data-cf-theme="dark"] .cf-ad-placeholder {
	background: #121a24;
	border-color: #2f3c4e;
}

html[data-cf-theme="dark"] .calculators-fast-grid > *,
html[data-cf-theme="dark"] .home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
html[data-cf-theme="dark"] .home .entry-content .wp-block-post-template.is-layout-grid > li,
html[data-cf-theme="dark"] .home .elementor .elementor-widget-posts .elementor-post,
html[data-cf-theme="dark"] .home .elementor .elementor-widget-loop-grid .e-loop-item,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-post-template.is-layout-grid > li,
html[data-cf-theme="dark"] .archive .elementor .elementor-widget-posts .elementor-post,
html[data-cf-theme="dark"] .archive .elementor .elementor-widget-loop-grid .e-loop-item {
	border: 1px solid #2f3c4e !important;
	border-left: 1px solid #2f3c4e !important;
	border-right: 1px solid #2f3c4e !important;
	box-shadow: inset 0 0 0 1px #2f3c4e;
}

html[data-cf-theme="dark"] .cf-footer,
html[data-cf-theme="dark"] .cf-footer-bottom {
	background: #111821;
	border-color: #2f3c4e;
}

html[data-cf-theme="dark"] h1,
html[data-cf-theme="dark"] h2,
html[data-cf-theme="dark"] h3,
html[data-cf-theme="dark"] h4,
html[data-cf-theme="dark"] h5,
html[data-cf-theme="dark"] h6,
html[data-cf-theme="dark"] .cf-footer-col p,
html[data-cf-theme="dark"] .cf-footer-bottom p,
html[data-cf-theme="dark"] .cf-legal-links a,
html[data-cf-theme="dark"] .cf-about-card p,
html[data-cf-theme="dark"] .cf-contact-list,
html[data-cf-theme="dark"] .cf-contact-label,
html[data-cf-theme="dark"] .cf-single-entry,
html[data-cf-theme="dark"] .cf-side-title,
html[data-cf-theme="dark"] .cf-breadcrumb-item a {
	color: #f1f5f9 !important;
}

html[data-cf-theme="dark"] .calculators-fast-grid p,
html[data-cf-theme="dark"] .cf-search-empty p,
html[data-cf-theme="dark"] .cf-404-intro p,
html[data-cf-theme="dark"] .cf-breadcrumbs-list,
html[data-cf-theme="dark"] .cf-breadcrumb-item span[aria-current="page"] {
	color: #b6c1cf !important;
}

html[data-cf-theme="dark"] .calculators-fast-hero p,
html[data-cf-theme="dark"] .home .entry-content > .wp-block-group:first-child p,
html[data-cf-theme="dark"] .home .entry-content > .wp-block-cover:first-child p,
html[data-cf-theme="dark"] .home .elementor > .elementor-section:first-child .elementor-widget-text-editor p,
html[data-cf-theme="dark"] .archive .calculators-fast-hero p,
html[data-cf-theme="dark"] .cf-about-intro p,
html[data-cf-theme="dark"] .cf-contact-intro p {
	color: #c7d3e3 !important;
}

html[data-cf-theme="dark"] .cf-card-button,
html[data-cf-theme="dark"] .home .entry-content .wp-block-button__link,
html[data-cf-theme="dark"] .home .entry-content .wp-block-post-excerpt__more-link,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-button__link,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-post-excerpt__more-link {
	background: transparent;
	border-color: #e2e8f0;
	color: #f8fafc;
}

html[data-cf-theme="dark"] .cf-contact-email {
	color: #e2e8f0 !important;
}

html[data-cf-theme="dark"] .cf-related-links a {
	color: #dbeafe !important;
}

html[data-cf-theme="dark"] .cf-related-links a:hover,
html[data-cf-theme="dark"] .cf-related-links a:focus-visible {
	color: #ffffff !important;
}

html[data-cf-theme="dark"] .cf-card-button:hover,
html[data-cf-theme="dark"] .home .entry-content .wp-block-button__link:hover,
html[data-cf-theme="dark"] .home .entry-content .wp-block-post-excerpt__more-link:hover,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-button__link:hover,
html[data-cf-theme="dark"] .archive .entry-content .wp-block-post-excerpt__more-link:hover {
	background: #f8fafc;
	color: #111;
}

html[data-cf-theme="dark"] .cf-back-to-top {
	background: #f8fafc;
	color: #111;
}

@media (max-width: 1280px) {
	.cf-desktop-nav {
		gap: 20px;
	}

	.cf-desktop-nav a {
		font-size: 15px;
	}

	.cf-header-search {
		max-width: 480px;
	}

	.cf-header-search input {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.calculators-fast-grid,
	.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
	.home .entry-content .wp-block-post-template.is-layout-grid,
	.home .elementor .elementor-widget-posts .elementor-posts-container,
	.home .elementor .elementor-widget-loop-grid .e-loop-container,
	.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
	.archive .entry-content .wp-block-post-template.is-layout-grid,
	.archive .elementor .elementor-widget-posts .elementor-posts-container,
	.archive .elementor .elementor-widget-loop-grid .e-loop-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cf-footer-top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

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

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

	.cf-about-intro p,
	.cf-about-card p {
		font-size: 16px;
	}

	.cf-search-empty h2 {
		font-size: 30px;
	}

	.cf-404-intro p {
		font-size: 18px;
	}

	.cf-single-layout,
	.cf-single-layout.cf-single-sidebar-left {
		grid-template-columns: minmax(0, 1fr);
	}

	.cf-single-sidebar {
		position: static;
	}

	.cf-side-title {
		font-size: 18px;
	}

	.cf-related-links a {
		font-size: 15px;
	}
}

@media (max-width: 920px) {
	.cf-header-inner {
		min-height: 62px;
	}

	.cf-brand-wrap {
		flex: 1 1 auto;
		min-width: 0;
	}

	.cf-logo {
		font-size: 24px;
		max-width: min(100%, calc(100vw - 140px));
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.cf-desktop-nav,
	.cf-header-search {
		display: none;
	}

	.cf-header-mobile-theme-toggle {
		display: inline-flex;
		margin-left: auto;
		flex-shrink: 0;
	}

	.site-content > .ast-container {
		padding-top: calc(62px + 26px);
		padding-left: max(var(--cf-page-gutter), env(safe-area-inset-left)) !important;
		padding-right: max(var(--cf-page-gutter), env(safe-area-inset-right)) !important;
	}

	.cf-share-toggle {
		top: calc(62px + 50px);
		width: 58px;
		min-width: 58px;
		height: 58px;
		font-size: 13px;
	}

	.calculators-fast-hero h1,
	.home .entry-content > .wp-block-group:first-child h1,
	.home .entry-content > .wp-block-cover:first-child h1,
	.home .elementor > .elementor-section:first-child h1.elementor-heading-title {
		font-size: clamp(42px, 7vw, 52px);
	}

	.calculators-fast-hero p,
	.home .entry-content > .wp-block-group:first-child p,
	.home .entry-content > .wp-block-cover:first-child p,
	.home .elementor > .elementor-section:first-child .elementor-widget-text-editor p {
		font-size: 17px;
	}

	.cf-footer-col h2 {
		font-size: 26px;
	}

	.cf-footer-col p,
	.cf-legal-links a,
	.cf-footer-bottom p {
		font-size: 15px;
	}

	.cf-contact-intro h1 {
		font-size: clamp(46px, 8vw, 56px);
	}

	.cf-contact-label {
		font-size: 26px;
	}

	.cf-404-links-title {
		font-size: 24px;
	}

	.cf-archive-filter-panel {
		position: static;
		margin-top: 8px;
		min-width: 0;
		max-width: 100%;
	}

	.cf-archive-filter-list {
		max-width: 100%;
	}
}

body.admin-bar .cf-header {
	top: 32px !important;
}

@media (max-width: 782px) {
	body.admin-bar .cf-header {
		top: 46px !important;
	}
}

@media (max-width: 680px) {
	:root {
		--cf-card-shadow-space: 10px;
	}

	.ast-container {
		padding-left: max(var(--cf-page-gutter-mobile), env(safe-area-inset-left)) !important;
		padding-right: max(var(--cf-page-gutter-mobile), env(safe-area-inset-right)) !important;
	}

	.cf-header-inner {
		min-height: 58px;
		gap: 10px;
	}

	.cf-logo {
		font-size: 20px;
	}

	.site-content > .ast-container {
		padding-top: calc(58px + 22px);
		padding-left: max(var(--cf-page-gutter-mobile), env(safe-area-inset-left)) !important;
		padding-right: max(var(--cf-page-gutter-mobile), env(safe-area-inset-right)) !important;
	}

	.calculators-fast-grid,
	.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
	.home .entry-content .wp-block-post-template.is-layout-grid,
	.home .elementor .elementor-widget-posts .elementor-posts-container,
	.home .elementor .elementor-widget-loop-grid .e-loop-container,
	.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid,
	.archive .entry-content .wp-block-post-template.is-layout-grid,
	.archive .elementor .elementor-widget-posts .elementor-posts-container,
	.archive .elementor .elementor-widget-loop-grid .e-loop-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.calculators-fast-grid > *,
	.home .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
	.home .entry-content .wp-block-post-template.is-layout-grid > li,
	.home .elementor .elementor-widget-posts .elementor-post,
	.home .elementor .elementor-widget-loop-grid .e-loop-item,
	.archive .entry-content .wp-block-query .wp-block-post-template.is-layout-grid > li,
	.archive .entry-content .wp-block-post-template.is-layout-grid > li,
	.archive .elementor .elementor-widget-posts .elementor-post,
	.archive .elementor .elementor-widget-loop-grid .e-loop-item {
		border: 1px solid var(--cf-border) !important;
		border-left: 1px solid var(--cf-border) !important;
		border-right: 1px solid var(--cf-border) !important;
		box-shadow: inset 0 0 0 1px var(--cf-border);
	}

	.cf-footer-top {
		grid-template-columns: minmax(0, 1fr);
		padding: 26px 0;
	}

	.cf-back-to-top {
		right: 14px;
		bottom: 16px;
		width: 44px;
		height: 44px;
	}

	.cf-share-toggle {
		right: 14px;
		top: calc(58px + 38px);
		bottom: auto;
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 0;
		font-size: 12px;
	}

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

	.cf-contact-intro {
		margin-bottom: 26px;
	}

	.cf-contact-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.cf-about-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.cf-about-intro {
		margin-bottom: 20px;
	}

	.cf-about-intro h1 {
		font-size: clamp(40px, 11vw, 52px);
	}

	.cf-about-card h2 {
		font-size: 24px;
	}

	.cf-contact-label {
		font-size: 22px;
	}

	.cf-search-empty {
		padding: 22px 18px;
	}

	.cf-search-empty h2 {
		font-size: 26px;
	}

	.cf-search-empty p {
		font-size: 16px;
	}

	.cf-404-intro h1 {
		font-size: clamp(58px, 24vw, 88px);
	}

	.cf-404-intro p {
		font-size: 16px;
	}

	.cf-404-links-title {
		font-size: 22px;
	}
}

