/* atp-layout-v2 — anunturi.top only (body.anunturi-identity). Panou de anunț. */

.atp-icon {
	display: inline-block;
	flex: 0 0 auto;
	fill: currentColor;
	height: 1.15em;
	vertical-align: -0.15em;
	width: 1.15em;
}

.atp-section-icon {
	align-items: center;
	color: var(--wp--preset--color--accent);
	display: inline-flex;
	flex: 0 0 auto;
	height: 1.2em;
	justify-content: center;
	line-height: 1;
	width: 1.2em;
}

/* -------------------------------------------------------------------------- */
/* Forest board + gold pin. Not wine/carmin, not olive kraft, not petrol mint. */
/* Light only when the visitor chose light, or there is no theme attr yet.
   Do NOT paint system here: ARC keeps data-arc-theme="system" and resolves
   via prefers-color-scheme. Including system forced paper over night mode. */
/* -------------------------------------------------------------------------- */

html:has(body.anunturi-identity):not([data-arc-theme="dark"]):not([data-arc-theme="system"]),
html[data-arc-theme="light"]:has(body.anunturi-identity) {
	--wp--preset--color--background: #eef2e8;
	--wp--preset--color--surface: #f4f6ee;
	--arc-surface-secondary: #dce6d4;
	--wp--preset--color--text: #122018;
	--wp--preset--color--muted: #4a5c50;
	--wp--preset--color--border: #c4d0c0;
	--wp--preset--color--brand: #1a4a32;
	--arc-brand: #1a4a32;
	--wp--preset--color--accent: #c9a24a;
	--arc-highlight: #c9a24a;
	--wp--preset--color--focus: #1a4a32;
	--arc-on-brand: #eef2e8;
	--arc-on-accent: #122018;
	--arc-header-background: #0f241c;
	--arc-header-border: #1a3328;
	--arc-header-text: #eef2e8;
	--arc-footer-background: #0a1812;
	--arc-footer-text: #d8e4d4;
	--arc-footer-accent: #d4b05c;
	--arc-control-ring: #c9a24a;
	--arc-control-fill: #dce6d4;
	--arc-card-fill: #f4f6ee;
	--arc-header-elevated: #1a3328;
	--atp-chip-bg: #e0ead8;
	--atp-chip-ink: #1a4a32;
	--atp-rule: #c4d0c0;
	--atp-link: #164028;
	--atp-card-shadow: 0 1px 2px rgba(18, 32, 24, 0.05), 0 10px 24px rgba(18, 32, 24, 0.07);
	--atp-well: min(var(--arc-wide-width, 1600px), calc(100vw - 2 * var(--arc-page-gutter, 1.25rem)));
	--atp-chip-inset: 0.85rem;
	--atp-card-text-inset: 1rem;
	--arc-expert-panel: #f4f6ee;
	--arc-expert-panel-strong: #dce6d4;
	--arc-auth-surface: #f4f6ee;
	--arc-auth-soft: #e0ead8;
	--arc-auth-desk: #f4f6ee;
	--arc-auth-desk-strong: #e0ead8;
	--arc-auth-border: #c4d0c0;
	--wp--preset--color--foreground: #122018;
	--wp--preset--color--contrast: #122018;
	--arc-card-border: #c4d0c0;
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--text);
	color-scheme: light;
}

@media (prefers-color-scheme: light) {
	html[data-arc-theme="system"]:has(body.anunturi-identity) {
		--wp--preset--color--background: #eef2e8;
		--wp--preset--color--surface: #f4f6ee;
		--arc-surface-secondary: #dce6d4;
		--wp--preset--color--text: #122018;
		--wp--preset--color--muted: #4a5c50;
		--wp--preset--color--border: #c4d0c0;
		--wp--preset--color--brand: #1a4a32;
		--arc-brand: #1a4a32;
		--wp--preset--color--accent: #c9a24a;
		--arc-highlight: #c9a24a;
		--wp--preset--color--focus: #1a4a32;
		--arc-on-brand: #eef2e8;
		--arc-on-accent: #122018;
		--arc-header-background: #0f241c;
		--arc-header-border: #1a3328;
		--arc-header-text: #eef2e8;
		--arc-footer-background: #0a1812;
		--arc-footer-text: #d8e4d4;
		--arc-footer-accent: #d4b05c;
		--arc-control-ring: #c9a24a;
		--arc-control-fill: #dce6d4;
		--arc-card-fill: #f4f6ee;
		--arc-header-elevated: #1a3328;
		--atp-chip-bg: #e0ead8;
		--atp-chip-ink: #1a4a32;
		--atp-rule: #c4d0c0;
		--atp-link: #164028;
		--atp-card-shadow: 0 1px 2px rgba(18, 32, 24, 0.05), 0 10px 24px rgba(18, 32, 24, 0.07);
		--atp-well: min(var(--arc-wide-width, 1600px), calc(100vw - 2 * var(--arc-page-gutter, 1.25rem)));
		--atp-chip-inset: 0.85rem;
		--atp-card-text-inset: 1rem;
		--arc-expert-panel: #f4f6ee;
		--arc-expert-panel-strong: #dce6d4;
		--arc-auth-surface: #f4f6ee;
		--arc-auth-soft: #e0ead8;
		--arc-auth-desk: #f4f6ee;
		--arc-auth-desk-strong: #e0ead8;
		--arc-auth-border: #c4d0c0;
		--wp--preset--color--foreground: #122018;
		--wp--preset--color--contrast: #122018;
		--arc-card-border: #c4d0c0;
		background-color: var(--wp--preset--color--background);
		color: var(--wp--preset--color--text);
		color-scheme: light;
	}
}

html[data-arc-theme="dark"]:has(body.anunturi-identity) {
	--wp--preset--color--background: #0e1612;
	--wp--preset--color--surface: #16211c;
	--arc-surface-secondary: #1e2c26;
	--wp--preset--color--text: #e8f0e6;
	--wp--preset--color--muted: #a8c0b0;
	--wp--preset--color--border: #2a3c34;
	--wp--preset--color--brand: #d4b05c;
	--arc-brand: #d4b05c;
	--wp--preset--color--accent: #d4b05c;
	--arc-highlight: #e0c070;
	--wp--preset--color--focus: #d4b05c;
	--arc-on-brand: #0e1612;
	--arc-on-accent: #0e1612;
	--arc-header-background: #0a1410;
	--arc-header-border: #1a2a22;
	--arc-header-text: #e8f0e6;
	--arc-footer-background: #08100c;
	--arc-footer-text: #d8e4d4;
	--arc-footer-accent: #d4b05c;
	--arc-control-ring: #d4b05c;
	--arc-control-fill: #1e2c26;
	--arc-card-fill: #16211c;
	--arc-header-elevated: #1a2a22;
	--atp-chip-bg: #1e2c26;
	--atp-chip-ink: #e0c070;
	--atp-rule: #2a3c34;
	--atp-link: #e0c070;
	--atp-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 10px 24px rgba(0, 0, 0, 0.28);
	--atp-well: min(var(--arc-wide-width, 1600px), calc(100vw - 2 * var(--arc-page-gutter, 1.25rem)));
	--atp-chip-inset: 0.85rem;
	--atp-card-text-inset: 1rem;
	--arc-expert-panel: #16211c;
	--arc-expert-panel-strong: #1e2c26;
	--arc-auth-surface: #16211c;
	--arc-auth-soft: #1e2c26;
	--arc-auth-desk: #16211c;
	--arc-auth-desk-strong: #1e2c26;
	--arc-auth-border: #2a3c34;
	--wp--preset--color--foreground: #e8f0e6;
	--wp--preset--color--contrast: #e8f0e6;
	--arc-card-border: #2a3c34;
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--text);
	color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
	html[data-arc-theme="system"]:has(body.anunturi-identity) {
		--wp--preset--color--background: #0e1612;
		--wp--preset--color--surface: #16211c;
		--arc-surface-secondary: #1e2c26;
		--wp--preset--color--text: #e8f0e6;
		--wp--preset--color--muted: #a8c0b0;
		--wp--preset--color--border: #2a3c34;
		--wp--preset--color--brand: #d4b05c;
		--arc-brand: #d4b05c;
		--wp--preset--color--accent: #d4b05c;
		--arc-highlight: #e0c070;
		--wp--preset--color--focus: #d4b05c;
		--arc-on-brand: #0e1612;
		--arc-on-accent: #0e1612;
		--arc-header-background: #0a1410;
		--arc-header-border: #1a2a22;
		--arc-header-text: #e8f0e6;
		--arc-footer-background: #08100c;
		--arc-footer-text: #d8e4d4;
		--arc-footer-accent: #d4b05c;
		--arc-control-ring: #d4b05c;
		--arc-control-fill: #1e2c26;
		--arc-card-fill: #16211c;
		--arc-header-elevated: #1a2a22;
		--atp-chip-bg: #1e2c26;
		--atp-chip-ink: #e0c070;
		--atp-rule: #2a3c34;
		--atp-link: #e0c070;
		--atp-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 10px 24px rgba(0, 0, 0, 0.28);
		--atp-well: min(var(--arc-wide-width, 1600px), calc(100vw - 2 * var(--arc-page-gutter, 1.25rem)));
		--atp-chip-inset: 0.85rem;
		--atp-card-text-inset: 1rem;
		--arc-expert-panel: #16211c;
		--arc-expert-panel-strong: #1e2c26;
		--arc-auth-surface: #16211c;
		--arc-auth-soft: #1e2c26;
		--arc-auth-desk: #16211c;
		--arc-auth-desk-strong: #1e2c26;
		--arc-auth-border: #2a3c34;
		--wp--preset--color--foreground: #e8f0e6;
		--wp--preset--color--contrast: #e8f0e6;
		--arc-card-border: #2a3c34;
		background-color: var(--wp--preset--color--background);
		color: var(--wp--preset--color--text);
		color-scheme: dark;
	}
}

