/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 2.0.33
Tested up to: 7.0
Requires at least: 5.6
Requires PHP: 8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

.measflow-scf-archive,
.measflow-scf-detail {
	box-sizing: border-box;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
	color: #243d5b;
}

.measflow-dynamic-category,
.measflow-dynamic-archive,
.measflow-dynamic-case-detail {
	box-sizing: border-box;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
	padding-block: 34px 72px;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
	color: #243d5b;
}

.measflow-dynamic-product-detail {
	box-sizing: border-box;
	width: min(1200px, calc(100% - 80px));
	margin: 0 auto;
	padding-block: 34px 72px;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
	color: #243d5b;
}

.single-measflow_product .article-breadcrumbs {
	box-sizing: border-box;
	width: min(1200px, calc(100% - 80px));
	margin: 34px auto 0;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
}

.measflow-dynamic-category .article-breadcrumbs,
.measflow-dynamic-archive .article-breadcrumbs,
.measflow-dynamic-case-detail .article-breadcrumbs {
	margin: 0 0 28px;
}

.measflow-dynamic-case-studies {
	padding-block: 20px 72px;
}

.measflow-dynamic-case-studies .article-breadcrumbs {
	margin-bottom: 16px;
	color: #000;
}

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

.dew-shell .reference-article-layout {
	grid-template-columns: 300px minmax(0, 900px);
	gap: 0;
}

body .measflow-dynamic-category.dew-shell {
	width: min(1200px, calc(100% - 80px)) !important;
}

.dew-shell .dew-point-content {
	min-width: 0;
}

.dew-shell .dew-comparison-viewport {
	overflow-x: auto;
}

.dew-shell .dew-comparison {
	min-width: 760px;
	margin-bottom: 18px;
}

.dew-shell .dew-factors > .category-article-section {
	display: grid;
	gap: 14px;
}

.dew-shell .dew-product-grid {
	grid-template-columns: repeat(2, minmax(0, 288px));
	gap: 20px;
	margin-bottom: 30px;
	align-items: start;
}

.flow-category-nav,
.application-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	align-items: center;
}

.flow-category-nav a,
.application-category-nav a {
	color: #145bc4;
	text-decoration: none;
}

.dynamic-category-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
	gap: 34px;
}

.dynamic-category-main > * {
	min-width: 0;
	max-width: 100%;
}

.dynamic-category-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 28px;
	align-items: center;
	border-bottom: 1px solid #dbe7f5;
	padding-bottom: 30px;
}

.reference-category-page .dynamic-category-hero {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
}

.reference-category-page .dynamic-category-copy h1 {
	color: #000;
	font-size: 48px;
	line-height: 1.16;
}

.reference-category-page .dynamic-category-copy p {
	max-width: 820px;
	color: #000;
}

.reference-category-page .dynamic-product-grid-section {
	gap: 0;
}

.reference-category-page .product-category-grid {
	margin-bottom: 8px;
}

.reference-category-page .category-article-section {
	display: grid;
	gap: 12px;
	padding-bottom: 12px;
	color: #000;
}

.reference-category-page .category-article-section h2 {
	margin: 0;
	color: #000;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 0;
}

.reference-category-page .category-article-section h3 {
	margin: 8px 0 0;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.reference-category-page .category-article-section p,
.reference-category-page .category-article-section li {
	color: #000;
	font-size: 15px;
	line-height: 1.72;
}

.dynamic-category-copy h1,
.case-study-archive-head h1,
.measflow-dynamic-case-detail h1 {
	margin: 0;
	color: #061a3a;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
}

.case-study-archive-head .case-study-title {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.dynamic-category-copy p,
.case-study-archive-head p,
.dynamic-case-intro {
	max-width: 760px;
	margin: 14px 0 0;
	color: #243d5b;
	font-size: 16px;
	line-height: 1.72;
}

.dynamic-category-media img,
.dynamic-case-lead img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.dynamic-product-grid-section {
	display: grid;
	gap: 22px;
}

.reference-product-thumbs {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-top: 1px solid #dbe7f5;
	background: #fff;
}

.reference-product-thumb {
	width: 42px;
	height: 42px;
	object-fit: contain;
	border: 0;
	background: #f6f9fe;
}

.reference-product-thumb-button {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 2px;
	border: 1px solid #dbe7f5;
	border-radius: 0;
	background: #f6f9fe;
	color: inherit;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.reference-product-thumb-button:hover,
.reference-product-thumb-button:focus-visible,
.reference-product-thumb-button.is-active {
	border-color: #145bc4;
	background: #fff;
}

.reference-product-thumb-button:focus-visible {
	outline: 2px solid rgba(20, 91, 196, .25);
	outline-offset: 2px;
}

.reference-product-thumb-button.is-active {
	box-shadow: inset 0 0 0 1px #145bc4;
}

.reference-product-grid {
	align-items: start;
}

.reference-product-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	min-width: 0;
	border: 1px solid #dbe7f5;
	background: #fff;
	color: #000;
}

.reference-product-media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-bottom: 1px solid #dbe7f5;
	background: #fff;
}

.reference-product-media img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transition: transform .18s ease;
}

.reference-product-card:hover .reference-product-media img {
	transform: scale(1.025);
}

