/*
Theme Name: AE Theme
Theme URI: https://dresspress.app/themes/ae-theme/
Author: DressPress
Author URI: https://dresspress.app/
Description: AE Theme is a modern, versatile multi-purpose block theme developed for AervoEnergy corporate, global trade, and WooCommerce online stores. Featuring refined typography, modular design tokens, and a curated pattern collection.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.1
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ae-theme
*/


/* Defaults
---------------------------------------- */

/* -- Display & Hero Typography System -- */

:root {
	--somuse--font-size--display: clamp(2.5rem, 6vw, 4rem);
	--somuse--font-size--metric: clamp(2.25rem, 5vw, 3.5rem);

	/* Legacy fallback bridge for 3x-large / 3-x-large */
	--wp--preset--font-size--3x-large: var(--somuse--font-size--metric);
	--wp--preset--font-size--3-x-large: var(--somuse--font-size--metric);

	/* Backwards-compatibility bridge for legacy tokens */
	--wp--preset--color--border-subtle: var(--wp--preset--color--contrast-low);
	--wp--preset--color--surface: var(--wp--preset--color--base-alt);
	--wp--preset--color--neutral-subtle: var(--wp--preset--color--base-alt);
	--wp--preset--color--muted: var(--wp--preset--color--contrast-alt);
	--wp--preset--color--neutral: var(--wp--preset--color--contrast-alt);
	--wp--preset--color--accent-1-subtle: var(--wp--preset--color--accent-1-alt);
	--wp--preset--color--accent-2-subtle: var(--wp--preset--color--accent-2-alt);
}

.has-border-subtle-color {
	color: var(--wp--preset--color--contrast-low) !important;
}

.has-border-subtle-border-color {
	border-color: var(--wp--preset--color--contrast-low) !important;
}

.has-surface-background-color,
.has-neutral-subtle-background-color {
	background-color: var(--wp--preset--color--base-alt) !important;
}

.has-muted-color,
.has-neutral-color {
	color: var(--wp--preset--color--contrast-alt) !important;
}

.is-style-display,
.display-heading {
	font-size: var(--somuse--font-size--display) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	letter-spacing: -0.035em !important;
}

.metric-number {
	font-size: var(--somuse--font-size--metric) !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: -0.02em !important;
}

.has-3x-large-font-size,
.has-3-x-large-font-size {
	font-size: var(--somuse--font-size--metric) !important;
}

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

html {
	scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

/* -- Buttons & Sizing Scale (Tailwind Spec: 4px grid in rem) -- */

.wp-block-button__link,
.wp-element-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem; /* 40px (h-10) */
	border-radius: 0.25rem; /* 4px (rounded) */
	line-height: 1rem; /* 16px */
	text-decoration: none;
}

/* Extra Small (32px / h-8) - Micro / Compact */
.wp-block-button.has-x-small-font-size .wp-block-button__link,
.wp-block-button__link.has-x-small-font-size,
.wp-element-button.has-x-small-font-size {
	min-height: 2rem; /* 32px */
	padding: 0 0.75rem; /* 12px */
	line-height: 1rem; /* 16px */
}

/* Small (40px / h-10) - Default / Standard */
.wp-block-button.has-small-font-size .wp-block-button__link,
.wp-block-button__link.has-small-font-size,
.wp-element-button.has-small-font-size {
	min-height: 2.5rem; /* 40px */
	padding: 0 1rem; /* 16px */
	line-height: 1rem; /* 16px */
}

/* Medium (48px / h-12) - Prominent / Primary Action */
.wp-block-button.has-medium-font-size .wp-block-button__link,
.wp-block-button__link.has-medium-font-size,
.wp-element-button.has-medium-font-size {
	min-height: 3rem; /* 48px */
	padding: 0 1.25rem; /* 20px */
	line-height: 1.5rem; /* 24px */
}