html body.anunturi-identity {
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity,
html body.anunturi-identity.arc-theme {
	--atp-well: min(var(--arc-wide-width, 1600px), calc(100vw - 2 * var(--arc-page-gutter, 1.25rem)));
}

body.anunturi-identity a:where(:not(.wp-block-button__link):not(.wp-element-button)) {
	color: var(--atp-link);
}

body.anunturi-identity .arc-site-header a,
body.anunturi-identity .arc-primary-navigation a {
	color: var(--arc-header-text);
}

body.anunturi-identity .arc-card,
body.anunturi-identity .wp-block-post,
body.anunturi-identity article.arc-card {
	background: var(--arc-card-fill);
	box-shadow: var(--atp-card-shadow);
}

body.anunturi-identity .arc-header-tools {
	gap: 6px;
}

body.anunturi-identity .arc-header-tools .wp-block-search__button,
body.anunturi-identity .arc-header-tools button,
body.anunturi-identity .arc-theme-toggle {
	height: 40px;
	min-height: 40px;
	min-width: 40px;
	width: 40px;
}

body.anunturi-identity .arc-section__header::before,
body.anunturi-identity .arc-section__kicker::before {
	content: none !important;
}

body.anunturi-identity:not(.single) .arc-card time,
body.anunturi-identity.blog .arc-card time,
body.anunturi-identity.archive .arc-card time,
body.anunturi-identity.search .arc-card time,
body.anunturi-identity .arc-related time {
	display: none;
}

body.anunturi-identity .arc-site-footer {
	background: var(--arc-footer-background);
	color: var(--arc-footer-text);
}

body.anunturi-identity .arc-site-footer .arc-widget,
body.anunturi-identity .arc-site-footer .arc-widget-area {
	background: transparent;
	box-shadow: none;
}

body.anunturi-identity .arc-site-footer a {
	color: var(--arc-footer-accent);
}

body.anunturi-identity .arc-site-footer .arc-widget__title {
	color: var(--arc-footer-text);
}

body.anunturi-identity .atp-footer-note,
body.anunturi-identity .atp-footer-contact {
	color: var(--arc-footer-text);
	margin: 0.4rem 0;
	opacity: 0.88;
}

/* Category pills */
body.anunturi-identity .atp-pillars {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 auto 1.75rem;
	max-width: var(--atp-well);
	padding: 0 1rem;
}

@media (max-width: 900px) {
	body.anunturi-identity .atp-pillars {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	body.anunturi-identity .atp-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.anunturi-identity .atp-pillars__item {
	align-items: center;
	background: var(--arc-card-fill);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	color: var(--wp--preset--color--text);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	justify-content: center;
	min-height: 76px;
	padding: 0.75rem 0.5rem;
	text-align: center;
	text-decoration: none;
}

body.anunturi-identity .atp-pillars__item:hover {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--brand);
}

body.anunturi-identity .atp-pillars__mark {
	color: var(--wp--preset--color--accent);
	display: flex;
	font-size: 1.25rem;
}

body.anunturi-identity .atp-pillars__label {
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.2;
}

body.anunturi-identity .atp-hero-dek {
	color: var(--wp--preset--color--muted);
	font-size: 1.02rem;
	margin: 0.35rem 0 1rem;
	max-width: 42rem;
}

html body.anunturi-identity .atp-icon,
html body.anunturi-identity .atp-pillars__mark svg,
html body.anunturi-identity .atp-nav-home svg,
html body.anunturi-identity .atp-section-icon svg {
	display: block;
	flex: 0 0 auto;
	height: 1.2em !important;
	max-height: 1.2em !important;
	max-width: 1.2em !important;
	width: 1.2em !important;
}

/* Compact header */
html body.anunturi-identity.arc-theme .arc-site-header,
html body.anunturi-identity.arc-theme .arc-site-header__inner {
	background: var(--arc-header-background);
	border-color: var(--arc-header-border);
	color: var(--arc-header-text);
	min-height: 0 !important;
	height: auto !important;
}

html body.anunturi-identity.arc-theme .arc-site-header::before,
html body.anunturi-identity.arc-theme .arc-site-header::after {
	background: none !important;
	content: none !important;
}

html body.anunturi-identity.arc-theme .arc-site-header,
html body.anunturi-identity.arc-theme .arc-site-header .arc-site-title,
html body.anunturi-identity.arc-theme .arc-site-header .arc-site-title a,
html body.anunturi-identity.arc-theme .arc-site-header .arc-site-tagline,
html body.anunturi-identity.arc-theme .arc-site-header a,
html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation-item__content,
html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation-item__label {
	color: var(--arc-header-text) !important;
}

html body.anunturi-identity.arc-theme .arc-site-header a:hover,
html body.anunturi-identity.arc-theme .arc-site-header a:focus-visible {
	color: var(--arc-footer-accent) !important;
}

html body.anunturi-identity.arc-theme .arc-site-header .arc-header-search-toggle,
html body.anunturi-identity.arc-theme .arc-site-header .arc-search-toggle,
html body.anunturi-identity.arc-theme .arc-site-header .arc-color-toggle,
html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation__responsive-container-open {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 22%, var(--arc-header-background));
	border: 1px solid color-mix(in srgb, var(--arc-footer-accent) 35%, transparent);
	border-radius: 999px;
	color: var(--arc-header-text) !important;
	flex: 0 0 auto !important;
	height: 2.5rem;
	min-height: 2.5rem;
	min-width: 2.5rem;
	padding: 0;
	width: 2.5rem;
}

@media (min-width: 782px) {
	html body.anunturi-identity.arc-theme .arc-site-header .arc-site-header__inner {
		align-items: center;
		column-gap: 0.75rem;
		display: grid !important;
		grid-template-columns: minmax(min-content, 1fr) max-content max-content !important;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-brand {
		grid-column: 1;
		justify-self: start;
		min-width: 0;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-header-tools {
		display: contents !important;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-primary-navigation {
		grid-column: 2;
		grid-row: 1;
		height: auto !important;
		justify-self: end;
		max-width: none;
		min-height: 0;
		width: max-content;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-header-search-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .arc-search-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .arc-color-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation__responsive-container-open {
		grid-column: 3 !important;
		grid-row: 1 !important;
		justify-self: start !important;
	}
}

/* Hide bento + ticker chrome */
html body.anunturi-identity.home .arc-bento,
html body.anunturi-identity.blog .arc-bento,
html body.anunturi-identity .arc-breaking-ticker {
	display: none !important;
}

/* Footer columns */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
	display: grid !important;
	gap: 1.25rem 1.75rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: 100% !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget-area:not(.atp-footer-col-wrap) {
	display: none !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col-wrap,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col ul {
	display: flex !important;
	flex-direction: column !important;
	max-width: none !important;
	text-align: start !important;
	width: 100% !important;
}

@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1280px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-newsletter {
	background: color-mix(in srgb, var(--arc-footer-background) 82%, var(--arc-footer-text)) !important;
	border: 1px solid color-mix(in srgb, var(--arc-footer-accent) 22%, transparent);
	color: var(--arc-footer-text) !important;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: 100% !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright {
	color: var(--arc-footer-text) !important;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn--accept {
	background: var(--wp--preset--color--accent);
	color: var(--arc-on-accent);
}

/* Home well centered */
html body.anunturi-identity.home .arc-home,
html body.anunturi-identity.home .arc-home__intro,
html body.anunturi-identity.home .arc-section.alignwide,
html body.anunturi-identity.home .arc-category-section {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.home .arc-home__intro {
	box-sizing: border-box;
	padding-block: 1.1rem;
	padding-inline: var(--atp-card-text-inset);
	text-align: left;
}

html body.anunturi-identity.home .arc-category-section .arc-post-grid {
	justify-content: start;
}

html body.anunturi-identity.arc-theme .arc-card::before,
html body.anunturi-identity.arc-theme .arc-section__header h2::before {
	content: none !important;
	display: none !important;
}

/* Archive equal grid — no sparse mosaic holes */
html body.anunturi-identity.archive .arc-archive__intro,
html body.anunturi-identity.category .arc-archive__intro,
html body.anunturi-identity.search .arc-archive__intro {
	align-items: flex-start !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.75rem !important;
	grid-template-columns: none !important;
	justify-content: flex-start !important;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	text-align: left !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity .atp-archive-mark,
html body.anunturi-identity .arc-archive__mark {
	align-items: center;
	background: var(--arc-card-fill);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.45rem;
	color: var(--wp--preset--color--accent);
	display: inline-flex;
	flex: 0 0 auto;
	height: 2.15rem;
	justify-content: center;
	width: 2.15rem;
}

html body.anunturi-identity .atp-archive-mark svg,
html body.anunturi-identity .arc-archive__mark svg {
	height: 1.15rem !important;
	width: 1.15rem !important;
}

html body.anunturi-identity.archive .arc-archive__description,
html body.anunturi-identity.category .arc-archive__description,
html body.anunturi-identity.archive .wp-block-term-description,
html body.anunturi-identity.category .wp-block-term-description {
	background: var(--arc-card-fill) !important;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.75rem;
	max-width: none !important;
	padding: var(--atp-card-text-inset);
	width: 100% !important;
}

html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query {
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid,
html body.anunturi-identity.search:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid,
html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--count-1,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--count-2,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--count-3,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--count-4,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--count-many {
	align-content: start !important;
	align-items: start !important;
	display: grid !important;
	flex-wrap: unset !important;
	gap: 1.15rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-content: stretch !important;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid > li,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid > li,
html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse > li,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse > li,
html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse > li:first-child,
html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid--sparse > li:first-child {
	flex: none !important;
	grid-column: auto !important;
	grid-row: auto !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

@media (min-width: 782px) {
	html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.search:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid:has(> :nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1200px) {
	html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid:has(> :nth-child(3)),
	html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid:has(> :nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

html body.anunturi-identity.arc-theme .arc-archive-grid .arc-card--archive,
html body.anunturi-identity.arc-theme:not(.arc-archive-view-list) .arc-archive-grid > li:first-child .arc-card--archive,
html body.anunturi-identity.arc-theme:not(.arc-archive-view-list) .arc-archive-grid--count-1 .arc-card--archive {
	--arc-archive-media-cap: 14rem;
	--arc-archive-media-ratio: 16 / 10;
	--arc-lead-media-cap: 14rem;
	--arc-hero-media-cap: 14rem;
}

html body.anunturi-identity.archive .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.category .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.search .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.home .arc-category-section .arc-card .wp-block-post-featured-image {
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
	max-height: 14rem !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

html body.anunturi-identity.archive .arc-card img,
html body.anunturi-identity.category .arc-card img,
html body.anunturi-identity.search .arc-card img,
html body.anunturi-identity.home .arc-category-section .arc-card img {
	aspect-ratio: 16 / 10 !important;
	height: 100% !important;
	max-height: 14rem !important;
	object-fit: cover !important;
	width: 100% !important;
}

html body.anunturi-identity.home .arc-category-section {
	--arc-lead-media-cap: 14rem;
	--arc-hero-media-cap: 14rem;
	--arc-archive-media-cap: 14rem;
	--arc-archive-media-ratio: 16 / 10;
}

html body.anunturi-identity.archive .arc-archive-grid .arc-card,
html body.anunturi-identity.category .arc-archive-grid .arc-card {
	display: flex !important;
	flex-direction: column !important;
	grid-template-columns: none !important;
	height: auto;
	max-width: none !important;
	width: 100% !important;
}

@media (min-width: 782px) {
	html body.anunturi-identity.archive:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid > li:last-child:nth-child(odd),
	html body.anunturi-identity.category:not(.arc-archive-view-list) .arc-archive-query .arc-archive-grid > li:last-child:nth-child(odd) {
		grid-column: 1 / -1 !important;
	}
}

html body.anunturi-identity.archive.arc-archive-intro-editorial .arc-archive__intro,
html body.anunturi-identity.category.arc-archive-intro-editorial .arc-archive__intro {
	justify-items: start !important;
}

html body.anunturi-identity.archive .arc-archive__heading,
html body.anunturi-identity.category .arc-archive__heading,
html body.anunturi-identity.archive .arc-archive__heading-row,
html body.anunturi-identity.category .arc-archive__heading-row,
html body.anunturi-identity.archive .arc-archive__title,
html body.anunturi-identity.category .arc-archive__title,
html body.anunturi-identity.archive.arc-archive-intro-editorial .arc-archive__heading-row > .wp-block-query-title,
html body.anunturi-identity.category.arc-archive-intro-editorial .arc-archive__heading-row > .wp-block-query-title,
html body.anunturi-identity.archive.arc-archive-intro-editorial .arc-archive__intro .wp-block-query-title,
html body.anunturi-identity.category.arc-archive-intro-editorial .arc-archive__intro .wp-block-query-title,
html body.anunturi-identity.archive.arc-archive-intro-editorial .arc-archive__description,
html body.anunturi-identity.category.arc-archive-intro-editorial .arc-archive__description,
html body.anunturi-identity.archive.arc-archive-intro-editorial .wp-block-term-description,
html body.anunturi-identity.category.arc-archive-intro-editorial .wp-block-term-description,
html body.anunturi-identity.archive.arc-archive-intro-editorial .arc-archive__description p,
html body.anunturi-identity.category.arc-archive-intro-editorial .arc-archive__description p {
	justify-content: flex-start !important;
	justify-items: start !important;
	margin-inline: 0 !important;
	max-width: none !important;
	text-align: left !important;
	width: 100% !important;
}

html body.anunturi-identity.single .arc-sidebar,
html body.anunturi-identity.single .arc-single-grid > .wp-block-template-part,
html body.anunturi-identity.archive .arc-sidebar,
html body.anunturi-identity.category .arc-sidebar,
html body.anunturi-identity.search .arc-sidebar,
html body.anunturi-identity.archive .arc-content-sidebar-grid > .wp-block-template-part,
html body.anunturi-identity.category .arc-content-sidebar-grid > .wp-block-template-part {
	display: none !important;
}

html body.anunturi-identity.archive .arc-content-sidebar-grid,
html body.anunturi-identity.category .arc-content-sidebar-grid,
html body.anunturi-identity.search .arc-content-sidebar-grid {
	display: block !important;
	grid-template-columns: minmax(0, 1fr) !important;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.archive .arc-archive-toolbar,
html body.anunturi-identity.category .arc-archive-toolbar {
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

@media (min-width: 900px) {
	html body.anunturi-identity.home .arc-category-section .arc-post-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.home .arc-category-section .arc-post-grid:has(> :nth-child(4):last-child) {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: 100%;
	}
}

/* Card / pill padding */
html body.anunturi-identity .arc-card__content,
html body.anunturi-identity .arc-card .wp-block-post-title,
html body.anunturi-identity .arc-card .arc-card__excerpt {
	padding-inline: var(--atp-card-text-inset);
}

html body.anunturi-identity .arc-archive-toolbar__btn,
html body.anunturi-identity .arc-btn:not(.arc-btn--icon),
html body.anunturi-identity .arc-btn--pill,
html body.anunturi-identity .arc-card__badge,
html body.anunturi-identity .wp-block-post-terms a {
	box-sizing: border-box;
	padding-inline: var(--atp-chip-inset);
}

/* v10 — singles: centered 58rem column; related in 1600px well (recomandari contract). */
html body.anunturi-identity.single .arc-article,
html body.anunturi-identity.single .arc-single-grid .arc-article,
html body.anunturi-identity.single .arc-page__article,
html body.anunturi-identity.page .arc-article {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: min(58rem, 100%) !important;
	width: min(100%, 58rem) !important;
	--arc-prose-width: min(58rem, 100%);
}

html body.anunturi-identity.single .arc-single-grid,
html body.anunturi-identity.single .arc-single > .arc-breadcrumbs,
html body.anunturi-identity.single .arc-related,
html body.anunturi-identity.single .arc-more-from,
html body.anunturi-identity.page .arc-page-grid {
	box-sizing: border-box;
	display: block !important;
	grid-template-columns: minmax(0, 1fr) !important;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.single .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-article > .arc-article__lead p,
html body.anunturi-identity.single .arc-article > .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-article > .wp-block-post-content,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead p,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-content,
html body.anunturi-identity.single .arc-page__article > .wp-block-post-title,
html body.anunturi-identity.single .arc-page__article > .wp-block-post-content {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

html body.anunturi-identity.single .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-article > .arc-article__lead p,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead p {
	text-align: center !important;
}

html body.anunturi-identity.single .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__categories {
	justify-content: center !important;
}

html body.anunturi-identity.single .arc-article > .arc-post-meta,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-post-meta {
	justify-content: center !important;
	justify-self: center !important;
	margin-inline: auto !important;
	max-width: 100% !important;
	width: fit-content !important;
}

html body.anunturi-identity.single .arc-article > .wp-block-post-content,
html body.anunturi-identity.single .arc-article > .wp-block-post-content p,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-content,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-content p,
html body.anunturi-identity.single .arc-page__article > .wp-block-post-content,
html body.anunturi-identity.single .arc-page__article > .wp-block-post-content p {
	text-align: left !important;
}

html body.anunturi-identity.single .arc-article > .wp-block-post-content p,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-content p,
html body.anunturi-identity.single .arc-page__article > .wp-block-post-content p {
	margin-inline: 0 !important;
	max-width: none !important;
	width: auto !important;
}

html body.anunturi-identity.single .arc-breadcrumbs,
html body.anunturi-identity.single .arc-single > .arc-breadcrumbs {
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	text-align: left !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.single .arc-related .arc-balanced-grid,
html body.anunturi-identity.single .arc-more-from .arc-balanced-grid {
	display: grid !important;
	gap: 1.15rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-content: stretch !important;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

@media (min-width: 782px) {
	html body.anunturi-identity.single .arc-related .arc-balanced-grid:has(> :nth-child(2)),
	html body.anunturi-identity.single .arc-more-from .arc-balanced-grid:has(> :nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1200px) {
	html body.anunturi-identity.single .arc-related .arc-balanced-grid:has(> :nth-child(3)),
	html body.anunturi-identity.single .arc-more-from .arc-balanced-grid:has(> :nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v9 — token-linked chrome, card photos, centered wells, chip padding.        */
/* Matches recomandari v10 / branduri v8 polish; light+dark via tokens only.  */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity {
	overflow-x: clip;
}

html body.anunturi-identity,
html body.anunturi-identity.arc-theme {
	--atp-chip-inset-block: 0.4rem;
}

html body.anunturi-identity.arc-theme .arc-post-meta,
html body.anunturi-identity.arc-theme.arc-article-reading-focus .arc-post-meta {
	background: transparent !important;
	border: 0 !important;
	color: var(--wp--preset--color--muted);
	padding: 0.2rem 0 0.7rem;
}

html body.anunturi-identity.arc-theme .arc-related .arc-card,
html body.anunturi-identity.arc-theme .arc-more-from .arc-card,
html body.anunturi-identity.arc-theme .arc-error,
html body.anunturi-identity.arc-theme .arc-404__recent {
	background: var(--arc-card-fill) !important;
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity.arc-theme .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container,
html body.anunturi-identity.arc-theme .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay),
html body.anunturi-identity.arc-theme input[type="search"],
html body.anunturi-identity.arc-theme input[type="email"],
html body.anunturi-identity.arc-theme .wp-block-search__input,
html body.anunturi-identity.arc-theme .arc-search-modal,
html body.anunturi-identity.arc-theme .arc-search-panel {
	background: var(--arc-card-fill) !important;
	border-color: var(--wp--preset--color--border);
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity.arc-theme .arc-kicker,
html body.anunturi-identity.arc-theme .arc-card__category,
html body.anunturi-identity.single .arc-article__categories .arc-kicker {
	background: var(--atp-chip-bg);
	color: var(--atp-chip-ink);
}

html body.anunturi-identity #arc-consent,
html body.anunturi-identity #arc-consent .arc-consent__text,
html body.anunturi-identity #arc-consent .arc-consent__panel,
html body.anunturi-identity .arc-consent__inner,
html body.anunturi-identity .arc-consent__prefs {
	background: var(--arc-card-fill) !important;
	border-color: var(--wp--preset--color--border) !important;
	box-shadow: var(--atp-card-shadow);
	color: var(--wp--preset--color--text) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__title,
html body.anunturi-identity .arc-consent__title {
	color: var(--wp--preset--color--text) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__text a,
html body.anunturi-identity .arc-consent__text a {
	color: var(--atp-link) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn:not(.arc-consent__btn--accept),
html body.anunturi-identity .arc-consent__btn:not(.arc-consent__btn--accept) {
	background: var(--arc-control-fill);
	border: 1px solid var(--wp--preset--color--border);
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity.arc-theme .arc-share a,
html body.anunturi-identity.arc-theme .arc-article-context a {
	color: var(--atp-link);
}

html body.anunturi-identity.arc-theme .arc-toc,
html body.anunturi-identity.arc-theme .arc-article__lead,
html body.anunturi-identity.arc-theme blockquote,
html body.anunturi-identity.arc-theme .wp-block-quote,
html body.anunturi-identity.arc-theme .wp-block-table,
html body.anunturi-identity.arc-theme figure.wp-block-table {
	background: transparent;
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity.arc-theme table,
html body.anunturi-identity.arc-theme th,
html body.anunturi-identity.arc-theme td {
	background: var(--arc-card-fill);
	border-color: var(--wp--preset--color--border);
	color: var(--wp--preset--color--text);
}

html body.anunturi-identity.arc-theme .arc-search-modal,
html body.anunturi-identity.arc-theme .arc-search-panel,
html body.anunturi-identity.arc-theme .wp-block-navigation__responsive-container.is-menu-open,
html body.anunturi-identity.arc-theme .arc-mobile-nav-drawer-head,
html body.anunturi-identity.arc-theme .arc-bottom-nav {
	background: var(--arc-card-fill) !important;
	border-color: var(--wp--preset--color--border);
	color: var(--wp--preset--color--text) !important;
}

html body.anunturi-identity.arc-theme .arc-bottom-nav a,
html body.anunturi-identity.arc-theme .arc-mobile-nav-drawer-head__label,
html body.anunturi-identity.arc-theme .wp-block-navigation__responsive-container.is-menu-open a {
	color: var(--wp--preset--color--text) !important;
}

html body.anunturi-identity.arc-theme .arc-card,
html body.anunturi-identity.arc-theme .arc-card--lead,
html body.anunturi-identity.arc-theme .arc-card--standard,
html body.anunturi-identity.arc-theme .arc-card--archive,
html body.anunturi-identity.home .arc-category-section .arc-card,
html body.anunturi-identity.single .arc-related .arc-card,
html body.anunturi-identity.single .arc-more-from .arc-card {
	--arc-lead-media-cap: 14rem;
	--arc-hero-media-cap: 14rem;
	--arc-archive-media-cap: 14rem;
	--arc-archive-media-ratio: 16 / 10;
	align-items: stretch;
	background: var(--arc-card-fill);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.75rem;
	box-shadow: var(--atp-card-shadow);
	display: flex !important;
	flex-direction: column !important;
	gap: 0;
	grid-template-columns: none !important;
	justify-items: stretch;
	max-width: none !important;
	min-width: 0;
	overflow: hidden;
	padding: 0 !important;
	text-align: left;
	width: 100% !important;
}

html body.anunturi-identity .arc-card .arc-card__image,
html body.anunturi-identity .arc-card .arc-card__media,
html body.anunturi-identity .arc-card .wp-block-post-featured-image,
html body.anunturi-identity .arc-card > .wp-block-post-featured-image,
html body.anunturi-identity.home .arc-category-section .arc-card .arc-card__image,
html body.anunturi-identity.home .arc-category-section .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.archive .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.category .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.search .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-related .arc-card .arc-card__image,
html body.anunturi-identity.single .arc-related .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-more-from .arc-card .arc-card__image {
	aspect-ratio: 16 / 10 !important;
	background: var(--arc-surface-secondary);
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	flex: 0 0 auto;
	height: auto !important;
	justify-self: stretch !important;
	margin: 0 !important;
	max-height: 14rem !important;
	max-width: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

html body.anunturi-identity .arc-card .arc-card__image a,
html body.anunturi-identity .arc-card .wp-block-post-featured-image a,
html body.anunturi-identity .arc-card .arc-card__image picture,
html body.anunturi-identity .arc-card .wp-block-post-featured-image picture {
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	width: 100% !important;
}

html body.anunturi-identity .arc-card .arc-card__image img,
html body.anunturi-identity .arc-card .wp-block-post-featured-image img,
html body.anunturi-identity.home .arc-category-section .arc-card img,
html body.anunturi-identity.archive .arc-card img,
html body.anunturi-identity.category .arc-card img,
html body.anunturi-identity.search .arc-card img,
html body.anunturi-identity.single .arc-related .arc-card img,
html body.anunturi-identity.single .arc-more-from .arc-card img {
	aspect-ratio: unset !important;
	border-radius: 0 !important;
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	width: 100% !important;
}

html body.anunturi-identity .arc-card .arc-card__body,
html body.anunturi-identity.single .arc-related .arc-card .arc-card__body,
html body.anunturi-identity.single .arc-more-from .arc-card .arc-card__body {
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding-block: 0.75rem 0.95rem;
	padding-inline: var(--atp-card-text-inset);
}

html body.anunturi-identity .arc-card > :is(
	.arc-card__title,
	.wp-block-post-title,
	.arc-card__excerpt,
	.wp-block-post-excerpt,
	.arc-card__categories,
	.wp-block-post-terms,
	.arc-card__meta,
	.wp-block-post-date,
	.arc-card__category
) {
	box-sizing: border-box;
	padding-inline: var(--atp-card-text-inset);
	text-align: left;
}

html body.anunturi-identity :is(
	a.arc-kicker,
	a.arc-card__category,
	.arc-article__categories a,
	.wp-block-post-terms a,
	.arc-related a.arc-kicker,
	.arc-more-from a.arc-kicker
) {
	box-sizing: border-box;
	padding-block: var(--atp-chip-inset-block);
	padding-inline: var(--atp-chip-inset) !important;
}

html body.anunturi-identity .arc-card__categories,
html body.anunturi-identity .arc-card .wp-block-post-terms,
html body.anunturi-identity .wp-block-post-terms.arc-card__category {
	background: none;
	border: 0;
	box-shadow: none;
	gap: 0.4rem;
}

html body.anunturi-identity .atp-pillars__item {
	box-sizing: border-box;
	padding-block: 0.45rem;
	padding-inline: var(--atp-chip-inset);
}

html body.anunturi-identity.home .arc-home__intro {
	background: var(--arc-card-fill) !important;
	background-image: none !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-inline-start: 0.35rem solid var(--wp--preset--color--accent) !important;
	border-radius: 0.75rem !important;
}

html body.anunturi-identity.single .arc-article .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-page__article .wp-block-post-featured-image {
	aspect-ratio: 16 / 9;
	background: var(--arc-surface-secondary);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 0.75rem;
	height: auto !important;
	margin-block: 0 1.25rem;
	max-height: 22rem !important;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

html body.anunturi-identity.single .arc-article .wp-block-post-featured-image img,
html body.anunturi-identity.single .arc-page__article .wp-block-post-featured-image img,
html body.anunturi-identity.single .arc-article img.wp-post-image {
	aspect-ratio: unset !important;
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	width: 100% !important;
}

/* -------------------------------------------------------------------------- */
/* v10 — centered page well. Container centered; sentences stay left.         */
/* Archive intro + query + toolbar + related share one 1600px well.           */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.arc-theme .wp-site-blocks,
html body.anunturi-identity.arc-theme .arc-main,
html body.anunturi-identity.arc-theme .arc-main.alignfull,
html body.anunturi-identity.arc-theme .arc-main.is-layout-constrained {
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.arc-theme .arc-home,
html body.anunturi-identity.arc-theme .arc-home.alignfull,
html body.anunturi-identity.arc-theme .arc-archive,
html body.anunturi-identity.arc-theme .arc-search,
html body.anunturi-identity.arc-theme .arc-404,
html body.anunturi-identity.arc-theme .arc-main.arc-home,
html body.anunturi-identity.arc-theme .arc-main.arc-archive {
	align-items: stretch;
	display: flex !important;
	flex-direction: column;
	grid-template-columns: none !important;
	justify-content: stretch;
	margin-inline: auto;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.home .atp-pillars,
html body.anunturi-identity.home .arc-home__intro,
html body.anunturi-identity.arc-theme .arc-home > .alignwide,
html body.anunturi-identity.arc-theme .arc-home .arc-hero,
html body.anunturi-identity.arc-theme .arc-home .arc-category-section,
html body.anunturi-identity.arc-theme .arc-home .arc-section,
html body.anunturi-identity.arc-theme .arc-archive .arc-archive__intro,
html body.anunturi-identity.arc-theme .arc-archive .arc-archive__heading-row,
html body.anunturi-identity.arc-theme .arc-archive .alignwide,
html body.anunturi-identity.archive .arc-archive__intro,
html body.anunturi-identity.category .arc-archive__intro,
html body.anunturi-identity.search .arc-archive__intro,
html body.anunturi-identity.arc-theme .arc-content-sidebar-grid,
html body.anunturi-identity.archive .arc-archive-toolbar,
html body.anunturi-identity.category .arc-archive-toolbar,
html body.anunturi-identity.archive .arc-archive-query,
html body.anunturi-identity.category .arc-archive-query,
html body.anunturi-identity.search .arc-archive-query,
html body.anunturi-identity.search .alignwide,
html body.anunturi-identity.single .arc-single-grid,
html body.anunturi-identity.single .arc-related,
html body.anunturi-identity.single .arc-more-from,
html body.anunturi-identity.single .arc-breadcrumbs,
html body.anunturi-identity.page .arc-page-grid {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.home .arc-category-section .arc-post-grid,
html body.anunturi-identity.archive .arc-archive-grid,
html body.anunturi-identity.category .arc-archive-grid,
html body.anunturi-identity.search .arc-archive-grid,
html body.anunturi-identity.single .arc-related .arc-balanced-grid,
html body.anunturi-identity.single .arc-more-from .arc-balanced-grid {
	justify-content: stretch !important;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity .arc-archive-toolbar__btn,
html body.anunturi-identity .wp-block-search__button,
html body.anunturi-identity .arc-btn:not(.arc-btn--icon),
html body.anunturi-identity .arc-btn--pill,
html body.anunturi-identity .arc-btn--badge {
	box-sizing: border-box;
	padding-inline: var(--atp-chip-inset);
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright {
	box-sizing: border-box;
	padding-inline: var(--atp-chip-inset);
}

/* v10 final — singles win over well/grid defaults (recomandari contract). */
html body.anunturi-identity.single .arc-article,
html body.anunturi-identity.single .arc-single-grid .arc-article,
html body.anunturi-identity.single .arc-page__article,
html body.anunturi-identity.page .arc-article {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: min(58rem, 100%) !important;
	width: min(100%, 58rem) !important;
	--arc-prose-width: min(58rem, 100%);
}

html body.anunturi-identity.single .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-article > .arc-article__lead p,
html body.anunturi-identity.single .arc-article > .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-article > .wp-block-post-content,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__categories,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-title,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead,
html body.anunturi-identity.single .arc-single-grid .arc-article > .arc-article__lead p,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-featured-image,
html body.anunturi-identity.single .arc-single-grid .arc-article > .wp-block-post-content {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

html body.anunturi-identity.single .arc-related,
html body.anunturi-identity.single .arc-more-from {
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.single .arc-related .arc-balanced-grid,
html body.anunturi-identity.single .arc-more-from .arc-balanced-grid {
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

/* -------------------------------------------------------------------------- */
/* Footer polish — readable columns, inset, persona tokens.                   */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.arc-theme footer.arc-site-footer,
html body.anunturi-identity footer.arc-site-footer {
	background: var(--arc-footer-background) !important;
	border-top: 1px solid color-mix(in srgb, var(--arc-footer-accent) 22%, transparent);
	color: var(--arc-footer-text) !important;
	padding-block: 2.25rem 1.5rem;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
	display: grid !important;
	gap: 1.25rem 1.75rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	max-width: min(var(--arc-wide-width, 1600px), 100%) !important;
	padding-inline: var(--arc-page-gutter, 1.25rem);
	width: 100% !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col-wrap,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col ul {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.35rem;
	text-align: start !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget__title,
html body.anunturi-identity.arc-theme footer.arc-site-footer h2 {
	color: var(--arc-footer-text) !important;
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	margin-block: 0 0.55rem;
	text-transform: uppercase;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer a {
	color: var(--arc-footer-accent) !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright {
	box-sizing: border-box;
	color: var(--arc-footer-text) !important;
	line-height: 1.55;
	margin: 0.45rem 0;
	max-width: min(var(--arc-wide-width, 1600px), 100%);
	opacity: 0.92;
	padding-inline: var(--arc-page-gutter, 1.25rem);
}

@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1280px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}
/* v11 — audit regression fix: footer center, header tools, no arrows, share X, hover contrast */
/* -------------------------------------------------------------------------- */

/* Footer — centered well on viewport (overrides audit Footer polish) */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
	box-sizing: border-box;
	display: grid !important;
	gap: 1.25rem 1.75rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	margin-inline: auto !important;
	max-width: var(--atp-well, min(var(--arc-wide-width, 1600px), 100%)) !important;
	padding-inline: var(--arc-page-gutter, 1.25rem);
	width: 100% !important;
}

html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-newsletter {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: var(--atp-well, min(var(--arc-wide-width, 1600px), 100%)) !important;
	padding-inline: var(--arc-page-gutter, 1.25rem);
	width: 100% !important;
}

@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1280px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 782px) {
	html body.anunturi-identity.arc-theme .arc-site-header .arc-site-header__inner {
		align-items: center;
		box-sizing: border-box;
		column-gap: 0.75rem;
		display: flex !important;
		flex-wrap: nowrap;
		grid-template-columns: none !important;
		margin-inline: auto;
		max-width: var(--atp-well, min(var(--arc-wide-width, 1600px), 100%)) !important;
		min-width: 0;
		padding-inline: var(--arc-page-gutter, 1.25rem);
		width: 100%;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-brand {
		flex: 1 1 auto;
		grid-column: auto !important;
		justify-self: start !important;
		margin-right: 0;
		min-width: 0;
		overflow: hidden;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-header-tools,
	html body.anunturi-identity.arc-theme.arc-header-compact .arc-site-header .arc-header-tools {
		align-items: center;
		display: flex !important;
		flex: 0 0 auto;
		gap: 0.55rem;
		grid-column: auto !important;
		justify-content: flex-end;
		margin-left: auto;
		min-width: 0;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-primary-navigation {
		grid-column: auto !important;
		grid-row: auto !important;
		height: auto !important;
		justify-self: auto !important;
		max-width: none;
		min-height: 0;
		width: max-content;
	}

	html body.anunturi-identity.arc-theme .arc-site-header .arc-header-search-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .arc-search-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .arc-color-toggle,
	html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation__responsive-container-open {
		grid-column: auto !important;
		grid-row: auto !important;
		justify-self: auto !important;
		margin: 0 !important;
		margin-inline-start: 0 !important;
	}
}

/* Remove injected nav / pagination / CTA arrow icons */
html body.anunturi-identity [class*="-nav-icon"] {
	display: none !important;
}

html body.anunturi-identity .arc-post-navigation .post-navigation-link-previous a::before,
html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link--previous a::before,
html body.anunturi-identity .arc-post-navigation .post-navigation-link-next a::after,
html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link--next a::after,
html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link a::before,
html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link a::after,
html body.anunturi-identity .arc-section__header > .arc-btn::before,
html body.anunturi-identity .arc-section__header > .arc-btn::after {
	content: none !important;
	display: none !important;
}

html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link__arrow-previous,
html body.anunturi-identity .arc-post-navigation .wp-block-post-navigation-link__arrow-next {
	display: none !important;
}

/* Share — single X icon (hide duplicate text label) */
html body.anunturi-identity .arc-share a[href*="twitter.com"] span,
html body.anunturi-identity .arc-share a[href*="://x.com/"] span,
html body.anunturi-identity .arc-share a[href*="://www.x.com/"] span {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

html body.anunturi-identity .arc-share:not(.arc-share--desktop-sticky) a[href*="twitter.com"],
html body.anunturi-identity .arc-share:not(.arc-share--desktop-sticky) a[href*="://x.com/"],
html body.anunturi-identity .arc-share:not(.arc-share--desktop-sticky) a[href*="://www.x.com/"] {
	min-width: 2.65rem;
	padding-inline: 0.7rem;
}

/* Hover — readable text on pills, nav, footer, cards */
html body.anunturi-identity.arc-theme footer.arc-site-footer a:hover,
html body.anunturi-identity.arc-theme footer.arc-site-footer a:focus-visible {
	color: var(--arc-footer-accent) !important;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

html body.anunturi-identity.arc-theme .arc-site-header a:hover,
html body.anunturi-identity.arc-theme .arc-site-header a:focus-visible,
html body.anunturi-identity.arc-theme .arc-site-header .wp-block-navigation-item__content:hover {
	color: var(--arc-footer-accent) !important;
}

html body.anunturi-identity a.arc-kicker:hover,
html body.anunturi-identity a.arc-kicker:focus-visible,
html body.anunturi-identity a.arc-card__category:hover,
html body.anunturi-identity a.arc-card__category:focus-visible {
	filter: brightness(0.94);
	text-decoration: none;
}

html body.anunturi-identity.arc-theme .arc-card:hover .arc-card__title a,
html body.anunturi-identity.arc-theme .arc-card:hover .wp-block-post-title a {
	color: var(--wp--preset--color--accent, var(--arc-footer-accent)) !important;
}

html body.anunturi-identity.arc-theme .arc-btn:hover,
html body.anunturi-identity.arc-theme .arc-btn:focus-visible,
html body.anunturi-identity.arc-theme a.arc-btn:hover,
html body.anunturi-identity.arc-theme a.arc-btn:focus-visible {
	color: var(--arc-on-accent, #fff) !important;
}

/* v14 — csv.ro slots: one well per zone, hug the creative, no stacked pair */
html body.anunturi-identity .atp-aff-slot {
	background: color-mix(in srgb, var(--wp--preset--color--surface, #f4f6ee) 92%, transparent);
	box-sizing: border-box;
	justify-self: center;
	margin-inline: auto;
	overflow: hidden;
	text-align: center;
}

html body.anunturi-identity .atp-aff-slot--leaderboard,
html body.anunturi-identity .arc-article > .atp-aff-slot--leaderboard {
	max-width: min(100%, 760px) !important;
	width: min(100%, 760px) !important;
}

html body.anunturi-identity .atp-aff-slot--rectangle,
html body.anunturi-identity .arc-article > .atp-aff-slot--rectangle,
html body.anunturi-identity .atp-aff-slot--home-bottom {
	max-width: min(100%, 332px) !important;
	width: min(100%, 332px) !important;
}

html body.anunturi-identity .atp-aff-slot--responsive {
	max-width: min(100%, 332px) !important;
	width: min(100%, 332px) !important;
}

html body.anunturi-identity.arc-theme .arc-home > .arc-ad-slot--home.atp-aff-slot {
	grid-column: 1 / -1;
	justify-self: center;
	margin-block: 0;
	max-width: min(100%, 332px) !important;
	width: min(100%, 332px) !important;
}

html body.anunturi-identity .atp-aff-slot .arc-ad-slot__content,
html body.anunturi-identity .atp-aff-banner {
	display: block;
	margin-inline: auto;
	max-width: 100%;
}

html body.anunturi-identity .atp-aff-slot--responsive .atp-aff-banner--leaderboard {
	display: none;
}

html body.anunturi-identity .atp-aff-slot--responsive .atp-aff-banner--rectangle {
	display: block;
}

html body.anunturi-identity .atp-aff-slot img,
html body.anunturi-identity .atp-aff-banner__img,
html body.anunturi-identity .atp-aff-slot .arc-ad-banner__image {
	display: block;
	height: auto !important;
	margin-inline: auto;
	max-height: none !important;
	max-width: 100% !important;
	object-fit: contain;
	width: auto !important;
}

@media (max-width: 767px) {
	html body.anunturi-identity .atp-aff-slot--leaderboard,
	html body.anunturi-identity .atp-aff-slot--home-bottom {
		display: none !important;
	}
}

@media (min-width: 768px) {
	html body.anunturi-identity .atp-aff-slot--responsive,
	html body.anunturi-identity.arc-theme .arc-home > .arc-ad-slot--home.atp-aff-slot {
		max-width: min(100%, 760px) !important;
		width: min(100%, 760px) !important;
	}

	html body.anunturi-identity .atp-aff-slot--responsive .atp-aff-banner--leaderboard {
		display: block;
	}

	html body.anunturi-identity .atp-aff-slot--responsive .atp-aff-banner--rectangle {
		display: none;
	}
}

/* v18 — 2026 footer: nutritie structure, unique links, centered well 1280 */
html body.anunturi-identity.arc-theme footer.arc-site-footer,
html body.anunturi-identity footer.arc-site-footer {
	align-items: center !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem;
	margin-inline: auto !important;
	max-width: none !important;
	padding-block: 2.1rem 1.35rem !important;
	padding-inline: var(--arc-page-gutter, 1.25rem) !important;
	text-align: center !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-newsletter,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-nav-cluster,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-navigation,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-trust-navigation,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area:not(.atp-footer-card) {
	display: none !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer > .alignwide,
html body.anunturi-identity.arc-theme footer.arc-site-footer > .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer > .arc-site-footer__grid,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-site-footer__grid,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-site-footer__grid {
	box-sizing: border-box;
	display: grid !important;
	gap: 1rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-content: center !important;
	margin-inline: auto !important;
	max-width: min(1280px, 100%) !important;
	padding-inline: 0 !important;
	text-align: center !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .atp-footer-card,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-site-footer__grid > :not(.arc-footer-copyright-wrap) {
	align-items: center !important;
	background: color-mix(in srgb, var(--arc-footer-text) 8%, transparent);
	border: 1px solid color-mix(in srgb, var(--arc-footer-text) 16%, transparent);
	border-radius: 0.75rem;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 1.15rem 1.2rem 1.25rem !important;
	text-align: center !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col ul,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget__title,
html body.anunturi-identity.arc-theme footer.arc-site-footer h2,
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu a,
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-title,
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-title a,
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-tagline,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-email {
	color: inherit;
	display: block;
	margin-inline: auto !important;
	max-width: 28rem;
	text-align: center !important;
	width: 100%;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget__title,
html body.anunturi-identity.arc-theme footer.arc-site-footer h2 {
	color: var(--arc-footer-text) !important;
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	margin-block: 0 0.55rem !important;
	text-transform: uppercase;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-note {
	color: var(--arc-footer-text) !important;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0.2rem 0 0 !important;
	opacity: 0.94;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-contact {
	color: var(--arc-footer-text) !important;
	font-size: 0.9rem;
	margin: 0.7rem 0 0 !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-col ul {
	display: grid !important;
	gap: 0.4rem;
	grid-template-columns: minmax(0, 1fr) !important;
	list-style: none;
	margin: 0.35rem 0 0 !important;
	padding: 0 !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu a {
	color: var(--arc-footer-accent) !important;
	overflow-wrap: anywhere;
	white-space: normal !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu a:hover,
html body.anunturi-identity.arc-theme footer.arc-site-footer .menu a:focus-visible {
	color: var(--arc-footer-text) !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright-wrap,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-site-footer__grid > .arc-footer-copyright-wrap {
	background: none !important;
	border: 0 !important;
	grid-column: 1 / -1 !important;
	padding: 0.2rem 0 0 !important;
	text-align: center !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-title,
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-title a {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 650;
	max-width: none;
}
@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-site-footer__grid,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-site-footer__grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}
@media (min-width: 1100px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v19 — home fill. Guide-lifestyle-hub mosaic left 179px cards, a circular  */
/* 512 hero, and 1/3-width singles inside a 1600 well. Flatten like          */
/* recomandari: centered wells, 2–3 col tracks, ads hug the creative.        */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.home .arc-home,
html body.anunturi-identity.home.arc-theme .arc-home,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-home {
	align-items: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	gap: clamp(1.1rem, 1.6vw, 1.65rem) !important;
	grid-template-columns: none !important;
	margin-inline: auto !important;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.home .atp-pillars,
html body.anunturi-identity.home .arc-home__intro,
html body.anunturi-identity.home .arc-hero,
html body.anunturi-identity.home .arc-hero--guide,
html body.anunturi-identity.home .arc-category-section,
html body.anunturi-identity.home .arc-section.alignwide,
html body.anunturi-identity.home .arc-home > .alignwide {
	box-sizing: border-box;
	margin-inline: auto !important;
	max-width: var(--atp-well) !important;
	width: min(100%, var(--atp-well)) !important;
}

html body.anunturi-identity.home .atp-pillars {
	margin-block: 0 !important;
	padding-inline: 0;
}

html body.anunturi-identity.home .arc-home__intro,
html[data-arc-theme] body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-home__intro,
html body.anunturi-identity.arc-theme.arc-home-guide-lifestyle-hub .arc-home__intro {
	background: var(--arc-card-fill) !important;
	background-image: none !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-inline-start: 0.35rem solid var(--wp--preset--color--accent) !important;
	border-radius: 0.75rem !important;
	padding-block: 0.85rem !important;
	text-align: left !important;
}

html body.anunturi-identity.home .arc-home__intro h1,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-home__intro h1 {
	font-size: clamp(1.45rem, 2.1vw, 2.15rem) !important;
	letter-spacing: -0.02em;
	margin: 0 0 0.25rem !important;
}

html body.anunturi-identity.home .arc-hero--guide,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-hero--guide {
	border-block: 0 !important;
	gap: 0.85rem !important;
	padding-block: 0 !important;
}

html body.anunturi-identity.home .atp-hero-dek {
	margin-block: 0 0.15rem;
	max-width: none;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellites {
	display: grid !important;
	gap: 1.15rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-content: stretch !important;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite {
	flex: none !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead > .arc-card.arc-card--lead,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-shelf .arc-post-grid.arc-balanced-grid > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card.arc-card--horizontal,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-lookbook .arc-post-grid.arc-balanced-grid > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-lookbook .arc-post-grid > .arc-card--lead,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-lookbook .arc-post-grid > .arc-card:not(.arc-card--lead),
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-field-notes .arc-post-grid.arc-balanced-grid > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-directory .arc-post-grid.arc-balanced-grid > .arc-card {
	align-items: stretch !important;
	background: var(--arc-card-fill) !important;
	border: 1px solid var(--wp--preset--color--border) !important;
	border-radius: 0.75rem !important;
	box-shadow: var(--atp-card-shadow);
	display: flex !important;
	flex: none !important;
	flex-basis: auto !important;
	flex-direction: column !important;
	grid-column: auto !important;
	grid-row: auto !important;
	grid-template-columns: none !important;
	justify-self: stretch !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead > .arc-card::before,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite > .arc-card::before,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-itinerary .arc-card::before,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-field-notes .arc-card::before,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-card::before,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-card::after,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-post-grid::before {
	content: none !important;
	display: none !important;
}

html body.anunturi-identity.home .arc-card .arc-card__image,
html body.anunturi-identity.home .arc-card .wp-block-post-featured-image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-hero.arc-hero--guide .arc-guide-compass .arc-guide-compass__lead > .arc-card.arc-card--lead .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-shelf .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-itinerary .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-lookbook .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-lookbook .arc-card:not(.arc-card--lead) .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-field-notes .arc-card__image,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-card__image {
	aspect-ratio: 16 / 10 !important;
	background: var(--arc-surface-secondary);
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	flex: 0 0 auto;
	height: auto !important;
	justify-self: stretch !important;
	margin: 0 !important;
	max-height: 14rem !important;
	max-width: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

html body.anunturi-identity.home .arc-card .arc-card__image img,
html body.anunturi-identity.home .arc-card .wp-block-post-featured-image img,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-card img {
	aspect-ratio: unset !important;
	border-radius: 0 !important;
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
	width: 100% !important;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead .arc-card__body,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite .arc-card__body {
	inset: auto !important;
	margin: 0 !important;
	max-width: none !important;
	position: static !important;
	text-align: left !important;
	transform: none !important;
	width: 100% !important;
}

html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__lead .arc-card__title {
	font-size: clamp(1.15rem, 1.6vw, 1.45rem) !important;
	line-height: 1.25 !important;
}

html body.anunturi-identity.home .arc-category-section .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-shelf .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-itinerary .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-lookbook .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-field-notes .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-post-grid,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section--guide-directory .arc-post-grid.arc-balanced-grid {
	align-items: stretch !important;
	display: grid !important;
	flex-direction: unset !important;
	flex-wrap: unset !important;
	gap: 1.15rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-content: stretch !important;
	margin-inline: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

html body.anunturi-identity.home .arc-category-section .arc-post-grid:has(> :only-child) > .arc-card,
html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid:has(> :only-child) > .arc-card {
	max-width: none !important;
	width: 100% !important;
}

@media (max-width: 639px) {
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite .arc-card__image,
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellite .wp-block-post-featured-image {
		display: none !important;
	}
}

@media (min-width: 640px) {
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass__satellites {
		display: contents !important;
	}

	html body.anunturi-identity.home .arc-category-section .arc-post-grid:has(> :nth-child(2)),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid:has(> :nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.home .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-shelf .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card.arc-card--horizontal:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-lookbook .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd) {
		grid-column: 1 / -1 !important;
	}
}

@media (min-width: 1200px) {
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-guide-compass:has(.arc-guide-compass__satellite + .arc-guide-compass__satellite) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.home .arc-category-section .arc-post-grid:has(> :nth-child(3)),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid:has(> :nth-child(3)) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.home .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-shelf .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card.arc-card--horizontal:last-child:nth-child(odd),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-lookbook .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(odd) {
		grid-column: auto !important;
	}

	html body.anunturi-identity.home .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(3n + 1),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(3n + 1),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card:last-child:nth-child(3n + 1),
	html body.anunturi-identity.home.arc-home-guide-lifestyle-hub .arc-category-section.arc-category-section--guide-itinerary .arc-post-grid.arc-balanced-grid > .arc-card.arc-card--horizontal:last-child:nth-child(3n + 1) {
		grid-column: 1 / -1 !important;
	}
}

html body.anunturi-identity.home .atp-aff-slot,
html body.anunturi-identity.home .arc-home > .arc-ad-slot,
html body.anunturi-identity.home .arc-home > .arc-ad-slot--home,
html body.anunturi-identity.arc-theme .arc-home > .arc-ad-slot--home.atp-aff-slot {
	align-self: center;
	box-sizing: border-box;
	justify-self: center;
	margin-block: 0 !important;
	margin-inline: auto !important;
	min-height: 0 !important;
	padding-block: 0.2rem !important;
}

html body.anunturi-identity.home .atp-aff-slot--leaderboard,
html body.anunturi-identity.home .atp-aff-slot--responsive,
html body.anunturi-identity.arc-theme .arc-home > .arc-ad-slot--home.atp-aff-slot {
	max-width: min(100%, 760px) !important;
	width: min(100%, 760px) !important;
}

html body.anunturi-identity.home .atp-aff-slot--rectangle,
html body.anunturi-identity.home .atp-aff-slot--home-bottom {
	max-width: min(100%, 332px) !important;
	width: min(100%, 332px) !important;
}

html body.anunturi-identity.home .atp-aff-slot--home-bottom:has(.arc-ad-slot__content:empty),
html body.anunturi-identity.home .atp-aff-slot--home-bottom:has(img:not([src])),
html body.anunturi-identity.home .atp-aff-slot--home-bottom:has(.arc-ad-slot__content:not(:has(img[src*="."]))) {
	display: none !important;
}

html body.anunturi-identity.home .atp-aff-slot img {
	min-height: 0;
}

html body.anunturi-identity.home .atp-aff-slot:has(img[src=""]),
html body.anunturi-identity.home .arc-ad-slot--home:has(.arc-ad-slot__content:empty) {
	display: none !important;
}

@media (max-width: 767px) {
	html body.anunturi-identity.home .atp-aff-slot--responsive,
	html body.anunturi-identity.arc-theme .arc-home > .arc-ad-slot--home.atp-aff-slot {
		max-width: min(100%, 332px) !important;
		width: min(100%, 332px) !important;
	}

	html body.anunturi-identity.home .atp-aff-slot--leaderboard,
	html body.anunturi-identity.home .atp-aff-slot--home-bottom {
		display: none !important;
	}
}

/* v20 — 1-3-1 footer: full about + 3 cols, no cramped 4-col, no extra brand card */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
	grid-template-columns: minmax(0, 1fr) !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about {
	grid-column: 1 / -1 !important;
	padding: 1.7rem 1.6rem 1.85rem !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-brand {
	color: var(--arc-footer-text) !important;
	font-size: clamp(1.5rem, 2.8vw, 2.05rem) !important;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 0.55rem !important;
	max-width: 46rem;
	text-transform: none !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-tagline,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-contact {
	max-width: 46rem !important;
	width: 100%;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-tagline {
	color: var(--arc-footer-accent) !important;
	font-size: 1.05rem;
	font-weight: 550;
	line-height: 1.45;
	margin: 0 0 0.7rem !important;
	opacity: 1;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-note {
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 auto !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-contact {
	margin: 0.85rem auto 0 !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--subiecte,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--recente,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--juridic {
	padding: 1.35rem 1.25rem 1.45rem !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-site-footer__grid > :not(.arc-footer-copyright-wrap),
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-title,
html body.anunturi-identity.arc-theme footer.arc-site-footer .wp-block-site-tagline {
	display: none !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright-wrap {
	background: none !important;
	border: 0 !important;
}
@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about {
		grid-column: 1 / -1 !important;
		padding: 2rem 2.25rem 2.1rem !important;
	}
}
@media (min-width: 1100px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* v21 — visible rounded cards on mobile + centered text; keep 1-3-1 stack */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget-area.atp-footer-card,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card {
	align-items: center !important;
	background: color-mix(in srgb, var(--arc-footer-text) 16%, var(--arc-footer-background)) !important;
	border: 1px solid color-mix(in srgb, var(--arc-footer-accent) 36%, transparent) !important;
	border-radius: 0.75rem !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 1.2rem 1.15rem 1.3rem !important;
	text-align: center !important;
	visibility: visible !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about {
	grid-column: 1 / -1 !important;
	padding: 1.35rem 1.2rem 1.45rem !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card *,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .arc-widget__title,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card h2,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-brand,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-tagline,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .menu a,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card ul,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card li {
	text-align: center !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card ul {
	align-items: center !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-copyright-wrap {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
	grid-template-columns: minmax(0, 1fr) !important;
}
@media (max-width: 899px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about {
		grid-column: 1 / -1 !important;
	}
}
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about {
		grid-column: 1 / -1 !important;
		padding: 2rem 2.25rem 2.1rem !important;
	}
}

/* v23 — about text fills the card (2px inset); drop 46rem/28rem measure */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--about,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-widget-area.atp-footer-card.atp-footer-card--about,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card.atp-footer-card--about {
	box-sizing: border-box !important;
	grid-column: 1 / -1 !important;
	padding: 2px !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-brand,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-tagline,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-contact,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about > * {
	box-sizing: border-box !important;
	margin-inline: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	padding-inline: 0 !important;
	text-align: center !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-contact {
	margin-block: 0.85rem 0 !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--subiecte,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--recente,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--juridic {
	box-sizing: border-box !important;
	padding: 0.75rem 0.7rem !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--subiecte .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--recente .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--juridic .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--subiecte .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--recente .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--juridic .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .arc-widget__title,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .menu,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card ul,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card .menu a {
	margin-inline: 0 !important;
	max-width: none !important;
	padding-inline: 0 !important;
	text-align: center !important;
	width: 100% !important;
}
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--about,
	html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card.atp-footer-card--about {
		grid-column: 1 / -1 !important;
		padding: 2px !important;
	}
}

/* v24 — kill leftover 4-col :has() + hug-content 3-col cards; about fills */
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets.is-layout-grid,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(2)),
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(3)),
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(4)),
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets.is-layout-grid:has(> :nth-child(4)),
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-columns .arc-footer-widgets:has(> :nth-child(4)),
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets,
html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets:has(> :nth-child(4)) {
	align-items: start !important;
	grid-template-columns: minmax(0, 1fr) !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--about,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card.atp-footer-card--about {
	align-self: stretch !important;
	box-sizing: border-box !important;
	grid-column: 1 / -1 !important;
	height: auto !important;
	padding: 2px !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-col,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .arc-widget,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-brand,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-tagline,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-note,
html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card--about .atp-footer-contact {
	box-sizing: border-box !important;
	flex: 0 1 auto !important;
	margin-inline: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	padding-inline: 0 !important;
	text-align: center !important;
	width: 100% !important;
}
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--subiecte,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--recente,
html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets > .arc-widget-area.atp-footer-card.atp-footer-card--juridic {
	align-self: start !important;
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
}
@media (min-width: 768px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets.is-layout-grid:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets:has(> :nth-child(4)) {
		align-items: start !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}
}
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets.is-layout-grid,
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets.is-layout-grid:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-columns .arc-footer-widgets:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets:has(> :nth-child(4)) {
		align-items: start !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme footer.arc-site-footer .atp-footer-card.atp-footer-card--about {
		grid-column: 1 / -1 !important;
		padding: 2px !important;
	}
}
@media (min-width: 1100px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets:has(> :nth-child(4)) {
		align-items: start !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
@media (min-width: 1280px) {
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer .arc-footer-widgets:has(> :nth-child(4)),
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets,
	html body.anunturi-identity.arc-theme footer.arc-site-footer [class*="wp-container-core-group-is-layout-"].arc-footer-widgets:has(> :nth-child(4)) {
		align-items: start !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* network-consent-card-v1 — same centered cookie card on every .top site; colors from identity tokens. */
html body.anunturi-identity #arc-consent,
html body.anunturi-identity.arc-theme #arc-consent,
html body.anunturi-identity.arc-theme:has(.arc-bottom-nav) #arc-consent {
	align-items: stretch !important;
	background: transparent !important;
	border: 0 !important;
	bottom: max(1rem, env(safe-area-inset-bottom, 0px)) !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--arc-footer-text) !important;
	display: flex !important;
	justify-content: center !important;
	left: 50% !important;
	margin: 0 !important;
	max-width: min(42rem, calc(100vw - 1.5rem)) !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	right: auto !important;
	top: auto !important;
	transform: translateX(-50%) !important;
	width: min(42rem, calc(100vw - 1.5rem)) !important;
	z-index: 99999 !important;
}

html body.anunturi-identity #arc-consent[hidden],
html body.anunturi-identity.arc-theme #arc-consent[hidden] {
	display: none !important;
}

html body.anunturi-identity:has(.wp-block-navigation__responsive-container.is-menu-open) #arc-consent,
html body.anunturi-identity.arc-theme:has(.wp-block-navigation__responsive-container.is-menu-open) #arc-consent {
	display: none !important;
}

@media (max-width: 781px) {
	html body.anunturi-identity:has(.arc-bottom-nav) #arc-consent,
	html body.anunturi-identity.arc-theme:has(.arc-bottom-nav) #arc-consent {
		bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px)) !important;
	}
}

html body.anunturi-identity #arc-consent .arc-consent__inner,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__inner,
html body.anunturi-identity .arc-consent__inner {
	align-items: center !important;
	background: var(--arc-footer-background) !important;
	border: 1px solid color-mix(in srgb, var(--arc-footer-text) 22%, transparent) !important;
	border-radius: 0.875rem !important;
	box-shadow: 0 12px 32px rgb(15 23 42 / 28%) !important;
	box-sizing: border-box !important;
	clip: auto !important;
	clip-path: none !important;
	color: var(--arc-footer-text) !important;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	height: auto !important;
	justify-content: center !important;
	margin: 0 auto !important;
	max-width: 100% !important;
	overflow: visible !important;
	padding: 0.7rem 0.95rem 0.75rem !important;
	pointer-events: auto !important;
	position: relative !important;
	text-align: center !important;
	width: 100% !important;
}

html body.anunturi-identity #arc-consent .arc-consent__title,
html body.anunturi-identity #arc-consent .arc-consent__text,
html body.anunturi-identity #arc-consent .arc-consent__panel,
html body.anunturi-identity #arc-consent .arc-consent__prefs,
html body.anunturi-identity #arc-consent p,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__title,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__text,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__panel,
html body.anunturi-identity.arc-theme #arc-consent p {
	background: transparent !important;
	color: var(--arc-footer-text) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__title,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__title,
html body.anunturi-identity .arc-consent__title {
	display: block !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	margin: 0 0 0.2rem !important;
	text-align: center !important;
}

html body.anunturi-identity #arc-consent .arc-consent__wp-notice[hidden],
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__wp-notice[hidden],
html body.anunturi-identity #arc-consent .arc-consent__prefs[hidden],
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__prefs[hidden] {
	display: none !important;
}

html body.anunturi-identity #arc-consent .arc-consent__text,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__text,
html body.anunturi-identity.arc-theme #arc-consent p.arc-consent__text {
	-webkit-box-orient: unset !important;
	-webkit-line-clamp: unset !important;
	background: transparent !important;
	clip: auto !important;
	clip-path: none !important;
	display: block !important;
	font-size: 0.785rem !important;
	height: auto !important;
	line-height: 1.4 !important;
	margin: 0 0 0.5rem !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 0 !important;
	position: static !important;
	text-align: center !important;
	white-space: normal !important;
	width: auto !important;
}

html body.anunturi-identity #arc-consent .arc-consent__text a,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__text a,
html body.anunturi-identity #arc-consent a {
	background: transparent !important;
	color: var(--arc-footer-accent) !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.15em !important;
}

html body.anunturi-identity #arc-consent .arc-consent__text a:hover,
html body.anunturi-identity #arc-consent .arc-consent__text a:focus-visible {
	color: var(--arc-footer-text) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__actions,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__actions {
	align-items: center !important;
	display: flex !important;
	flex: 0 0 auto !important;
	flex-wrap: wrap !important;
	gap: 0.35rem !important;
	justify-content: center !important;
	margin: 0 !important;
	min-width: 0 !important;
	width: 100% !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn,
html body.anunturi-identity #arc-consent button,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__btn,
html body.anunturi-identity .arc-consent__btn:not(.arc-consent__btn--accept) {
	background: transparent !important;
	border: 1px solid color-mix(in srgb, var(--arc-footer-text) 55%, transparent) !important;
	border-radius: 0.4rem !important;
	color: var(--arc-footer-text) !important;
	cursor: pointer !important;
	flex: 0 1 auto !important;
	font-size: 0.785rem !important;
	font-weight: 700 !important;
	min-height: 2.15rem !important;
	min-width: 0 !important;
	padding: 0.3rem 0.7rem !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn:hover,
html body.anunturi-identity #arc-consent .arc-consent__btn:focus-visible,
html body.anunturi-identity #arc-consent button:not(.arc-consent__btn--accept):hover,
html body.anunturi-identity #arc-consent button:not(.arc-consent__btn--accept):focus-visible {
	background: color-mix(in srgb, var(--arc-footer-text) 14%, transparent) !important;
	border-color: var(--arc-footer-text) !important;
	color: var(--arc-footer-text) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn--accept,
html body.anunturi-identity.arc-theme #arc-consent .arc-consent__btn--accept,
html body.anunturi-identity .arc-consent__btn--accept {
	background: var(--wp--preset--color--accent) !important;
	border-color: var(--wp--preset--color--accent) !important;
	color: var(--arc-on-accent, var(--arc-on-brand)) !important;
	font-size: 0.875rem !important;
	min-height: 2.35rem !important;
	min-width: 6.25rem !important;
	padding: 0.4rem 0.95rem !important;
}

html body.anunturi-identity #arc-consent .arc-consent__btn--accept:hover,
html body.anunturi-identity #arc-consent .arc-consent__btn--accept:focus-visible {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 88%, #000) !important;
	border-color: color-mix(in srgb, var(--wp--preset--color--accent) 88%, #000) !important;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--arc-footer-accent) 55%, transparent) !important;
	color: var(--arc-on-accent, var(--arc-on-brand)) !important;
}

html body.anunturi-identity #arc-consent .arc-consent__prefs,
html body.anunturi-identity .arc-consent__prefs {
	background: transparent !important;
	border-color: color-mix(in srgb, var(--arc-footer-text) 18%, transparent) !important;
	color: var(--arc-footer-text) !important;
}

@media (max-width: 781px) {
	html body.anunturi-identity #arc-consent .arc-consent__inner,
	html body.anunturi-identity.arc-theme #arc-consent .arc-consent__inner {
		padding: 0.55rem 0.7rem 0.6rem !important;
	}

	html body.anunturi-identity #arc-consent .arc-consent__title {
		font-size: 0.785rem !important;
		margin: 0 0 0.12rem !important;
	}

	html body.anunturi-identity #arc-consent .arc-consent__text,
	html body.anunturi-identity.arc-theme #arc-consent .arc-consent__text,
	html body.anunturi-identity.arc-theme #arc-consent p.arc-consent__text {
		background: transparent !important;
		display: block !important;
		font-size: 0.705rem !important;
		line-height: 1.35 !important;
		margin: 0 0 0.4rem !important;
	}

	html body.anunturi-identity #arc-consent .arc-consent__btn,
	html body.anunturi-identity #arc-consent button,
	html body.anunturi-identity #arc-consent .arc-consent__btn--accept {
		font-size: 0.72rem !important;
		min-height: 2rem !important;
		padding: 0.25rem 0.55rem !important;
	}

	html body.anunturi-identity #arc-consent .arc-consent__btn--accept {
		min-height: 2.15rem !important;
		min-width: 5.5rem !important;
	}
}


/* -------------------------------------------------------------------------- */
/* v-home-fill — homepage cards: title + excerpt always visible under image.  */
/* Archives/singles untouched. Cookie bar selectors not modified.             */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.arc-theme.home .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-card .wp-block-post-excerpt,
html body.anunturi-identity.arc-theme.home .arc-card .wp-block-post-excerpt p,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card--horizontal .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card--standard .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card:not(:first-child) .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card:first-child .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--evidence-source-notes .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .cst-all-materials .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .cst-hero-stack-extra .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-evidence-board .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-evidence-board__file--reference .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-hero--grid .arc-hero__grid > .arc-card:not(.arc-card--lead) .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home--mosaic .arc-hero__grid > .arc-card:not(.arc-card--lead) .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-bento__side .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-tabbed-posts .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .ntt-desk .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .ntt-desk .arc-post-grid > .arc-card:not(:first-child) .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .ntt-discover .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-authority-masthead .arc-card .arc-card__excerpt {
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	color: var(--wp--preset--color--muted) !important;
	display: -webkit-box !important;
	font-size: 0.92rem !important;
	height: auto !important;
	line-height: 1.45 !important;
	margin: 0.2rem 0 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	position: static !important;
	visibility: visible !important;
}

html body.anunturi-identity.home .arc-card--lead .arc-card__excerpt,
html body.anunturi-identity.home .arc-hero .arc-card--lead .arc-card__excerpt {
	-webkit-line-clamp: 4 !important;
	font-size: 0.98rem !important;
}

html body.anunturi-identity.home .arc-card .arc-card__title,
html body.anunturi-identity.home .arc-card .wp-block-post-title,
html body.anunturi-identity.home .arc-card .arc-card__title a,
html body.anunturi-identity.home .arc-card .wp-block-post-title a {
	color: var(--wp--preset--color--text) !important;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

html body.anunturi-identity.home .arc-card .arc-card__body,
html body.anunturi-identity.home .arc-hero .arc-card .arc-card__body,
html body.anunturi-identity.home .arc-category-section .arc-card .arc-card__body,
html body.anunturi-identity.home .arc-card--lead .arc-card__body {
	background: transparent !important;
	bottom: auto !important;
	color: var(--wp--preset--color--text);
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	inset: auto !important;
	min-height: 0 !important;
	padding: 0.75rem 1rem 1rem !important;
	position: static !important;
	transform: none !important;
	z-index: auto !important;
}

html body.anunturi-identity.home .arc-card {
	min-height: 0 !important;
}

html body.anunturi-identity.home .arc-post-grid:has(> :only-child) {
	grid-template-columns: minmax(0, 1fr) !important;
}

html body.anunturi-identity.home .arc-post-grid:has(> :only-child) > .arc-card {
	max-width: min(46rem, 100%) !important;
	width: 100% !important;
}

@media (min-width: 1200px) {
	html body.anunturi-identity.home .arc-card:not(.arc-card--lead) .arc-card__excerpt {
		-webkit-line-clamp: 4 !important;
	}

	html body.anunturi-identity.home .arc-card--lead .arc-card__excerpt {
		-webkit-line-clamp: 5 !important;
	}
}

@media (max-width: 639px) {
	html body.anunturi-identity.home .arc-card .arc-card__excerpt {
		-webkit-line-clamp: 2 !important;
		font-size: 0.86rem !important;
	}

	html body.anunturi-identity.home .arc-card .arc-card__body {
		padding: 0.55rem 0.75rem 0.75rem !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v-well-fill — count-aware wells (700–2560). No P/E marks, no empty tracks. */
/* Singles (58rem) and footer/cookie untouched.                               */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.arc-theme .arc-card::before,
html body.anunturi-identity.arc-theme .arc-card::after,
html body.anunturi-identity.arc-theme .arc-section__header h2::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-tabbed-posts .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-category-section--evidence-partner-casebook .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-category-section--evidence-regional-map .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-category-section--evidence-source-notes .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-evidence-board .arc-card::before,
html body.anunturi-identity.arc-home-expert-evidence .arc-evidence-board__file::before,
html body.anunturi-identity.arc-home-corporate-journal .arc-card::before,
html body.anunturi-identity.arc-home-guide-lifestyle-hub .arc-card::before,
html body.anunturi-identity.arc-home-guide-lifestyle-hub .arc-guide-compass .arc-card::before,
html body.anunturi-identity.arc-home-press-insights .arc-card::before,
html body.anunturi-identity.arc-home-business-authority .arc-card::before,
html body.anunturi-identity .arc-post-grid::before,
html body.anunturi-identity .arc-post-grid::after {
	content: none !important;
	display: none !important;
}

html body.anunturi-identity:not(.single) .arc-card--no-image .arc-card__image,
html body.anunturi-identity:not(.single) .arc-card--no-image .wp-block-post-featured-image,
html body.anunturi-identity:not(.single) .arc-card .arc-card__image:not(:has(img[src])),
html body.anunturi-identity:not(.single) .arc-card .wp-block-post-featured-image:not(:has(img[src])) {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
}

html body.anunturi-identity.home .arc-card .arc-card__excerpt,
html body.anunturi-identity.home .arc-card .wp-block-post-excerpt,
html body.anunturi-identity.archive .arc-card .arc-card__excerpt,
html body.anunturi-identity.category .arc-card .arc-card__excerpt,
html body.anunturi-identity.blog .arc-card .arc-card__excerpt,
html body.anunturi-identity.search .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card--horizontal .arc-card__excerpt,
html body.anunturi-identity.arc-theme.archive .arc-card--horizontal .arc-card__excerpt,
html body.anunturi-identity.arc-theme.category .arc-card--horizontal .arc-card__excerpt {
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	color: var(--wp--preset--color--muted) !important;
	display: -webkit-box !important;
	font-size: 0.92rem !important;
	height: auto !important;
	line-height: 1.45 !important;
	margin: 0.2rem 0 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	visibility: visible !important;
}

@media (min-width: 700px) {
	html body.anunturi-identity:not(.single) .arc-card,
	html body.anunturi-identity:not(.single) .arc-card--horizontal,
	html body.anunturi-identity:not(.single) .arc-card--standard,
	html body.anunturi-identity:not(.single) .arc-card--lead,
	html body.anunturi-identity:not(.single) .arc-card--archive {
		align-items: stretch !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		height: auto !important;
		max-width: none !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity:not(.single) .arc-card .arc-card__image,
	html body.anunturi-identity:not(.single) .arc-card .wp-block-post-featured-image,
	html body.anunturi-identity:not(.single) .arc-card--horizontal .arc-card__image,
	html body.anunturi-identity:not(.single) .arc-card--standard .arc-card__image {
		aspect-ratio: 16 / 10 !important;
		flex: 0 0 auto !important;
		height: auto !important;
		max-height: 15rem !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity:not(.single) .arc-card .arc-card__image img,
	html body.anunturi-identity:not(.single) .arc-card .wp-block-post-featured-image img {
		display: block !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: cover !important;
		width: 100% !important;
	}

	html body.anunturi-identity:not(.single) .arc-card .arc-card__body,
	html body.anunturi-identity:not(.single) .arc-card--horizontal .arc-card__body,
	html body.anunturi-identity:not(.single) .arc-card--lead .arc-card__body {
		background: transparent !important;
		flex: 1 1 auto;
		inset: auto !important;
		min-height: 0 !important;
		padding: 0.75rem 1rem 1.05rem !important;
		position: static !important;
		transform: none !important;
	}

	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid,
	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity:not(.single) .arc-category-section .arc-post-grid,
	html body.anunturi-identity:not(.single) .arc-hero__grid,
	html body.anunturi-identity:not(.single) .arc-hero__stack,
	html body.anunturi-identity.archive .arc-archive-grid,
	html body.anunturi-identity.category .arc-archive-grid,
	html body.anunturi-identity.blog .arc-archive-grid,
	html body.anunturi-identity.search .arc-archive-grid,
	html body.anunturi-identity.search .arc-search-list,
	html body.anunturi-identity.archive .arc-archive-query .arc-archive-grid,
	html body.anunturi-identity.category .arc-archive-query .arc-archive-grid {
		align-items: stretch !important;
		display: grid !important;
		flex-wrap: unset !important;
		gap: 1.15rem !important;
		grid-template-columns: minmax(0, 1fr) !important;
		justify-content: stretch !important;
		margin-inline: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid > .arc-card,
	html body.anunturi-identity:not(.single) .arc-category-section .arc-post-grid > .arc-card,
	html body.anunturi-identity.archive .arc-archive-grid > .arc-card,
	html body.anunturi-identity.archive .arc-archive-grid > li,
	html body.anunturi-identity.category .arc-archive-grid > .arc-card,
	html body.anunturi-identity.category .arc-archive-grid > li,
	html body.anunturi-identity.search .arc-archive-grid > .arc-card,
	html body.anunturi-identity.search .arc-archive-grid > li {
		flex: none !important;
		grid-column: auto !important;
		max-width: none !important;
		width: 100% !important;
	}

	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid:has(> :nth-child(2)),
	html body.anunturi-identity:not(.single) .arc-category-section .arc-post-grid:has(> :nth-child(2)),
	html body.anunturi-identity.archive .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.category .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.blog .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.search .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.archive .arc-archive-query .arc-archive-grid:has(> :nth-child(2)),
	html body.anunturi-identity.category .arc-archive-query .arc-archive-grid:has(> :nth-child(2)) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid:has(> :nth-child(2)):not(:has(> :nth-child(3))) > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity:not(.single) .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.archive .arc-archive-grid > .arc-card:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.category .arc-archive-grid > .arc-card:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.search .arc-archive-grid > .arc-card:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.archive .arc-archive-grid > li:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.category .arc-archive-grid > li:last-child:nth-child(odd):not(:only-child) {
		grid-column: 1 / -1;
	}

	html body.anunturi-identity:not(.single) .arc-home .arc-post-grid:has(> :nth-child(2):last-child) > .arc-card:last-child,
	html body.anunturi-identity:not(.single) .arc-category-section .arc-post-grid:has(> :nth-child(2):last-child) > .arc-card:last-child,
	html body.anunturi-identity.archive .arc-archive-grid:has(> :nth-child(2):last-child) > :last-child,
	html body.anunturi-identity.category .arc-archive-grid:has(> :nth-child(2):last-child) > :last-child {
		grid-column: auto;
	}
}

@media (min-width: 1100px) {
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-home .arc-post-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-category-section .arc-post-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-home .arc-post-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-category-section .arc-post-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.archive:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.category:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.archive:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.category:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.search:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.search:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(6):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-home .arc-post-grid:has(> :nth-child(3):last-child) > .arc-card:last-child,
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-category-section .arc-post-grid:has(> :nth-child(3):last-child) > .arc-card:last-child,
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-home .arc-post-grid:has(> :nth-child(6):last-child) > .arc-card:last-child,
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-category-section .arc-post-grid:has(> :nth-child(6):last-child) > .arc-card:last-child,
	html body.anunturi-identity.archive:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(3):last-child) > :last-child,
	html body.anunturi-identity.category:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(3):last-child) > :last-child,
	html body.anunturi-identity.archive:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(6):last-child) > :last-child {
		grid-column: auto !important;
	}

	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-home .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-category-section .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.archive:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.category:not(.arc-has-sidebar) .arc-archive-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-home .arc-post-grid:has(> :nth-child(3)),
	html body.anunturi-identity.arc-has-sidebar.archive .arc-archive-grid:has(> :nth-child(3)),
	html body.anunturi-identity.arc-has-sidebar.category .arc-archive-grid:has(> :nth-child(3)),
	html body.anunturi-identity.arc-has-sidebar.search .arc-archive-grid:has(> :nth-child(3)) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-archive-grid > .arc-card:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-archive-grid > li:last-child:nth-child(odd):not(:only-child),
	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-home .arc-post-grid > .arc-card:last-child:nth-child(odd):not(:only-child) {
		grid-column: 1 / -1;
	}

	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-archive-grid:has(> :nth-child(2):last-child) > :last-child,
	html body.anunturi-identity.arc-has-sidebar:not(.single) .arc-home .arc-post-grid:has(> :nth-child(2):last-child) > .arc-card:last-child {
		grid-column: auto;
	}
}

html body.anunturi-identity:not(.single) .arc-evidence-board,
html body.anunturi-identity:not(.single) .arc-home-expert-evidence .arc-evidence-board,
html body.anunturi-identity.home .arc-guide-compass,
html body.anunturi-identity.home .arc-guide-compass__satellites {
	display: grid !important;
	gap: 1.15rem !important;
	grid-template-columns: minmax(0, 1fr) !important;
	width: 100% !important;
}

@media (min-width: 700px) {
	html body.anunturi-identity:not(.single) .arc-evidence-board:has(> :nth-child(2)),
	html body.anunturi-identity.home .arc-guide-compass:has(.arc-guide-compass__satellite) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1100px) {
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-evidence-board:has(> :nth-child(3):last-child),
	html body.anunturi-identity:not(.single):not(.arc-has-sidebar) .arc-evidence-board:has(> :nth-child(6):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v-well-fill-2 — auto-fit wins over leftover 3-col compass/bento/mosaic.    */
/* -------------------------------------------------------------------------- */

@media (min-width: 700px) {
	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-post-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home .arc-category-section .arc-post-grid:has(> :nth-child(3)),
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .arc-category-section .arc-post-grid:has(> :nth-child(3)),
	html body.anunturi-identity.arc-theme:not(.single) .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .arc-guide-compass:has(.arc-guide-compass__satellite + .arc-guide-compass__satellite),
	html body.anunturi-identity.arc-theme:not(.single) .arc-guide-compass__satellites,
	html body.anunturi-identity.arc-theme:not(.single) .arc-evidence-board,
	html body.anunturi-identity.arc-theme:not(.single) .arc-hero__grid,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid,
	html body.anunturi-identity.arc-theme.blog .arc-archive-grid,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid,
	html body.anunturi-identity.arc-theme.archive .arc-archive-query .arc-archive-grid,
	html body.anunturi-identity.arc-theme.category .arc-archive-query .arc-archive-grid,
	html body.anunturi-identity.arc-theme.search .arc-archive-query .arc-archive-grid {
		align-items: stretch !important;
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr)) !important;
		justify-content: stretch !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme.arc-has-sidebar:not(.single) .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar:not(.single) .arc-archive-query .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar:not(.single) .arc-home .arc-post-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.category .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.archive .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.search .arc-archive-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr)) !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-guide-compass__lead,
	html body.anunturi-identity.arc-theme:not(.single) .arc-guide-compass__satellite,
	html body.anunturi-identity.arc-theme:not(.single) .arc-archive-grid > li {
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-card,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card--horizontal,
	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-card--horizontal {
		align-items: stretch !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card--horizontal .arc-card__image,
	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-card--horizontal .arc-card__image {
		aspect-ratio: 16 / 10 !important;
		flex: 0 0 auto !important;
		height: auto !important;
		max-height: 15rem !important;
		min-height: 0 !important;
		width: 100% !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v-well-fill-3 — beat leftover compact thumbs, 12-col mosaic, overlay text. */
/* Singles (58rem) and #arc-consent untouched.                                */
/* -------------------------------------------------------------------------- */

html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__title,
html body.anunturi-identity.arc-theme:not(.single) .arc-card .wp-block-post-title,
html body.anunturi-identity.arc-theme.home .arc-authority-masthead__brief .arc-card__title,
html body.anunturi-identity.arc-theme.home .arc-bento__side .arc-card__title,
html body.anunturi-identity.arc-theme.archive .arc-card--archive > .arc-card__title,
html body.anunturi-identity.arc-theme.archive .arc-card--archive > .wp-block-post-title,
html body.anunturi-identity.arc-theme.category .arc-card--archive > .arc-card__title,
html body.anunturi-identity.arc-theme.category .arc-card--archive > .wp-block-post-title,
html body.anunturi-identity.arc-theme.search .arc-card--archive > .arc-card__title,
html body.anunturi-identity.arc-theme.search .arc-card--archive > .wp-block-post-title {
	display: block !important;
	flex: 0 0 auto !important;
	font-size: clamp(1.02rem, 0.92rem + 0.35vw, 1.28rem) !important;
	height: auto !important;
	line-height: 1.3 !important;
	max-height: none !important;
	min-height: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	position: static !important;
	visibility: visible !important;
}

html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme:not(.single) .arc-card .wp-block-post-excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card--horizontal .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .cst-all-materials .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .cst-hero-stack-extra .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-authority-masthead__brief .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-bento__side .arc-card__excerpt,
html body.anunturi-identity.arc-theme.archive .arc-archive-grid .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.category .arc-archive-grid .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.search .arc-archive-grid .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.search .arc-search-list .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.archive .arc-card--archive > .arc-card__excerpt,
html body.anunturi-identity.arc-theme.category .arc-card--archive > .arc-card__excerpt,
html body.anunturi-identity.arc-theme.search .arc-card--archive > .arc-card__excerpt {
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	color: var(--wp--preset--color--muted) !important;
	display: -webkit-box !important;
	flex: 0 0 auto !important;
	font-size: 0.92rem !important;
	height: auto !important;
	line-height: 1.45 !important;
	max-height: none !important;
	min-height: 0 !important;
	opacity: 1 !important;
	overflow: hidden !important;
	position: static !important;
	visibility: visible !important;
}

html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__body,
html body.anunturi-identity.arc-theme.home .arc-authority-masthead__brief .arc-card .arc-card__body,
html body.anunturi-identity.arc-theme.home .arc-bento__side .arc-card .arc-card__body,
html body.anunturi-identity.arc-theme.archive .arc-card--archive .arc-card__body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	height: auto !important;
	inset: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	position: static !important;
	transform: none !important;
}

@media (min-width: 700px) {
	html body.anunturi-identity.arc-theme:not(.single) .arc-card,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card--horizontal,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card--standard,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card--archive,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card--horizontal,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card:not(:first-child),
	html body.anunturi-identity.arc-theme.home .cst-all-materials .arc-card,
	html body.anunturi-identity.arc-theme.home .cst-hero-stack-extra .arc-card,
	html body.anunturi-identity.arc-theme .arc-archive-grid > li .arc-card,
	html body.anunturi-identity.arc-theme .arc-archive-grid .arc-card--archive,
	html body.anunturi-identity.arc-theme .arc-search-list .arc-card,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board__file--reference .arc-card,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .arc-evidence-board__file--reference .arc-card,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .cst-hero-stack-extra .arc-card.arc-card--horizontal,
	html body.anunturi-identity.arc-theme.home .arc-authority-masthead__brief > .arc-card {
		align-items: stretch !important;
		align-self: start !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		height: auto !important;
		max-width: none !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme.home .arc-card--horizontal .arc-card__image,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card:not(:first-child) .arc-card__image,
	html body.anunturi-identity.arc-theme.home .cst-all-materials .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.home .cst-hero-stack-extra .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-archive-grid .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-archive-grid .arc-card--archive > .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme:not(.arc-archive-view-list) .arc-archive-grid .arc-card--archive > .wp-block-post-featured-image:not(:has(figcaption)),
	html body.anunturi-identity.arc-theme.arc-archive-view-list .arc-archive-grid .arc-card--archive > .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme.search .arc-search-list .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board__file--reference .arc-card__image {
		aspect-ratio: 16 / 10 !important;
		flex: 0 0 auto !important;
		height: auto !important;
		max-height: 15rem !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-card .arc-card__image img,
	html body.anunturi-identity.arc-theme:not(.single) .arc-card .wp-block-post-featured-image img,
	html body.anunturi-identity.arc-theme .arc-card .wp-block-post-featured-image img,
	html body.anunturi-identity.arc-theme .arc-card .arc-card__image img {
		height: 100% !important;
		inset: auto !important;
		max-height: none !important;
		object-fit: cover !important;
		position: static !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-post-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme:not(.single) .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section.arc-category-section--insights-press-reel .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .arc-evidence-board,
	html body.anunturi-identity.arc-theme:not(.single) .arc-hero__grid,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-preset-community-magazine .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-preset-community-magazine .arc-archive-grid.arc-balanced-grid {
		align-items: start !important;
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr)) !important;
		justify-content: stretch !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme.arc-has-sidebar:not(.single) .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.category .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.archive .arc-archive-grid,
	html body.anunturi-identity.arc-theme.arc-has-sidebar.search .arc-archive-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr)) !important;
	}

	html body.anunturi-identity.arc-theme:not(.single) .arc-home .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme:not(.single) .arc-category-section .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:first-child,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:nth-child(2),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:nth-child(3),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:nth-child(4),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:nth-child(n+5),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:first-child,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:nth-child(2),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:nth-child(3),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:nth-child(4),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:nth-child(n+5),
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board__file,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board__file--primary,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-evidence-board__file--reference,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .arc-evidence-board__file,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .arc-evidence-board__file--primary,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-hero.arc-hero--expert .arc-evidence-board__file--reference,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid > li {
		grid-column: auto !important;
		grid-row: auto !important;
		max-width: none !important;
		width: 100% !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v-well-fill-4 — archive li.arc-card + only-child compact rows.             */
/* -------------------------------------------------------------------------- */

@media (min-width: 700px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card.arc-card--horizontal,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid.arc-balanced-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .arc-card,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .arc-card,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid > li .arc-card,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > .wp-block-post > .arc-card,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > .wp-block-post > .arc-card,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid > .wp-block-post > .arc-card,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .arc-card--archive,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .arc-card--archive,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid > li .arc-card--archive,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .wp-block-group.arc-card,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .wp-block-group.arc-card {
		align-items: stretch !important;
		align-self: start !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		height: auto !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-post-grid > .arc-card.arc-card--horizontal .arc-card__image,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.search .arc-archive-grid > li .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .arc-card .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .arc-card .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme.archive .arc-archive-grid > li .arc-card--archive > .wp-block-post-featured-image,
	html body.anunturi-identity.arc-theme.category .arc-archive-grid > li .arc-card--archive > .wp-block-post-featured-image {
		aspect-ratio: 16 / 10 !important;
		flex: 0 0 auto !important;
		height: auto !important;
		max-height: 15rem !important;
		width: 100% !important;
	}
}

/* -------------------------------------------------------------------------- */
/* v-well-fill-5 — list / source-notes compact rows (only leftover thumbs).   */
/* -------------------------------------------------------------------------- */

@media (min-width: 700px) {
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--list .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--list .arc-post-grid > .arc-card:nth-child(n),
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-post-grid > .arc-card:first-child,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-post-grid > .arc-card:nth-child(n),
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-post-grid:has(> .arc-card:nth-child(2):last-child) > .arc-card:first-child,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-post-grid:has(> .arc-card:nth-child(2):last-child) > .arc-card:nth-child(2),
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-home .arc-category-section.arc-category-section--evidence-source-notes .arc-post-grid.arc-balanced-grid > .arc-card:nth-child(n),
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card:first-child,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card:nth-child(n),
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-home .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"].arc-category-section--evidence-source-notes .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:first-child,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-home .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"].arc-category-section--evidence-source-notes .arc-post-grid.arc-balanced-grid.arc-balanced-grid > .arc-card:nth-child(n) {
		align-items: stretch !important;
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		height: auto !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--list .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--list .arc-card:first-child .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section--evidence-source-notes .arc-card:first-child .arc-card__image,
	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-home .arc-category-section--evidence-source-notes :is(.arc-card__image, .arc-card__excerpt),
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card:first-child .arc-card__image {
		aspect-ratio: 16 / 10 !important;
		display: block !important;
		flex: 0 0 auto !important;
		height: auto !important;
		max-height: 15rem !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	html body.anunturi-identity.arc-theme.arc-home-expert-evidence .arc-home .arc-category-section--evidence-source-notes .arc-card .arc-card__excerpt,
	html body.anunturi-identity.arc-theme .arc-home .arc-category-section .arc-post-grid:not(:has(> .arc-card--lead)) > .arc-card .arc-card__excerpt {
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important;
		display: -webkit-box !important;
		height: auto !important;
		max-height: none !important;
		visibility: visible !important;
	}
}

/* v-desk-2026 — distinctive homepage. Do not flatten heroes. */

/* Bulletin board: 1 lead listing-guide + 2 tiles. Forest/gold. Ads top+bottom. */
html body.anunturi-identity.arc-theme.home .anu-desk-2026 {
	margin-inline: auto;
	max-width: min(1440px, calc(100vw - 3rem));
	width: 100%;
}
html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-home__intro {
	background: color-mix(in srgb, #1f3d2b 8%, var(--arc-card-fill));
	border: 1px solid color-mix(in srgb, #c9a227 45%, var(--wp--preset--color--border));
	box-shadow: inset 0 0 0 1px color-mix(in srgb, #c9a227 18%, transparent);
}
html body.anunturi-identity.arc-theme.home .anu-desk-2026 .atp-pillars {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-block: 0.7rem;
}
html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-hero--guide .arc-section__header {
	display: none;
}
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass {
		display: grid !important;
		gap: 0.9rem !important;
		grid-template-areas:
			"lead sat1"
			"lead sat2";
		grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.9fr) !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__lead {
		grid-area: lead;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellites {
		display: contents !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(1) { grid-area: sat1; }
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(2) { grid-area: sat2; }
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-card--lead .arc-card__image {
		aspect-ratio: 16 / 10 !important;
		border-radius: 0.35rem !important;
		max-height: 16rem !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__lead .arc-card,
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite .arc-card {
		border-radius: 0.35rem !important;
	}
}
html body.anunturi-identity.arc-theme.home .arc-ad-slot,
html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-top,
html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-bottom {
	display: block !important;
	grid-column: 1 / -1 !important;
	margin-inline: auto;
	max-width: min(1440px, calc(100vw - 3rem));
	width: 100%;
}
html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-top {
	margin-block: 1rem 1.35rem;
}
html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-bottom {
	margin-block: 2rem 0.5rem;
}
/* First: 1+3 notice tiles (4). */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: 1.3fr 1fr 1fr !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) > .arc-card:first-child {
		grid-column: 1;
		grid-row: 1 / span 2;
	}
}

/* Count-aware wells. No list bars ≥900px. Singles / footer / cookie untouched. */
html body.anunturi-identity.arc-theme.home .arc-card::before,
html body.anunturi-identity.arc-theme.home .arc-section__header h2::before {
	content: none !important;
	display: none !important;
}

html body.anunturi-identity.arc-theme.home .arc-home .arc-card .arc-card__image,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card .wp-block-post-featured-image {
	aspect-ratio: 16 / 10;
	max-height: 15rem;
	overflow: hidden;
}

html body.anunturi-identity.arc-theme.home .arc-home .arc-card .arc-card__excerpt,
html body.anunturi-identity.arc-theme.home .arc-home .arc-card .wp-block-post-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
}

@media (max-width: 699px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-river {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (min-width: 700px) and (max-width: 899px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-river {
		display: grid !important;
		gap: 1rem !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :only-child) {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(2)):not(:has(> :nth-child(3))) > .arc-card:last-child:nth-child(odd),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card:last-child:nth-child(odd):not(:only-child) {
		grid-column: 1 / -1;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(2):last-child) > .arc-card:last-child {
		grid-column: auto;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-card--horizontal {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		width: 100% !important;
	}
}

@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-river {
		display: grid !important;
		gap: 1.15rem !important;
		justify-content: stretch !important;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid > .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section--list .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-card--horizontal {
		display: flex !important;
		flex-direction: column !important;
		grid-column: auto !important;
		grid-row: auto !important;
		grid-template-columns: none !important;
		max-width: none !important;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :only-child) {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(2):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(3):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child) {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(-n + 2) {
		grid-column: span 3;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(n + 3) {
		grid-column: span 2;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(6):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(7):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(7):last-child) > .arc-card:first-child {
		grid-column: 1 / -1;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(8):last-child) {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(9):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

/* v-desk-2026b — beat flatten auto-fit on home wells. */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :only-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :only-child) {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(2):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(2):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(3):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(3):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(5):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(5):last-child) {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(-n + 2),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(-n + 2) {
		grid-column: span 3 !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(n + 3),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(5):last-child) > .arc-card:nth-child(n + 3) {
		grid-column: span 2 !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(6):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(6):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(7):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(7):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(7):last-child) > .arc-card:first-child {
		grid-column: 1 / -1 !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(8):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(8):last-child) {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(9):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(15):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-expert-evidence .arc-category-section.arc-category-section.arc-category-section[class*="arc-category-section--evidence-"] .arc-post-grid.arc-balanced-grid.arc-balanced-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-magazine-mosaic .arc-home .arc-post-grid.arc-balanced-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home.arc-home-press-insights .arc-category-section .arc-post-grid.arc-balanced-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .cst-all-materials .arc-post-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .nut-all-materials .arc-post-grid:has(> :nth-child(16):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .ntt-wire-rest .arc-post-grid:has(> :nth-child(16):last-child) {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: 1.3fr 1fr 1fr !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) > .arc-card:first-child {
		grid-column: 1; grid-row: 1 / span 2;
	}

}

/* v-desk-2026c */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-hero--guide .arc-guide-compass,
	html body.anunturi-identity.arc-theme:not(.single) .anu-desk-2026 .arc-guide-compass {
		display: grid !important;
		grid-template-areas:
			"lead sat1"
			"lead sat2" !important;
		grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.9fr) !important;
		grid-template-rows: auto auto !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__lead {
		grid-area: lead !important;
		grid-column: auto !important;
		grid-row: auto !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellites {
		display: contents !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid.arc-category-section .arc-post-grid,
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child),
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid.arc-balanced-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: 1.35fr 1fr 1fr 1fr !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid > .arc-card:first-child {
		grid-column: auto !important;
		grid-row: auto !important;
	}
}

/* v-desk-2026d — beat flatten :has(.sat+.sat) auto-fit (spec ~0,7,2). */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-hero--guide .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass:has(.arc-guide-compass__satellite + .arc-guide-compass__satellite),
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-hero--guide .arc-guide-compass:has(.arc-guide-compass__satellite + .arc-guide-compass__satellite) {
		display: grid !important;
		gap: 0.9rem !important;
		grid-template-areas:
			"lead sat1"
			"lead sat2" !important;
		grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.9fr) !important;
		grid-template-rows: auto auto !important;
	}
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass__lead,
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-hero--guide .arc-guide-compass .arc-guide-compass__lead {
		grid-area: lead !important;
		grid-column: lead !important;
		grid-row: lead !important;
		max-width: none !important;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass__satellites,
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-hero--guide .arc-guide-compass .arc-guide-compass__satellites {
		display: contents !important;
		grid-template-columns: none !important;
	}
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(1) { grid-area: sat1 !important; }
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(2) { grid-area: sat2 !important; }
	html body.anunturi-identity.arc-theme.home.arc-home-guide-lifestyle-hub .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(n + 3) { display: none !important; }
	html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-top .atp-aff-banner--rectangle,
	html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-top .arc-ad-banner--rectangle {
		display: none !important;
	}
	html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-bottom .atp-aff-banner--leaderboard,
	html body.anunturi-identity.arc-theme.home .atp-aff-slot--home-bottom .arc-ad-banner--leaderboard {
		display: none !important;
	}
}

/* v-desk-2026fix — readable cards. No overlay-on-photo, no 80vh stretch. */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card--lead,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card--horizontal {
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		position: relative !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card__body {
		background: none !important;
		bottom: auto !important;
		color: inherit !important;
		inset: auto !important;
		padding-block-start: 0.85rem !important;
		position: static !important;
		z-index: auto !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card__title a,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card__excerpt {
		color: inherit !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card .arc-card__image,
	html body.anunturi-identity.arc-theme.home .arc-home .arc-card .wp-block-post-featured-image {
		aspect-ratio: 16 / 10 !important;
		max-height: 16rem !important;
		min-height: 0 !important;
	}
}

/* v-desk-2026fix — restore 1+2 compass. No Z-rows. First 2×2. */
@media (min-width: 900px) {
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-hero--guide .arc-guide-compass,
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass:has(.arc-guide-compass__satellite + .arc-guide-compass__satellite) {
		display: grid !important;
		gap: 0.9rem !important;
		grid-template-areas:
			"lead sat1"
			"lead sat2" !important;
		grid-template-columns: minmax(0, 1.5fr) minmax(16rem, 0.9fr) !important;
		grid-template-rows: auto auto !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__lead {
		grid-area: lead !important;
		grid-column: lead !important;
		grid-row: lead !important;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellites { display: contents !important; }
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(1) { grid-area: sat1 !important; }
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite:nth-of-type(2) { grid-area: sat2 !important; }
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__lead > .arc-card,
	html body.anunturi-identity.arc-theme.home .anu-desk-2026 .arc-guide-compass__satellite > .arc-card {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		width: 100% !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.anunturi-identity.arc-theme.home .arc-home .anu-first-grid .arc-post-grid:has(> :nth-child(4):last-child) > .arc-card {
		grid-column: auto !important;
		grid-row: auto !important;
	}
}
