:root {
	--syi-blue-900: #123a73;
	--syi-blue-800: #184a89;
	--syi-blue-700: #1f63bf;
	--syi-blue-600: #236bd1;
	--syi-blue-100: #eaf3ff;
	--syi-blue-50: #f5f9ff;
	--syi-ink: #132744;
	--syi-muted: #5f718c;
	--syi-border: #d6e2f1;
	--syi-red: #d92d3f;
	--syi-red-bg: #fff1f3;
	--syi-white: #fff;
}

.syi-smart-post .entry-header,
.syi-smart-post .page-header {
	display: none;
}

.syi-spb-runtime-shell,
.syi-spb-runtime-shell *,
.syi-spb-post,
.syi-spb-post * {
	box-sizing: border-box;
}

.syi-spb-runtime-shell,
.syi-spb-post {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	color: var(--syi-ink);
	font-size: 16px;
	line-height: 1.7;
}

/*
 * Gutenberg can add layout-support classes when a Group block is saved.
 * Neutralise only those generated width and block-gap rules inside an SYI
 * article so the editor and published page use the component spacing below.
 */
.syi-spb-runtime-shell,
.syi-spb-post {
	--wp--style--global--content-size: 100%;
	--wp--style--global--wide-size: 100%;
}

/*
 * GeneratePress can keep the deprecated core/Group inner wrapper after a
 * Gutenberg save. The site's generated Customizer CSS gives every one of
 * those nested wrappers 20px 30px padding. With many nested groups that rule
 * repeatedly removes 60px from the available width and also prevents our
 * direct grid children from becoming grid items. Make the legacy wrapper
 * boxless on the public SYI article. Its children then participate in the
 * exact same layout as modern Group markup without an inner wrapper.
 */