.reference-product-title {
	min-height: 42px;
	margin: 14px 14px 8px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.reference-product-title a {
	color: inherit;
	text-decoration: none;
}

.reference-product-title a:hover,
.reference-product-title a:focus-visible {
	color: #145bc4;
}

.reference-product-specifications {
	display: grid;
	gap: 10px;
	min-width: 0;
	padding: 0 14px;
	font-size: 13px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.reference-product-specifications .sku {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	min-width: 0;
	color: #526982;
}

.reference-product-specifications .sku span {
	color: #8c949f;
	font-weight: 500;
}

.reference-product-specifications .sku b {
	color: #061a3a;
	font-weight: 600;
}

.reference-product-summary {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 2px 0 2px;
	padding: 0 0 0 16px;
	color: #243d5b;
	font-size: 13px;
	line-height: 1.45;
}

.reference-product-summary li {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.reference-product-specifications dl {
	display: grid;
	gap: 8px;
	min-width: 0;
	margin: 0;
}

.reference-product-specifications dl > div {
	display: grid;
	gap: 4px;
	min-width: 0;
	border-top: 1px solid #edf3fb;
	padding-top: 8px;
}

.reference-product-specifications dt,
.reference-product-specifications dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

.reference-product-specifications dt {
	color: #526982;
	font-weight: 600;
}

.reference-product-specifications dd {
	color: #061a3a;
}

.product-card-detail-link {
	display: inline-flex;
	width: fit-content;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	justify-self: start;
	margin: 12px 14px 0;
	padding: 10px 18px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.home-latest-products,
.home-recent-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	min-width: 0;
}

.home-latest-product-card,
.home-recent-post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	border: 1px solid #dbe7f5;
	background: #fff;
	color: #061a3a;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.home-latest-product-card:hover,
.home-latest-product-card:focus-within,
.home-recent-post-card:hover,
.home-recent-post-card:focus-within {
	border-color: rgba(20, 91, 196, .42);
	box-shadow: 0 16px 32px rgba(6, 26, 58, .08);
	transform: translateY(-2px);
}

.home-latest-product-media,
.home-recent-post-media {
	display: grid;
	place-items: center;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dbe7f5;
	background: #fff;
}

.home-latest-product-media {
	aspect-ratio: 1 / 1;
}

.home-recent-post-media {
	aspect-ratio: 2 / 1;
	background: #f6f9fe;
}

.home-latest-product-media img,
.home-recent-post-media img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	object-position: center center;
	transition: transform .18s ease;
}

.home-latest-product-media img {
	object-fit: contain;
}

.home-recent-post-media img {
	object-fit: fill;
}

.home-latest-product-card:hover .home-latest-product-media img,
.home-latest-product-card:focus-within .home-latest-product-media img,
.home-recent-post-card:hover .home-recent-post-media img,
.home-recent-post-card:focus-within .home-recent-post-media img {
	transform: scale(1.025);
}

.home-latest-product-copy,
.home-recent-post-copy {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
	padding: 18px;
}

.home-latest-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	min-width: 0;
	color: #526982;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.home-latest-product-meta span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.home-latest-product-title,
.home-recent-post-title {
	min-width: 0;
	margin: 0;
	color: #000;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.35;
	letter-spacing: 0;
}

.home-latest-product-title a,
.home-recent-post-title a {
	color: inherit;
	text-decoration: none;
}

.home-latest-product-title a:hover,
.home-latest-product-title a:focus-visible,
.home-recent-post-title a:hover,
.home-recent-post-title a:focus-visible {
	color: #145bc4;
}

.home-latest-product-excerpt,
.home-recent-post-excerpt {
	min-width: 0;
	margin: 0;
	color: #243d5b;
	font-size: 14px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.home-latest-product-link,
.home-recent-post-link {
	display: inline-flex;
	width: fit-content;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 10px 18px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.home-latest-product-link:hover,
.home-latest-product-link:focus-visible,
.home-recent-post-link:hover,
.home-recent-post-link:focus-visible {
	border-color: #145bc4;
	background: #145bc4;
	color: #fff;
}

.product-card-detail-link:hover,
.product-card-detail-link:focus-visible {
	border-color: #145bc4;
	background: #145bc4;
	color: #fff;
}

.case-study-archive-head,
.case-study-industries {
	margin-bottom: 28px;
}

.case-study-hero {
	margin-bottom: 22px;
}

.case-study-hero-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2048 / 579;
	object-fit: cover;
}

.case-study-archive-head {
	margin: 0 0 18px;
}

.case-study-archive-head p {
	max-width: none;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 1.7;
}

.case-study-industries h2 {
	margin: 0 0 8px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.case-study-industries p {
	margin: 0;
	color: #243d5b;
	font-size: 15px;
	line-height: 1.8;
}

.case-study-industries a {
	color: #145bc4;
	text-decoration: none;
}

.measflow-dynamic-case-detail {
	display: grid;
	gap: 28px;
}

.measflow-dynamic-case-detail.blog-detail-shell {
	width: 100%;
	max-width: none;
	padding-block: 34px 72px;
}

.measflow-dynamic-case-detail.blog-detail-shell > .article-breadcrumbs {
	box-sizing: border-box;
	width: min(1200px, calc(100% - 80px));
	margin-inline: auto;
	justify-self: center;
}

.measflow-dynamic-archive-document .topbar .socials {
	gap: 0 !important;
	width: 114px !important;
	min-width: 114px !important;
	max-width: 114px !important;
	flex: 0 0 114px !important;
}

.measflow-dynamic-archive-document .topbar .socials .icon-link {
	width: 32px !important;
	min-width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	flex: 0 0 auto;
}

.dynamic-case-main {
	display: grid;
	gap: 24px;
	max-width: 900px;
}

.measflow-blog-archive {
	display: grid;
	gap: 28px;
}

.measflow-blog-archive-header {
	display: block;
}

.measflow-blog-archive-title {
	margin: 0;
	color: #061a3a;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
}

.measflow-blog-archive .blog-post-image {
	box-sizing: border-box;
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background: #fff;
}

.measflow-blog-archive .blog-post-image-widget {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.measflow-blog-archive .blog-post-image img {
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
	transition: none !important;
}

.measflow-blog-archive .blog-post-card:hover .blog-post-image img,
.measflow-blog-archive .blog-post-card:focus-within .blog-post-image img {
	transform: none !important;
}

.measflow-blog-sidebar-dynamic .recent-posts,
.blog-sidebar .recent-posts {
	display: grid;
	gap: 28px;
}

.measflow-blog-sidebar-dynamic .recent-post,
.blog-sidebar .recent-post {
	display: grid;
	gap: 12px;
	width: min(100%, 360px);
	min-width: 0;
}

.measflow-blog-sidebar-dynamic .recent-post-image,
.blog-sidebar .recent-post-image {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.measflow-blog-sidebar-dynamic .recent-post-image img,
.blog-sidebar .recent-post-image img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	transform: none !important;
}

.measflow-blog-sidebar-dynamic .recent-post-title,
.blog-sidebar .recent-post-title {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.45;
	letter-spacing: 0;
}

.measflow-blog-sidebar-dynamic .recent-post-title a,
.blog-sidebar .recent-post-title a {
	color: inherit;
	text-decoration: none;
}

.measflow-blog-sidebar-dynamic .recent-post-title a:hover,
.measflow-blog-sidebar-dynamic .recent-post-title a:focus-visible,
.blog-sidebar .recent-post-title a:hover,
.blog-sidebar .recent-post-title a:focus-visible {
	color: #145bc4;
}

.native-blog-detail-content .measflow-blog-share,
.blog-detail-content .measflow-blog-share {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	margin: 0 0 24px;
	padding: 12px 0;
	color: #000;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif;
}

.native-blog-detail-content .measflow-blog-share-label,
.blog-detail-content .measflow-blog-share-label {
	flex: 0 0 auto;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.native-blog-detail-content .measflow-blog-share-actions,
.blog-detail-content .measflow-blog-share-actions {
	display: flex;
	flex: 0 1 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.native-blog-detail-content .measflow-share-action,
.blog-detail-content .measflow-share-action {
	position: relative;
	display: inline-flex;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	padding: 0 !important;
	color: #000;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
}

.native-blog-detail-content .measflow-share-action:hover,
.native-blog-detail-content .measflow-share-action:focus-visible,
.blog-detail-content .measflow-share-action:hover,
.blog-detail-content .measflow-share-action:focus-visible {
	color: #145bc4;
	outline: 0;
}

.native-blog-detail-content .measflow-share-action::before,
.blog-detail-content .measflow-share-action::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: currentColor;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	content: "";
}

.native-blog-detail-content .measflow-share-action[data-share-network="linkedin"]::before,
.blog-detail-content .measflow-share-action[data-share-network="linkedin"]::before {
	width: 17px;
	height: 17px;
	border: 1px solid currentColor;
	font-size: 12px;
	font-weight: 700;
	content: "in";
}

.native-blog-detail-content .measflow-share-action[data-share-network="facebook"]::before,
.blog-detail-content .measflow-share-action[data-share-network="facebook"]::before {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	content: "f";
}

.native-blog-detail-content .measflow-share-action[data-share-network="x"]::before,
.blog-detail-content .measflow-share-action[data-share-network="x"]::before {
	font-size: 16px;
	font-weight: 700;
	content: "X";
}

.native-blog-detail-content .measflow-share-action[data-share-network="pinterest"]::before,
.blog-detail-content .measflow-share-action[data-share-network="pinterest"]::before {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	content: "p";
}

.native-blog-detail-content .measflow-share-action[data-share-network="whatsapp"]::before,
.blog-detail-content .measflow-share-action[data-share-network="whatsapp"]::before {
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
	content: "wa";
}

.native-blog-detail-content .measflow-share-text,
.blog-detail-content .measflow-share-text,
.native-blog-detail-content .measflow-blog-share-status:empty,
.blog-detail-content .measflow-blog-share-status:empty {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.blog-detail-shell .blog-detail-content > .btn-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 26px 0 0 !important;
	padding: 0 !important;
}

.blog-detail-shell .blog-detail-content > .btn-row > .elementor-widget-button {
	display: block !important;
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.blog-detail-shell .blog-detail-content > .btn-row .elementor-button {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 10px 28px !important;
	border: 1px solid #145bc4 !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, #145bc4, #2090f0) !important;
	color: #fff !important;
	font-family: Bahnschrift, "Aptos Display", Aptos, "Segoe UI", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: 0 14px 26px rgba(20, 91, 196, 0.18) !important;
}

.blog-detail-shell .blog-detail-content > .btn-row > .secondary .elementor-button {
	background: #fff !important;
	color: #145bc4 !important;
	box-shadow: none !important;
}

.blog-detail-shell .blog-detail-content > .btn-row .elementor-button:hover,
.blog-detail-shell .blog-detail-content > .btn-row .elementor-button:focus-visible {
	border-color: #0d347a !important;
	background: #0d347a !important;
	color: #fff !important;
	outline: none !important;
}

.measflow-scf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.measflow-scf-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	border: 1px solid #dbe7f5;
	background: #fff;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.measflow-scf-card:hover,
.measflow-scf-card:focus-within {
	border-color: #145bc4;
	box-shadow: 0 14px 30px rgba(6, 26, 58, 0.1);
	transform: translateY(-2px);
}

.measflow-scf-card-media {
	display: block;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background: #f6f9fe;
}

.measflow-scf-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.measflow-scf-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
}

.measflow-scf-card-badge {
	width: fit-content;
	border: 1px solid #dbe7f5;
	background: #eef6ff;
	padding: 4px 10px;
	color: #145bc4;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.measflow-scf-card-title {
	margin: 0;
	color: #061a3a;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.measflow-scf-card-title a {
	color: inherit;
	text-decoration: none;
}

.measflow-scf-card-title a:hover,
.measflow-scf-card-title a:focus-visible {
	color: #145bc4;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.measflow-scf-card-excerpt,
.measflow-scf-card-sku {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

.measflow-scf-card-sku {
	display: flex;
	gap: 10px;
	margin-top: auto;
	color: #061a3a;
}

.measflow-scf-card-sku span {
	color: #526982;
}

.case-study-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 50px;
}

.measflow-scf-card.case-study-card {
	display: block;
	height: auto;
	border: 0;
	border-right: 1px solid #e2e2e2;
	background: transparent;
	padding: 0 50px 32px 0;
}

.measflow-scf-card.case-study-card:nth-child(3n) {
	border-right: 0;
	padding-right: 0;
}

.measflow-scf-card.case-study-card:hover,
.measflow-scf-card.case-study-card:focus-within {
	border-color: #e2e2e2;
	box-shadow: none;
	transform: none;
}

.case-study-card .article-content {
	display: grid;
}

.case-study-card .thumbnail-content {
	margin-bottom: 14px;
}

.case-study-card .thumbnail {
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: none;
	background: #f6f6f6;
	aspect-ratio: 1200 / 651;
}

.case-study-card .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.case-study-card:hover .thumbnail img,
.case-study-card:focus-within .thumbnail img {
	transform: scale(1.02);
}

.case-study-card .entry-content,
.case-study-card .entry-meta-bottom {
	padding: 0;
}

.case-study-card .cats-link ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6px;
	margin: 0 0 9px;
	padding: 0;
	list-style: none;
}

.case-study-card .cats-link li {
	display: inline-flex;
}

.case-study-card .cats-link a {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	background: #000;
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}

.case-study-card .entry-meta-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
	color: #707b86;
	font-size: 13px;
}

.case-study-card .heading-title {
	margin: 0 0 10px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0;
}

.case-study-card .heading-title a {
	color: #000;
	text-decoration: none;
}

.case-study-card .heading-title a:hover,
.case-study-card .heading-title a:focus-visible {
	color: #2090f0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.case-study-card .excerpt {
	min-height: 48px;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
}

.case-study-card .entry-meta-bottom {
	margin-top: 12px;
}

.case-study-card .button-read-more a {
	color: #145bc4;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.case-study-card .button-read-more a:hover,
.case-study-card .button-read-more a:focus-visible {
	color: #2090f0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.measflow-scf-empty {
	margin: 0;
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
	padding: 24px;
	color: #526982;
}

.measflow-scf-detail {
	padding-block: 54px 72px;
}

.measflow-scf-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	gap: 48px;
	align-items: center;
	border-bottom: 1px solid #dbe7f5;
	padding-bottom: 48px;
}

.measflow-scf-detail-copy {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.measflow-scf-detail-copy .article-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	color: #526982;
	font-size: 15px;
}

.measflow-scf-detail-copy .article-breadcrumbs a {
	color: #526982;
	text-decoration: none;
}

.measflow-scf-detail-copy h1 {
	margin: 0;
	color: #061a3a;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
}

.measflow-scf-detail-copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.72;
}

.measflow-scf-detail-subtitle {
	color: #145bc4;
	font-weight: 600;
}

.measflow-scf-button {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	background: #061a3a;
	padding: 0 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.measflow-scf-button:hover,
.measflow-scf-button:focus-visible {
	background: #145bc4;
	color: #fff;
}

.measflow-scf-detail-media {
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
	padding: 18px;
}

.measflow-scf-detail-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.measflow-scf-section {
	padding-top: 42px;
}

.measflow-scf-section h2 {
	margin: 0 0 16px;
	color: #061a3a;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.measflow-scf-section p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.72;
}

.dynamic-content-section {
	max-width: 100%;
	overflow-x: auto;
}

.dynamic-content-section table {
	max-width: 100%;
}

.dynamic-content-section .ace-table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.measflow-scf-section ul,
.measflow-scf-section ol {
	margin: 0 0 16px;
	padding-left: 24px;
	font-size: 16px;
	line-height: 1.72;
}

.measflow-scf-section li + li {
	margin-top: 6px;
}

.product-detail-description p,
.product-tab-description-body p,
.product-tab-body p {
	margin: 0 0 14px;
}

.product-detail-description p:last-child,
.product-tab-description-body p:last-child,
.product-tab-body p:last-child {
	margin-bottom: 0;
}

.product-detail-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 24px;
	border: 1px solid #dbe7f5;
	background: #fff;
}

.product-detail-summary > div {
	display: grid;
	gap: 6px;
	min-width: 0;
	padding: 14px 16px;
	border-bottom: 1px solid #dbe7f5;
}

.product-detail-summary > div:nth-child(odd) {
	border-right: 1px solid #dbe7f5;
}

.product-detail-summary > div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.product-detail-summary dt,
.product-detail-summary dd {
	margin: 0;
}

.product-detail-summary dt {
	color: #526982;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.product-detail-summary dd {
	color: #061a3a;
	font-size: 15px;
	line-height: 1.55;
}

.product-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 50px;
	align-items: start;
}

.product-detail-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.product-detail-gallery .elementor-widget-image:first-child {
	grid-column: 1 / -1;
}

.product-detail-image img,
.product-detail-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail-image img {
	aspect-ratio: 4 / 3;
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
}

.product-detail-thumb img {
	aspect-ratio: 1 / 1;
	border: 1px solid #dbe7f5;
	background: #fff;
}

.product-detail-copy {
	display: grid;
	gap: 18px;
}

.product-detail-highlights {
	display: grid;
	gap: 12px;
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
	padding: 18px 20px;
}

.product-detail-highlights h2,
.product-detail-search-card h2 {
	margin: 0;
	color: #061a3a;
	font-size: 18px;
	font-weight: 650;
	line-height: 1.35;
	letter-spacing: 0;
}

.product-detail-highlights ul,
.product-related-highlights {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 20px;
}

.product-detail-highlights li,
.product-related-highlights li {
	margin: 0;
	color: #243d5b;
	font-size: 15px;
	line-height: 1.55;
}

.product-code {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.product-code span {
	color: #526982;
}

.product-code b {
	color: #061a3a;
	font-weight: 600;
}

.product-detail-specs {
	display: grid;
	gap: 12px;
	margin: 0;
}

.product-detail-specs > div {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 14px;
	border-bottom: 1px solid #dbe7f5;
	padding-bottom: 10px;
}

.product-detail-specs dt,
.product-detail-specs dd {
	margin: 0;
}

.product-detail-specs dt {
	color: #526982;
	font-weight: 600;
}

.product-detail-specs dd {
	color: #061a3a;
}

.product-detail-quote .elementor-button,
.product-tab-control .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	background: #000 !important;
	border: 1px solid #000 !important;
	border-radius: 0;
	color: #fff !important;
	padding: 12px 28px;
}

.product-detail-quote .elementor-button:hover,
.product-detail-quote .elementor-button:focus-visible,
.product-tab-control .elementor-button:hover,
.product-tab-control .elementor-button:focus-visible {
	background: #145bc4 !important;
	border-color: #145bc4 !important;
	color: #fff !important;
}

.product-detail-search-card {
	display: grid;
	gap: 14px;
	border: 1px solid #dbe7f5;
	background: #fff;
	padding: 20px;
}

.product-detail-search-card .measflow-product-search-form {
	height: 52px;
}

.product-detail-tabs {
	display: grid;
	gap: 24px;
	scroll-margin-top: 150px;
}

.product-detail-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.product-tab-control .elementor-button {
	min-height: 44px;
	padding: 10px 22px;
}

.product-tab-control.is-active .elementor-button {
	background: #061a3a !important;
	border-color: #061a3a !important;
}

.product-detail-tab-panels {
	display: grid;
	gap: 24px;
}

.product-tab-panel[hidden] {
	display: none !important;
}

.product-tab-panel {
	scroll-margin-top: 150px;
}

.product-detail-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.product-detail-section {
	display: grid;
	gap: 14px;
}

.product-detail-section .elementor-icon-list-item {
	align-items: flex-start;
}

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

.product-related-card {
	display: grid;
	gap: 10px;
	align-content: start;
	min-width: 0;
	border: 1px solid #dbe7f5;
	background: #fff;
	padding: 14px;
}

.product-related-image {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
}

.product-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 0;
	background: transparent;
}

.product-related-card h3,
.product-related-sku {
	margin: 0;
}

.product-related-card h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.product-related-card a {
	color: #061a3a;
	text-decoration: none;
}

.product-related-card a:hover,
.product-related-card a:focus-visible {
	color: #145bc4;
}

.product-related-highlights {
	padding-left: 18px;
}

.product-related-highlights li {
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.home-latest-products,
	.home-recent-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-detail-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.product-detail-sections,
	.product-related-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.product-detail-specs > div {
		grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
	}
}

@media (max-width: 560px) {
	.home-latest-products,
	.home-recent-posts {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-latest-product-copy,
	.home-recent-post-copy {
		padding: 16px;
	}

	.product-detail-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-detail-gallery .elementor-widget-image:first-child {
		grid-column: 1 / -1;
	}

	.product-detail-specs > div {
		grid-template-columns: minmax(0, 112px) minmax(0, 1fr);
	}

	.product-detail-quote .elementor-button,
	.product-tab-control .elementor-button {
		width: 100%;
	}

	.product-detail-highlights,
	.product-detail-search-card {
		padding: 16px;
	}
}

.measflow-scf-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 22px;
}

.measflow-scf-block-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.measflow-scf-mini-block {
	border: 1px solid #dbe7f5;
	background: #fff;
	padding: 18px;
}

.measflow-scf-mini-block h3 {
	margin: 0 0 10px;
	color: #061a3a;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0;
}

.measflow-scf-mini-block p:last-child,
.measflow-scf-mini-block ul:last-child {
	margin-bottom: 0;
}

.measflow-scf-related-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.measflow-scf-gallery-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid #dbe7f5;
	background: #f6f9fe;
	object-fit: cover;
}

.measflow-scf-product-compare {
	display: grid;
	grid-template-columns: repeat(var(--measflow-compare-cols, 3), minmax(0, 1fr));
	gap: 26px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.measflow-scf-compare-card {
	min-width: 0;
}

.measflow-scf-compare-media {
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border: 1px solid #061a3a;
	background: #fff;
}

.measflow-scf-compare-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.measflow-scf-compare-card h3 {
	margin: 0 0 12px;
	color: #061a3a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
}

.measflow-scf-compare-card h3 a {
	color: inherit;
	text-decoration: none;
}

.measflow-scf-compare-card h3 a:hover,
.measflow-scf-compare-card h3 a:focus-visible {
	color: #145bc4;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.measflow-scf-compare-sku {
	display: flex;
	gap: 10px;
	margin: 0;
	border-bottom: 1px solid #b9c6d4;
	padding-bottom: 8px;
	color: #6b7f94;
	font-size: 16px;
	line-height: 1.5;
}

.measflow-scf-compare-sku b {
	color: #6b7f94;
	font-weight: 400;
}

.measflow-scf-compare-specs {
	margin: 0;
}

.measflow-scf-compare-specs div {
	border-bottom: 1px solid #b9c6d4;
	padding: 10px 0;
}

.measflow-scf-compare-specs dt,
.measflow-scf-compare-specs dd {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
}

.measflow-scf-compare-specs dt {
	margin-bottom: 4px;
	color: #6b7f94;
	font-weight: 400;
}

.measflow-scf-compare-specs dd {
	color: #061a3a;
}

.mfc-product-comparison-section {
	display: grid;
	gap: 18px;
}

.mfc-product-comparison-section h2 {
	margin: 0;
	color: #000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.mfc-comparison-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #dbe7f5;
	background: #fff;
}

.mfc-comparison-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	color: #000;
	font-size: 15px;
	line-height: 1.55;
}

.mfc-comparison-table th,
.mfc-comparison-table td {
	border-right: 1px solid #dbe7f5;
	border-bottom: 1px solid #dbe7f5;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.mfc-comparison-table tr > :last-child {
	border-right: 0;
}

.mfc-comparison-table tbody tr:last-child > * {
	border-bottom: 0;
}

.mfc-comparison-table thead th {
	background: #f6f9fe;
	color: #000;
	font-weight: 600;
}

.mfc-comparison-table tbody th {
	width: 190px;
	background: #f6f9fe;
	color: #000;
	font-weight: 600;
}

.mfc-comparison-table a {
	color: #000;
	text-decoration: none;
}

.mfc-comparison-table a:hover,
.mfc-comparison-table a:focus-visible {
	color: #145bc4;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.measflow-scf-specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid #dbe7f5;
}

.measflow-scf-specs div {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	border-bottom: 1px solid #dbe7f5;
}

.measflow-scf-specs div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.measflow-scf-specs dt,
.measflow-scf-specs dd {
	margin: 0;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 1.55;
}

.measflow-scf-specs dt {
	background: #eef6ff;
	color: #061a3a;
	font-weight: 600;
}

.measflow-scf-table-wrap {
	overflow-x: auto;
	border: 1px solid #dbe7f5;
}

.measflow-scf-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
}

