:root {
	--s360-unified-accent: var(--s360-hashimoto-accent, #990099);
	--s360-unified-accent-dark: var(--s360-hashimoto-accent-dark, #720072);
	--s360-unified-ink: var(--s360-hashimoto-ink, #292329);
	--s360-unified-muted: var(--s360-hashimoto-muted, #655f68);
	--s360-unified-line: var(--s360-hashimoto-line, #e5dce5);
	--s360-unified-soft: var(--s360-hashimoto-soft, #f7eaf7);
	--s360-unified-alt: var(--s360-hashimoto-alt, #fbf9fb);
	--s360-unified-white: var(--s360-hashimoto-white, #ffffff);
	--s360-unified-gutter: var(--s360-hashimoto-gutter, clamp(1.125rem, 4vw, 3rem));
	--s360-unified-space: var(--s360-hashimoto-space, clamp(3.5rem, 7vw, 6.5rem));
	--s360-unified-body: var(--s360-hashimoto-body, 1.125rem);
	--s360-unified-heading: var(--s360-hashimoto-heading, 1.625rem);
	--s360-unified-title: var(--s360-hashimoto-title, 2.5rem);
}

body.s360-unified-active .entry-content,
body.s360-unified-active .entry-content * {
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", serif;
}

body.s360-unified-active .entry-content {
	color: var(--s360-unified-ink);
	font-size: var(--s360-unified-body);
	line-height: 1.65;
}

body.s360-unified-active .entry-content :is(p, li, a, td, th, summary) {
	font-size: var(--s360-unified-body);
	line-height: 1.65;
}

body.s360-unified-active .entry-content a {
	color: var(--s360-unified-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

body.s360-unified-active .entry-content a:hover,
body.s360-unified-active .entry-content a:focus-visible {
	color: var(--s360-unified-accent-dark);
}

/* Gemeinsamer Seitenkopf der Untersuchungs-, Therapie- und Wissensserien. */
body.s360-unified-active .entry-content > :is(
	.s360-u-hero,
	.s360-t-hero,
	.s360-gs-hero,
	.s360-e-hero,
	.s360-faq-hero
) {
	position: relative;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: var(--s360-unified-space)
		max(var(--s360-unified-gutter), calc((100vw - 72.5rem) / 2 + var(--s360-unified-gutter))) !important;
	background: var(--s360-unified-soft);
}

body.s360-unified-active .entry-content > :is(
	.s360-u-hero,
	.s360-t-hero,
	.s360-gs-hero,
	.s360-e-hero,
	.s360-faq-hero
)::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.45rem;
	height: 100%;
	background: var(--s360-unified-accent);
	content: "";
}

body.s360-unified-active .entry-content :is(
	.s360-u-hero,
	.s360-t-hero,
	.s360-gs-hero,
	.s360-e-hero,
	.s360-faq-hero
) h1 {
	width: 100% !important;
	max-width: 920px !important;
	margin: 0 auto 1.5rem !important;
	color: var(--s360-unified-ink);
	font-size: var(--s360-unified-title);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: left !important;
}

body.s360-unified-active .entry-content :is(
	.s360-u-eyebrow,
	.s360-t-eyebrow,
	.s360-gs-eyebrow,
	.s360-e-eyebrow,
	.s360-e-number
) {
	margin: 0 0 0.75rem;
	color: var(--s360-unified-accent);
	font-weight: 700;
	letter-spacing: 0.03em;
}

body.s360-unified-active .entry-content > :is(
	.s360-u-hero,
	.s360-t-hero,
	.s360-gs-hero,
	.s360-e-hero
) > :is(
	.s360-u-eyebrow,
	.s360-t-eyebrow,
	.s360-gs-eyebrow,
	.s360-e-eyebrow
) {
	width: 100% !important;
	max-width: 920px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: left !important;
}

body.s360-unified-active .entry-content :is(
	.s360-u-lead,
	.s360-t-lead,
	.s360-gs-lead,
	.s360-e-lead,
	.s360-faq-lead
) {
	width: 100% !important;
	max-width: 920px !important;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0 !important;
	padding-left: 0 !important;
	color: var(--s360-unified-muted);
	text-align: left !important;
}

/* Seriennavigation entspricht dem ruhigen Inhaltsverzeichnis der Hashimoto-Seite. */
body.s360-unified-active .entry-content > :is(
	.s360-u-nav,
	.s360-t-nav,
	.s360-gs-nav,
	.s360-e-nav,
	.s360-faq-nav
) {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 0.5rem 1.5rem !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 1.5rem var(--s360-unified-gutter) !important;
	border-top: 0.0625rem solid var(--s360-unified-line);
	border-bottom: 0.0625rem solid var(--s360-unified-line);
	background: var(--s360-unified-white);
}

body.s360-unified-active .entry-content > :is(
	.s360-u-nav,
	.s360-t-nav,
	.s360-gs-nav,
	.s360-e-nav,
	.s360-faq-nav
) p {
	margin: 0;
}

body.s360-unified-active .entry-content > :is(
	.s360-u-nav,
	.s360-t-nav,
	.s360-gs-nav,
	.s360-e-nav,
	.s360-faq-nav
) a {
	font-weight: 700;
}

/* Bilder bleiben scharfkantig und behalten ihr ursprüngliches Seitenverhältnis. */
body.s360-unified-active .entry-content > :is(
	.s360-u-visual,
	.s360-t-visual,
	.s360-gs-visual,
	.s360-e-visual
) {
	display: block;
	width: calc(100% - var(--s360-unified-gutter) - var(--s360-unified-gutter)) !important;
	max-width: 82.5rem !important;
	margin: clamp(2rem, 5vw, 4rem) auto 0 !important;
	border: 0.0625rem solid var(--s360-unified-line);
	background: var(--s360-unified-white);
}

body.s360-unified-active .entry-content > :is(
	.s360-u-visual,
	.s360-t-visual,
	.s360-gs-visual,
	.s360-e-visual
) img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

/* Hauptinhalt: gleiche Breite, Typografie und großzügige Abstände wie Hashimoto. */
body.s360-unified-active .entry-content > :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) {
	width: 100% !important;
	max-width: 82.5rem !important;
	margin: 0 auto !important;
	padding: var(--s360-unified-space) var(--s360-unified-gutter) !important;
}

body.s360-unified-active .entry-content :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) h2,
body.s360-unified-active .entry-content :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) h3 {
	color: var(--s360-unified-ink);
	font-size: var(--s360-unified-heading);
	font-weight: 500;
	line-height: 1.28;
}

body.s360-unified-active .entry-content :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) h2 {
	margin: 3.5rem 0 1.25rem;
}

body.s360-unified-active .entry-content :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) > h2:first-child {
	margin-top: 0;
}

body.s360-unified-active .entry-content :is(
	.s360-u-content,
	.s360-t-content,
	.s360-gs-content,
	.s360-e-content,
	.s360-faq-section
) h3 {
	margin: 0 0 0.75rem;
}

/* Karten und Hinweisfelder. */
body.s360-unified-active .entry-content :is(
	.s360-u-cards,
	.s360-t-cards,
	.s360-gs-cards,
	.s360-e-cards
) {
	align-items: stretch !important;
	gap: 1.5rem !important;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

body.s360-unified-active .entry-content :is(
	.s360-u-cards,
	.s360-t-cards,
	.s360-gs-cards,
	.s360-e-cards
) > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
	padding: 1.75rem;
	border: 0.0625rem solid var(--s360-unified-line);
	border-top: 0.3rem solid var(--s360-unified-accent);
	background: var(--s360-unified-white);
}

body.s360-unified-active .entry-content :is(
	.s360-u-box,
	.s360-t-box,
	.s360-gs-callout,
	.s360-e-box,
	.s360-faq-notice
) {
	margin: 2.5rem 0;
	padding: 1.5rem 1.75rem;
	border: 0.0625rem solid var(--s360-unified-line);
	border-left: 0.3rem solid var(--s360-unified-accent);
	background: var(--s360-unified-white);
}

body.s360-unified-active .entry-content :is(
	.s360-u-box--soft,
	.s360-t-box--soft,
	.s360-gs-callout--soft,
	.s360-faq-notice
) {
	background: var(--s360-unified-soft);
}

body.s360-unified-active .entry-content :is(
	.s360-u-box--warning,
	.s360-t-box--warning,
	.s360-gs-callout--warning
) {
	border-left-color: var(--s360-unified-accent-dark);
	background: var(--s360-unified-alt);
}

body.s360-unified-active .entry-content :is(
	.s360-u-box,
	.s360-t-box,
	.s360-gs-callout,
	.s360-e-box,
	.s360-faq-notice
) > :last-child,
body.s360-unified-active .entry-content :is(
	.s360-u-cards,
	.s360-t-cards,
	.s360-gs-cards,
	.s360-e-cards
) > .wp-block-column > :last-child {
	margin-bottom: 0;
}

body.s360-unified-active .entry-content :is(
	.s360-u-check,
	.s360-t-check,
	.s360-gs-checklist,
	.s360-e-steps,
	.s360-gs-flow
) li + li {
	margin-top: 0.5rem;
}

/* Quellen, Tabellen und Akkordeons. */
body.s360-unified-active .entry-content :is(
	.s360-u-sources,
	.s360-t-sources,
	.s360-gs-sources,
	.s360-e-sources,
	.s360-faq-sources,
	.s360-faq-item
) {
	margin-top: 2rem;
	padding: 1.25rem 1.5rem;
	border: 0.0625rem solid var(--s360-unified-line);
	background: var(--s360-unified-white);
}

body.s360-unified-active .entry-content :is(
	.s360-u-sources,
	.s360-t-sources,
	.s360-gs-sources,
	.s360-e-sources,
	.s360-faq-sources,
	.s360-faq-item
) summary {
	cursor: pointer;
	color: var(--s360-unified-accent);
	font-weight: 700;
}

body.s360-unified-active .entry-content .s360-gs-table {
	width: 100%;
	margin: 2rem 0;
	border-collapse: collapse;
}

body.s360-unified-active .entry-content .s360-gs-table :is(th, td) {
	padding: 0.75rem 1rem;
	border: 0.0625rem solid var(--s360-unified-line);
	text-align: left;
}

body.s360-unified-active .entry-content .s360-gs-table th {
	background: var(--s360-unified-soft);
}

body.s360-unified-active .entry-content :is(.s360-gs-button, .s360-e-button) {
	display: inline-block;
	min-height: 3rem;
	padding: 0.7rem 1.15rem;
	border: 0.125rem solid var(--s360-unified-accent);
	border-radius: 0;
	color: var(--s360-unified-white);
	background: var(--s360-unified-accent);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

body.s360-unified-active .entry-content :is(.s360-gs-button, .s360-e-button):hover,
body.s360-unified-active .entry-content :is(.s360-gs-button, .s360-e-button):focus-visible {
	border-color: var(--s360-unified-accent-dark);
	color: var(--s360-unified-white);
	background: var(--s360-unified-accent-dark);
}

/* Der allgemeine Hinweis auf der FAQ-Seite bleibt innerhalb der Inhaltsbreite. */
body.s360-unified-active .entry-content > .s360-faq-notice {
	width: calc(100% - var(--s360-unified-gutter) - var(--s360-unified-gutter)) !important;
	max-width: 68.75rem !important;
	margin: 2.5rem auto !important;
}

/* Eigene Schwangerschaftsregeln dürfen den gemeinsamen Seitenkopf nicht einrücken. */
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .s360-schwangerschaft-eyebrow,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > h1,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .s360-schwangerschaft-lead,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .wp-block-group__inner-container > .s360-schwangerschaft-eyebrow,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .wp-block-group__inner-container > h1,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .wp-block-group__inner-container > .s360-schwangerschaft-lead {
	width: 100% !important;
	max-width: 57.5rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}

.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > h1,
.s360-schwangerschaft-page .s360-schwangerschaft-hero-copy > .wp-block-group__inner-container > h1 {
	margin-bottom: 1.5rem !important;
}

/* Fehlende Überblickskacheln auf Untersuchungs- und Therapiedetailseiten. */
body.s360-unified-active .entry-content > .s360-summary-wrap {
	width: calc(100% - var(--s360-unified-gutter) - var(--s360-unified-gutter));
	max-width: 82.5rem;
	margin: clamp(2rem, 5vw, 4rem) auto 0;
}

.s360-summary-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 1.25rem;
}

.s360-summary-card {
	min-width: 0;
	margin: 0;
	padding: 1.75rem;
	border: 0.0625rem solid var(--s360-unified-line);
	border-top: 0.3rem solid var(--s360-unified-accent);
	background: var(--s360-unified-white);
}

.s360-summary-label {
	margin: 0 0 0.75rem !important;
	color: var(--s360-unified-accent) !important;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.s360-summary-card h2 {
	margin: 0 0 0.75rem !important;
	color: var(--s360-unified-ink);
	font-size: var(--s360-unified-heading);
	font-weight: 500;
	line-height: 1.28;
}

.s360-summary-card > :last-child {
	margin-bottom: 0;
}

/* Statische Übersicht „Wissen & Aktuelles“. */
.s360-knowledge-page,
.s360-knowledge-page * {
	box-sizing: border-box;
}

body.s360-unified-active .entry-content > .s360-knowledge-page.alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.s360-knowledge-hero {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: var(--s360-unified-space)
		max(var(--s360-unified-gutter), calc((100vw - 72.5rem) / 2 + var(--s360-unified-gutter))) !important;
	background: var(--s360-unified-soft);
}

.s360-knowledge-hero::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.45rem;
	height: 100%;
	background: var(--s360-unified-accent);
	content: "";
}

.s360-knowledge-hero > :is(.s360-knowledge-eyebrow, h1, .s360-knowledge-lead) {
	width: 100% !important;
	max-width: 57.5rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: left !important;
}

.s360-knowledge-eyebrow,
.s360-blog-eyebrow {
	margin-top: 0 !important;
	margin-bottom: 0.75rem !important;
	color: var(--s360-unified-accent) !important;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.s360-knowledge-hero h1 {
	margin-top: 0 !important;
	margin-bottom: 1.5rem !important;
	font-size: var(--s360-unified-title);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.s360-knowledge-lead {
	margin-bottom: 0 !important;
	color: var(--s360-unified-muted);
}

.s360-knowledge-content {
	width: 100% !important;
	max-width: 82.5rem !important;
	margin: 0 auto !important;
	padding: var(--s360-unified-space) var(--s360-unified-gutter) !important;
}

.s360-knowledge-content > h2 {
	margin: 0 0 1.5rem;
	font-size: var(--s360-unified-heading);
	font-weight: 500;
}

.s360-knowledge-content > h2:not(:first-child) {
	margin-top: var(--s360-unified-space);
}

.s360-knowledge-cards,
.s360-latest-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.s360-knowledge-cards > article,
.s360-latest-card {
	min-width: 0;
	border: 0.0625rem solid var(--s360-unified-line);
	border-top: 0.3rem solid var(--s360-unified-accent);
	background: var(--s360-unified-white);
}

.s360-knowledge-cards > article {
	padding: 1.75rem;
}

.s360-knowledge-cards h3,
.s360-latest-card h3 {
	margin: 0 0 0.75rem;
	font-size: var(--s360-unified-heading);
	font-weight: 500;
	line-height: 1.28;
}

.s360-knowledge-cards > article > :last-child,
.s360-latest-copy > :last-child {
	margin-bottom: 0;
}

.s360-latest-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s360-latest-image,
.s360-latest-image img {
	display: block;
	width: 100%;
}

.s360-latest-image img {
	height: auto;
	border-radius: 0;
}

.s360-latest-copy {
	padding: 1.5rem;
}

.s360-latest-date {
	margin: 0 0 0.5rem;
	color: var(--s360-unified-muted);
	font-size: 0.95rem !important;
}

/* Separate WordPress-Beitragsübersicht im gleichen Erscheinungsbild. */
body.s360-blog-active,
body.s360-blog-active :is(p, li, a) {
	font-family: Georgia, "Times New Roman", serif;
}

body.s360-blog-active .content-area {
	margin-top: 0 !important;
}

/* Kadence reserviert für das ausgeblendete Archiv-Heading weiterhin einen
   200 px hohen Hero-Container. Der neue Beitragskopf ersetzt ihn vollständig. */
body.s360-blog-active .post-archive-hero-section {
	display: none !important;
}

body.s360-blog-active :is(.archive-title, .page-title) {
	display: none;
}

/* Der bisherige Archiv-Einleitungstext steht bereits im neuen Seitenkopf. */
body.s360-blog-active :is(
	.archive-description,
	.page-description,
	.taxonomy-description
) {
	display: none;
}

.s360-blog-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw) var(--s360-unified-space);
	padding: var(--s360-unified-space)
		max(var(--s360-unified-gutter), calc((100vw - 72.5rem) / 2 + var(--s360-unified-gutter)));
	background: var(--s360-unified-soft);
}

.s360-blog-hero::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.45rem;
	height: 100%;
	background: var(--s360-unified-accent);
	content: "";
}

.s360-blog-hero > * {
	width: 100%;
	max-width: 57.5rem;
	margin-right: auto;
	margin-left: auto;
}

.s360-blog-hero h1 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-size: var(--s360-unified-title);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.s360-blog-hero > :last-child {
	margin-bottom: 0;
	color: var(--s360-unified-muted);
	font-size: var(--s360-unified-body);
}

body.s360-blog-active #archive-container {
	gap: 1.5rem;
}

body.s360-blog-active article.loop-entry {
	overflow: hidden;
	border: 0.0625rem solid var(--s360-unified-line);
	border-top: 0.3rem solid var(--s360-unified-accent);
	border-radius: 0;
	background: var(--s360-unified-white);
	box-shadow: none;
}

body.s360-blog-active article.loop-entry .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

body.s360-blog-active article.loop-entry .entry-content-wrap {
	padding: 1.5rem;
}

body.s360-blog-active article.loop-entry .entry-title {
	font-size: var(--s360-unified-heading);
	font-weight: 500;
	line-height: 1.28;
}

body.s360-blog-active article.loop-entry :is(.entry-summary, .entry-content, .entry-meta) {
	color: var(--s360-unified-muted);
	font-size: var(--s360-unified-body);
	line-height: 1.65;
}

/* Dezenter, seitenweiter Querverweis zur allgemeinen Praxis-Website. */
.s360-practice-footer-link,
.s360-practice-footer-link * {
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", serif;
}

.s360-practice-footer-link {
	padding: 1.25rem var(--s360-unified-gutter);
	border-top: 0.0625rem solid var(--s360-unified-line);
	border-bottom: 0.0625rem solid var(--s360-unified-line);
	color: var(--s360-unified-ink);
	background: var(--s360-unified-alt);
}

.s360-practice-footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 2rem;
	width: 100%;
	max-width: 82.5rem;
	margin: 0 auto;
}

.s360-practice-footer-inner a {
	color: var(--s360-unified-accent);
	font-weight: 700;
	text-underline-offset: 0.2em;
}

.s360-practice-footer-inner a:hover,
.s360-practice-footer-inner a:focus-visible {
	color: var(--s360-unified-accent-dark);
}

/* Standortinformation auf der Startseite: sichtbar, lesbar und nicht als
   versteckte Städteliste umgesetzt. */
.s360-service-area,
.s360-service-area * {
	box-sizing: border-box;
	font-family: Georgia, "Times New Roman", serif;
}

.s360-service-area {
	position: relative;
	padding: clamp(3rem, 6vw, 5rem) var(--s360-unified-gutter);
	color: var(--s360-unified-ink);
	background: var(--s360-unified-soft);
}

.s360-service-area::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.45rem;
	height: 100%;
	background: var(--s360-unified-accent);
	content: "";
}