/* Large (56px / h-14) - Hero / Large CTA */
.wp-block-button.has-large-font-size .wp-block-button__link,
.wp-block-button__link.has-large-font-size,
.wp-element-button.has-large-font-size {
	min-height: 3.5rem; /* 56px */
	padding: 0 1.75rem; /* 28px */
	line-height: 1.75rem; /* 28px */
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

b,
strong {
	font-weight: var(--wp--custom--font-weight--medium);
}

mark {
	font-size: var(--wp--preset--font-size--small);
	font-weight: var(--wp--custom--font-weight--regular);
	padding: 0.125rem 0.375rem; /* 2px 6px */
	border-radius: 0.25rem; /* 4px */
}

/* -- Badges & Status Pills (4px/8px Grid) -- */

.badge,
.tag-pill {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.5rem; /* 24px (h-6) */
	padding: 0.25rem 0.625rem; /* 4px 10px */
	font-size: var(--wp--preset--font-size--x-small); /* 12px */
	font-weight: var(--wp--custom--font-weight--medium);
	line-height: 1rem; /* 16px */
	border-radius: 0.25rem; /* 4px (rounded) */
	background-color: var(--wp--preset--color--base-alt);
	color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--contrast-low);
	letter-spacing: 0.025em;
	text-decoration: none;
}

.badge-compact {
	min-height: 1.25rem; /* 20px (h-5) */
	padding: 0.125rem 0.5rem; /* 2px 8px */
	font-size: 0.6875rem; /* 11px */
	line-height: 1rem; /* 16px */
}

.badge-pill {
	border-radius: 9999px; /* rounded-full */
}

.badge-accent {
	background-color: var(--wp--preset--color--accent-1);
	border-color: var(--wp--preset--color--accent-1);
	color: var(--wp--preset--color--base);
}

/* -- Tables -- */

table {
	border-collapse: collapse;
	border-color: color-mix(in srgb, var(--wp--preset--color--base) 88%, var(--wp--preset--color--contrast));
	font-size: var(--wp--preset--font-size--small);
	width: 100%;

	thead,
	tbody,
	tfoot,
	tr,
	th,
	td {
		border-color: inherit;
	}

	th,
	td {
		border-style: solid;
		border-width: 0 0 1px 0;
		padding: 0.75rem 1rem;
		text-align: inherit;
		vertical-align: top;

		> :first-child {
			margin-block-start: 0;
		}

		> :last-child {
			margin-block-end: 0;
		}
	}

	th {
		font-weight: var(--wp--custom--font-weight--medium);
	}

	tbody tr:last-child {
		th,
		td {
			border-bottom-width: 0;
		}
	}

	tfoot {
		border-top-width: 0;

		th,
		td {
			border-width: 1px 0 0 0;
		}
	}
}

/* -- Forms & Form Controls -- */

input,
select,
textarea {
	box-sizing: border-box;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--line-height--body);
	color: var(--wp--preset--color--contrast);
	background-color: var(--wp--preset--color--base);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 20%, transparent);
	border-radius: 0.25rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="image"]),
textarea {
	width: 100%;
	min-height: 2.5rem; /* 40px */
	padding: 0.5rem 0.875rem;
}

textarea {
	min-height: 6rem;
	resize: vertical;
}

/* -- Select Controls -- */

select {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem; /* 40px */
	width: auto;
	max-width: 100%;
	padding: 0.5rem 2.25rem 0.5rem 0.875rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;

	&:hover {
		border-color: color-mix(in srgb, var(--wp--preset--color--contrast) 35%, transparent);
	}
}

input:focus,
select:focus,
textarea:focus {
	outline: 2px solid var(--wp--preset--color--accent-1);
	outline-offset: 1px;
	border-color: var(--wp--preset--color--accent-1);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	cursor: pointer;
}

::placeholder {
	color: var(--wp--preset--color--contrast-alt);
	opacity: 0.8;
}

/* Blocks
---------------------------------------- */

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--medium);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--preset--spacing--medium);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
	color: var(--wp--preset--color--base);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	border: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
	padding: 2px 10px;
}

/* -- Table -- */

.wp-block-table {
	table {
		border-color: color-mix(in srgb, var(--wp--preset--color--base) 88%, var(--wp--preset--color--contrast));

		thead,
		tbody,
		tfoot,
		tr,
		th,
		td {
			border-color: inherit;
		}

		thead {
			border-bottom-width: 0;
		}

		tfoot {
			border-top-width: 0;

			th,
			td {
				border-width: 1px 0 0 0;
			}
		}

		th,
		td {
			border-style: solid;
			border-width: 0 0 1px 0;
			padding: 0.75rem 1rem;
		}

		tbody tr:last-child {
			th,
			td {
				border-bottom-width: 0;
			}
		}
	}

	&.is-style-grid {
		table {
			th,
			td {
				border-width: 1px;
			}
		}
	}

	&.is-style-stripes {
		border-bottom-width: 0;

		tbody tr:nth-child(odd) {
			background-color: color-mix(in srgb, var(--wp--preset--color--base) 96%, var(--wp--preset--color--contrast));
		}

		tbody th,
		tbody td {
			border-bottom-width: 0;
		}
	}
}