.measflow-scf-table th,
.measflow-scf-table td {
	border-bottom: 1px solid #dbe7f5;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.55;
}

.measflow-scf-table th {
	background: #eef6ff;
	color: #061a3a;
	font-weight: 600;
}

.measflow-topbar {
	font-family: Manrope, sans-serif;
	font-size: 13px;
}

.measflow-topbar a,
.measflow-footer a {
	text-decoration: none;
}

.measflow-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid #dce6f0;
	box-shadow: 0 8px 24px rgba(8, 28, 54, 0.06);
}

.measflow-header .wp-block-navigation-item__content {
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 600;
}

.measflow-header .wp-block-navigation-item__content:hover {
	color: #1e8ff0;
}

.measflow-header .wp-block-navigation__submenu-container {
	min-width: 280px;
	border: 1px solid #dce6f0;
	box-shadow: 0 16px 36px rgba(8, 28, 54, 0.12);
}

.measflow-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 12px 18px;
}

.measflow-header .wp-block-button__link,
.measflow-footer .wp-block-button__link {
	border-radius: 0;
}

.measflow-header-actions {
	flex: 0 0 auto;
	gap: 8px;
}

.measflow-product-search {
	line-height: 1;
}

.measflow-product-search p:empty {
	display: none !important;
	margin: 0 !important;
}

