
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../vendor/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../vendor/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2");
}

/* Thermometrics site design tokens */
:root {
	--tc-primary: #0088cc;
	--tc-primary-dark: #0a6ea3;
	--tc-ink: #17324d;
	--tc-ink-deep: #15324d;
	--tc-body: #334155;
	--tc-muted: #475569;
	--default: #334155;
	--tc-border-subtle: rgba(0, 136, 204, 0.10);
	--tc-border-medium: rgba(0, 136, 204, 0.12);
	--tc-shadow-card: 0 16px 40px rgba(19, 46, 73, 0.08);
	--tc-shadow-soft: 0 12px 28px rgba(19, 46, 73, 0.05);
	--tc-gradient-page-header:
		linear-gradient(135deg, rgba(7, 33, 57, 0.82), rgba(0, 136, 204, 0.72)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 40%);
	--tc-gradient-cta: linear-gradient(135deg, var(--tc-primary-dark), var(--tc-ink-deep));
	--tc-gradient-panel: linear-gradient(180deg, #ffffff, #f8fbfd);
}

body,
.text-color-default,
.text-muted,
.text-color-grey,
.text-grey,
.section-default p,
.bg-color-light p,
.card p,
.product-line-card p,
.marketing-content-page p,
.specialty-product-page p,
.industry-detail-page p,
.product-subpage-grid .subpage-link-card p,
.specialty-product-page .specialty-meta,
.specialty-product-page .specialty-option-note {
	color: var(--tc-body) !important;
}

.text-color-grey-700,
.text-grey-700,
.text-color-grey-800,
.text-grey-800,
.text-color-grey-900,
.text-grey-900,
.text-color-grey-1000,
.text-grey-1000 {
	color: var(--tc-body) !important;
}

.section-default .opacity-7:not(.text-color-light),
.section-default .opacity-8:not(.text-color-light),
.bg-color-light .opacity-7:not(.text-color-light),
.bg-color-light .opacity-8:not(.text-color-light),
.marketing-content-page .opacity-7:not(.text-color-light),
.marketing-content-page .opacity-8:not(.text-color-light),
.specialty-product-page .opacity-7:not(.text-color-light),
.specialty-product-page .opacity-8:not(.text-color-light),
.industry-detail-page .opacity-7:not(.text-color-light),
.industry-detail-page .opacity-8:not(.text-color-light),
.card .opacity-7:not(.text-color-light),
.card .opacity-8:not(.text-color-light) {
	opacity: 1 !important;
}

.text-color-light.opacity-7,
.text-color-light.opacity-8,
.page-header .text-color-light,
.owl-carousel .text-color-light,
.site-cta-band .text-color-light,
.industry-cta-band .text-color-light,
.section-primary .text-color-light,
.overlay-color-primary .text-color-light {
	opacity: 1 !important;
	color: #ffffff !important;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span,
#header .header-nav-top .nav > li > a [class*="fa-"],
#header .header-nav-top .nav > li > span [class*="fa-"] {
	color: #334155 !important;
}

#footer,
#footer p,
#footer li,
#footer strong,
#footer .footer-copyright p {
	color: #dbe7f3 !important;
}

#footer a:not(.btn):not(.no-footer-css),
#footer .footer-copyright a:not(.btn):not(.no-footer-css) {
	color: #ffffff !important;
}

#footer a:not(.btn):not(.no-footer-css):hover,
#footer .footer-copyright a:not(.btn):not(.no-footer-css):hover {
	color: #d7efff !important;
}

.schedule-embed .embed-actions .btn-light,
.tm-cookie-consent .btn-light {
	color: #0f172a;
}

/* Ensure CTA buttons contrast on blue/primary overlay sections */
.overlay-color-primary .btn,
.bg-color-primary .btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #1d2127;
}
.overlay-color-primary .btn:hover,
.bg-color-primary .btn:hover {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

/* Responsive media baseline: preserve intrinsic dimensions without mobile overflow. */
img {
	max-width: 100%;
	height: auto;
}

/* RFI booking embed (index) */
.schedule-embed .iframe-wrap {
	position: relative;
	width: 100%;
	min-height: 360px;
	max-height: 1000px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0;
	overflow: hidden;
	z-index: 0;
}
.schedule-embed .iframe-wrap.is-loaded {
	height: 70vh;
	min-height: 720px;
}
.schedule-embed .iframe-wrap iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	background: #0f141d;
	display: block;
	z-index: 1;
}
.schedule-embed-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background:
		linear-gradient(135deg, rgba(0, 136, 204, 0.08), rgba(23, 50, 77, 0.06)),
		#f8fbfd;
}
.schedule-embed-placeholder__content {
	max-width: 520px;
	text-align: center;
}
.schedule-embed {
	padding: 0;
	position: relative;
}
.schedule-embed .embed-actions {
	position: relative;
	z-index: 2;
	background: #ffffff;
	pointer-events: auto;
	transform: translateZ(0);
}
.schedule-embed .embed-actions .btn {
	position: relative;
	z-index: 3;
	pointer-events: auto;
}