/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}


/* Auto-hide site title when a site logo image is present */
.wp-block-site-logo:has(img) ~ .wp-block-site-title,
.wp-block-group:has(.wp-block-site-logo img) .wp-block-site-title {
	display: none;
}

/* Header CTA buttons: prevent squishing or text wrapping */
.site-header .wp-block-buttons,
.site-header .wp-block-button,
header .wp-block-buttons,
header .wp-block-button {
	flex-shrink: 0;
}

.site-header .wp-block-button__link,
header .wp-block-button__link {
	white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/* SVG Icon System (Lucide & Outline Icons Support)                           */
/* -------------------------------------------------------------------------- */

.wp-block-icon svg.lucide,
.wp-block-icon svg.somuse-icon,
.wp-block-icon svg[stroke="currentColor"],
.wp-block-icon__inserter-grid-icons-list-item-icon svg.lucide,
.wp-block-icon__inserter-grid-icons-list-item-icon svg.somuse-icon,
.somuse-icon svg {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2px !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.somuse-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: -0.125em;
	line-height: 1;
}

.somuse-icon svg {
	width: 1em;
	height: 1em;
}

/* -------------------------------------------------------------------------- */
/* Site Footer Widgets & Columns System                                       */
/* -------------------------------------------------------------------------- */

.site-footer,
footer {
	font-size: 16px !important;
}

.site-footer h4,
footer h4,
.site-footer .wp-block-heading,
footer .wp-block-heading {
	font-size: 20px !important;
	font-weight: 700 !important;
	border: none !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 20px !important;
}

/* Remove all borders within footer */
.site-footer,
footer,
.site-footer .wp-block-columns,
footer .wp-block-columns,
.site-footer .wp-block-group,
footer .wp-block-group,
.site-footer div[style*="border"],
footer div[style*="border"] {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

.site-footer .wp-block-columns .wp-block-list,
footer .wp-block-columns .wp-block-list {
	font-size: 16px !important;
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.site-footer .wp-block-columns .wp-block-list li a,
footer .wp-block-columns .wp-block-list li a {
	color: #ffffff !important;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.site-footer .wp-block-columns .wp-block-list li a:hover,
footer .wp-block-columns .wp-block-list li a:hover {
	opacity: 0.8;
	text-decoration: underline !important;
}

.site-footer .dp-contact-item,
footer .dp-contact-item {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-decoration: none;
}

.site-footer .dp-contact-item a,
footer .dp-contact-item a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.site-footer .dp-contact-item a:hover,
footer .dp-contact-item a:hover {
	text-decoration: underline !important;
}

.site-footer .dp-contact-item__icon-wrap,
footer .dp-contact-item__icon-wrap {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	min-height: 36px !important;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, 0.14) !important;
	color: #ffffff !important;
	flex-shrink: 0 !important;
	margin-right: 12px;
}

.site-footer .dp-contact-item__icon-wrap svg,
footer .dp-contact-item__icon-wrap svg {
	width: 18px !important;
	height: 18px !important;
	stroke: currentColor !important;
}

.site-footer .dp-contact-item__content,
footer .dp-contact-item__content {
	margin-left: 0 !important;
}

.site-footer .wp-block-navigation .wp-block-navigation-item__content,
footer .wp-block-navigation .wp-block-navigation-item__content {
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 0 !important;
	transition: opacity 0.2s ease;
}

.site-footer .wp-block-navigation .wp-block-navigation-item__content:hover,
footer .wp-block-navigation .wp-block-navigation-item__content:hover {
	opacity: 0.8;
	text-decoration: underline !important;
}

/* -- Secondary Button & Subtle Container Variations -- */

.wp-block-button.is-style-secondary .wp-block-button__link,
.wp-element-button.is-style-secondary {
	background-color: var(--wp--preset--color--accent-2) !important;
	color: var(--wp--preset--color--base) !important;
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover,
.wp-element-button.is-style-secondary:hover {
	background-color: color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, #000000) !important;
	color: var(--wp--preset--color--base) !important;
}

.is-style-card-base-alt {
	background-color: var(--wp--preset--color--base-alt) !important;
	border: 1px solid var(--wp--preset--color--contrast-low) !important;
}

.is-style-card-primary-alt {
	background-color: var(--wp--preset--color--accent-1-alt) !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-1) 20%, transparent) !important;
}

.is-style-card-secondary-alt {
	background-color: var(--wp--preset--color--accent-2-alt) !important;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--accent-2) 22%, transparent) !important;
}