.measflow-search-toggle,
.measflow-search-close,
.measflow-product-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 0;
	font: inherit;
	color: #081c36;
	cursor: pointer;
}

.measflow-search-toggle {
	width: 48px !important;
	min-width: 48px !important;
	height: 48px;
	background: transparent;
	padding: 0 !important;
	transition: background-color 160ms ease, color 160ms ease;
}

.measflow-search-toggle:hover,
.measflow-search-toggle[aria-expanded="true"] {
	background: #f4f8fc;
	color: #1e8ff0;
}

.measflow-search-toggle:focus-visible,
.measflow-search-close:focus-visible,
.measflow-product-search-form input:focus-visible,
.measflow-product-search-form button:focus-visible {
	outline: 3px solid rgba(30, 143, 240, 0.35);
	outline-offset: 2px;
}

.measflow-search-toggle svg,
.measflow-search-close svg,
.measflow-product-search-form button svg {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
}

.measflow-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	margin: 0 !important;
	font-family: Manrope, sans-serif;
	line-height: 1.5;
}

.measflow-search-overlay[hidden] {
	display: none;
}

.measflow-search-backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(8, 28, 54, 0.46);
	padding: 0;
	opacity: 0;
	cursor: pointer;
	transition: opacity 180ms ease;
}

.measflow-search-panel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	min-height: 210px;
	background: #fff;
	padding: 36px 64px 58px;
	opacity: 0;
	transform: translateY(-14px);
	transition: opacity 180ms ease, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.measflow-search-overlay.is-open .measflow-search-backdrop,
