/*
 * REEID English design system
 * Stage 1: global English header
 *
 * Scope:
 * body.reeid-design-en
 */

body.reeid-design-en #masthead,
body.reeid-design-en .site-header {
	background: #111111 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * Remove the old floating, rounded and glass-like header treatment.
 */
body.reeid-design-en .ast-above-header-wrap,
body.reeid-design-en .ast-primary-header-bar,
body.reeid-design-en .ast-below-header-wrap,
body.reeid-design-en #ast-fixed-header .main-header-bar,
body.reeid-design-en #ast-fixed-header .ast-primary-header-bar,
body.reeid-design-en .ast-primary-sticky-header-active .main-header-bar,
body.reeid-design-en .ast-primary-sticky-header-active .ast-primary-header-bar,
body.reeid-design-en .ast-header-sticked .main-header-bar,
body.reeid-design-en .ast-header-sticked .ast-primary-header-bar {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

/*
 * Utility row.
 */
body.reeid-design-en .ast-above-header-wrap,
body.reeid-design-en .ast-above-header-bar {
	background: #111111 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/*
 * Main navigation row.
 */
body.reeid-design-en .ast-primary-header-bar,
body.reeid-design-en #ast-fixed-header .ast-primary-header-bar,
body.reeid-design-en #ast-fixed-header .main-header-bar,
body.reeid-design-en .ast-primary-sticky-header-active .ast-primary-header-bar,
body.reeid-design-en .ast-primary-sticky-header-active .main-header-bar,
body.reeid-design-en .ast-header-sticked .ast-primary-header-bar,
body.reeid-design-en .ast-header-sticked .main-header-bar {
	background: #1f1f1f !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/*
 * Empty lower header row should not create visible space.
 */
body.reeid-design-en .ast-below-header-wrap {
	background: #1f1f1f !important;
	border: 0 !important;
}

/*
 * Header container width.
 */
body.reeid-design-en .site-above-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-design-en .site-primary-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-design-en .site-below-header-wrap.ast-builder-grid-row-container.ast-container,
body.reeid-design-en .ast-primary-header-bar .ast-container,
body.reeid-design-en .ast-above-header-bar .ast-container,
body.reeid-design-en .main-header-container {
	width: min(1200px, calc(100% - 48px)) !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Desktop row heights.
 */
@media (min-width: 922px) {
	body.reeid-design-en .ast-above-header-wrap .ast-builder-grid-row {
		min-height: 40px !important;
	}

	body.reeid-design-en .ast-primary-header-bar .ast-builder-grid-row,
	body.reeid-design-en #ast-fixed-header .ast-builder-grid-row {
		min-height: 64px !important;
	}

	body.reeid-design-en .ast-primary-header-bar .site-header-section {
		min-height: 64px !important;
	}
}

/*
 * Main navigation typography.
 */
body.reeid-design-en #mega-menu-wrap-primary,
body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary {
	background: transparent !important;
}

body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	border: 0 !important;
	background: transparent !important;
}

body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	display: flex !important;
	align-items: center !important;
	min-height: 64px !important;
	padding: 0 15px !important;
	background: transparent !important;
	color: #eeeeee !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: "Ubuntu", "Noto Sans", sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
}

body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link,
body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a.mega-menu-link {
	background: rgba(255, 255, 255, 0.07) !important;
	color: #ffffff !important;
}

/*
 * Utility links: trial, registration and account.
 */
body.reeid-design-en .ast-above-header-wrap a,
body.reeid-design-en .ast-above-header-wrap .menu-link,
body.reeid-design-en .ast-above-header-wrap .ast-header-account-wrap a {
	color: #e6e6e6 !important;
	font-family: "Ubuntu", "Noto Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}

body.reeid-design-en .ast-above-header-wrap a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/*
 * Logo and header controls.
 */
body.reeid-design-en .site-branding,
body.reeid-design-en .ast-site-identity {
	margin: 0 !important;
	padding: 0 !important;
}

body.reeid-design-en .site-header-primary-section-right,
body.reeid-design-en .site-header-primary-section-left,
body.reeid-design-en .site-header-primary-section-center {
	column-gap: 12px;
}

body.reeid-design-en .ast-header-search,
body.reeid-design-en .ast-header-account-wrap,
body.reeid-design-en .ast-site-header-cart,
body.reeid-design-en .ast-builder-layout-element {
	box-shadow: none !important;
}

/*
 * Header icon colours.
 */
body.reeid-design-en .ast-header-search .ast-search-icon,
body.reeid-design-en .ast-header-search .astra-search-icon,
body.reeid-design-en .ast-site-header-cart .ast-cart-menu-wrap,
body.reeid-design-en .ast-header-account-wrap,
body.reeid-design-en .ast-header-account-wrap a {
	color: #eeeeee !important;
}

/*
 * Mega-menu dropdowns.
 */
body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: #262626 !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 18px !important;
}

body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu a.mega-menu-link {
	background: transparent !important;
	color: #eeeeee !important;
	border-radius: 0 !important;
	font-family: "Ubuntu", "Noto Sans", sans-serif !important;
	font-weight: 400 !important;
}

body.reeid-design-en #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu a.mega-menu-link:hover {
	background: rgba(255, 255, 255, 0.07) !important;
	color: #ffffff !important;
}

/*
 * Mobile header: keep existing functionality but remove floating-card styling.
 */
@media (max-width: 921px) {
	body.reeid-design-en .ast-above-header-wrap,
	body.reeid-design-en .ast-primary-header-bar,
	body.reeid-design-en .ast-mobile-header-wrap,
	body.reeid-design-en .ast-mobile-header-content {
		width: 100% !important;
		margin: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #1f1f1f !important;
	}

	body.reeid-design-en .site-above-header-wrap.ast-builder-grid-row-container.ast-container,
	body.reeid-design-en .site-primary-header-wrap.ast-builder-grid-row-container.ast-container,
	body.reeid-design-en .ast-mobile-header-wrap .ast-builder-grid-row-container.ast-container {
		width: calc(100% - 32px) !important;
	}

	body.reeid-design-en .ast-mobile-menu-trigger-minimal,
	body.reeid-design-en .menu-toggle {
		background: transparent !important;
		border: 1px solid rgba(255, 255, 255, 0.28) !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #ffffff !important;
	}
}

/* ==========================================================
 * REEID ENGLISH DESIGN — STAGE 2
 * Global page canvas and typography
 * ========================================================== */

/*
 * Global English page surface.
 */
body.reeid-design-en,
body.reeid-design-en #page,
body.reeid-design-en .site,
body.reeid-design-en #content,
body.reeid-design-en .site-content,
body.reeid-design-en .content-area,
body.reeid-design-en #primary,
body.reeid-design-en .site-main,
body.reeid-design-en article.page,
body.reeid-design-en .entry-content {
	background: #1f1f1f !important;
}

/*
 * Remove Astra boxed-page treatment.
 */
body.reeid-design-en .site-content > .ast-container,
body.reeid-design-en #primary,
body.reeid-design-en .content-area,
body.reeid-design-en .site-main,
body.reeid-design-en article.page,
body.reeid-design-en .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Normal top-level content remains centred.
 */
body.reeid-design-en .entry-content > *:not(.alignfull):not(.alignwide) {
	width: min(1120px, calc(100% - 48px)) !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.reeid-design-en .entry-content > .alignwide {
	width: min(1200px, calc(100% - 48px)) !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*
 * Full-width sections use a flat charcoal surface.
 */
body.reeid-design-en .entry-content > .alignfull,
body.reeid-design-en .entry-content > .wp-block-group.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: #1f1f1f !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Give primary page sections a consistent rhythm.
 */
body.reeid-design-en .entry-content > .wp-block-group.alignfull {
	padding-top: 72px !important;
	padding-right: 24px !important;
	padding-bottom: 72px !important;
	padding-left: 24px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
}

/*
 * Do not place a rule above the first page section.
 */
body.reeid-design-en .entry-content > .wp-block-group.alignfull:first-child {
	border-top: 0 !important;
}

/*
 * Ubuntu-style heading hierarchy.
 */
body.reeid-design-en .entry-content h1,
body.reeid-design-en .entry-content h2,
body.reeid-design-en .entry-content h3,
body.reeid-design-en .entry-content h4,
body.reeid-design-en .entry-content h5,
body.reeid-design-en .entry-content h6 {
}

/*
 * Main page and hero heading.
 */
body.reeid-design-en .entry-content h1 {
}

/*
 * Major section heading.
 */
body.reeid-design-en .entry-content h2 {
}

/*
 * Card and subsection heading.
 */
body.reeid-design-en .entry-content h3 {
}

body.reeid-design-en .entry-content h4 {
}

/*
 * Main reading typography.
 */
body.reeid-design-en .entry-content p,
body.reeid-design-en .entry-content li,
body.reeid-design-en .entry-content blockquote,
body.reeid-design-en .entry-content figcaption,
body.reeid-design-en .entry-content td,
body.reeid-design-en .entry-content th {
}

body.reeid-design-en .entry-content p,
body.reeid-design-en .entry-content li {
}

/*
 * Secondary text should be softer than headings.
 */
body.reeid-design-en .entry-content p,
body.reeid-design-en .entry-content li,
body.reeid-design-en .entry-content blockquote {
}

/*
 * Preserve deliberate accent labels while reducing excessive weight.
 */
body.reeid-design-en .entry-content p[style*="text-transform:uppercase"],
body.reeid-design-en .entry-content p[style*="textTransform"],
body.reeid-design-en .entry-content .has-small-font-size {
}

/*
 * Links inside page content.
 */
body.reeid-design-en .entry-content a:not(.wp-block-button__link) {
	color: #66b7ff !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.reeid-design-en .entry-content a:not(.wp-block-button__link):hover {
	color: #ffffff !important;
}

/*
 * Remove decorative section glows and background images.
 */
body.reeid-design-en .entry-content > .wp-block-group.alignfull::before,
body.reeid-design-en .entry-content > .wp-block-group.alignfull::after {
	box-shadow: none !important;
	filter: none !important;
}

/*
 * Mobile rhythm.
 */
@media (max-width: 781px) {
	body.reeid-design-en .entry-content > *:not(.alignfull):not(.alignwide),
	body.reeid-design-en .entry-content > .alignwide {
		width: calc(100% - 32px) !important;
	}

	body.reeid-design-en .entry-content > .wp-block-group.alignfull {
		padding-top: 52px !important;
		padding-right: 16px !important;
		padding-bottom: 52px !important;
		padding-left: 16px !important;
	}

	body.reeid-design-en .entry-content h1 {
}

	body.reeid-design-en .entry-content h2 {
}
}

/* ==========================================================
 * REEID ENGLISH DESIGN — TRANSPARENT HEADER FIX
 * Keep the English header in normal document flow.
 * ========================================================== */

body.reeid-design-en.ast-theme-transparent-header #masthead,
body.reeid-design-en.ast-theme-transparent-header .site-header,
body.reeid-design-en.ast-theme-transparent-header .main-header-bar-wrap,
body.reeid-design-en.ast-theme-transparent-header .ast-mobile-header-wrap {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	width: 100% !important;
	transform: none !important;
}

/*
 * Remove Astra offsets used for transparent headers.
 */
body.reeid-design-en.ast-theme-transparent-header #content,
body.reeid-design-en.ast-theme-transparent-header .site-content,
body.reeid-design-en.ast-theme-transparent-header #primary,
body.reeid-design-en.ast-theme-transparent-header .content-area {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/*
 * Ensure the normal English header backgrounds remain visible.
 */
body.reeid-design-en.ast-theme-transparent-header #masthead,
body.reeid-design-en.ast-theme-transparent-header .ast-primary-header-bar {
	background: #1f1f1f !important;
}

/*
 * Sticky header clones may remain fixed after scrolling,
 * but the original header must occupy normal page space.
 */
body.reeid-design-en #ast-fixed-header {
	z-index: 9999 !important;
}

/* ==========================================================
 * REEID ENGLISH DESIGN — STICKY HEADER FIX
 * Give Astra's fixed header clone a complete opaque surface.
 * ========================================================== */

body.reeid-design-en #ast-fixed-header {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: none !important;
	background: #1f1f1f !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	opacity: 1 !important;
	isolation: isolate;
	z-index: 99999 !important;
}

body.reeid-design-en #ast-fixed-header .main-header-bar,
body.reeid-design-en #ast-fixed-header .ast-primary-header-bar,
body.reeid-design-en #ast-fixed-header .ast-primary-header-bar-wrap,
body.reeid-design-en #ast-fixed-header .main-header-bar-wrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: #1f1f1f !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

/*
 * Keep sticky-header content aligned with the normal header.
 */
body.reeid-design-en #ast-fixed-header .site-primary-header-wrap,
body.reeid-design-en #ast-fixed-header .ast-builder-grid-row-container,
body.reeid-design-en #ast-fixed-header .ast-container,
body.reeid-design-en #ast-fixed-header .main-header-container {
	width: min(1200px, calc(100% - 48px)) !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: #1f1f1f !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Ensure every sticky-header section is opaque.
 */
body.reeid-design-en #ast-fixed-header .site-header-section,
body.reeid-design-en #ast-fixed-header .ast-builder-layout-element,
body.reeid-design-en #ast-fixed-header #mega-menu-wrap-primary,
body.reeid-design-en #ast-fixed-header #mega-menu-primary {
	background-color: #1f1f1f !important;
}

/*
 * WordPress administration bar offset.
 */
body.admin-bar.reeid-design-en #ast-fixed-header {
	top: 32px !important;
}

