.hong-swiss-modern .hong-article-v2-migration-summary {
	max-width: min(100%, 1180px);
	margin: clamp(28px, 5vw, 56px) auto;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: color-mix(in srgb, var(--hong-cream, #f7f4ed) 72%, #fff 28%);
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-migration-summary__head {
	max-width: 760px;
	margin-bottom: 24px;
}

.hong-swiss-modern .hong-article-v2-migration-summary__eyebrow {
	margin: 0 0 10px;
	font: 500 0.76rem/1 var(--hong-mono, monospace);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hong-muted, #64748b);
}

.hong-swiss-modern .hong-article-v2-migration-summary h2 {
	margin: 0 0 12px;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(1.65rem, 3.1vw, 2.7rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: 0;
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-migration-summary__head p:not(.hong-article-v2-migration-summary__eyebrow) {
	margin: 0;
	max-width: 64ch;
	font: 400 clamp(16px, 1.3vw, 18px)/1.65 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-article-v2-migration-summary__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(17, 24, 39, 0.14);
	border: 1px solid rgba(17, 24, 39, 0.14);
}

.hong-swiss-modern .hong-article-v2-migration-summary__card {
	min-width: 0;
	padding: 18px;
	background: #fff;
}

.hong-swiss-modern .hong-article-v2-migration-summary__card span {
	display: block;
	margin-bottom: 9px;
	font: 600 0.82rem/1.2 var(--hong-sans, sans-serif);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-migration-summary__card p {
	margin: 0;
	font: 400 16px/1.55 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-v2-table-scroll {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	margin: 24px 0;
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.hong-swiss-modern .hong-v2-table-scroll:focus {
	outline: 2px solid color-mix(in srgb, var(--hong-accent, #0f766e) 55%, #fff 45%);
	outline-offset: 3px;
}

.hong-swiss-modern .hong-v2-table-scroll table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border-collapse: collapse;
}

.hong-swiss-modern .hong-v2-table-scroll th,
.hong-swiss-modern .hong-v2-table-scroll td {
	padding: 14px 16px;
	border: 1px solid rgba(17, 24, 39, 0.1);
	vertical-align: top;
	font: 400 15px/1.5 var(--hong-sans, sans-serif);
	letter-spacing: 0;
}

.hong-swiss-modern .hong-v2-table-scroll th {
	font-weight: 600;
	background: color-mix(in srgb, var(--hong-cream, #f7f4ed) 76%, #fff 24%);
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .entry-content .blog-cta {
	align-items: end;
	background:
		linear-gradient(135deg, rgba(242, 140, 40, 0.14), transparent 44%),
		#0b1624;
	border: 1px solid rgba(11, 22, 36, 0.95);
	border-radius: 0;
	box-shadow: 0 26px 70px rgba(11, 22, 36, 0.14);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: clamp(18px, 3vw, 34px);
	grid-template-columns: minmax(0, 1fr) auto;
	margin: clamp(32px, 5vw, 56px) auto;
	max-width: var(--hong-width-article, 980px);
	overflow: hidden;
	padding: clamp(26px, 4vw, 44px);
	position: relative;
	text-align: left;
	width: var(--hong-box-article, min(980px, calc(100vw - 48px)));
}

.hong-swiss-modern .entry-content .blog-article .blog-cta {
	grid-template-columns: 1fr;
	inline-size: 100%;
	max-inline-size: none;
}

.hong-swiss-modern .entry-content .blog-article .blog-cta .cta-link {
	width: 100%;
}

.hong-swiss-modern .entry-content .blog-cta::before {
	background: #f28c28;
	block-size: 8px;
	content: "";
	inline-size: clamp(84px, 14vw, 180px);
	inset-block-start: 0;
	inset-inline-start: 0;
	position: absolute;
}

.hong-swiss-modern .entry-content .blog-cta p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 1.24vw, 19px);
	font-weight: 520;
	line-height: 1.62;
	margin: 0;
	max-width: 66ch;
}

.hong-swiss-modern .entry-content .blog-cta p strong {
	color: #fff;
	font-weight: 780;
}

.hong-swiss-modern .entry-content .blog-cta .cta-link,
.hong-swiss-modern .entry-content .blog-cta .cta-link:visited {
	align-items: center;
	background: var(--hong-whatsapp-solid, #118c3d);
	border: 1px solid var(--hong-whatsapp-solid, #118c3d);
	border-radius: 0;
	color: var(--hong-whatsapp-solid-ink);
	display: inline-flex;
	font-family: var(--hong-sans, system-ui, sans-serif);
	font-size: 15px;
	font-weight: 850;
	justify-content: center;
	line-height: 1.15;
	min-height: 54px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.hong-swiss-modern .entry-content .blog-cta .cta-link:hover,
.hong-swiss-modern .entry-content .blog-cta .cta-link:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #0b1624;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-section {
	box-sizing: border-box;
	inline-size: 100%;
	max-inline-size: none;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-item {
	box-sizing: border-box;
	min-inline-size: 0;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-question {
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	inline-size: 100% !important;
	letter-spacing: 0 !important;
	max-inline-size: none !important;
	min-block-size: 0 !important;
	text-transform: none !important;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-answer-inner {
	box-sizing: border-box;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-answer-inner > :first-child {
	margin-block-start: 0;
}

body.single-post.hong-swiss-modern .entry-content .blog-article .faq-answer-inner > :last-child {
	margin-block-end: 0;
}

@media (min-width: 980px) {
	body.single-post.hong-swiss-modern .entry-content .blog-article .faq-section:has(> .faq-item:nth-of-type(11)) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.hong-swiss-modern .entry-content .blog-cta {
		grid-template-columns: 1fr;
	}
}

body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]),
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) {
	background: #0b1624;
	border: 1px solid rgba(11, 22, 36, 0.95);
	box-sizing: border-box;
	display: grid !important;
	gap: 12px;
	justify-content: stretch !important;
	margin: clamp(28px, 5vw, 52px) auto !important;
	max-width: var(--hong-width-article, 980px);
	padding: clamp(18px, 3vw, 28px);
	width: var(--hong-box-article, min(980px, calc(100vw - 48px)));
}

body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]) .wp-block-button,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) .wp-block-button {
	width: 100% !important;
}

body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]) .wp-block-button__link,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) .wp-block-button__link,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]) .wp-block-button__link:visited,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) .wp-block-button__link:visited {
	background: var(--hong-whatsapp-solid, #118c3d) !important;
	border: 1px solid var(--hong-whatsapp-solid, #118c3d) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--hong-whatsapp-solid-ink) !important;
	display: inline-flex;
	font-size: 16px !important;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0 !important;
	line-height: 1.15;
	min-height: 54px;
	padding: 15px 22px;
	text-decoration: none;
	text-transform: none !important;
	width: 100%;
}

body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]) .wp-block-button__link:hover,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) .wp-block-button__link:hover,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="wa.me"]) .wp-block-button__link:focus-visible,
body.single-post.hong-swiss-modern .entry-content .wp-block-buttons:has(a[href*="tintim.app/whatsapp"]) .wp-block-button__link:focus-visible {
	background: #fff !important;
	border-color: #fff !important;
	color: #0b1624 !important;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 {
	background:
		linear-gradient(90deg, rgba(242, 126, 50, 0.12) 0 2px, transparent 2px 100%),
		#071523;
	border: 1px solid rgba(7, 21, 35, 0.96);
	box-shadow: 0 24px 70px rgba(7, 21, 35, 0.18);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: clamp(18px, 3vw, 30px);
	grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
	margin: clamp(30px, 5vw, 58px) auto;
	max-width: var(--hong-width-article, 980px);
	overflow: hidden;
	padding: clamp(22px, 4vw, 42px);
	position: relative;
	width: var(--hong-box-article, min(980px, calc(100vw - 48px)));
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2::before {
	background: #f27e32;
	content: "";
	height: 6px;
	left: clamp(22px, 4vw, 42px);
	position: absolute;
	top: 0;
	width: clamp(86px, 11vw, 150px);
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__copy {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__eyebrow {
	color: #ffb566;
	font-family: var(--hong-mono, monospace);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 h2 {
	color: #fff;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(30px, 3.35vw, 48px);
	font-weight: 860;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 17ch;
	text-wrap: balance;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 p:not(.hong-legacy-acf-cta-v2__eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.1vw, 18px);
	line-height: 1.58;
	margin: 0;
	max-width: 68ch;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps {
	background: rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 1px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	min-width: 0;
	padding: 0;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps div {
	background: rgba(255, 255, 255, 0.055);
	margin: 0;
	min-width: 0;
	padding: clamp(14px, 2.2vw, 20px);
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps dt {
	color: #fff;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: 15px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 8px;
	text-transform: none;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps dd {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.42;
	margin: 0;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__actions {
	align-self: end;
	display: grid;
	gap: 10px;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button:visited,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone:visited {
	align-items: center;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-flex;
	font-family: var(--hong-sans, sans-serif);
	font-size: 15px;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.15;
	min-height: 52px;
	padding: 15px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button:visited {
	background: var(--hong-whatsapp-solid, #118c3d);
	border: 1px solid var(--hong-whatsapp-solid, #118c3d);
	color: var(--hong-whatsapp-solid-ink);
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone:visited {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: rgba(255, 255, 255, 0.88);
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button:hover,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__button:focus-visible,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone:hover,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__phone:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #071523;
}

.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"],
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"],
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"] + .wp-block-buttons,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"] + .wp-block-buttons + .wp-block-spacer,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"] + .wp-block-buttons + .wp-block-spacer + h4.wp-block-heading,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"] + .wp-block-buttons + .wp-block-spacer + h4.wp-block-heading + p.has-text-align-center,
.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 + .wp-block-buttons + .wp-block-spacer + section.hong-article-v2-section.ppad[id^="block_"] + section.hong-article-v2-section.tbk6 + div[id^="b13-block_"] + .wp-block-buttons + .wp-block-spacer + h4.wp-block-heading + p.has-text-align-center + p.has-text-align-center {
	display: none !important;
}

.hong-swiss-modern :is(
	.hong-article-v2-section,
	.hong-article-v2-section-head,
	.hong-article-v2-split,
	.hong-article-v2-columns,
	.hong-article-v2-card-grid,
	.hong-article-v2-media,
	.hong-article-v2-quote
) {
	box-sizing: border-box;
	max-width: min(100%, 1180px);
	margin-right: auto;
	margin-left: auto;
}

.hong-swiss-modern :is(
	.hong-article-v2-section,
	.hong-article-v2-section-head,
	.hong-article-v2-split,
	.hong-article-v2-columns,
	.hong-article-v2-card-grid,
	.hong-article-v2-media,
	.hong-article-v2-quote
) :is(img, iframe, video) {
	max-width: 100%;
	height: auto;
}

.hong-swiss-modern .hong-article-v2-section {
	margin-block: clamp(24px, 4vw, 48px);
	padding-inline: clamp(18px, 3vw, 32px);
	font: 400 17px/1.72 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-article-v2-section > :first-child {
	margin-top: 0;
}

.hong-swiss-modern .hong-article-v2-section > :last-child {
	margin-bottom: 0;
}

.hong-swiss-modern .hong-article-v2-section-head {
	margin-block: clamp(32px, 5vw, 64px) clamp(18px, 3vw, 30px);
	padding-inline: clamp(18px, 3vw, 32px);
}

.hong-swiss-modern .hong-article-v2-section-head :is(h1, h2, h3, h4) {
	margin: 0 0 10px;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-weight: 430;
	line-height: 1.08;
	letter-spacing: 0;
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-section-head p {
	max-width: 70ch;
	margin: 0;
	font: 400 16px/1.68 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-article-v2-split,
.hong-swiss-modern .hong-article-v2-columns {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.45fr);
	gap: clamp(22px, 4vw, 56px);
	align-items: start;
	margin-block: clamp(28px, 5vw, 58px);
	padding-inline: clamp(18px, 3vw, 32px);
}

.hong-swiss-modern .hong-article-v2-split__aside,
.hong-swiss-modern .hong-article-v2-columns__aside {
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(20px, 2vw, 29px);
	font-weight: 400;
	line-height: 1.25;
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-split__main,
.hong-swiss-modern .hong-article-v2-columns__main {
	min-width: 0;
	font: 400 17px/1.72 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-article-v2-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-block: clamp(22px, 4vw, 42px);
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: rgba(17, 24, 39, 0.12);
}

.hong-swiss-modern .hong-article-v2-card {
	min-width: 0;
	padding: clamp(18px, 2.4vw, 28px);
	background: #fff;
}

.hong-swiss-modern .hong-article-v2-card__title {
	margin: 0 0 8px;
	font: 600 16px/1.3 var(--hong-sans, sans-serif);
	color: var(--hong-ink, #111827);
}

.hong-swiss-modern .hong-article-v2-card__body {
	margin: 0;
	font: 400 16px/1.62 var(--hong-sans, sans-serif);
	color: var(--hong-text, #374151);
}

.hong-swiss-modern .hong-article-v2-media {
	margin-block: clamp(24px, 4vw, 46px);
	padding-inline: clamp(18px, 3vw, 32px);
}

.hong-swiss-modern .hong-article-v2-media img {
	display: block;
	inline-size: 100%;
	border-radius: 8px;
}

.hong-swiss-modern .hong-article-v2-quote {
	margin-block: clamp(24px, 4vw, 46px);
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: color-mix(in srgb, var(--hong-cream, #f7f4ed) 70%, #fff 30%);
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 400;
	line-height: 1.35;
	color: var(--hong-ink, #111827);
}

/* Modern shell for legacy clinic CTA blocks kept in saved article content. */
.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) {
	background:
		linear-gradient(112deg, rgba(17, 17, 17, 0.98), rgba(17, 17, 17, 0.86)),
		#111 !important;
	box-sizing: border-box;
	display: grid !important;
	gap: 0;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	margin: clamp(34px, 6vw, 72px) auto !important;
	max-width: min(1180px, calc(100vw - 40px));
	padding: 0 !important;
	width: min(1180px, calc(100vw - 40px));
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) > .wp-block-column {
	box-sizing: border-box;
	margin: 0 !important;
	min-width: 0;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-cover {
	margin: 0 !important;
	min-height: 100%;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-cover,
.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-cover__image-background {
	min-block-size: clamp(360px, 34vw, 520px);
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-column:last-child {
	align-self: center;
	padding: clamp(28px, 4.5vw, 56px) !important;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) p {
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(16px, 1.1vw, 18px) !important;
	line-height: 1.65;
	margin: 0 0 14px;
	max-width: 58ch;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .uppercase {
	color: #ffd7d8;
	font-family: var(--hong-mono, monospace);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) h3 {
	color: #fff !important;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(32px, 4.2vw, 58px);
	font-weight: 560;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 12px 0 22px;
	max-width: 12ch;
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-button {
	margin-top: 22px;
	width: min(100%, 360px);
}

.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) .wp-block-button__link {
	background: var(--hong-whatsapp-solid, #118c3d) !important;
	border-radius: 999px !important;
	box-shadow: none;
	color: var(--hong-whatsapp-solid-ink) !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 14px 22px;
	text-decoration: none;
	width: 100%;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) {
	background: #fffdf8;
	border: 1px solid rgba(17, 24, 39, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin-block: clamp(30px, 5vw, 62px);
	padding: 0;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) > .hong-article-v2-section:first-child {
	background: #111;
	color: #fff;
	display: grid;
	margin: 0;
	max-width: none;
	padding: clamp(24px, 4vw, 42px);
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) > .hong-article-v2-section:first-child h3 {
	color: #fff;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 560;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__media {
	margin: 0;
	min-width: 0;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__media img {
	display: block;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	width: 100%;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__copy {
	min-width: 0;
	padding: clamp(24px, 4vw, 42px);
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__copy-inner {
	max-width: 68ch;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__copy h3 {
	color: var(--hong-ink, #111827);
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 640;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 16px;
}

.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__copy p,
.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy) .hong-saved-content-section__copy li {
	color: var(--hong-text, #374151);
	font-size: 16px;
	line-height: 1.68;
}

.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
}

.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section > .hong-article-v2-section {
	background: #111;
	color: #fff;
	display: grid;
	gap: 12px;
	margin: 0;
	min-width: 0;
	padding: clamp(20px, 3vw, 30px);
}

.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section > .hong-article-v2-section > .hong-article-v2-section:first-child {
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--hong-mono, monospace);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section > .hong-article-v2-section > .hong-article-v2-section:nth-child(2) {
	color: #fff;
	font-family: var(--hong-display, var(--hong-sans, sans-serif));
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 560;
	line-height: 0.92;
}

.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section > .hong-article-v2-section > .hong-article-v2-section:last-child {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.58;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 {
	background: #f7f4ed;
	border: 1px solid rgba(17, 24, 39, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	padding: 0;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-right img {
	display: block;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-left {
	padding: clamp(24px, 4vw, 42px);
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-ol {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-item {
	background: #fffdf8;
	border: 1px solid rgba(17, 24, 39, 0.1);
	padding: 20px;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-t {
	color: var(--hong-ink, #111827);
	font-size: clamp(19px, 1.6vw, 24px);
	font-weight: 760;
	line-height: 1.16;
	margin: 0 0 10px;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-num {
	color: #b91c1c;
	font-family: var(--hong-mono, monospace);
	margin-right: 8px;
}

.hong-swiss-modern .hong-article-v2-section.tbk6 .tb6-d {
	color: var(--hong-text, #374151);
	font-size: 16px;
	line-height: 1.58;
}

.hong-swiss-modern [id^="b13-block_"] .hong-article-v2-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hong-swiss-modern [id^="b13-block_"] .hong-article-v2-card {
	padding: 0;
}

.hong-swiss-modern [id^="b13-block_"] .hong-article-v2-card__title {
	background: #fff;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 780;
	line-height: 1.25;
	padding: 20px;
	text-align: left;
	width: 100%;
}

.hong-swiss-modern [id^="b13-block_"] .hong-article-v2-card__body {
	border-top: 1px solid rgba(17, 24, 39, 0.1);
	font-size: 16px;
	line-height: 1.64;
	padding: 20px;
}

@media (max-width: 820px) {
	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2 {
		grid-template-columns: 1fr;
		width: min(100%, calc(100vw - 28px));
	}

	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__actions {
		grid-column: 1;
		grid-row: auto;
	}

	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps {
		grid-template-columns: 1fr;
	}

	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps div {
		align-items: start;
		display: grid;
		gap: 8px 12px;
		grid-template-columns: minmax(78px, 0.32fr) minmax(0, 1fr);
		padding: 12px;
	}

	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps dt {
		font-size: 13px;
		margin: 0;
	}

	.hong-swiss-modern .entry-content .hong-legacy-acf-cta-v2__steps dd {
		font-size: 13px;
		line-height: 1.34;
	}

	.hong-swiss-modern .hong-article-v2-migration-summary {
		margin: 24px auto;
		padding: 20px;
	}

	.hong-swiss-modern .hong-article-v2-migration-summary__grid {
		grid-template-columns: 1fr;
	}

	.hong-swiss-modern .hong-v2-table-scroll table {
		min-width: 620px;
	}

	.hong-swiss-modern .hong-article-v2-split,
	.hong-swiss-modern .hong-article-v2-columns,
	.hong-swiss-modern .hong-article-v2-card-grid {
		grid-template-columns: 1fr;
	}

	.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase),
	.hong-swiss-modern section.hong-article-v2-section[id^="b4_block_"]:has(.hong-saved-content-section__copy),
	.hong-swiss-modern section.hong-article-v2-section.ppad[id^="block_"] > .hong-article-v2-section,
	.hong-swiss-modern .hong-article-v2-section.tbk6,
	.hong-swiss-modern [id^="b13-block_"] .hong-article-v2-card-grid {
		grid-template-columns: 1fr;
	}

	.hong-swiss-modern .entry-content > .wp-block-columns.alignwide.has-background:has(.uppercase) {
		width: min(100%, calc(100vw - 28px));
	}
}