.measflow-search-overlay.is-open .measflow-search-panel {
	opacity: 1;
}

.measflow-search-overlay.is-open .measflow-search-panel {
	transform: translateY(0);
}

.measflow-search-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px;
	background: #081c36;
	padding: 0 !important;
	color: #fff;
	transition: background-color 160ms ease;
}

.measflow-search-close:hover {
	background: #123e86;
}

.measflow-search-inner {
	width: min(760px, 100%);
	margin: 0 auto;
}

.measflow-search-inner h2 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 650;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0;
	color: #101d2e;
}

.measflow-product-search-form {
	display: flex;
	align-items: stretch;
	height: 58px;
	border: 1px solid transparent;
	background: #f1f3f5;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.measflow-product-search-form:focus-within {
	border-color: #1e8ff0;
	box-shadow: 0 0 0 3px rgba(30, 143, 240, 0.14);
}

.measflow-product-search-form input[type="search"] {
	min-width: 0;
	flex: 1 1 auto;
	border: 0;
	background: transparent;
	padding: 0 20px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #101d2e;
	appearance: none;
}

.measflow-product-search-form input[type="search"]::placeholder {
	color: #586a7e;
	opacity: 1;
}

.measflow-product-search-form input[type="search"]:focus {
	outline: none;
}

.measflow-product-search-form button {
	width: 58px !important;
	min-width: 58px !important;
	height: 56px;
	background: transparent;
	padding: 0 !important;
	transition: background-color 160ms ease, color 160ms ease;
}

.measflow-product-search-form button:hover {
	background: #e5ebf1;
	color: #123e86;
}

.measflow-search-open {
	overflow: hidden;
}

.measflow-search-results {
	font-family: Manrope, sans-serif;
}

.measflow-search-results .wp-block-query-title {
	margin: 0 0 40px;
	font-size: 48px !important;
	font-weight: 650;
	line-height: 1.12;
	letter-spacing: 0;
	color: #101d2e;
}

.measflow-product-search-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.measflow-product-search-grid > li {
	margin-block-start: 0 !important;
}