@media (max-width: 782px) {
	body.admin-bar.reeid-design-en #ast-fixed-header {
		top: 46px !important;
	}
}

@media (max-width: 921px) {
	body.reeid-design-en #ast-fixed-header .site-primary-header-wrap,
	body.reeid-design-en #ast-fixed-header .ast-builder-grid-row-container,
	body.reeid-design-en #ast-fixed-header .ast-container {
		width: calc(100% - 32px) !important;
	}
}

/* ==========================================================
 * REEID ENGLISH DESIGN — GUTENBERG SURFACE RESET
 *
 * Overrides Gutenberg inline navy backgrounds without changing
 * the stored page content.
 * ========================================================== */

/*
 * Gutenberg pages often contain full-width groups nested inside
 * another full-width group. Flatten every such section, not only
 * direct children of .entry-content.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-group.alignfull {
	background-color: #1f1f1f !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}

/*
 * Normal Gutenberg cards and panels.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-group.has-background:not(.alignfull),

body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-group.has-border-color:not(.alignfull),

body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-details,

body.reeid-design-en:not(.woocommerce-page)
.entry-content details.wp-block-details {
	background-color: #262626 !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}

/*
 * Small Gutenberg badges, labels, numbered steps and callouts.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content p.has-background,

body.reeid-design-en:not(.woocommerce-page)
.entry-content p.has-border-color {
	background-color: #2b2b2b !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Remove dark-blue panel backgrounds applied through common
 * REEID custom block classes.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content .reeid-hero-right-card,

body.reeid-design-en:not(.woocommerce-page)
.entry-content .reeid-video-overview-block,

body.reeid-design-en:not(.woocommerce-page)
.entry-content .reeid-hero-main-card,

body.reeid-design-en:not(.woocommerce-page)
.entry-content .reeid-hero-side-card {
	background-color: #262626 !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Keep separators neutral instead of blue, purple or cyan.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-separator {
	background-color: rgba(255, 255, 255, 0.24) !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	box-shadow: none !important;
}

/*
 * Gutenberg sometimes applies background declarations through
 * pseudo-elements on groups.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-group::before,

body.reeid-design-en:not(.woocommerce-page)
.entry-content .wp-block-group::after {
	box-shadow: none !important;
	filter: none !important;
}

/*
 * Keep images and video media unchanged.
 */