/* Smoother logo downscaling */
img[src*="thermometrics-logo.png"] {
	image-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* Shared marketing page system */
.marketing-content-page .page-header.page-header-modern {
	position: relative;
	overflow: hidden;
}

.marketing-content-page .page-header.page-header-modern::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--tc-gradient-page-header);
}

.marketing-content-page .page-header.page-header-modern .container {
	position: relative;
	z-index: 1;
}

.marketing-content-page .section > .container,
.marketing-content-page .container.py-5 {
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}

.marketing-content-page .card.border-0 {
	border: 1px solid var(--tc-border-subtle) !important;
	border-radius: 18px;
	box-shadow: var(--tc-shadow-card) !important;
	overflow: hidden;
}

.marketing-content-page .card .card-body {
	padding: 1.35rem;
}

.marketing-content-page .marketing-feature-card {
	background: #ffffff;
}

.marketing-content-page .marketing-feature-card__layout {
	margin-left: 0;
	margin-right: 0;
	min-height: 360px;
}

.marketing-content-page .marketing-feature-card__media,
.marketing-content-page .marketing-feature-card__body {
	padding-left: 0;
	padding-right: 0;
}

.marketing-content-page .marketing-feature-card__media {
	min-height: 320px;
	background: #eef4f8;
	overflow: hidden;
}

.marketing-content-page .marketing-feature-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center;
}

.marketing-content-page .marketing-feature-card__body {
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #ffffff, #f8fbfe);
}

.marketing-content-page .marketing-feature-card__body .card-body {
	padding: 2rem;
}