.measflow-search-result-card {
	box-sizing: border-box;
	height: 100%;
	min-height: 210px;
	align-items: flex-start;
	gap: 18px;
	border: 1px solid #dce6f0;
	background: #fff;
	padding: 28px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.measflow-search-result-card:hover,
.measflow-search-result-card:focus-within {
	border-color: #1e8ff0;
	box-shadow: 0 14px 32px rgba(8, 28, 54, 0.1);
}

.measflow-search-result-card .wp-block-post-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
}

.measflow-search-result-card .wp-block-post-title a {
	color: #101d2e;
	text-decoration: none;
}

.measflow-search-result-card .wp-block-post-excerpt {
	margin: 0;
	color: #586a7e;
}

.measflow-search-result-card .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.measflow-search-result-link {
	margin-top: auto;
	font-weight: 700;
	color: #123e86;
	text-underline-offset: 4px;
}

.measflow-search-empty {
	border-top: 1px solid #dce6f0;
	padding-top: 32px;
}

.measflow-language-switcher {
	position: relative;
	z-index: 2;
	font-family: Manrope, sans-serif;
	line-height: 1;
}

.measflow-language-toggle,
.measflow-language-option {
	box-sizing: border-box;
	border: 0;
	background: transparent;
	font: inherit;
	color: #101d2e;
	cursor: pointer;
}

.measflow-language-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px !important;
	min-width: 82px !important;
	height: 48px;
	gap: 9px;
	border: 1px solid transparent;
	background: #fff;
	padding: 0 13px !important;
	font-size: 14px;
	font-weight: 700;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.measflow-language-toggle:hover,
.measflow-language-toggle[aria-expanded="true"] {
	border-color: #dce6f0;
	background: #f4f8fc;
	color: #123e86;
}

.measflow-language-toggle:focus-visible,
.measflow-language-option:focus-visible {
	outline: 3px solid rgba(30, 143, 240, 0.32);
	outline-offset: 2px;
}

.measflow-language-toggle img,
.measflow-language-option img {
	width: 24px;
	height: 16px;
	flex: 0 0 24px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(8, 28, 54, 0.16);
}

.measflow-language-chevron {
	display: none;
}

.measflow-language-menu {
	position: absolute;
	box-sizing: border-box;
	top: calc(100% + 9px);
	right: 0;
	width: 190px;
	border: 1px solid #dce6f0;
	background: #fff;
	padding: 7px;
	box-shadow: 0 16px 36px rgba(8, 28, 54, 0.14);
}

.measflow-language-menu[hidden] {
	display: none;
}

.measflow-language-option {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px !important;
	min-height: 48px !important;
	gap: 12px;
	padding: 0 11px !important;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	transition: background-color 140ms ease, color 140ms ease;
}

.measflow-language-option:hover,
.measflow-language-option:focus-visible,
.measflow-language-option[aria-checked="true"] {
	background: #f4f8fc;
	color: #123e86;
}

.measflow-language-option[aria-checked="true"] {
	display: none;
}

.measflow-google-translate {
	position: fixed;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

iframe.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}

body > .skiptranslate:not(.measflow-google-translate),
html > .skiptranslate {
	display: none !important;
}

html,
body {
	top: 0 !important;
	margin-top: 0 !important;
}

/* Native Elementor language control used by the shared Header. */
.header .lang,
.drawer-lang {
	position: relative;
	z-index: 20;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	font-family: Bahnschrift, Manrope, sans-serif;
	line-height: 1;
}

.header .lang > .elementor-element,
.drawer-lang > .elementor-element {
	width: auto !important;
	min-width: 0 !important;
}

.header .lang-current,
.drawer-lang .lang-current {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	min-width: 0 !important;
}

.header .lang-current .elementor-button,
.drawer-lang .lang-current .elementor-button {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	width: auto !important;
	min-width: 0 !important;
	height: 30px;
	margin: 0 !important;
	padding: 0 0 6px !important;
	border: 0 !important;
	border-bottom: 1px solid #101010 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #101010 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition: color 160ms ease, border-color 160ms ease;
}

.header .lang-current .elementor-button:hover,
.header .lang-current .elementor-button:focus-visible,
.header .lang.is-open .lang-current .elementor-button,
.drawer-lang .lang-current .elementor-button:hover,
.drawer-lang .lang-current .elementor-button:focus-visible,
.drawer-lang.is-open .lang-current .elementor-button {
	border-bottom-color: #145bc4 !important;
	color: #145bc4 !important;
}

.header .lang-current .elementor-button:focus:not(:focus-visible),
.drawer-lang .lang-current .elementor-button:focus:not(:focus-visible) {
	outline: 0 !important;
	box-shadow: none !important;
}

.header .lang-current .elementor-button::before,
.drawer-lang .lang-current .elementor-button::before,
.header .lang-option .elementor-button::before,
.drawer-lang .lang-option .elementor-button::before {
	display: inline-block;
	width: 18px;
	height: 12px;
	flex: 0 0 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 0 0 1px rgba(8, 28, 54, 0.16);
	content: '';
}