.s360-service-area-inner {
	width: 100%;
	max-width: 57.5rem;
	margin: 0 auto;
}

.s360-service-area-eyebrow {
	margin: 0 0 0.75rem;
	color: var(--s360-unified-accent);
	font-weight: 700;
	letter-spacing: 0.03em;
}

.s360-service-area h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.s360-service-area p {
	font-size: var(--s360-unified-body);
	line-height: 1.7;
}

.s360-service-area-link {
	margin: 1.25rem 0 0;
}

.s360-service-area a {
	color: var(--s360-unified-accent);
	font-weight: 700;
	text-underline-offset: 0.2em;
}

.s360-service-area a:hover,
.s360-service-area a:focus-visible {
	color: var(--s360-unified-accent-dark);
}

body.s360-unified-active .entry-content [id] {
	scroll-margin-top: 7rem;
}

@media (max-width: 64rem) {
	body.s360-unified-active .entry-content :is(
		.s360-u-cards,
		.s360-t-cards,
		.s360-gs-cards,
		.s360-e-cards
	) {
		flex-wrap: wrap !important;
	}

	body.s360-unified-active .entry-content :is(
		.s360-u-cards,
		.s360-t-cards,
		.s360-gs-cards,
		.s360-e-cards
	) > .wp-block-column {
		flex-basis: calc(50% - 0.75rem) !important;
	}

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

@media (max-width: 48.875rem) {
	:root {
		--s360-unified-gutter: 1rem;
		--s360-unified-body: 1.0625rem;
		--s360-unified-heading: 1.5rem;
		--s360-unified-title: 2.125rem;
	}

	body.s360-unified-active .entry-content > :is(
		.s360-u-hero,
		.s360-t-hero,
		.s360-gs-hero,
		.s360-e-hero,
		.s360-faq-hero
	) {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	body.s360-unified-active .entry-content > :is(
		.s360-u-nav,
		.s360-t-nav,
		.s360-gs-nav,
		.s360-e-nav,
		.s360-faq-nav
	) {
		justify-content: flex-start !important;
		gap: 0.5rem 1rem !important;
	}

	body.s360-unified-active .entry-content :is(
		.s360-u-cards,
		.s360-t-cards,
		.s360-gs-cards,
		.s360-e-cards
	) > .wp-block-column {
		flex-basis: 100% !important;
	}

	body.s360-unified-active .entry-content :is(
		.s360-u-box,
		.s360-t-box,
		.s360-gs-callout,
		.s360-e-box,
		.s360-faq-notice
	) {
		padding: 1.25rem;
	}

	.s360-summary-cards,
	.s360-knowledge-cards,
	.s360-latest-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.s360-knowledge-hero,
	.s360-blog-hero {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.s360-practice-footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.s360-unified-active .entry-content * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