.marketing-content-page .marketing-feature-card__kicker {
	display: inline-flex;
	margin-bottom: 0.75rem;
	color: var(--tc-primary-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.marketing-content-page .marketing-feature-card__title {
	margin-bottom: 1rem;
	color: var(--tc-ink-deep);
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	line-height: 1.08;
}

.marketing-content-page .marketing-feature-card__copy {
	margin-bottom: 0;
	color: var(--tc-body);
	font-size: 1rem;
	line-height: 1.7;
}

.marketing-content-page h2.font-weight-normal.text-7,
.marketing-content-page h2.font-weight-bold.mb-3 {
	line-height: 1.1;
	margin-bottom: 1rem !important;
}

.marketing-content-page p.text-4 {
	font-size: 1.08rem;
	line-height: 1.75;
	color: var(--tc-body);
}

.marketing-content-page .list.list-icons li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	padding: 0.5rem 0;
	padding-left: 0 !important;
	line-height: 1.65;
	color: #4a5d72;
}

.marketing-content-page .list.list-icons li > [class*="fa-"]:first-child,
.marketing-content-page .list.list-icons li > .icons:first-child,
.marketing-content-page .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.marketing-content-page .list.list-icons li a:first-child > .icons:first-child,
.marketing-content-page .list.list-icons li i {
	position: static !important;
	left: auto !important;
	top: auto !important;
	margin-top: 0.28rem;
	flex: 0 0 auto;
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 {
	position: relative;
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4::before {
	content: "";
	position: absolute;
	inset: 0.2rem 0.75rem 0 0.75rem;
	border-radius: 22px;
	background: var(--tc-gradient-panel);
	border: 1px solid var(--tc-border-subtle);
	box-shadow: 0 16px 36px rgba(19, 46, 73, 0.06);
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > * {
	position: relative;
	z-index: 1;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > h3:first-child,
.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > h4:first-child,
.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > p:first-child {
	padding-top: 1.5rem;
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > .list.list-icons:last-child,
.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > p:last-child,
.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 > p + .list.list-icons {
	padding-bottom: 1.35rem;
	margin-bottom: 0;
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 .list.list-icons li {
	border-top: 1px solid rgba(0, 136, 204, 0.08);
}

.marketing-content-page .marketing-split-panels > [class*="col-"].mb-4 .list.list-icons li:first-child {
	border-top: 0;
	padding-top: 0;
}

.marketing-content-page .resource-list-grid > [class*="col-"] {
	position: relative;
}

.marketing-content-page .resource-list-grid > [class*="col-"]::before {
	content: "";
	position: absolute;
	inset: 0 0.75rem;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid var(--tc-border-subtle);
	box-shadow: 0 14px 32px rgba(19, 46, 73, 0.06);
}

.marketing-content-page .resource-list-grid > [class*="col-"] > * {
	position: relative;
	z-index: 1;
	padding: 1.4rem 1.5rem;
	margin-bottom: 0;
}

.marketing-content-page .resource-list-grid .list.list-icons,
.marketing-content-page .resource-list-block.list.list-icons {
	margin-bottom: 0;
}

.marketing-content-page .resource-list-block.list.list-icons {
	padding: 1.4rem 1.5rem;
	border: 1px solid var(--tc-border-subtle);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(19, 46, 73, 0.06);
}

.marketing-content-page .section.section-primary .btn,
.marketing-content-page .section.overlay-color-primary .btn {
	min-width: 180px;
}

.specialty-product-page .specialty-hero {
	background:
		linear-gradient(135deg, rgba(7, 33, 57, 0.88), rgba(0, 136, 204, 0.78)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 40%);
}

.specialty-product-page .specialty-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
}

.specialty-product-page .specialty-hero-copy {
	max-width: 58rem;
	margin: 0.9rem auto 0;
	font-size: 1.02rem;
}

.specialty-product-page .specialty-intro-card .card-body {
	padding: 1.7rem;
}

.specialty-product-page .specialty-eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tc-primary-dark);
}

.home-intro-eyebrow {
	display: inline-block;
	position: relative;
	padding-left: 0.95rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tc-primary-dark);
}

.home-intro-eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.55rem;
	height: 2px;
	background: #ed5348;
	transform: translateY(-50%);
}

.home-intro-title {
	color: var(--tc-ink-deep);
	line-height: 1.1;
}

.specialty-product-page .specialty-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
	font-size: 0.95rem;
	color: #5a6d82;
}

.specialty-product-page .specialty-grid .card-body {
	padding: 1.7rem;
}

.specialty-product-page .specialty-grid .col-lg-10.mx-auto {
	max-width: 980px;
}

.specialty-product-page .specialty-label {
	margin-bottom: 0.7rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--tc-primary-dark);
}

.specialty-product-page .specialty-section-card .text-3:last-child,
.specialty-product-page .specialty-section-card .list.list-icons:last-child {
	margin-bottom: 0;
}

.specialty-product-page .specialty-section-card h3 {
	font-size: 1.4rem !important;
	line-height: 1.2;
}

.specialty-product-page .specialty-section-card .text-3 {
	font-size: 1rem;
	line-height: 1.75;
}

.specialty-product-page .specialty-section-card .list.list-icons {
	margin-top: 0.4rem;
}

.specialty-product-page .specialty-section-card .list.list-icons li {
	padding: 0.6rem 0;
}

.specialty-product-page .specialty-option-grid {
	margin: 0.3rem 0 1.4rem;
}

.specialty-product-page .specialty-option-card {
	height: 100%;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(10, 110, 163, 0.12);
	border-radius: 18px;
	background: var(--tc-gradient-panel);
	box-shadow: var(--tc-shadow-soft);
}

.specialty-product-page .specialty-option-card h4 {
	margin: 0 0 0.2rem;
	font-size: 1rem;
	line-height: 1.3;
}

.specialty-product-page .specialty-option-spec {
	margin-bottom: 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tc-primary-dark);
}

.specialty-product-page .specialty-option-note {
	margin-bottom: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5b7086;
}

.specialty-product-page .specialty-example-grid {
	margin-top: 0.3rem;
	justify-content: center;
}

.specialty-product-page .specialty-example-card {
	height: 100%;
	border: 1px solid rgba(10, 110, 163, 0.12);
	border-radius: 20px;
	overflow: hidden;
	background: var(--tc-gradient-panel);
	box-shadow: var(--tc-shadow-soft);
}

.specialty-product-page .specialty-example-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 1rem;
	background: #ffffff;
}

.specialty-product-page .specialty-example-media img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}

.specialty-product-page .specialty-example-body {
	padding: 1rem 1.05rem 1.05rem;
}