.lang [data-lang="EN"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/us.png'); }
.lang [data-lang="AR"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/sa.png'); }
.lang [data-lang="FR"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/fr.png'); }
.lang [data-lang="DE"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/de.png'); }
.lang [data-lang="PL"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/pl.png'); }
.lang [data-lang="PT"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/pt.png'); }
.lang [data-lang="ES"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/es.png'); }
.lang [data-lang="TR"]::before { background-image: url('/wp-content/themes/hostinger-ai-theme/assets/images/languages/tr.png'); }

.header .lang-menu,
.drawer-lang .lang-menu {
	position: absolute;
	display: none;
	box-sizing: border-box;
	top: calc(100% + 16px);
	right: -48px;
	width: 312px !important;
	min-width: 312px !important;
	margin: 0 !important;
	padding: 52px 68px 48px !important;
	flex-direction: column;
	gap: 19px !important;
	background: #fff;
	border: 1px solid #e1e5ea;
	box-shadow: 0 12px 28px rgba(13, 52, 122, 0.12);
}

body .header .lang > .lang-menu {
	right: -48px !important;
	width: 312px !important;
	min-width: 312px !important;
	padding: 56px 68px 52px !important;
	gap: 22px !important;
}

.header .lang.is-open .lang-menu,
.drawer-lang.is-open .lang-menu,
.header .lang-menu[aria-hidden="false"],
.drawer-lang .lang-menu[aria-hidden="false"] {
	display: flex;
}

.header .lang-menu[hidden],
.drawer-lang .lang-menu[hidden],
.header .lang-option[hidden],
.drawer-lang .lang-option[hidden] {
	display: none !important;
}

.header .lang-option,
.drawer-lang .lang-option {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.header .lang-option .elementor-button,
.drawer-lang .lang-option .elementor-button {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 100% !important;
	min-width: 0 !important;
	height: 20px !important;
	min-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #101010 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	text-decoration: none !important;
	transition: color 140ms ease;
}

.header .lang-option .elementor-button:hover,
.header .lang-option .elementor-button:focus-visible,
.drawer-lang .lang-option .elementor-button:hover,
.drawer-lang .lang-option .elementor-button:focus-visible {
	color: #145bc4 !important;
}

.drawer-lang {
	display: none;
	width: 100% !important;
	padding-top: 6px;
}

.drawer-lang .lang-menu {
	position: static;
	width: 100% !important;
	min-width: 0 !important;
	padding: 14px 0 0 !important;
	gap: 12px !important;
	border: 0;
	box-shadow: none;
}

@media (max-width: 991px) {
	.header .lang-menu {
		right: -24px;
	}

	.drawer-lang {
		display: flex;
	}

	.drawer-lang .lang-menu {
		gap: 12px !important;
	}
}

.measflow-footer {
	margin-block-start: 0;
}

.measflow-footer .wp-block-heading {
	margin-bottom: 20px;
}

.measflow-footer .wp-block-navigation-item__content {
	padding: 4px 0;
}

.measflow-stats .measflow-stat .elementor-heading-title {
	font-variant-numeric: tabular-nums;
}

.measflow-motion-ready .measflow-stats .measflow-stat {
	opacity: 0;
	clip-path: inset(0 0 18% 0);
	filter: blur(4px);
	transform: translate3d(0, 18px, 0);
}

.measflow-motion-ready .measflow-stats.is-visible .measflow-stat {
	animation: measflow-stat-reveal 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.measflow-motion-ready .measflow-stats.is-visible .measflow-stat:nth-child(2) {
	animation-delay: 90ms;
}

.measflow-motion-ready .measflow-stats.is-visible .measflow-stat:nth-child(3) {
	animation-delay: 180ms;
}

.measflow-motion-ready .measflow-stats.is-visible .measflow-stat:nth-child(4) {
	animation-delay: 270ms;
}

@keyframes measflow-stat-reveal {
	to {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		filter: blur(0);
		transform: translate3d(0, 0, 0);
	}
}

.elementor-element.measflow-product-grid > .elementor-element.e-con {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.elementor-element.measflow-product-grid > .elementor-element.e-con > .elementor-widget-button:last-child {
	margin-block-start: auto;
}

.measflow-product-grid .elementor-button {
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.elementor-element.measflow-product-grid > .elementor-element.e-con:hover {
		border-color: #1e8ff0;
		background-color: #f7fafe;
		box-shadow: 0 14px 32px rgba(8, 28, 54, 0.14);
	}

	.elementor-element.measflow-product-grid > .elementor-element.e-con:hover .elementor-button {
		border-color: #123e86;
		background-color: #123e86;
		color: #fff;
	}
}

.elementor-element.measflow-product-grid > .elementor-element.e-con:focus-within {
	border-color: #1e8ff0;
	background-color: #f7fafe;
	box-shadow: 0 14px 32px rgba(8, 28, 54, 0.14);
}

.measflow-product-grid .elementor-button:focus-visible,
.measflow-product-grid .elementor-button:active {
	border-color: #123e86;
	background-color: #123e86;
	color: #fff;
}

.measflow-product-grid .elementor-button:focus-visible {
	outline: 3px solid #64b8f5;
	outline-offset: 3px;
}

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

.measflow-form-field {
	display: grid;
	min-width: 0;
	gap: 10px;
}

.measflow-form-grid p {
	margin: 0;
}

.measflow-form-field > p {
	display: grid;
	gap: 10px;
}

.measflow-form-field br {
	display: none;
}

.measflow-form-grid label {
	font-family: Manrope, sans-serif;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	color: #101d2e;
}

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

@media (min-width: 601px) {
	.measflow-form-grid > .measflow-form-field:nth-child(2) .measflow-visually-hidden {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
		visibility: hidden;
	}
}

.measflow-breadcrumb .elementor-widget-text-editor p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.measflow-breadcrumb a {
	color: #586a7e;
	text-decoration: none;
}

.measflow-breadcrumb a:hover,
.measflow-breadcrumb a:focus-visible {
	color: #123e86;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.measflow-contact-panel {
	box-shadow: 0 10px 30px rgba(8, 28, 54, 0.12);
}

.measflow-contact-details .elementor-icon-list-item {
	align-items: flex-start;
}

.measflow-contact-details .elementor-icon-list-icon {
	padding-top: 3px;
}

.measflow-contact-details .elementor-icon-list-text {
	line-height: 1.5;
}

@media (min-width: 1025px) {
	.measflow-contact-details {
		--width: calc(34% - 7px);
		flex: 0 0 var(--width);
	}

	.measflow-contact-quote {
		--width: calc(66% - 13px);
		flex: 0 0 var(--width);
	}
}

.measflow-form-wide {
	grid-column: 1 / -1;
}

.measflow-form-grid .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.measflow-form-grid input,
.measflow-form-grid select,
.measflow-form-grid textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c8d6e5;
	border-radius: 0;
	background: #fff;
	padding: 16px 18px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #101d2e;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.measflow-form-grid input:not([type="submit"]),
.measflow-form-grid select {
	min-height: 58px;
}

.measflow-form-grid textarea {
	min-height: 180px;
	resize: vertical;
}

.measflow-form-grid input::placeholder,
.measflow-form-grid textarea::placeholder {
	color: #586a7e;
	opacity: 1;
}

.measflow-form-grid input:focus,
.measflow-form-grid select:focus,
.measflow-form-grid textarea:focus {
	border-color: #1e8ff0;
	box-shadow: 0 0 0 3px rgba(30, 143, 240, 0.18);
	outline: none;
}

.measflow-form-grid .wpcf7-not-valid {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.measflow-form-grid .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 14px;
	color: #b42318;
}

.measflow-form-grid input[type="submit"] {
	width: auto;
	min-width: 180px;
	min-height: 54px;
	border-color: #123e86;
	background: #123e86;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.measflow-form-grid input[type="submit"]:hover,
.measflow-form-grid input[type="submit"]:focus-visible {
	border-color: #1e8ff0;
	background: #081c36;
}

.measflow-form-grid input[type="submit"]:focus-visible {
	box-shadow: 0 0 0 3px rgba(30, 143, 240, 0.22);
	outline: none;
}

@media (max-width: 991px) {
	body .blog-archive-wrap.blog-archive-page,
	body .blog-archive-wrap.blog-detail-page,
	body .blog-archive-wrap.native-blog-detail-page,
	body .blog-archive-wrap.case-study-detail-page {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body .blog-archive-wrap.blog-archive-page > *,
	body .blog-archive-wrap.blog-detail-page > *,
	body .blog-archive-wrap.native-blog-detail-page > *,
	body .blog-archive-wrap.case-study-detail-page > * {
		min-width: 0 !important;
		max-width: 100% !important;
	}
}

@media (max-width: 900px) {
	.measflow-scf-archive,
	.measflow-scf-detail {
		width: min(1200px, calc(100% - 40px));
	}

	.measflow-dynamic-category,
	.measflow-dynamic-archive,
	.measflow-dynamic-case-detail {
		width: min(1200px, calc(100% - 40px));
	}

	.measflow-dynamic-product-detail,
	.single-measflow_product .article-breadcrumbs {
		width: min(1200px, calc(100% - 40px));
	}

	.measflow-dynamic-case-detail.blog-detail-shell > .article-breadcrumbs {
		width: calc(100% - 32px);
	}

	.blog-detail-shell .blog-detail-content > .btn-row {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.blog-detail-shell .blog-detail-content > .btn-row > .elementor-widget-button,
	.blog-detail-shell .blog-detail-content > .btn-row .elementor-button {
		width: 100% !important;
	}

	.dynamic-category-layout,
	.dynamic-category-hero {
		grid-template-columns: 1fr;
	}

	.dew-shell .reference-article-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body .measflow-dynamic-category.dew-shell {
		width: min(1200px, calc(100% - 40px)) !important;
	}

	.dew-shell .dew-point-content {
		opacity: 1;
	}

	.dynamic-category-copy h1,
	.case-study-archive-head h1,
	.measflow-dynamic-case-detail h1 {
		font-size: 38px;
	}

	.measflow-blog-archive-title {
		font-size: 38px;
	}

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

	.case-study-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 24px;
	}

	.measflow-scf-card.case-study-card,
	.measflow-scf-card.case-study-card:nth-child(3n) {
		border-right: 1px solid #e2e2e2;
		padding: 0 24px 32px 0;
	}

	.measflow-scf-card.case-study-card:nth-child(2n) {
		border-right: 0;
		padding-right: 0;
	}

	.measflow-scf-detail-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.measflow-scf-detail-copy h1 {
		font-size: 38px;
	}

	.measflow-scf-block-list,
	.measflow-scf-related-grid,
	.measflow-scf-gallery {
		grid-template-columns: 1fr;
	}

	.measflow-scf-product-compare {
		grid-template-columns: repeat(var(--measflow-compare-cols, 3), minmax(260px, 1fr));
	}

	.measflow-scf-specs {
		grid-template-columns: 1fr;
	}

	.measflow-scf-specs div:nth-last-child(-n + 2) {
		border-bottom: 1px solid #dbe7f5;
	}

	.measflow-scf-specs div:last-child {
		border-bottom: 0;
	}

	.measflow-topbar .wp-block-group,
	.measflow-header .wp-block-group {
		gap: 12px;
	}

	.measflow-header .wp-block-site-logo img {
		max-width: 128px;
	}

	.measflow-header-actions {
		margin-left: auto;
	}

	.measflow-header-actions > .wp-block-buttons {
		display: none;
	}

	.measflow-header .wp-block-navigation__responsive-container-open {
		display: flex !important;
	}

	.measflow-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.measflow-language-toggle {
		width: 78px !important;
		min-width: 78px !important;
		height: 44px;
		padding-inline: 10px;
	}

	.measflow-language-menu {
		width: 176px;
	}

	.measflow-search-toggle {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px;
	}

	.measflow-search-panel {
		min-height: 210px;
		padding: 28px 52px 38px 20px;
	}

	.measflow-search-close {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px;
	}

	.measflow-search-inner h2 {
		margin-bottom: 24px;
		font-size: 21px;
	}

	.measflow-product-search-form {
		height: 54px;
	}

	.measflow-product-search-form input[type="search"] {
		padding-inline: 15px;
		font-size: 15px;
	}

	.measflow-product-search-form button {
		width: 52px !important;
		min-width: 52px !important;
		height: 52px;
	}

	.measflow-product-search-grid {
		grid-template-columns: 1fr;
	}

	.measflow-search-results {
		padding-top: 56px !important;
		padding-bottom: 72px !important;
	}

	.measflow-search-results .wp-block-query-title {
		margin-bottom: 32px;
		font-size: 36px !important;
		line-height: 1.16;
	}

	.measflow-search-result-card {
		min-height: 0;
		padding: 24px;
	}

	.measflow-contact-panel {
		box-shadow: 0 8px 22px rgba(8, 28, 54, 0.1);
	}
}

@media (max-width: 600px) {
	.measflow-scf-archive,
	.measflow-scf-detail {
		width: calc(100% - 32px);
	}

	.measflow-dynamic-category,
	.measflow-dynamic-archive,
	.measflow-dynamic-case-detail {
		width: calc(100% - 32px);
		padding-block: 28px 52px;
	}

	.measflow-dynamic-product-detail {
		width: calc(100% - 32px);
		padding-block: 28px 52px;
	}

	.single-measflow_product .article-breadcrumbs {
		width: calc(100% - 32px);
		margin-top: 28px;
	}

	.measflow-dynamic-case-detail.blog-detail-shell > .article-breadcrumbs {
		width: calc(100% - 32px);
	}

	.product-detail-tabs,
	.product-tab-panel {
		scroll-margin-top: 112px;
	}

	.product-detail-summary {
		grid-template-columns: 1fr;
	}

	.product-detail-summary > div,
	.product-detail-summary > div:nth-child(odd),
	.product-detail-summary > div:nth-last-child(-n + 2) {
		border-right: 0;
		border-bottom: 1px solid #dbe7f5;
	}

	.product-detail-summary > div:last-child {
		border-bottom: 0;
	}

	body .measflow-dynamic-category.dew-shell {
		width: calc(100% - 32px) !important;
	}

	.dynamic-category-main {
		gap: 28px;
	}

	.dew-shell .dew-product-grid {
		grid-template-columns: 1fr;
	}

	.dynamic-category-copy h1,
	.case-study-archive-head h1,
	.measflow-dynamic-case-detail h1 {
		font-size: 32px;
	}

	.reference-product-thumbs {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.measflow-blog-archive-title {
		font-size: 32px;
	}

	.measflow-scf-grid {
		grid-template-columns: 1fr;
	}

	.case-study-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.measflow-scf-card.case-study-card,
	.measflow-scf-card.case-study-card:nth-child(2n),
	.measflow-scf-card.case-study-card:nth-child(3n) {
		border-right: 0;
		padding: 0 0 32px;
	}

	.measflow-scf-card-body {
		padding: 18px;
	}

	.measflow-scf-detail {
		padding-block: 34px 54px;
	}

	.measflow-scf-detail-hero {
		padding-bottom: 34px;
	}

	.measflow-scf-detail-copy h1 {
		font-size: 32px;
	}

	.measflow-scf-section h2 {
		font-size: 25px;
	}

	.measflow-scf-specs div {
		grid-template-columns: 1fr;
	}

	.measflow-form-grid {
		grid-template-columns: 1fr;
	}

	.measflow-form-wide {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-element.measflow-product-grid > .elementor-element.e-con,
	.measflow-product-grid .elementor-button {
		transition: none;
	}

	.measflow-form-grid input,
	.measflow-form-grid select,
	.measflow-form-grid textarea {
		transition: none;
	}

	.measflow-language-toggle,
	.measflow-language-option,
	.measflow-language-chevron,
	.measflow-search-toggle,
	.measflow-search-close,
	.measflow-product-search-form,
	.measflow-product-search-form button,
	.measflow-search-backdrop,
	.measflow-search-panel,
	.measflow-search-result-card {
		transition: none;
	}

	.measflow-motion-ready .measflow-stats .measflow-stat,
	.measflow-motion-ready .measflow-stats.is-visible .measflow-stat {
		opacity: 1;
		clip-path: none;
		filter: none;
		transform: none;
		animation: none;
	}
}