/* ==========================================================================
   Solutions Mega Menu Styling (Ollie Menu Designer)
   ========================================================================== */

.site-header {
	position: relative;
}

/* Header Navigation Links Weight */
.site-header .wp-block-navigation .wp-block-navigation-item__content,
header .wp-block-navigation .wp-block-navigation-item__content {
	font-weight: 600 !important;
}

@media (min-width: 600px) {
	/* Allow full-width mega menu to break out to the full width of .site-header */
	.site-header .wp-block-navigation:has(.wp-block-ollie-mega-menu),
	.site-header .wp-block-navigation__responsive-container,
	.site-header .wp-block-navigation__responsive-dialog,
	.site-header .wp-block-navigation__container,
	.site-header .wp-block-navigation-item:has(.wp-block-ollie-mega-menu__menu-container.menu-width-full) {
		position: static !important;
	}

	.site-header .wp-block-ollie-mega-menu__menu-container.menu-width-full {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		right: 0 !important;
		width: 100vw !important;
		max-width: 100vw !important;
		background-color: var(--wp--preset--color--base, #ffffff) !important;
		border-bottom: 1px solid var(--wp--preset--color--contrast-low, #e2e8f0) !important;
		box-shadow: none !important;
		z-index: 9999 !important;
	}

	/* Invisible hover bridge to prevent cursor gap dropouts */
	.site-header .wp-block-ollie-mega-menu__menu-container.menu-width-full::before {
		content: "";
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		height: 30px;
	}
}

.omd-solution-item {
	padding-left: 0 !important;
	padding-right: 0 !important;
	transition: color 0.18s ease-in-out;
}

.omd-solution-item:hover {
	background-color: transparent !important;
}

.omd-solution-item .omd-item-title {
	font-size: 16px !important;
	color: #334155 !important;
}

.omd-solution-item:hover .omd-item-title {
	color: #2563eb !important;
}

.omd-product-link {
	font-size: 16px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transition: color 0.15s ease-in-out;
}

.omd-product-link:hover {
	background-color: transparent !important;
	color: #2563eb !important;
}

.omd-cat-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	transition: color 0.15s ease-in-out;
}

.omd-cat-title:hover {
	color: #2563eb !important;
}

.site-header .has-accent-1-background-color,
header .has-accent-1-background-color {
	background-color: var(--wp--preset--color--accent-1) !important;
	color: var(--wp--preset--color--base, #ffffff) !important;
}

.site-header .has-accent-1-background-color a,
header .has-accent-1-background-color a {
	color: var(--wp--preset--color--base, #ffffff) !important;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-header .has-accent-1-background-color a:hover,
header .has-accent-1-background-color a:hover {
	opacity: 0.85;
}

.site-header .has-accent-1-background-color .wp-block-icon svg,
header .has-accent-1-background-color .wp-block-icon svg {
	stroke: var(--wp--preset--color--base, #ffffff) !important;
}

.site-header .has-accent-1-background-color .wp-block-social-links .wp-block-social-link svg,
header .has-accent-1-background-color .wp-block-social-links .wp-block-social-link svg {
	fill: var(--wp--preset--color--base, #ffffff) !important;
}

.site-header .wp-block-social-links .wp-block-social-link svg {
	width: 20px !important;
	height: 20px !important;
}

.site-header .wp-block-site-logo img {
	width: 240px;
	height: auto;
}

@media (max-width: 1320px) {
	.ollie-mega-menu-solutions-inner,
	.ollie-mega-menu-products-inner {
		padding-left: var(--wp--style--root--padding-left, 24px) !important;
		padding-right: var(--wp--style--root--padding-right, 24px) !important;
	}
}

@media (max-width: 960px) {
	.ollie-mega-menu-solutions-inner > div,
	.ollie-mega-menu-products-inner > div {
		grid-template-columns: 1fr !important;
	}
}

/* ==========================================================================
   Header Search
   ========================================================================== */
.site-header-search {
	margin-bottom: 0 !important;
}

.site-header-search .wp-block-search__inside-wrapper {
	border: 1px solid var(--wp--preset--color--contrast-low, #e2e8f0);
	border-radius: 6px;
	background-color: var(--wp--preset--color--base-alt, #f8fafc);
	padding: 2px 4px 2px 10px;
	display: flex;
	align-items: center;
	transition: all 0.15s ease;
	max-width: 190px;
}

.site-header-search .wp-block-search__inside-wrapper:focus-within {
	border-color: var(--wp--preset--color--primary, #2563eb);
	background-color: #ffffff;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.site-header-search .wp-block-search__input {
	border: none !important;
	outline: none !important;
	background: transparent !important;
	font-size: 13px !important;
	padding: 4px 0 !important;
	color: var(--wp--preset--color--contrast, #0f172a);
	width: 100% !important;
}

.site-header-search .wp-block-search__input::placeholder {
	color: #94a3b8;
	font-size: 12.5px;
}

.site-header-search .wp-block-search__button {
	background: transparent !important;
	border: none !important;
	padding: 4px !important;
	color: #64748b;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.15s ease;
}

.site-header-search .wp-block-search__button:hover {
	color: var(--wp--preset--color--primary, #2563eb);
}

.site-header-search .wp-block-search__button svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

/* Single Product Section Titles & Typography Unification
-------------------------------------------------- */
.single-product .amp-specs-section h2,
.single-product .site-content > h2.wp-block-heading,
.single-product .wp-block-woocommerce-product-collection h2.wp-block-heading {
	font-size: var(--wp--preset--font-size--x-large) !important;
	font-weight: 700 !important;
	color: #0f172a !important;
	letter-spacing: -0.02em !important;
	line-height: 1.3 !important;
	margin-top: 3.5rem !important;
	margin-bottom: 1.75rem !important;
}

.single-product .wp-block-woocommerce-product-collection h2.wp-block-heading {
	text-align: center !important;
}

.single-product .amp-specs-section h2 {
	margin-top: 0 !important;
}

/* Single Product Description Subheadings Hierarchy */
.single-product .wp-block-woocommerce-product-description h3,
.single-product .woocommerce-product-details__short-description h3 {
	font-size: var(--wp--preset--font-size--large) !important;
	font-weight: 600 !important;
	color: #1e293b !important;
	letter-spacing: -0.01em !important;
	line-height: 1.4 !important;
	margin-top: 2rem !important;
	margin-bottom: 0.5rem !important;
}

/* Site-wide Section Top/Bottom Border Removal
-------------------------------------------------- */
section,
.amp-specs-section,
.amp-applications-section,
.amp-family-switcher-bar,
.wp-block-group.alignfull {
	border-top: none !important;
	border-bottom: none !important;
}

/* Ensure Full-width & Full-height Overlay for Cover Blocks
-------------------------------------------------- */
.wp-block-cover > .wp-block-cover__background,
.wp-block-cover > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	inset: 0 !important;
	margin: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* ==================================================
   STRICT NO-SHADOW SYSTEM FOR B2B INDUSTRIAL LOOK
   ================================================== */
*,
*::before,
*::after,
.wp-block-group,
.wp-block-columns,
.wp-block-column,
.wp-block-image,
.wp-block-image img,
.wp-block-cover,
.wp-block-button__link,
.wp-element-button,
.stk-block,
.stk-container,
.omd-solution-item,
.omd-product-col,
.omd-feature-item,
.wpforms-container {
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
}

/* Newsroom Archive & Editorial Standards */
.newsroom-feed .wp-block-post {
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 2.25rem;
	margin-bottom: 2.25rem;
	transition: background-color 0.2s ease;
}
.newsroom-feed .wp-block-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.newsroom-feed .wp-block-post-title a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.15s ease;
}
.newsroom-feed .wp-block-post-title a:hover {
	color: #2563eb;
}
.newsroom-feed .wp-block-post-excerpt {
	color: #64748b;
	line-height: 1.65;
}