.specialty-product-page .specialty-example-body h4 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	line-height: 1.3;
}

.specialty-product-page .specialty-example-body p {
	margin-bottom: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #506478;
}

.specialty-product-page .specialty-main-section {
	padding-top: 1.4rem !important;
}

.specialty-product-page .specialty-main-section .specialty-intro-card h2 {
	font-size: 1.72rem;
	line-height: 1.15;
}

.specialty-product-page .specialty-main-section .specialty-intro-card .text-4 {
	font-size: 1.08rem !important;
	line-height: 1.65;
}

@media (min-width: 992px) {
	.specialty-product-page .specialty-overview-narrow {
		max-width: 600px;
	}
}

.specialty-product-page .page-header h1,
.specialty-product-page .specialty-main-section .specialty-intro-card h2 {
	overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
	.specialty-product-page .page-header .container,
	.specialty-product-page .specialty-main-section > .container {
		max-width: 100%;
		overflow-x: hidden;
	}

	.specialty-product-page .row > [class*="col-"],
	.specialty-product-page .card-body {
		min-width: 0;
	}

	.specialty-product-page .page-header .breadcrumb {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.specialty-product-page .page-header .breadcrumb li.active {
		display: none;
	}

	.specialty-product-page .page-header h1 {
		line-height: 1.15;
		max-width: 100%;
		width: min(100%, calc(100vw - 2rem));
		margin-right: auto;
		margin-left: auto;
		white-space: normal !important;
	}

	.specialty-product-page .specialty-hero-copy {
		line-height: 1.55;
		max-width: calc(100vw - 2rem);
	}

	.specialty-product-page .specialty-main-section .specialty-intro-card h2 {
		max-width: calc(100vw - 4rem);
		white-space: normal !important;
	}

	.specialty-product-page .specialty-intro-card p,
	.specialty-product-page .specialty-section-card h3,
	.specialty-product-page .specialty-section-card p {
		max-width: calc(100vw - 4rem);
	}

	.specialty-product-page .specialty-example-card {
		max-width: calc(100vw - 4rem);
	}

}

@media (max-width: 575.98px) {
	.specialty-product-page .page-header h1 {
		font-size: 1.85rem;
	}

	.specialty-product-page .specialty-hero-copy {
		font-size: 1rem;
	}

	.specialty-product-page .specialty-main-section {
		padding-top: 1rem !important;
	}

	.specialty-product-page .specialty-main-section .specialty-intro-card h2 {
		font-size: 1.55rem;
	}
}

/* Promote the product example beside the overview so users see the form factor before reading specs. */
@media (min-width: 992px) {
	.specialty-product-page .specialty-main-section > .container {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
		gap: 1.6rem;
		align-items: start;
	}

	.specialty-product-page .specialty-main-section > .container > .row:first-child {
		display: block;
		grid-column: 1;
		grid-row: 1;
		margin-right: 0;
		margin-left: 0;
	}

	.specialty-product-page .specialty-main-section > .container > .row:first-child > .col-lg-10 {
		width: 100%;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
	}

	.specialty-product-page .specialty-main-section .specialty-intro-card .card-body {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid {
		display: contents;
	}

	.specialty-product-page .specialty-main-section > .container > .row:not(:first-child) {
		grid-column: 1 / -1;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto {
		width: 100%;
		max-width: none;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child {
		grid-column: 2;
		grid-row: 1;
		margin-bottom: 0 !important;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:not(:first-child) {
		grid-column: 1 / -1;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-section-card {
		border: 0 !important;
		background: transparent;
		box-shadow: none !important;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .card-body {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid {
		order: 1;
		margin-top: 0;
		margin-bottom: 0;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child h3 {
		display: block;
		margin-bottom: 0.45rem !important;
		padding-left: 0.35rem;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .text-3 {
		display: block;
		margin-bottom: 0.9rem;
		padding-right: 0.35rem;
		padding-left: 0.35rem;
		font-size: 0.94rem;
		line-height: 1.55;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:not(:first-child) {
		display: block;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child:has(.specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-example-grid > [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0 !important;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child:has(.specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-example-card {
		width: 100%;
		height: 100% !important;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-card {
		box-shadow: 0 22px 54px rgba(19, 46, 73, 0.12);
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-body {
		padding: 0.85rem 1rem 0.95rem;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-body p {
		display: block;
		margin-top: 0.4rem;
		margin-bottom: 0;
		font-size: 0.82rem;
		line-height: 1.45;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-media {
		min-height: 250px;
	}

	.specialty-product-page .specialty-main-section > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-media img {
		max-height: 250px;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container {
		grid-template-columns: minmax(280px, 3fr) minmax(0, 7fr);
		align-items: stretch;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .row:first-child {
		grid-column: 1;
		height: auto;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .row:first-child > .col-lg-10 {
		display: flex;
		height: auto;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child {
		grid-column: 2;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-overview-narrow {
		max-width: none;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-intro-card,
	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-intro-card .card-body,
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-section-card,
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child,
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .card-body,
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid,
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"],
	.specialty-product-page .specialty-main-section.specialty-feature-primary > .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-card {
		height: auto !important;
		min-height: 0;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-intro-card {
		width: 100%;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) > .container > .row:first-child,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) > .container > .row:first-child > .col-lg-10,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card .card-body {
		height: 100% !important;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) > .container > .row:first-child,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) > .container > .row:first-child > .col-lg-10,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card .card-body {
		height: 100% !important;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card .card-body {
		justify-content: flex-start;
		gap: 1.15rem;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card .card-body {
		justify-content: flex-start;
		gap: 1.15rem;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card .card-body::before {
		content: "";
		flex: 0 0 clamp(0.35rem, 3%, 1.25rem);
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card .card-body::before {
		content: "";
		flex: 0 0 clamp(0.35rem, 3%, 1.25rem);
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card .specialty-eyebrow,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card h2,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:only-child) .specialty-intro-card .text-4 {
		margin-bottom: 0 !important;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card .specialty-eyebrow,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card h2,
	.specialty-product-page .specialty-main-section.specialty-feature-primary:has(> .container > .specialty-grid > .col-lg-10.mx-auto:first-child .specialty-example-grid > [class*="col-"]:nth-child(2):last-child) .specialty-intro-card .text-4 {
		margin-bottom: 0 !important;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-intro-card h2 {
		font-size: 1.28rem;
		line-height: 1.22;
	}

	.specialty-product-page .specialty-main-section.specialty-feature-primary .specialty-intro-card .text-4 {
		font-size: 0.98rem !important;
		line-height: 1.55;
	}
}

.specialty-product-page .related-link-block {
	margin-top: 0.5rem;
	padding: 1.9rem;
	border: 1px solid rgba(0, 136, 204, 0.10);
	border-radius: 24px;
	background: linear-gradient(180deg, #f9fcfe, #f2f8fc);
	box-shadow: 0 18px 42px rgba(19, 46, 73, 0.07);
}

.specialty-product-page .related-link-intro {
	max-width: 38rem;
	color: #506478;
}

.specialty-product-page .related-link-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem;
	border-radius: 18px;
	border: 1px solid var(--tc-border-medium);
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(19, 46, 73, 0.05);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.specialty-product-page .related-link-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 136, 204, 0.24);
	box-shadow: 0 16px 34px rgba(19, 46, 73, 0.09);
	text-decoration: none;
}

.specialty-product-page .related-link-kicker,
.industry-detail-page .related-link-kicker {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 0.9rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(0, 136, 204, 0.09);
	color: var(--tc-primary-dark);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.specialty-product-page .related-link-card h3,
.industry-detail-page .related-link-card h3 {
	margin-bottom: 0.55rem;
	font-size: 1.05rem;
	line-height: 1.3;
	color: var(--tc-ink);
}

.specialty-product-page .related-link-card p,
.industry-detail-page .related-link-card p {
	margin-bottom: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--tc-muted);
}

.specialty-product-page .related-link-cta,
.industry-detail-page .related-link-cta {
	margin-top: auto;
	padding-top: 0.9rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--tc-primary-dark);
}

.product-subpage-grid .subpage-link-card {
	height: 100%;
	background: var(--tc-gradient-panel);
}

.product-line-card h4 {
	color: var(--tc-primary-dark);
}

.icon-card-title {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
}

.icon-card-title .bi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(0, 136, 204, 0.10);
	color: var(--tc-primary);
	font-size: 0.95rem;
	flex: 0 0 auto;
}

.icon-card-title.icon-card-title-accent .bi {
	background: rgba(237, 83, 72, 0.12);
	color: #ed5348;
}

.wiring-reference-diagram {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.product-subpage-grid .subpage-link-card .card-body {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.product-subpage-grid .subpage-link-card h4 {
	margin-bottom: 0;
	font-size: 1.02rem;
	line-height: 1.3;
}

.product-subpage-grid .subpage-link-card p {
	margin-bottom: 0;
	color: #4f6276;
}

.product-subpage-grid .subpage-link-card .subpage-link {
	margin-top: auto;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Industry detail pages */
.industry-detail-page .page-header.page-header-modern {
	position: relative;
	overflow: hidden;
}

.industry-detail-page .page-header.page-header-modern::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--tc-gradient-page-header);
}

.industry-detail-page .page-header.page-header-modern .container {
	position: relative;
	z-index: 1;
}

.industry-detail-page .container.py-5 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

.industry-detail-page .col-lg-10.mx-auto > .card.box-shadow-2,
.industry-detail-page .col-lg-10.mx-auto .row.text-center .card,
.industry-detail-page .col-lg-10.mx-auto .row .card.box-shadow-2,
.industry-detail-page .col-lg-6 .card.box-shadow-2 {
	border: 1px solid var(--tc-border-subtle) !important;
	border-radius: 18px;
	box-shadow: var(--tc-shadow-card) !important;
}

.industry-detail-page .card .card-body {
	padding: 1.4rem 1.4rem;
}

.industry-detail-page h2.font-weight-bold.mb-3 {
	font-size: 2.1rem;
	line-height: 1.1;
	max-width: none;
	margin-bottom: 1rem !important;
}

.industry-detail-page h3.text-5.font-weight-semibold {
	font-size: 1.1rem !important;
	letter-spacing: 0.01em;
}

.industry-detail-page p.text-4 {
	font-size: 1.1rem;
	line-height: 1.75;
	color: var(--tc-body);
}

.industry-detail-page .row.text-center .card .text-4 {
	font-size: 1rem !important;
	font-weight: 700;
	color: var(--tc-ink);
}

.industry-detail-page .row.text-center .card .text-2 {
	font-size: 0.78rem !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6d8195;
}

.industry-detail-page .industry-signal-card {
	background: var(--tc-gradient-panel);
}

.industry-detail-page .industry-signal-card .card-body {
	padding: 1.2rem 1.2rem;
}

.industry-detail-page .industry-signal-card h4 {
	font-size: 1.02rem;
	line-height: 1.3;
	color: var(--tc-ink);
}

.industry-detail-page .industry-signal-card p {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--tc-muted);
}

.industry-detail-page .industry-application-card {
	overflow: hidden;
	border-radius: 20px;
	background: #ffffff;
}

.industry-detail-page .industry-application-card__layout {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	margin: 0;
}

.industry-detail-page .industry-application-card__media {
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #f4f8fb;
	border-right: 1px solid var(--tc-border-medium);
}

.industry-detail-page .industry-application-card__media img {
	display: block;
	width: 100%;
	min-height: 310px;
	flex: 1 1 auto;
	object-fit: cover;
	object-position: center;
}

.industry-detail-page .industry-application-card__caption-wrap {
	padding: 0.85rem 1rem;
	background: #f8fbfd;
	border-top: 1px solid var(--tc-border-medium);
}

.industry-detail-page .industry-application-card__caption {
	position: relative;
	margin: 0;
	padding-left: 0.8rem;
	border-left: 3px solid var(--tc-primary-dark);
	color: #465b70;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.45;
}

.industry-detail-page .industry-application-card__caption::before {
	content: "Application shown:";
	display: block;
	margin-bottom: 0.18rem;
	color: var(--tc-primary-dark);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industry-detail-page .industry-application-card .col-lg-6:last-child {
	display: flex;
	align-items: center;
}

.industry-detail-page .industry-application-card .card-body {
	padding: 2.1rem;
}

.industry-detail-page .industry-application-card__title {
	color: var(--tc-ink);
	font-size: 1.65rem;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.industry-detail-page .industry-application-card__copy {
	color: var(--tc-body);
	font-size: 1rem;
	line-height: 1.7;
}

.industry-detail-page .industry-signal-kicker {
	display: inline-block;
	margin-bottom: 0.6rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(0, 136, 204, 0.09);
	color: var(--tc-primary-dark);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.industry-detail-page .list.list-icons.list-icons-sm li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.45rem 0;
	padding-left: 0 !important;
	line-height: 1.65;
	color: #4a5d72;
}

.industry-detail-page .list.list-icons.list-icons-sm li > [class*="fa-"]:first-child,
.industry-detail-page .list.list-icons.list-icons-sm li > .icons:first-child,
.industry-detail-page .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child,
.industry-detail-page .list.list-icons.list-icons-sm li a:first-child > .icons:first-child,
.industry-detail-page .list.list-icons.list-icons-sm li i {
	position: static !important;
	left: auto !important;
	top: auto !important;
	margin-top: 0.28rem;
	flex: 0 0 auto;
}

.industry-detail-page .industry-split-panels > .col-lg-6.mb-4 {
	position: relative;
}

.industry-detail-page .industry-split-panels > .col-lg-6.mb-4::before {
	content: "";
	position: absolute;
	inset: 0.2rem 0.75rem 0 0.75rem;
	border-radius: 22px;
	background: var(--tc-gradient-panel);
	border: 1px solid var(--tc-border-subtle);
	box-shadow: 0 16px 36px rgba(19, 46, 73, 0.06);
}

.industry-detail-page .industry-split-panels > .col-lg-6.mb-4 > * {
	position: relative;
	z-index: 1;
}

.industry-detail-page .industry-split-panels h3.text-5.font-weight-semibold {
	padding: 1.5rem 1.5rem 0;
	margin-bottom: 0.8rem !important;
}

.industry-detail-page .industry-split-panels .list.list-icons.list-icons-sm {
	padding: 0 1.5rem 1.35rem;
	margin-bottom: 0;
}

.industry-detail-page .industry-split-panels .list.list-icons.list-icons-sm li {
	padding: 0.7rem 0;
	border-top: 1px solid rgba(0, 136, 204, 0.08);
}

.industry-detail-page .industry-split-panels .list.list-icons.list-icons-sm li:first-child {
	border-top: 0;
	padding-top: 0;
}

.industry-detail-page .industry-data-card .card-body {
	padding: 1.5rem;
}

.industry-detail-page .industry-data-card h3,
.industry-detail-page .industry-data-card h4 {
	color: var(--tc-ink);
}

.industry-detail-page .industry-note-block {
	height: 100%;
	padding: 1.5rem;
	border-radius: 18px;
	background: linear-gradient(180deg, #f9fcfe, #f3f8fb);
	border: 1px solid var(--tc-border-subtle);
}

.industry-detail-page .industry-note-block p:last-child {
	margin-bottom: 0;
}

.industry-detail-page .related-link-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem;
	border-radius: 18px;
	border: 1px solid var(--tc-border-subtle);
	background: var(--tc-gradient-panel);
	box-shadow: var(--tc-shadow-soft);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.industry-detail-page .related-link-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 136, 204, 0.22);
	box-shadow: 0 16px 32px rgba(19, 46, 73, 0.08);
	text-decoration: none;
}

.industry-detail-page .related-link-card p {
	flex: 1 1 auto;
}

.industry-detail-page .table {
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.industry-detail-page .table thead th {
	background: #edf7fc;
	color: #14334f;
	border-bottom: 1px solid rgba(0, 136, 204, 0.16);
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.industry-detail-page .table td,
.industry-detail-page .table th {
	padding: 0.95rem 1rem;
	vertical-align: top;
}

.industry-detail-page .table tbody td {
	border-color: rgba(0, 136, 204, 0.10);
	color: #475b71;
}

.industry-detail-page .text-color-primary.font-weight-bold {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(0, 136, 204, 0.10);
	font-size: 0.9rem;
}

.industry-detail-page .section.section-height-3.overlay {
	position: relative;
	margin-top: 1rem !important;
}

.industry-detail-page .section.section-height-3.overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(7, 33, 57, 0.84), rgba(0, 136, 204, 0.74));
}

.industry-detail-page .section.section-height-3.overlay .container {
	position: relative;
	z-index: 1;
}

.industry-detail-page .section.section-height-3.overlay .btn {
	min-width: 180px;
}

.marketing-content-page .accessory-visual-card {
	display: flex;
	flex-direction: column;
}

.marketing-content-page .accessory-visual-card .card-img-top {
	width: 100%;
	height: 240px;
	object-fit: contain;
	object-position: center;
	padding: 1rem 1rem 0;
	background: #ffffff;
}

.marketing-content-page .accessory-visual-card .card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-end;
}

.marketing-content-page .accessory-visual-card .accessory-collage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	align-items: center;
	justify-items: center;
}

.marketing-content-page .accessory-visual-card .accessory-collage img {
	width: 100%;
	height: 104px;
	object-fit: contain;
	object-position: center;
	background: #ffffff;
}

.thermowell-card-grid .card-img-top {
	width: 100%;
	height: 220px;
	object-fit: contain;
	object-position: center;
	padding: 1rem 1rem 0;
	background: #ffffff;
}

.site-cta-band,
.industry-detail-page .industry-cta-band {
	background: var(--tc-gradient-cta);
}

.industry-detail-page .section.section-height-3.overlay p.text-color-light,
.marketing-content-page .section.section-primary p.text-color-light,
.marketing-content-page .section.overlay-color-primary p.text-color-light,
.specialty-product-page .section.section-primary p.text-color-light {
	opacity: 1 !important;
	color: #ffffff !important;
	font-weight: 500;
	letter-spacing: 0.01em;
}

@media (min-width: 992px) {
	.industry-detail-page .container.py-5 > .row:first-child {
		margin-bottom: 0.75rem;
	}

	.industry-detail-page .col-lg-10.mx-auto {
		max-width: 1080px;
	}
}

@media (max-width: 991px) {
	.industry-detail-page h2.font-weight-bold.mb-3 {
		font-size: 1.8rem;
		max-width: none;
	}

	.industry-detail-page .card .card-body {
		padding: 1.15rem;
	}
}

@media (max-width: 767px) {
	.marketing-content-page .section > .container,
	.marketing-content-page .container.py-5 {
		padding-top: 2.25rem;
		padding-bottom: 2.5rem;
	}

	.marketing-content-page p.text-4 {
		font-size: 1rem;
	}

	.marketing-content-page .card .card-body {
		padding: 1.15rem;
	}

	.marketing-content-page .resource-list-grid > [class*="col-"] > * {
		padding: 1.15rem 1.2rem;
	}

	.industry-detail-page .container.py-5 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.5rem !important;
	}

	.industry-detail-page p.text-4 {
		font-size: 1rem;
	}

	.industry-detail-page .industry-application-card__media {
		border-right: 0;
		border-bottom: 1px solid var(--tc-border-medium);
	}

	.industry-detail-page .industry-application-card__media img {
		min-height: 230px;
	}

	.industry-detail-page .industry-application-card .card-body {
		padding: 1.35rem;
	}

	.industry-detail-page .industry-application-card__title {
		font-size: 1.35rem;
	}

	.industry-detail-page .table td,
	.industry-detail-page .table th {
		padding: 0.8rem 0.75rem;
		font-size: 0.92rem;
	}
}

.tm-cookie-consent {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 10000;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
	color: #ffffff;
	background: #142b44;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28);
}

.tm-cookie-consent[hidden],
.tm-cookie-preferences[hidden] {
	display: none !important;
}

.tm-cookie-consent__copy {
	max-width: 650px;
}

.tm-cookie-consent__copy strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.98rem;
}

.tm-cookie-consent__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	line-height: 1.45;
}

.tm-cookie-consent__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.5rem;
	align-items: center;
}

.tm-cookie-preferences {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(15, 23, 42, 0.5);
}

.tm-cookie-preferences__panel {
	width: min(100%, 620px);
	padding: 1.25rem;
	color: #1d2127;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.32);
}

.tm-cookie-preferences__header {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.tm-cookie-preferences__header h2 {
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.25;
}

.tm-cookie-preferences__close {
	width: 2rem;
	height: 2rem;
	color: #475569;
	background: #f1f5f9;
	border: 0;
	border-radius: 999px;
	font-size: 1.35rem;
	line-height: 1;
}

.tm-cookie-preferences__item {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 0;
	border-top: 1px solid #e5e7eb;
}

.tm-cookie-preferences__item span {
	display: block;
	margin-top: 0.2rem;
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.4;
}

.tm-cookie-preferences__required {
	flex: 0 0 auto;
	padding: 0.25rem 0.55rem;
	color: #0f5132 !important;
	background: #d1e7dd;
	border-radius: 999px;
	font-size: 0.78rem !important;
	font-weight: 700;
}

.tm-cookie-preferences__toggle {
	cursor: pointer;
}

.tm-cookie-preferences__toggle input {
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 auto;
}

.tm-cookie-preferences__actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-top: 1rem;
}

@media (max-width: 767px) {
	.tm-cookie-consent {
		align-items: stretch;
		flex-direction: column;
	}

	.tm-cookie-consent__actions,
	.tm-cookie-preferences__actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}
}