body.syi-smart-post .syi-spb-post .wp-block-group__inner-container,
.editor-styles-wrapper .syi-spb-post .wp-block-group__inner-container {
	display: contents !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * The verification panel is a single content card, not a layout bridge.
 * Keep its saved Group wrapper as a real full-width box. Without this narrow
 * mobile grid calculations can use the label's minimum-content width and
 * render one character per line after an editor save.
 */
body.syi-smart-post .syi-spb-verification > .wp-block-group__inner-container,
.editor-styles-wrapper .syi-spb-verification > .wp-block-group__inner-container {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.syi-smart-post .syi-spb-runtime-shell :where(.is-layout-constrained, .wp-block-group-is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.syi-smart-post .syi-spb-post:is(.is-layout-constrained, .wp-block-group-is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.syi-smart-post .syi-spb-post :where(.is-layout-constrained, .wp-block-group-is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .syi-spb-post:is(.is-layout-constrained, .wp-block-group-is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .syi-spb-post :where(.is-layout-constrained, .wp-block-group-is-layout-constrained) > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.syi-smart-post .syi-spb-runtime-shell :where(.is-layout-flow, .wp-block-group-is-layout-flow) > * + *,
body.syi-smart-post .syi-spb-post:is(.is-layout-flow, .wp-block-group-is-layout-flow) > * + *,
body.syi-smart-post .syi-spb-post :where(.is-layout-flow, .wp-block-group-is-layout-flow) > * + *,
.editor-styles-wrapper .syi-spb-post:is(.is-layout-flow, .wp-block-group-is-layout-flow) > * + *,
.editor-styles-wrapper .syi-spb-post :where(.is-layout-flow, .wp-block-group-is-layout-flow) > * + * {
	margin-block-start: 0 !important;
}

/* Prevent theme or block-layout content widths from squeezing nested sections. */
.syi-spb-post > *,
.syi-spb-post .syi-spb-layout > *,
.syi-spb-post .syi-spb-main > *,
.syi-spb-post .syi-spb-sidebar > * {
	max-width: none;
}

.editor-styles-wrapper .syi-spb-post {
	width: 100% !important;
	max-width: 1400px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.editor-styles-wrapper .wp-block-post-content > .syi-spb-post,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .syi-spb-post {
	width: 100% !important;
	max-width: 1400px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.syi-spb-post h1,
.syi-spb-post h2,
.syi-spb-post h3 {
	color: var(--syi-ink);
	letter-spacing: -.02em;
	line-height: 1.25;
}

.syi-spb-post h1 { margin: 15px 0 16px; font-size: clamp(30px, 4vw, 48px); }
.syi-spb-post h2 { margin: 0; font-size: clamp(23px, 2.6vw, 31px); }
.syi-spb-post h3 { margin: 23px 0 9px; font-size: 19px; }
.syi-spb-post p { margin: 0 0 17px; }

.syi-spb-breadcrumb {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 18px;
	color: var(--syi-muted);
	font-size: 13px;
}

.syi-spb-breadcrumb a { color: var(--syi-blue-700); text-decoration: none; }

.syi-spb-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(25px, 5vw, 52px);
	border: 1px solid var(--syi-border);
	border-radius: 22px;
	background: linear-gradient(135deg, #fff 0%, #f7fbff 64%, #e7f2ff 100%);
	box-shadow: 0 18px 45px rgba(21, 67, 122, .09);
}

.syi-spb-hero::after {
	position: absolute;
	right: -95px;
	top: -125px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(35, 107, 209, .07);
	content: '';
	pointer-events: none;
}

.syi-spb-status {
	display: inline-flex;
	position: relative;
	z-index: 1;
	align-items: center;
	min-height: 32px;
	padding: 6px 13px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.syi-spb-status--active { background: var(--syi-blue-100); color: var(--syi-blue-800); }
.syi-spb-status--error { background: var(--syi-red-bg); color: var(--syi-red); }

.syi-spb-lead {
	max-width: 850px;
	color: var(--syi-muted);
	font-size: 18px;
}

.syi-spb-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 20px 0;
	color: var(--syi-muted);
	font-size: 14px;
}

.syi-spb-meta span,
.syi-spb-meta-item { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.syi-spb-meta span::before,
.syi-spb-meta-item::before { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--syi-blue-600); content: ''; }

.syi-spb-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }

.syi-spb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	border: 2px solid var(--syi-blue-600);
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.syi-spb-button:hover { transform: translateY(-1px); box-shadow: 0 9px 18px rgba(31, 99, 191, .18); }
.syi-spb-button--primary { background: var(--syi-blue-600); color: #fff !important; }
.syi-spb-button--outline { background: #fff; color: var(--syi-blue-700) !important; }
.syi-spb-button--full { width: 100%; }

.syi-spb-actions .wp-block-button__link,
.syi-spb-sidebar .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	border: 2px solid var(--syi-blue-600);
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.syi-spb-button--primary .wp-block-button__link { background: var(--syi-blue-600); color: #fff; }
.syi-spb-button--outline .wp-block-button__link { background: #fff; color: var(--syi-blue-700); }
.syi-spb-button--full,
.syi-spb-button--full .wp-block-button__link { width: 100%; }

.syi-spb-fact-grid {
	display: grid;
	position: relative;
	z-index: 1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 30px;
}

.syi-spb-fact {
	min-width: 0;
	padding: 15px;
	border: 1px solid var(--syi-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, .85);
}

.syi-spb-fact-grid small,
.syi-spb-callouts small {
	display: block;
	margin-bottom: 4px;
	color: var(--syi-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.syi-spb-fact-grid strong { display: block; overflow-wrap: anywhere; font-size: 15px; line-height: 1.4; }
.syi-spb-fact-label,
.syi-spb-callout-label { margin: 0 0 4px !important; color: var(--syi-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.syi-spb-fact-value,
.syi-spb-callout-value { margin: 0 !important; color: var(--syi-blue-900); font-size: 16px; font-weight: 700; line-height: 1.4; overflow-wrap: break-word; word-break: normal; }

.syi-spb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 25px;
	align-items: start;
	margin-top: 26px;
}

.syi-spb-main { min-width: 0; container-type: inline-size; }

.syi-spb-section {
	margin-bottom: 23px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--syi-border);
	border-radius: 17px;
	background: var(--syi-white);
	box-shadow: 0 8px 24px rgba(21, 67, 122, .05);
}

.syi-spb-section-heading { margin-bottom: 22px; }
.syi-spb-section-heading > span,
.syi-spb-kicker {
	display: block;
	margin-bottom: 6px;
	color: var(--syi-blue-700);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.syi-spb-two-column,
.syi-spb-dates-fees-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 15px; }
.syi-spb-docs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.syi-spb-docs-grid--single { grid-template-columns: minmax(0, 1fr); }
.syi-spb-docs-grid .syi-spb-list-card:only-child {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
}
.syi-spb-data-card,
.syi-spb-list-card { padding: 20px; border-radius: 13px; background: var(--syi-blue-50); }
.syi-spb-data-card h3,
.syi-spb-list-card h3 { margin: 0 0 12px; }
.syi-spb-data-card dl { margin: 0; }
.syi-spb-data-card dl > div { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(100px, .7fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--syi-border); }
.syi-spb-data-card dl > div:last-child { border: 0; }
.syi-spb-data-card dt { color: var(--syi-muted); }
.syi-spb-data-card dd { margin: 0; font-weight: 700; text-align: right; }

/* Editable table blocks: one clean row per date/fee, with no character breaks. */
.syi-spb-info-table,
.syi-spb-summary-table { width: 100%; margin: 0; overflow: visible; }
.syi-spb-info-table table,
.syi-spb-summary-table table { width: 100%; margin: 0; border: 0; border-collapse: collapse; table-layout: auto; }
.syi-spb-info-table th,
.syi-spb-info-table td,
.syi-spb-summary-table th,
.syi-spb-summary-table td {
	padding: 11px 8px;
	border: 0;
	border-bottom: 1px solid var(--syi-border);
	vertical-align: top;
	hyphens: none;
	word-break: normal;
	overflow-wrap: break-word;
}
.syi-spb-info-table tr:last-child th,
.syi-spb-info-table tr:last-child td,
.syi-spb-summary-table tr:last-child th,
.syi-spb-summary-table tr:last-child td { border-bottom: 0; }
.syi-spb-info-table th,
.syi-spb-summary-table th { width: 48%; color: var(--syi-muted); font-weight: 500; text-align: left; }
.syi-spb-info-table td,
.syi-spb-summary-table td { color: var(--syi-ink); font-weight: 700; text-align: right; }

@container (min-width: 900px) {
	.syi-spb-dates-fees-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
		align-items: start;
	}
}

.syi-spb-callouts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 0 20px; }
.syi-spb-callout { padding: 16px; border: 1px solid var(--syi-border); border-radius: 11px; background: var(--syi-blue-50); }
.syi-spb-callouts strong { display: block; color: var(--syi-blue-900); font-size: 17px; }

.syi-spb-list-card ul,
.syi-spb-list-card ol { margin: 0; padding-left: 21px; }
.syi-spb-list-card li { margin-bottom: 9px; }

.syi-spb-table-wrap { margin: 0; overflow-x: auto; border: 1px solid var(--syi-border); border-radius: 12px; }
.syi-spb-table-wrap table { width: 100%; min-width: 620px; margin: 0; border: 0; border-collapse: collapse; }
.syi-spb-table-wrap th { padding: 13px 15px; border: 0; background: var(--syi-blue-900); color: #fff; text-align: left; }
.syi-spb-table-wrap td { padding: 13px 15px; border: 0; border-bottom: 1px solid var(--syi-border); vertical-align: top; }
.syi-spb-table-wrap tbody tr:last-child td { border-bottom: 0; }
.syi-spb-table-wrap tbody tr:nth-child(even) { background: var(--syi-blue-50); }

.syi-spb-link-list { overflow: hidden; border: 1px solid var(--syi-border); border-radius: 12px; }
.syi-spb-link-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; min-width: 0; padding: 14px 17px; border-bottom: 1px solid var(--syi-border); }
.syi-spb-link-row:last-child { border-bottom: 0; }
.syi-spb-link-list span,
.syi-spb-link-label { margin: 0; font-weight: 700; }
.syi-spb-link-list a { color: var(--syi-blue-700); font-weight: 700; text-decoration: none; }
.syi-spb-link-action { margin: 0; text-align: right; }

.syi-spb-faqs details { margin-bottom: 10px; border: 1px solid var(--syi-border); border-radius: 11px; background: #fff; }
.syi-spb-faqs summary { padding: 15px 18px; cursor: pointer; color: var(--syi-ink); font-weight: 700; }
.syi-spb-faqs details p { padding: 0 18px 17px; color: var(--syi-muted); }

.syi-spb-verification {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	align-self: stretch !important;
	justify-self: stretch !important;
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid #a9c8ed;
	border-radius: 15px;
	background: var(--syi-blue-100);
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}
.syi-spb-verification > *,
.syi-spb-verification > .wp-block-group__inner-container > * {
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	writing-mode: horizontal-tb !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}
.syi-spb-verification--pending { border-color: #f3b4bc; background: var(--syi-red-bg); }
.syi-spb-verification > div span { color: var(--syi-blue-700); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.syi-spb-verification--pending > div span { color: var(--syi-red); }
.syi-spb-verification h2 { margin: 3px 0 9px; font-size: 23px; }
.syi-spb-verification p:last-child { margin-bottom: 0; }

.syi-spb-sidebar { position: sticky; top: 90px; }
.syi-spb-summary-card,
.syi-spb-tool-card { margin-bottom: 16px; padding: 23px; border: 1px solid var(--syi-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(21, 67, 122, .08); }
.syi-spb-summary-card h2,
.syi-spb-tool-card h2 { margin: 0 0 15px; font-size: 21px; }
.syi-spb-summary-card dl { margin: 0 0 18px; }
.syi-spb-summary-card dl > div { padding: 10px 0; border-bottom: 1px solid var(--syi-border); }
.syi-spb-summary-card dt { color: var(--syi-muted); font-size: 12px; }
.syi-spb-summary-card dd { margin: 3px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.syi-spb-summary-card > p,
.syi-spb-summary-card > .wp-block-group__inner-container > p { margin: 14px 0 0; color: var(--syi-muted); font-size: 12px; line-height: 1.55; }
.syi-spb-tool-card { background: var(--syi-blue-900); }
.syi-spb-tool-card h2 { color: #fff; }
.syi-spb-tool-card ul { margin: 0; padding: 0; list-style: none; }
.syi-spb-tool-card li { margin: 0; }
.syi-spb-tool-card a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #fff; text-decoration: none; }
.syi-spb-tool-card a:last-child { border: 0; }

/*
 * v1.2.1 fixed layout contract.
 * The locked theme has older 1260px/1180px smart-post rules. These scoped
 * overrides intentionally win only on an SYI single post and leave all home,
 * archive, Quick View and language-panel layouts untouched.
 */
body.syi-smart-post #page.site {
	width: 100% !important;
	max-width: none !important;
}

body.syi-smart-post #page .site-content {
	display: block !important;
	width: 100% !important;
	max-width: 1400px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	box-sizing: border-box;
}

body.syi-smart-post #primary.content-area,
body.syi-smart-post #main.site-main,
body.syi-smart-post .site-main > article,
body.syi-smart-post .site-main > article > .inside-article,
body.syi-smart-post .site-main > article > .inside-article > .entry-content,
body.syi-smart-post .syi-spb-runtime-shell,
body.syi-smart-post .syi-spb-post {
	width: 100% !important;
	max-width: 1400px !important;
	min-width: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.syi-smart-post .syi-spb-post .wp-block-group,
body.syi-smart-post .syi-spb-post .wp-block-columns,
body.syi-smart-post .syi-spb-post .wp-block-column {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.syi-smart-post .syi-spb-runtime-shell > .syi-spb-post,
body.syi-smart-post .syi-spb-runtime-shell > .wp-block-group.syi-spb-post {
	width: 100% !important;
	max-width: 1400px !important;
	margin: 0 auto !important;
}

body.syi-smart-post .syi-spb-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1000px) minmax(280px, 300px) !important;
	gap: 32px !important;
	align-items: start !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 1332px !important;
	margin: 30px auto 0 !important;
}

body.syi-smart-post .syi-spb-layout > .syi-spb-main,
body.syi-smart-post .syi-spb-layout > .wp-block-group__inner-container > .syi-spb-main {
	grid-column: 1 !important;
	width: 100% !important;
	max-width: 1000px !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body.syi-smart-post .syi-spb-layout > .syi-spb-sidebar,
body.syi-smart-post .syi-spb-layout > .wp-block-group__inner-container > .syi-spb-sidebar {
	grid-column: 2 !important;
	width: 100% !important;
	max-width: 300px !important;
	min-width: 0 !important;
	margin: 0 !important;
}

body.syi-smart-post .syi-spb-hero,
body.syi-smart-post .syi-spb-breadcrumb {
	width: 100% !important;
	max-width: 1332px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.syi-smart-post .syi-spb-main > .syi-spb-section,
body.syi-smart-post .syi-spb-main > .syi-spb-verification,
body.syi-smart-post .syi-spb-main > .wp-block-group__inner-container > .syi-spb-section,
body.syi-smart-post .syi-spb-main > .wp-block-group__inner-container > .syi-spb-verification,
body.syi-smart-post .syi-spb-sidebar > .syi-spb-summary-card,
body.syi-smart-post .syi-spb-sidebar > .syi-spb-tool-card,
body.syi-smart-post .syi-spb-sidebar > .wp-block-group__inner-container > .syi-spb-summary-card,
body.syi-smart-post .syi-spb-sidebar > .wp-block-group__inner-container > .syi-spb-tool-card,
body.syi-smart-post .syi-spb-link-list > .syi-spb-link-row,
body.syi-smart-post .syi-spb-link-list > .wp-block-group__inner-container > .syi-spb-link-row,
body.syi-smart-post .syi-spb-dates-fees-grid > .syi-spb-data-card,
body.syi-smart-post .syi-spb-dates-fees-grid > .wp-block-group__inner-container > .syi-spb-data-card {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.syi-smart-post .syi-spb-link-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 16px !important;
}

.editor-styles-wrapper .syi-spb-post .wp-block-group,
.editor-styles-wrapper .syi-spb-post .wp-block-columns,
.editor-styles-wrapper .syi-spb-post .wp-block-column {
	max-width: none !important;
	min-width: 0 !important;
}

.editor-styles-wrapper .syi-spb-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1000px) minmax(280px, 300px) !important;
	gap: 32px !important;
	align-items: start !important;
}

@media (max-width: 1100px) {
	body.syi-smart-post .syi-spb-layout,
	.editor-styles-wrapper .syi-spb-layout {
		grid-template-columns: minmax(0, 1fr) !important;
		max-width: 1000px !important;
	}

	body.syi-smart-post .syi-spb-layout .syi-spb-main,
	body.syi-smart-post .syi-spb-layout .syi-spb-sidebar {
		grid-column: 1 !important;
		max-width: none !important;
	}

	body.syi-smart-post .syi-spb-layout .syi-spb-sidebar {
		position: static !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}
}

@media (max-width: 980px) {
	.syi-spb-layout { grid-template-columns: 1fr; }
	.syi-spb-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
	.syi-spb-summary-card, .syi-spb-tool-card { margin: 0; }
	.syi-spb-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
	body.syi-smart-post .syi-spb-runtime-shell,
	body.syi-smart-post .syi-spb-post,
	body.syi-smart-post .syi-spb-layout,
	body.syi-smart-post .syi-spb-main {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	body.syi-smart-post .syi-spb-main { display: block !important; }
	body.syi-smart-post .syi-spb-main > .syi-spb-section,
	body.syi-smart-post .syi-spb-main > .syi-spb-verification,
	body.syi-smart-post .syi-spb-main > .wp-block-group__inner-container > .syi-spb-section,
	body.syi-smart-post .syi-spb-main > .wp-block-group__inner-container > .syi-spb-verification {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	.syi-spb-post { font-size: 15px; line-height: 1.65; }
	.syi-spb-hero { padding: 22px 18px; border-radius: 15px; }
	.syi-spb-post h1 { font-size: 29px; }
	.syi-spb-lead { font-size: 16px; }
	.syi-spb-actions { display: grid; grid-template-columns: 1fr; }
	.syi-spb-button { width: 100%; }
	.syi-spb-fact-grid,
	.syi-spb-two-column,
	.syi-spb-docs-grid,
	.syi-spb-callouts,
	.syi-spb-sidebar { grid-template-columns: 1fr; }
	.syi-spb-section { padding: 21px 17px; border-radius: 14px; }
	.syi-spb-data-card dl > div { grid-template-columns: 1fr; gap: 2px; }
	.syi-spb-data-card dd { text-align: left; }
	.syi-spb-info-table tr { display: grid; grid-template-columns: minmax(0, 1fr); padding: 9px 0; border-bottom: 1px solid var(--syi-border); }
	.syi-spb-info-table tr:last-child { border-bottom: 0; }
	.syi-spb-info-table th,
	.syi-spb-info-table td { display: block; width: 100%; padding: 1px 0; border: 0; text-align: left; }
	.syi-spb-link-row { grid-template-columns: 1fr; gap: 4px; }
	.syi-spb-link-action { text-align: left; }
	body.syi-smart-post .syi-spb-layout .syi-spb-sidebar { grid-template-columns: minmax(0, 1fr) !important; }
	body.syi-smart-post .syi-spb-link-row { grid-template-columns: minmax(0, 1fr) !important; gap: 4px !important; }
	.syi-spb-table-wrap { margin-right: -5px; }
}

@media print {
	.syi-spb-sidebar, .syi-spb-actions, .syi-spb-breadcrumb { display: none !important; }
	.syi-spb-layout { display: block; }
	.syi-spb-section, .syi-spb-hero { box-shadow: none; break-inside: avoid; }
}