body.reeid-design-en:not(.woocommerce-page)
.entry-content figure,
body.reeid-design-en:not(.woocommerce-page)
.entry-content img,
body.reeid-design-en:not(.woocommerce-page)
.entry-content video,
body.reeid-design-en:not(.woocommerce-page)
.entry-content iframe {
	filter: none;
}

/* ==========================================================
 * REEID ENGLISH DESIGN — FREE VS PRO RESET
 *
 * Overrides the embedded <style> rules inside the page's
 * custom HTML comparison component.
 * ========================================================== */

body.reeid-design-en .reeid-compare-section {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 72px 24px !important;
	background: #1f1f1f !important;
	background-image: none !important;
	border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
	box-shadow: none !important;
}

body.reeid-design-en .reeid-compare-wrap {
	width: min(1180px, 100%) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*
 * Section typography.
 */
body.reeid-design-en .reeid-compare-kicker {
}

body.reeid-design-en .reeid-compare-title {
}

body.reeid-design-en .reeid-compare-subtitle {
}

/*
 * Main comparison table container.
 */
body.reeid-design-en .reeid-compare-card {
	overflow: hidden !important;
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Table cells and headers.
 */
body.reeid-design-en .reeid-compare-table {
	background: #262626 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

body.reeid-design-en .reeid-compare-table th,
body.reeid-design-en .reeid-compare-table td {
	background: #262626 !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
box-shadow: none !important;
}

body.reeid-design-en .reeid-compare-table th {
	background: #2b2b2b !important;
}

/*
 * Keep one restrained REEID accent on the Pro column.
 */
body.reeid-design-en
.reeid-compare-table th:nth-child(3) {
	background: #2b2b2b !important;
	background-image: none !important;
	border-top: 3px solid #2e87d3 !important;
}

/*
 * Feature group rows.
 */
body.reeid-design-en .reeid-compare-group td {
	background: #1f1f1f !important;
}

/*
 * Feature and recommendation text.
 */
body.reeid-design-en .reeid-compare-feature,
body.reeid-design-en .reeid-bestfor,
body.reeid-design-en .reeid-pro-best {
}

/*
 * Comparison note below the table.
 */
body.reeid-design-en .reeid-compare-note {
	background: #1f1f1f !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/*
 * Free and Pro choice panels.
 */
body.reeid-design-en .reeid-compare-choice,
body.reeid-design-en .reeid-compare-choice.free,
body.reeid-design-en .reeid-compare-choice.pro {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.reeid-design-en .reeid-compare-choice.pro {
	border-top: 3px solid #2e87d3 !important;
}

body.reeid-design-en .reeid-compare-choice:hover {
	background: #2b2b2b !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
	box-shadow: none !important;
	transform: none !important;
}

/*
 * Labels and choice copy.
 */
body.reeid-design-en .reeid-choice-label {
	background: #303030 !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 0 !important;
}

body.reeid-design-en .reeid-choice-title {
}

body.reeid-design-en .reeid-choice-text {
}

/*
 * Choice buttons retain the REEID blue accent.
 */
body.reeid-design-en .reeid-choice-button,
body.reeid-design-en
.reeid-compare-choice.free .reeid-choice-button,
body.reeid-design-en
.reeid-compare-choice.pro .reeid-choice-button {
	background: #2e87d3 !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid #2e87d3 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en
.reeid-compare-choice.free .reeid-choice-button {
	background: transparent !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 860px) {
	body.reeid-design-en .reeid-compare-section {
		padding: 52px 16px !important;
	}

	body.reeid-design-en .reeid-compare-card {
		overflow-x: auto !important;
	}

	body.reeid-design-en .reeid-compare-cta {
		grid-template-columns: 1fr !important;
	}
}

/* ==========================================================
 * REEID ENGLISH DESIGN — CUSTOM HTML COMPONENTS
 *
 * Neutralises embedded component CSS used by the seven English
 * pages identified in the custom HTML audit.
 * ========================================================== */

/* ----------------------------------------------------------
 * Shared custom-page surfaces
 * ---------------------------------------------------------- */

body.reeid-design-en :is(
	.reeid-compare-section,
	.reeid-ui-strings-page,
	.reeid-woo-page,
	.reeid-seo-page,
	.reeid-features-page
) {
	background: #1f1f1f !important;
	background-image: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}

body.reeid-design-en :is(
	.reeid-compare-section,
	.reeid-ui-strings-page,
	.reeid-woo-page,
	.reeid-seo-page,
	.reeid-features-page
)::before,

body.reeid-design-en :is(
	.reeid-compare-section,
	.reeid-ui-strings-page,
	.reeid-woo-page,
	.reeid-seo-page,
	.reeid-features-page
)::after {
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	filter: none !important;
	opacity: 0 !important;
}

/* ----------------------------------------------------------
 * Shared custom cards and panels
 * ---------------------------------------------------------- */

body.reeid-design-en :is(
	.reeid-compare-card,
	.reeid-ui-card,
	.reeid-ui-panel,
	.reeid-woo-card,
	.reeid-woo-panel,
	.reeid-seo-card,
	.reeid-seo-panel,
	.reeid-feature-card,
	.reeid-features-panel
) {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

body.reeid-design-en :is(
	.reeid-compare-card,
	.reeid-ui-card,
	.reeid-woo-card,
	.reeid-seo-card,
	.reeid-feature-card
):hover {
	background: #2b2b2b !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

/* ----------------------------------------------------------
 * Shared custom typography
 * ---------------------------------------------------------- */

body.reeid-design-en :is(
	.reeid-compare-title,
	.reeid-ui-title,
	.reeid-woo-title,
	.reeid-seo-title,
	.reeid-features-title
) {
}

body.reeid-design-en :is(
	.reeid-compare-kicker,
	.reeid-ui-kicker,
	.reeid-woo-kicker,
	.reeid-seo-kicker,
	.reeid-features-kicker
) {
}

/* ----------------------------------------------------------
 * Shared comparison and information tables
 * ---------------------------------------------------------- */

body.reeid-design-en :is(
	.reeid-compare-table-wrap,
	.reeid-ui-compare-table-wrap
) {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow-x: auto !important;
}

body.reeid-design-en :is(
	.reeid-compare-table,
	.reeid-ui-compare-table
) {
	width: 100% !important;
	background: #262626 !important;
	background-image: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en :is(
	.reeid-compare-table,
	.reeid-ui-compare-table
) th,

body.reeid-design-en :is(
	.reeid-compare-table,
	.reeid-ui-compare-table
) td {
	background: #262626 !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
box-shadow: none !important;
}

body.reeid-design-en :is(
	.reeid-compare-table,
	.reeid-ui-compare-table
) th {
	background: #2b2b2b !important;
}

/*
 * Inline-styled raw HTML tables found on the UI Strings,
 * WooCommerce and SEO pages.
 */
body.reeid-design-en:is(.page-id-28079,.reeid-source-page-28079) .entry-content table,
body.reeid-design-en:is(.page-id-28087,.reeid-source-page-28087) .entry-content table,
body.reeid-design-en:is(.page-id-28091,.reeid-source-page-28091) .entry-content table {
	width: 100% !important;
	background: #262626 !important;
	background-image: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-28079,.reeid-source-page-28079) .entry-content table th,
body.reeid-design-en:is(.page-id-28079,.reeid-source-page-28079) .entry-content table td,
body.reeid-design-en:is(.page-id-28087,.reeid-source-page-28087) .entry-content table th,
body.reeid-design-en:is(.page-id-28087,.reeid-source-page-28087) .entry-content table td,
body.reeid-design-en:is(.page-id-28091,.reeid-source-page-28091) .entry-content table th,
body.reeid-design-en:is(.page-id-28091,.reeid-source-page-28091) .entry-content table td {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-28079,.reeid-source-page-28079) .entry-content table th,
body.reeid-design-en:is(.page-id-28087,.reeid-source-page-28087) .entry-content table th,
body.reeid-design-en:is(.page-id-28091,.reeid-source-page-28091) .entry-content table th {
	background: #2b2b2b !important;
}

/* ----------------------------------------------------------
 * Step numbers and highlighted labels
 * ---------------------------------------------------------- */

body.reeid-design-en :is(
	.reeid-ui-step-number,
	.reeid-woo-step-number,
	.reeid-seo-step-number
) {
	background: #2e87d3 !important;
	background-image: none !important;
	border: 1px solid #2e87d3 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en :is(
	.reeid-ui-highlight,
	.reeid-compare-best
) {
	background: #2b2b2b !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/*
 * Preserve meaningful availability indicators.
 */
body.reeid-design-en :is(
	.reeid-yes,
	.reeid-compare-yes
) {
	box-shadow: none !important;
}

body.reeid-design-en :is(
	.reeid-no,
	.reeid-compare-soft
) {
	box-shadow: none !important;
}

/* ----------------------------------------------------------
 * Features page link cards
 * ---------------------------------------------------------- */

body.reeid-design-en:is(.page-id-28097,.reeid-source-page-28097)
.reeid-feature-link-card a {
	display: block !important;
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.reeid-design-en:is(.page-id-28097,.reeid-source-page-28097)
.reeid-feature-link-card a:hover {
	background: #2b2b2b !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
	box-shadow: none !important;
	transform: none !important;
}

/* ----------------------------------------------------------
 * Product page video component
 * ---------------------------------------------------------- */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
.reeid-video-overview-block {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
.reeid-video-overview-block::before {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
.reeid-video-thumb {
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
.reeid-video-thumb img {
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
.reeid-video-thumb:hover img {
	transform: none !important;
}

/* ----------------------------------------------------------
 * Product feature-card embedded animation
 * ---------------------------------------------------------- */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#features
.wp-block-columns.are-vertically-aligned-stretch
> .wp-block-column
> .wp-block-group.has-border-color.has-background {
	background: #262626 !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#features
.wp-block-columns.are-vertically-aligned-stretch
> .wp-block-column
> .wp-block-group.has-border-color.has-background::before,

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#features
.wp-block-columns.are-vertically-aligned-stretch
> .wp-block-column
> .wp-block-group.has-border-color.has-background::after {
	display: none !important;
	content: none !important;
	background: none !important;
	box-shadow: none !important;
	filter: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#features
.wp-block-columns.are-vertically-aligned-stretch
> .wp-block-column
> .wp-block-group.has-border-color.has-background:hover {
	background: #2b2b2b !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
	box-shadow: none !important;
	transform: none !important;
}

/* ----------------------------------------------------------
 * FAQ live search
 * ---------------------------------------------------------- */

body.reeid-design-en:is(.page-id-22356,.reeid-source-page-22356)
.reeid-faq-live-search {
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-22356,.reeid-source-page-22356)
#reeid-faq-live-search-input {
	background: #1f1f1f !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: "Ubuntu", "Noto Sans", sans-serif !important;
}

body.reeid-design-en:is(.page-id-22356,.reeid-source-page-22356)
#reeid-faq-live-search-input:focus {
	border-color: #66b7ff !important;
	outline: 1px solid #66b7ff !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-22356,.reeid-source-page-22356)
#reeid-faq-live-search-count {
	color: #cfcfcf !important;
}

/* ----------------------------------------------------------
 * Responsive custom tables
 * ---------------------------------------------------------- */

@media (max-width: 780px) {
	body.reeid-design-en :is(
		.reeid-compare-table-wrap,
		.reeid-ui-compare-table-wrap
	) {
		overflow-x: auto !important;
	}

	body.reeid-design-en :is(
		.reeid-compare-table,
		.reeid-ui-compare-table
	) {
		min-width: 720px !important;
	}
}

/* ==========================================================
 * REEID FRONTEND — CONTENT TYPOGRAPHY UNLOCKED
 *
 * Frontend content typography is now controlled by:
 * 1. Gutenberg block attributes when explicitly configured.
 * 2. Astra typography settings when the block has no override.
 *
 * The English design stylesheet continues to control surfaces,
 * borders, layout and spacing only.
 * ========================================================== */

/* ==========================================================
 * REEID COMPARE — STRUCTURE RESTORE
 *
 * Restores layout removed with the embedded Custom HTML CSS.
 * Typography remains controlled by Gutenberg and Astra.
 * ========================================================== */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro.reeid-compare-section {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 72px 24px !important;
	background: #1f1f1f !important;
	background-image: none !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-wrap {
	display: block !important;
	width: 100% !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-kicker {
	display: block !important;
	margin-bottom: 18px !important;
	text-align: center !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-title {
	display: block !important;
	margin: 0 0 20px !important;
	text-align: center !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-subtitle {
	display: block !important;
	width: 100% !important;
	max-width: 820px !important;
	margin: 0 auto 46px !important;
	text-align: center !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-card {
	display: block !important;
	width: 100% !important;
	overflow: hidden !important;
	background: #262626 !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	table-layout: auto !important;
	background: #262626 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table thead {
	display: table-header-group !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table tbody {
	display: table-row-group !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table tr {
	display: table-row !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table th,

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table td {
	display: table-cell !important;
	padding: 16px 18px !important;
	vertical-align: middle !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	background: #262626 !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table th {
	background: #2b2b2b !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table th:nth-child(2),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table th:nth-child(3),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table td:nth-child(2),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-table td:nth-child(3) {
	width: 190px !important;
	text-align: center !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-group td {
	padding-top: 18px !important;
	padding-bottom: 12px !important;
	background: #1f1f1f !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-yes,

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-no {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 999px !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-yes {
	color: #22c55e !important;
	background: rgba(34, 197, 94, 0.14) !important;
	border: 1px solid rgba(34, 197, 94, 0.36) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-no {
	color: #ef4444 !important;
	background: rgba(239, 68, 68, 0.12) !important;
	border: 1px solid rgba(239, 68, 68, 0.35) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-note {
	display: block !important;
	width: 100% !important;
	padding: 22px 24px !important;
	background: #1f1f1f !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	margin-top: 34px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 210px !important;
	padding: 26px !important;
	overflow: hidden !important;
	background: #262626 !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice.pro {
	border-top: 3px solid #2e87d3 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice > span {
	display: block !important;
	width: 100% !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-label {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	padding: 7px 11px !important;
	background: #303030 !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 0 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-title {
	display: block !important;
	margin-top: 18px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-text {
	display: block !important;
	width: 100% !important;
	max-width: 440px !important;
	margin-top: 10px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	min-height: 48px !important;
	margin-top: 22px !important;
	padding: 0 18px !important;
	background: #2e87d3 !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid #2e87d3 !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-choice.free
.reeid-choice-button {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 860px) {
	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro.reeid-compare-section {
		padding: 52px 16px !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-card {
		overflow-x: auto !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-table {
		min-width: 760px !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-cta {
		grid-template-columns: 1fr !important;
	}
}

/* ==========================================================
 * REEID COMPARE — NATIVE GUTENBERG
 *
 * Structural and surface styling only.
 * Typography remains controlled by Gutenberg and Astra.
 * ========================================================== */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-card {
	padding: 0 !important;
	overflow: hidden !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-category {
	margin: 0 !important;
	padding: 24px 24px 14px !important;
	background: #1f1f1f !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-card
> .reeid-compare-category:first-child {
	border-top: 0 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 28px !important;
	overflow-x: auto !important;
	border: 0 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table table {
	width: 100% !important;
	min-width: 760px !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background: #262626 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table th,

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table td {
	padding: 15px 18px !important;
	vertical-align: middle !important;
	background: #262626 !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table thead th {
	background: #2b2b2b !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(2),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(3),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table td:nth-child(2),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table td:nth-child(3) {
	width: 190px !important;
	text-align: center !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(3) {
	border-top: 3px solid #2e87d3 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table tbody tr:nth-child(even) td {
	background: #292929 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-note {
	margin: 0 !important;
	padding: 22px 24px !important;
	background: #1f1f1f !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta {
	align-items: stretch !important;
	margin-top: 34px !important;
	gap: 18px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta > .wp-block-column {
	display: flex !important;
	margin: 0 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice {
	width: 100% !important;
	height: 100% !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice .wp-block-buttons {
	margin-top: auto !important;
	padding-top: 22px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-choice-button
.wp-block-button__link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 0 18px !important;
	background: #2e87d3 !important;
	background-image: none !important;
	color: #ffffff !important;
	border: 1px solid #2e87d3 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-choice.free
.reeid-choice-button
.wp-block-button__link {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 860px) {
	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-cta {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-native-table {
		overflow-x: auto !important;
	}
}

/* ==========================================================
 * REEID COMPARE — NATIVE POLISH V1
 *
 * Visual structure only.
 * No font family, size, weight, line-height or letter-spacing.
 * ========================================================== */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-card {
	padding: 18px !important;
	background: #222222 !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/*
 * Each comparison category becomes its own visual unit.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-category {
	margin: 26px 0 0 !important;
	padding: 17px 20px !important;
	background: #292929 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-bottom: 0 !important;
	border-left: 4px solid #2e87d3 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-card
> .reeid-compare-category:first-child {
	margin-top: 0 !important;
}

/*
 * Tables sit directly below their category heading.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table {
	width: 100% !important;
	margin: 0 0 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-top: 0 !important;
	background: #262626 !important;
	box-shadow: none !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table table {
	width: 100% !important;
	margin: 0 !important;
	background: #262626 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table th,

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table td {
	padding: 16px 18px !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-native-table thead th {
	background: #303030 !important;
	border-bottom-color: rgba(255, 255, 255, 0.26) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table tbody tr:nth-child(odd) td {
	background: #252525 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table tbody tr:nth-child(even) td {
	background: #292929 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table tbody tr:hover td {
	background: #303030 !important;
}

/*
 * Free and Pro columns remain visually consistent.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(2),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table td:nth-child(2) {
	border-left-color: rgba(255, 255, 255, 0.22) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(3),

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table td:nth-child(3) {
	border-left-color: rgba(46, 135, 211, 0.48) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-native-table th:nth-child(3) {
	border-top: 3px solid #2e87d3 !important;
}

/*
 * Best-fit table receives a little more breathing room.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-best-table td {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

/*
 * Summary note.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-note {
	margin: 26px 0 0 !important;
	padding: 24px 26px !important;
	background: #292929 !important;
	border-top: 0 !important;
	border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-left: 4px solid #2e87d3 !important;
}

/*
 * CTA cards.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta {
	gap: 24px !important;
	margin-top: 30px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice {
	min-height: 268px !important;
	padding: 30px !important;
	background: #262626 !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	transition:
		transform 160ms ease,
		background-color 160ms ease,
		border-color 160ms ease !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice.free {
	border-top: 3px solid rgba(255, 255, 255, 0.48) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice.pro {
	background: #292929 !important;
	border-top: 3px solid #2e87d3 !important;
	border-color: rgba(46, 135, 211, 0.52) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice:hover {
	transform: translateY(-2px) !important;
	background: #303030 !important;
	border-color: rgba(255, 255, 255, 0.38) !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice.pro:hover {
	border-color: rgba(46, 135, 211, 0.8) !important;
}

/*
 * Compact edition labels.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-label {
	display: inline-flex !important;
	width: fit-content !important;
	margin: 0 0 4px !important;
	padding: 7px 11px !important;
	background: #303030 !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

/*
 * Native buttons.
 */
body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice .wp-block-buttons {
	margin-top: auto !important;
	padding-top: 26px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-choice-button
.wp-block-button__link {
	min-height: 48px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	transition:
		background-color 160ms ease,
		border-color 160ms ease !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-choice-button
.wp-block-button__link:hover {
	background: #2374b9 !important;
	border-color: #2374b9 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-choice.free
.reeid-choice-button
.wp-block-button__link:hover {
	background: #303030 !important;
	border-color: rgba(255, 255, 255, 0.72) !important;
}

/*
 * Mobile refinement.
 */
@media (max-width: 860px) {
	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-native-card {
		padding: 12px !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-category {
		padding: 15px 16px !important;
	}

	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-choice {
		min-height: 0 !important;
		padding: 24px !important;
	}
}

/* ==========================================================
 * REEID NATIVE BUTTON — WRAPPER RESET
 *
 * Native Gutenberg Button markup:
 * div.wp-block-button > a.wp-block-button__link
 *
 * Older comparison rules styled the wrapper like a second
 * button, producing duplicate borders.
 * ========================================================== */

#compare-free-pro
.wp-block-button.reeid-choice-button {
	display: block !important;
	width: fit-content !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	color: inherit !important;
}

#compare-free-pro
.reeid-compare-choice.free
.wp-block-button.reeid-choice-button,

#compare-free-pro
.reeid-compare-choice.pro
.wp-block-button.reeid-choice-button {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

#compare-free-pro
.wp-block-button.reeid-choice-button
.wp-block-button__link {
	display: inline-flex !important;
	width: auto !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

/* ==========================================================
 * REEID COMPARE — CTA COMPACT LEFT
 *
 * Tightens the native Gutenberg CTA cards and left-aligns
 * their content. Typography remains controlled elsewhere.
 * ========================================================== */

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta {
	align-items: stretch !important;
	gap: 20px !important;
	margin-top: 26px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-cta > .wp-block-column {
	display: flex !important;
	align-items: stretch !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	padding: 26px !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice > * {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-label {
	width: fit-content !important;
	margin: 0 0 18px !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-title {
	margin: 0 0 12px !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-choice-text {
	margin: 0 !important;
	text-align: left !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro .reeid-compare-choice .wp-block-buttons {
	display: flex !important;
	justify-content: flex-start !important;
	width: 100% !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
#compare-free-pro
.reeid-compare-choice
.wp-block-button {
	margin: 0 !important;
}

@media (max-width: 860px) {
	body.reeid-design-en:is(.page-id-23485,.reeid-source-page-23485)
	#compare-free-pro .reeid-compare-choice {
		padding: 22px !important;
	}
}

/* ==========================================================
 * REEID FRONTEND — BLOCK TEXT COLOR UNLOCKED
 *
 * Gutenberg block-level Text Color settings now control
 * frontend content. Buttons and semantic status indicators
 * retain their dedicated colors.
 * ========================================================== */

body.reeid-design-en .entry-content {
	color: #d6d6d6;
}

