/*
Theme Name:   Casino Help
Description:  A GeneratePress child theme
Author:       Casinohelp
Template:     generatepress
Version:      1.0.1
Text Domain:  casinohelptheme
*/

@media screen and (min-width: 1400px) {
	#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
		bottom: 7% !important;
		right: 10px !important;
	}
}

@media screen and (max-width: 1399px) {
	#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
		bottom: 11% !important;
		right: 10px !important;
	}
}

p[role='doc-subtitle'] {
	margin: 1em 0 2em;
	padding-left: 1em;
	border-left: 3px solid var(--technology);
}

.horizontal-news .gb-icon svg {
	animation: circle 4s linear infinite;
	transition: color 0.5s ease-in-out;
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
		color: var(--contrast-2);
	}
	50% {
		color: var(--education);
	}
	100% {
		transform: rotate(360deg);
		color: var(--contrast-2);
	}
}

.mobile {
	display: none;
}

.ageLogo {
	display: inline-flex;
	align-items: center;
	position: relative;
	bottom: 20px;
	left: 25px;
}

.gamblingLogo {
	display: inline-flex;
	min-width: 50%;
	width: 50%;
}

@media (max-width: 480px) {
	.avatar-mobile {
		height: 608px !important;
		width: 490px !important;
	}
	.avatar-mobile {
		text-align: center;
	}
	.postimage {
		--background-image: none !important;
	}
	.mobile {
		display: block !important;
	}
}

@media (max-width: 550px) {
	body .site-footer .gb-inside-container .ageLogo {
		bottom: 18px;
	}

	body .site-footer .gb-inside-container .gamblingLogo {
		min-width: 35%;
		width: 35%;
	}
}

@media (max-width: 768px) {
	body .site-footer .gamblingLogo {
		min-width: 25%;
		width: 25%;
	}

	body .ageLogo {
		bottom: 27px;
		left: 25px;
	}
}

@media (min-width: 769px) {
	.sidebar.is-right-sidebar > .inside-right-sidebar {
		position: sticky;
		top: 54px;
	}
}

@media (max-width: 850px) {
	body .gamblingLogo {
		min-width: 70%;
	}
}

@media (max-width: 1000px) {
	body .gamblingLogo {
		min-width: 50%;
	}
}

@media (max-width: 1200px) {
	.ageLogo {
		bottom: 15px;
		left: 25px;
	}
}

/*
 * Breadcrumbs
 */
@media screen and (min-width: 431px) {
	.yoast-breadcrumbs {
		max-width: 48%;
	}
}
.yoast-breadcrumbs > span {
	display: flex;
	gap: 0.5rem;
	font-size: 12px;
}
.yoast-breadcrumbs span span:nth-child(2) {
	min-width: fit-content;
}
.yoast-breadcrumbs .icon-home {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23707070'%3E%3Cpath d='M499 207 301 41a70 70 0 0 0-90 0L13 207a35 35 0 0 0 22 62h18v184c0 19 16 35 35 35h100V369a67 67 0 1 1 136 0v118h100c19 0 35-15 35-35V269h18c33 0 48-41 22-62z'/%3E%3C/svg%3E");
	vertical-align: middle;
}
.yoast-breadcrumbs > span > span:not(.breadcrumb_last, :first-child) {
	text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-main {
	padding: 0 !important;
}

@media(max-width: 1280px) {
	#generate-slideout-menu.main-navigation .main-nav ul li.sfHover > a {
		background-color: #f5f6f8 !important;
	}
}

.newsletter-popup {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(37, 39, 44, 0.90);
}
.newsletter-popup__main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 31.25rem;
	background-color: #fff;
	padding: 1.25rem 1.25rem 2.5rem 1.25rem;
	border-radius: 0.3125rem;
}
.newsletter-popup__content {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	font-size: 14px;
}
.newsletter-popup__content h3 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 0;
}
.newsletter-popup__content h6 {
	font-size: 1rem;
	line-height: 27px;
	margin-bottom: 0.62rem;
}
.newsletter-popup__content p {
	margin-bottom: 1.25rem;
}
.newsletter-popup__content a {
	color: #0F73E6;
	text-decoration: underline;
}
.newsletter-popup__back button {
	padding: 0.625rem;
	border-radius: 0.3125rem;
	background: #343840;
	width: 12.5rem;
}
.newsletter-popup__close {
	position: absolute;
	top: 0.25rem;
	right: 0.63rem;
	display: inline-block;
	cursor: pointer;
}
@media (max-width: 698px) {
	.newsletter-popup__main {
		max-width: 17.5rem;
	}
}

.site-content .content-area .comments-area {
	padding-left: 0;
	padding-right: 0;
}

.author-archive__posts--featured span.bw-dynamic-shortcode {
	display: inline;
}

.author-archive__posts--normal span.bw-dynamic-shortcode {
	display: inline;
	font-size: inherit;
	line-height: inherit;
}

@media (max-width: 1024px) {
	.site-footer .site-footer--no-newsletter .footer-branding.footer-branding {
		width: 100%;
		align-items: center;
		padding-right: 0;
		border-right: none;
	}
}

/*
 * Casino Help editorial redesign
 */
:root {
	--ch-ink: #16221f;
	--ch-muted: #60706b;
	--ch-line: #dfe8e4;
	--ch-panel: #f7faf8;
	--ch-panel-strong: #eef7f4;
	--ch-dark: #14231f;
	--ch-accent: #0c7a63;
	--ch-accent-dark: #075542;
	--ch-gold: #d9a441;
	--ch-max: 1120px;
	--ch-header-max: 1240px;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--ch-ink);
	background: #fbfcfb;
	font-size: 17px;
	line-height: 1.7;
}

body a {
	color: var(--ch-accent-dark);
	text-underline-offset: 0.16em;
}

body a:hover,
body a:focus {
	color: #0a3d33;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(22, 34, 31, 0.1);
	box-shadow: 0 10px 26px rgba(22, 34, 31, 0.07);
	backdrop-filter: blur(12px);
}

.inside-header {
	max-width: var(--ch-max);
	padding: 14px 24px;
}

@media (min-width: 1025px) {
	.inside-header {
		display: grid;
		align-items: center;
		justify-content: stretch;
		width: 100%;
		min-height: 72px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.site-logo {
		position: static;
		grid-column: 1;
		transform: none;
		margin: 0 !important;
	}

	.main-navigation {
		float: none;
		grid-column: 2;
		margin-inline: auto !important;
		width: auto;
		max-width: 100%;
	}

	.main-navigation .inside-navigation,
	.main-navigation .main-nav,
	.main-navigation .main-nav > ul {
		justify-content: center;
	}
}

.site-logo img,
.navigation-branding img {
	max-height: 48px;
	width: auto;
}

.main-navigation,
.main-navigation ul ul {
	background: transparent;
}

.main-navigation .main-nav > ul {
	align-items: center;
	gap: 4px;
}

.main-navigation .main-nav ul li a {
	color: var(--ch-ink);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 12px 10px;
	border-radius: 8px;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus-within > a,
.main-navigation .main-nav ul li[class*="current-menu"] > a {
	color: var(--ch-accent-dark);
	background: var(--ch-panel-strong);
}

.main-navigation .main-nav ul ul {
	min-width: 235px;
	max-height: calc(100vh - 104px);
	overflow-y: auto;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(22, 34, 31, 0.15);
}

.main-navigation .main-nav ul ul li a {
	padding: 9px 10px;
	font-size: 13px;
	font-weight: 650;
}

.entry-content a,
.site-footer a,
.ch-link-card a,
.ch-home-news-grid a {
	color: #005f4d;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content a:hover,
.entry-content a:focus,
.site-footer a:hover,
.site-footer a:focus,
.ch-link-card a:hover,
.ch-link-card a:focus,
.ch-home-news-grid a:hover,
.ch-home-news-grid a:focus {
	color: #007f63;
}

.menu-toggle {
	border-radius: 8px;
	font-weight: 750;
}

.site-content {
	max-width: var(--ch-max);
	margin-inline: auto;
	padding: 22px 24px 58px;
}

.home .site-content,
.page-id-2 .site-content {
	max-width: 1180px;
	padding-top: 0;
}

.inside-article,
.page-header,
.comments-area {
	padding: 0;
	background: transparent;
}

.entry-header {
	max-width: 860px;
	margin: 18px auto 26px;
	text-align: left;
}

.entry-title {
	color: var(--ch-ink);
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.ch-page-title {
	max-width: var(--ch-max);
	margin: 22px auto 18px;
	padding: 24px 24px 4px;
	color: var(--ch-ink);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: 0;
}

.gb-text-f7220679 {
	max-width: var(--ch-max) !important;
	margin: 16px auto 18px !important;
	padding: 28px 24px 6px !important;
	color: var(--ch-ink);
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 850;
	letter-spacing: 0;
}

.gb-text-f7220679 .gb-shape {
	display: none;
}

a[href="#"][aria-label^="Follow us"] {
	display: none !important;
}

.home .gb-text-f7220679,
.page-id-2 .gb-text-f7220679,
.home .ch-page-title,
.page-id-2 .ch-page-title {
	display: none;
}

.entry-content {
	max-width: 880px;
	margin-inline: auto;
}

.home .entry-content,
.page-id-2 .entry-content {
	max-width: 1060px;
}

.entry-content > * {
	margin-bottom: 20px;
}

.entry-content > h2 {
	margin-top: 42px;
	margin-bottom: 14px;
	color: var(--ch-ink);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.16;
	font-weight: 850;
	letter-spacing: 0;
}

.entry-content > h3,
.entry-content .wp-block-column > h3 {
	margin-top: 28px;
	margin-bottom: 10px;
	color: var(--ch-ink);
	font-size: 21px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.entry-content p {
	margin-bottom: 18px;
}

.wp-block-group.has-background {
	border: 1px solid rgba(12, 122, 99, 0.16);
	box-shadow: 0 12px 28px rgba(22, 34, 31, 0.06);
}

.home .entry-content > .wp-block-group:first-child,
.page-id-2 .entry-content > .wp-block-group:first-child {
	margin-top: 12px !important;
	margin-bottom: 28px !important;
	padding: 46px 46px 40px !important;
	background:
		linear-gradient(90deg, rgba(12, 122, 99, 0.08), transparent 48%),
		linear-gradient(135deg, #f3faf7 0%, #ffffff 64%) !important;
	border-color: #cfe5dd !important;
	border-left: 5px solid var(--ch-accent) !important;
}

.home .entry-content > .wp-block-group:first-child h1,
.page-id-2 .entry-content > .wp-block-group:first-child h1 {
	font-size: clamp(42px, 5.6vw, 72px);
	line-height: 0.98;
	margin-bottom: 18px;
	max-width: 760px;
}

.home .entry-content > .wp-block-group:first-child h1::after,
.page-id-2 .entry-content > .wp-block-group:first-child h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 5px;
	margin-top: 18px;
	background: var(--ch-gold);
	border-radius: 8px;
}

.home .entry-content > .wp-block-group:first-child p,
.page-id-2 .entry-content > .wp-block-group:first-child p {
	max-width: 850px;
}

.entry-content > .wp-block-columns {
	gap: 20px;
	margin-top: 24px;
	margin-bottom: 30px;
}

.wp-block-column {
	min-width: 0;
}

.entry-content > .wp-block-columns > .wp-block-column {
	padding: 22px;
	background: #fff;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(22, 34, 31, 0.05);
}

.entry-content .wp-block-columns .wp-block-column .wp-block-group.has-border-color {
	height: 100%;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.home .entry-content > .wp-block-columns > .wp-block-column,
.page-id-2 .entry-content > .wp-block-columns > .wp-block-column {
	padding: 28px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home .entry-content > .wp-block-columns > .wp-block-column:hover,
.page-id-2 .entry-content > .wp-block-columns > .wp-block-column:hover {
	transform: translateY(-3px);
	border-color: rgba(12, 122, 99, 0.32);
	box-shadow: 0 18px 36px rgba(22, 34, 31, 0.08);
}

.entry-content .wp-block-columns .wp-block-column > :last-child,
.entry-content .wp-block-group > :last-child {
	margin-bottom: 0;
}

.wp-block-table {
	margin: 26px 0 32px;
	overflow-x: auto;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(22, 34, 31, 0.05);
}

.wp-block-table table {
	margin: 0;
	min-width: 620px;
	border-collapse: collapse;
}

.wp-block-table th {
	color: #fff;
	background: var(--ch-dark);
	font-size: 14px;
	font-weight: 800;
	text-align: left;
}

.wp-block-table th,
.wp-block-table td {
	padding: 13px 15px;
	border: 1px solid var(--ch-line);
	vertical-align: top;
}

.wp-block-table tbody tr:nth-child(even) td {
	background: #f8fbfa;
}

.entry-content ul,
.entry-content ol {
	margin-left: 0;
	padding-left: 1.25rem;
}

.entry-content li {
	margin-bottom: 8px;
}

.wp-block-buttons {
	gap: 12px;
	margin-top: 24px;
}

.wp-block-button .wp-block-button__link {
	border-radius: 8px;
	background: var(--ch-accent);
	color: #fff;
	font-weight: 800;
	padding: 12px 18px;
	box-shadow: 0 10px 22px rgba(12, 122, 99, 0.2);
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	background: var(--ch-accent-dark);
	color: #fff;
}

.site-footer {
	margin-top: 18px;
	color: #d8e6e1;
	background: var(--ch-dark);
	border-top: 5px solid var(--ch-gold);
}

.site-footer .gb-container,
.site-footer .wp-block-group {
	background: transparent !important;
	box-shadow: none;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer strong {
	color: #fff;
}

.site-footer p,
.site-footer li {
	color: #d8e6e1;
	font-size: 15px;
	line-height: 1.65;
}

.site-footer a {
	color: #f2f7f5;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff1bf;
	text-decoration: underline;
}

.site-footer .wp-block-columns {
	gap: 30px;
	max-width: var(--ch-max);
	margin-inline: auto;
}

.site-footer .wp-block-column {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

#generate-slideout-menu {
	background: #fff;
}

#generate-slideout-menu .main-nav ul li a {
	padding: 14px 22px;
	color: var(--ch-ink);
	font-weight: 750;
}

#generate-slideout-menu .main-nav ul ul {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

@media (max-width: 1024px) {
	.inside-header {
		padding: 12px 18px;
	}

	.site-content {
		padding: 24px 18px 52px;
	}

	.entry-content > .wp-block-columns,
	.site-footer .wp-block-columns {
		gap: 16px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}

	.entry-title {
		font-size: 34px;
	}

	.entry-content > h2 {
		margin-top: 42px;
		font-size: 27px;
	}

	.entry-content > .wp-block-columns > .wp-block-column,
	.entry-content .wp-block-columns .wp-block-column {
		padding: 18px;
	}

	.wp-block-table table {
		min-width: 540px;
	}
}

/*
 * Casino Help polish pass
 */
body,
button,
input,
select,
textarea {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	background:
		linear-gradient(180deg, #f7faf8 0, #fbfcfb 230px, #fbfcfb 100%);
	font-size: 16px;
	line-height: 1.68;
}

.site-header {
	box-shadow: 0 6px 22px rgba(22, 34, 31, 0.06);
}

.inside-header {
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-logo img,
.navigation-branding img {
	max-height: 42px;
}

.main-navigation .main-nav ul li a {
	padding: 10px 11px;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.main-navigation .main-nav ul ul {
	min-width: 220px;
	max-height: min(70vh, 520px);
	padding: 6px;
}

.main-navigation .main-nav ul ul li a {
	padding: 8px 10px;
	line-height: 1.25;
}

.site-content {
	padding-top: 14px;
	padding-bottom: 46px;
}

.ch-page-title,
.gb-text-f7220679 {
	margin-top: 8px !important;
	margin-bottom: 10px !important;
	padding-top: 18px !important;
	padding-bottom: 0 !important;
}

.entry-content {
	color: #1f2a27;
	font-size: 17px;
}

.entry-content > p:first-child {
	font-size: 18px;
	line-height: 1.72;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.entry-content > h2 {
	margin-top: 36px;
	margin-bottom: 12px;
}

.entry-content > h2::after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 10px;
	background: var(--ch-gold);
	border-radius: 999px;
}

.entry-content > .wp-block-group.has-background {
	padding: 24px !important;
	border-radius: 8px !important;
}

.home .entry-content > .wp-block-group:first-child,
.page-id-2 .entry-content > .wp-block-group:first-child {
	padding: clamp(34px, 5vw, 56px) !important;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.home .entry-content > .wp-block-group:first-child h1,
.page-id-2 .entry-content > .wp-block-group:first-child h1 {
	font-size: clamp(42px, 6vw, 68px) !important;
	max-width: 760px;
}

.home .entry-content > .wp-block-columns,
.page-id-2 .entry-content > .wp-block-columns {
	align-items: stretch !important;
}

.entry-content > .wp-block-columns > .wp-block-column {
	padding: 26px;
}

.home .entry-content > .wp-block-columns > .wp-block-column,
.page-id-2 .entry-content > .wp-block-columns > .wp-block-column {
	border-top: 4px solid rgba(12, 122, 99, 0.34);
}

.entry-content .wp-block-columns .wp-block-column .wp-block-group.has-border-color {
	padding: 0 !important;
}

.entry-content .wp-block-columns .wp-block-column h3 {
	margin-top: 0;
}

.wp-block-table {
	border-radius: 6px;
}

.wp-block-table th {
	letter-spacing: 0;
}

.site-footer {
	margin-top: 10px;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer .wp-block-group.has-background {
	margin-top: 32px !important;
	padding-top: 40px !important;
	padding-bottom: 24px !important;
}

.site-footer .wp-block-columns {
	gap: 24px;
	align-items: flex-start !important;
}

.site-footer h2,
.site-footer h3 {
	margin-bottom: 10px !important;
	line-height: 1.2;
}

.site-footer ul {
	margin: 0;
	padding-left: 1.05rem;
}

.site-footer li {
	margin-bottom: 6px;
}

.site-footer .wp-block-separator {
	margin-top: 22px !important;
	margin-bottom: 18px !important;
	opacity: 1;
}

@media (max-width: 1024px) {
	.inside-header {
		padding: 8px 18px;
	}

	.site-logo img,
	.navigation-branding img {
		max-height: 40px;
	}

	.site-content {
		padding-top: 12px;
	}
}

@media (max-width: 768px) {
	.site-content {
		padding-inline: 16px;
		padding-bottom: 34px;
	}

	.ch-page-title,
	.gb-text-f7220679 {
		font-size: 34px !important;
		padding-inline: 16px !important;
	}

	.entry-content {
		font-size: 16px;
	}

	.entry-content > p:first-child {
		font-size: 17px;
	}

	.home .entry-content > .wp-block-group:first-child,
	.page-id-2 .entry-content > .wp-block-group:first-child,
	.entry-content > .wp-block-group.has-background {
		padding: 22px !important;
	}

	.home .entry-content > .wp-block-group:first-child h1,
	.page-id-2 .entry-content > .wp-block-group:first-child h1 {
		font-size: 38px !important;
	}

	.wp-block-buttons {
		align-items: stretch;
	}

	.wp-block-button,
	.wp-block-button .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.site-footer .wp-block-group.has-background {
		padding: 32px 18px 22px !important;
	}
}

/*
 * Casino Help mobile repair pass
 */
@media (max-width: 768px) {
	.site-header,
	.main-navigation {
		min-height: 72px;
	}

	.inside-header {
		padding: 10px 18px;
	}

	.site-logo img,
	.navigation-branding img,
	.site-logo.mobile-header-logo img {
		max-height: 48px;
		max-width: 122px;
		object-fit: contain;
	}

	#generate-slideout-menu {
		background: #fff;
	}

	#generate-slideout-menu .inside-navigation {
		align-items: center;
		justify-content: flex-start;
		min-height: 100vh;
		padding: 26px 22px 40px;
	}

	#generate-slideout-menu .off-canvas-menu-head-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0 0 22px;
	}

	#generate-slideout-menu .off-canvas-menu-head-logo {
		display: block;
		width: 100%;
		margin: 0 auto 18px;
		text-align: center;
	}

	#generate-slideout-menu .off-canvas-menu-head-logo a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
	}

	#generate-slideout-menu .off-canvas-menu-head-logo img {
		display: block;
		width: auto !important;
		height: auto !important;
		max-width: 150px !important;
		max-height: 96px !important;
		object-fit: contain;
	}

	#generate-slideout-menu .off-canvas-menu-close-btn {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#generate-slideout-menu .site-logo,
	#generate-slideout-menu .navigation-branding {
		margin: 0 auto 24px !important;
		text-align: center;
	}

	#generate-slideout-menu .site-logo img,
	#generate-slideout-menu .navigation-branding img,
	.slideout-navigation .site-logo img,
	.slideout-navigation .navigation-branding img {
		width: auto !important;
		max-width: 150px !important;
		max-height: 96px !important;
		height: auto !important;
		object-fit: contain;
	}

	.slideout-navigation button.slideout-exit {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin: 0 auto 26px;
		padding: 0 !important;
		border-radius: 999px;
		color: var(--ch-ink);
		background: #f4f8f6;
	}

	#generate-slideout-menu .main-nav {
		width: 100%;
	}

	#generate-slideout-menu .main-nav ul {
		width: 100%;
	}

	#generate-slideout-menu .main-nav ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(22, 34, 31, 0.08);
	}

	#generate-slideout-menu .main-nav ul li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: auto;
		min-height: 46px;
		padding: 12px 6px !important;
		color: var(--ch-ink);
		font-size: 17px;
		font-weight: 800;
		line-height: 1.25;
		text-align: center;
	}

	#generate-slideout-menu .off-canvas-menu-item-title {
		display: inline;
		width: auto;
	}

	#generate-slideout-menu .main-nav ul li.menu-item-has-children > a {
		padding-right: 6px !important;
	}

	#generate-slideout-menu .dropdown-menu-toggle,
	#generate-slideout-menu .menu-item-has-children .dropdown-menu-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		float: none !important;
		position: static !important;
		width: 34px;
		height: 34px;
		margin-left: 4px;
		padding: 0 !important;
		border-left: 0 !important;
		color: var(--ch-accent-dark);
	}

	#generate-slideout-menu .dropdown-menu-toggle svg {
		width: 15px;
		height: 15px;
	}

	#generate-slideout-menu .main-nav ul ul {
		flex-basis: 100%;
		position: static;
		width: 100%;
		max-height: none;
		margin: 0 0 10px;
		padding: 6px 0 8px;
		background: #f7faf8;
		border: 1px solid rgba(12, 122, 99, 0.12);
		border-radius: 8px;
		box-shadow: none;
	}

	#generate-slideout-menu .main-nav ul ul li {
		border-bottom: none;
	}

	#generate-slideout-menu .main-nav ul ul li a {
		min-height: 38px;
		padding: 8px 14px !important;
		font-size: 15px;
		font-weight: 700;
	}

	.ch-page-title,
	.gb-text-f7220679 {
		font-size: clamp(36px, 10vw, 46px) !important;
		line-height: 1.05 !important;
		margin-bottom: 18px !important;
	}

	.entry-content {
		max-width: 100%;
		font-size: 16px !important;
		line-height: 1.62 !important;
	}

	.entry-content p,
	.entry-content li {
		font-size: 16px !important;
		line-height: 1.62 !important;
	}

	.entry-content > p:first-child {
		font-size: 17px !important;
		line-height: 1.65 !important;
	}

	.home .entry-content > .wp-block-group:first-child,
	.page-id-2 .entry-content > .wp-block-group:first-child {
		padding: 28px 22px !important;
		border-left-width: 4px !important;
	}

	.home .entry-content > .wp-block-group:first-child h1,
	.page-id-2 .entry-content > .wp-block-group:first-child h1 {
		font-size: clamp(34px, 10vw, 42px) !important;
		line-height: 1.08 !important;
	}

	.home .entry-content > .wp-block-group:first-child p,
	.page-id-2 .entry-content > .wp-block-group:first-child p,
	.home .entry-content > .wp-block-group:first-child p[style],
	.page-id-2 .entry-content > .wp-block-group:first-child p[style] {
		max-width: 100%;
		font-size: 17px !important;
		line-height: 1.62 !important;
	}

	.entry-content > h2 {
		font-size: clamp(28px, 8vw, 36px) !important;
		line-height: 1.12 !important;
	}

	.entry-content > .wp-block-columns > .wp-block-column {
		padding: 22px !important;
	}

	.entry-content > .wp-block-group.has-background {
		padding: 22px !important;
	}
}

@media (max-width: 420px) {
	.site-content {
		padding-inline: 14px;
	}

	.ch-page-title,
	.gb-text-f7220679 {
		font-size: 34px !important;
		padding-inline: 10px !important;
	}

	.entry-content p,
	.entry-content li,
	.home .entry-content > .wp-block-group:first-child p,
	.page-id-2 .entry-content > .wp-block-group:first-child p {
		font-size: 16px !important;
	}

	.home .entry-content > .wp-block-group:first-child h1,
	.page-id-2 .entry-content > .wp-block-group:first-child h1 {
		font-size: 34px !important;
	}
}

/* Single post cleanup */
.single-post .gb-element-46d5769a {
	align-items: center;
	max-width: 1040px;
	min-height: 0 !important;
	padding: 14px 24px !important;
}

.single-post .gb-element-94582a6e {
	padding: 14px 34px 14px 0 !important;
	width: 68%;
}

.single-post .gb-element-42ff3cb8 {
	width: 32%;
	padding: 14px 22px 14px 34px !important;
}

.single-post .gb-text-87a0595c {
	max-width: 720px;
	margin-bottom: 8px;
	font-size: clamp(32px, 3vw, 44px);
	line-height: 1.05;
	letter-spacing: 0;
}

.single-post .gb-text-65b126e6,
.single-post .gb-text-a626a715 {
	font-size: 12px;
	letter-spacing: 0.08em;
}

.single-post .gb-media-618d6670 {
	width: 76px;
	max-width: 76px;
	border-radius: 16px;
}

.single-post .gb-text-b3688a18 {
	display: none;
}

.single-post .gb-element-42ff3cb8 .gb-element-f858c9da {
	display: none;
}

.single-post .ch-post-author-jump {
	cursor: pointer;
	transition: background 0.18s ease, box-shadow 0.18s ease;
}

.single-post .ch-post-author-jump:hover,
.single-post .ch-post-author-jump:focus-visible {
	background: rgba(12, 122, 99, 0.05);
	box-shadow: inset 4px 0 0 var(--ch-accent);
	outline: 0;
}

.single-post .site-content {
	max-width: var(--ch-max);
	margin-inline: auto;
	padding-top: 18px;
}

.single-post .inside-article {
	max-width: 880px;
	margin-inline: auto;
	background: #fff;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post footer.entry-meta {
	max-width: 880px;
	margin-inline: auto;
}

.single-post .entry-title {
	margin-bottom: 28px;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.04;
	letter-spacing: 0;
}

.single-post footer.entry-meta {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid var(--ch-line);
	color: var(--ch-muted);
	font-size: 15px;
}

.single-post footer.entry-meta .cat-links {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.single-post .social-share {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 880px;
	margin: 34px auto 52px;
	padding: 0;
}

.single-post .social-share .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	margin: 0;
	padding: 12px 18px;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ch-text);
	box-shadow: none;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
}

.single-post .social-share .button:hover {
	border-color: var(--ch-accent);
	background: var(--ch-soft);
	color: var(--ch-accent-dark);
}

.single-post .social-share svg {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

.ch-post-author-box {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 24px;
	max-width: 880px;
	margin: 52px auto 0;
	padding: clamp(24px, 4vw, 34px);
	border: 1px solid var(--ch-line);
	border-left: 5px solid var(--ch-accent);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(12, 122, 99, 0.08), transparent 52%), #fff;
	box-shadow: 0 18px 46px rgba(16, 24, 22, 0.06);
	scroll-margin-top: 96px;
}

.ch-post-author-box__avatar img {
	display: block;
	width: 112px;
	height: 112px;
	border-radius: 22px;
	object-fit: cover;
}

.ch-post-author-box h2 {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.1;
}

.ch-post-author-box p {
	margin-top: 0;
}

.ch-post-author-box ul {
	display: grid;
	gap: 8px;
	margin: 18px 0;
	padding-left: 20px;
}

.ch-post-author-box li {
	margin: 0;
}

.ch-post-author-box__link {
	color: var(--ch-accent-dark);
	font-weight: 900;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ch-post-author-box__link:hover {
	color: var(--ch-accent);
}

.ch-article-next {
	max-width: 880px;
	margin: 34px auto 10px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--ch-line);
	border-top: 4px solid var(--ch-accent);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(12, 122, 99, 0.08), transparent 45%), #fff;
	box-shadow: 0 20px 50px rgba(16, 24, 22, 0.06);
}

.ch-article-next__intro {
	max-width: 680px;
	margin-bottom: 24px;
}

.ch-section-label {
	margin: 0 0 8px;
	color: var(--ch-accent-dark);
	font-size: 13px !important;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ch-article-next h2 {
	margin: 0 0 10px;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.12;
}

.ch-article-next__intro p:last-child {
	margin-bottom: 0;
}

.ch-article-next__grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
	gap: 18px;
}

.ch-article-next__panel {
	padding: 22px;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: #fff;
}

.ch-article-next__panel h3 {
	margin: 0 0 14px;
	font-size: 22px;
}

.ch-article-next__panel ul {
	margin: 0;
	padding-left: 18px;
}

.ch-article-next__panel li {
	margin-bottom: 10px;
}

.ch-article-next a {
	color: var(--ch-accent-dark);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ch-article-next a:hover {
	color: var(--ch-accent);
}

.ch-article-next__articles {
	display: grid;
	gap: 14px;
}

.ch-article-next__articles article {
	padding-top: 14px;
	border-top: 1px solid var(--ch-line);
}

.ch-article-next__articles article:first-child {
	padding-top: 0;
	border-top: 0;
}

.ch-article-next__articles p {
	margin: 6px 0 0;
	color: var(--ch-muted);
	font-size: 15px !important;
	line-height: 1.55;
}

@media (max-width: 768px) {
	.single-post .gb-element-46d5769a {
		padding: 12px 18px 10px !important;
	}

	.single-post .gb-element-94582a6e {
		padding: 8px 0 6px !important;
	}

	.single-post .gb-element-42ff3cb8 {
		display: grid;
		grid-template-columns: 46px 1fr;
		align-items: center;
		column-gap: 12px;
		width: 100%;
		padding: 6px 0 8px !important;
	}

	.single-post .gb-text-87a0595c {
		font-size: clamp(28px, 7.4vw, 36px);
	}

	.single-post .gb-media-618d6670 {
		width: 46px;
		max-width: 46px;
		border-radius: 10px;
		grid-row: 1 / span 2;
	}

	.single-post .gb-text-65b126e6,
	.single-post .gb-text-a626a715 {
		font-size: 10px;
		line-height: 1.15;
	}

	.single-post .ch-post-author-jump:hover,
	.single-post .ch-post-author-jump:focus-visible {
		box-shadow: none;
	}

	.single-post .site-content {
		padding-top: 12px;
	}

	.single-post .entry-title {
		margin-bottom: 18px;
		font-size: clamp(32px, 9vw, 42px);
	}

	.single-post .social-share {
		grid-template-columns: 1fr;
		margin: 28px auto 42px;
	}

	.ch-article-next {
		margin-top: 40px;
		padding: 22px;
	}

	.ch-article-next__grid {
		grid-template-columns: 1fr;
	}

	.ch-post-author-box {
		grid-template-columns: 1fr;
		margin-top: 40px;
		padding: 22px;
	}

	.ch-post-author-box__avatar img {
		width: 82px;
		height: 82px;
		border-radius: 16px;
	}
}

/* Author archive repair */
.author .gb-element-64c75df0 {
	display: none !important;
}

.author-archive {
	max-width: var(--ch-max);
	margin: 0 auto;
	padding: 54px 24px 72px;
}

.author-archive__header {
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: stretch;
	margin-bottom: 46px;
	padding: 34px;
	border: 1px solid var(--ch-line);
	border-left: 6px solid var(--ch-accent);
	border-radius: 8px;
	background: var(--ch-soft);
	box-shadow: 0 24px 60px rgba(16, 24, 22, 0.08);
}

.author-archive__identity {
	display: flex;
	align-items: center;
	gap: 28px;
}

.author-archive__avatar {
	width: 220px;
	height: 220px;
	border: 8px solid #fff;
	border-radius: 32px;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(16, 24, 22, 0.16);
}

.author-archive__eyebrow {
	margin: 0 0 8px;
	color: var(--ch-accent-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.author-archive h1 {
	margin: 0 0 8px;
	font-size: clamp(38px, 5vw, 58px);
	line-height: 1.03;
}

.author-archive__title {
	margin: 0;
	color: var(--ch-muted);
	font-family: Inter, sans-serif;
	font-size: 17px;
	font-weight: 800;
}

.author-archive__bio p {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.65;
}

.author-archive__table {
	margin-top: 22px;
}

.author-archive__table h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.author-archive__table table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.author-archive__table td {
	padding: 13px 14px;
	border: 1px solid var(--ch-line);
	font-size: 15px;
	vertical-align: top;
}

.author-archive__table td:first-child {
	width: 32%;
	color: var(--ch-muted);
	font-weight: 800;
}

.author-archive__trust,
.author-archive__standards {
	margin: 0 0 44px;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(16, 24, 22, 0.05);
}

.author-archive__trust {
	background: linear-gradient(135deg, rgba(12, 122, 99, 0.08), transparent 54%), #fff;
}

.author-archive__trust-intro {
	max-width: 820px;
	margin-bottom: 24px;
}

.author-archive__trust h2,
.author-archive__standards h2 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.1;
}

.author-archive__trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.author-archive__trust-grid article {
	padding: 22px;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
}

.author-archive__trust-grid h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.author-archive__trust-grid p,
.author-archive__standards li {
	font-size: 16px;
	line-height: 1.6;
}

.author-archive__standards {
	border-left: 5px solid var(--ch-gold);
	background: #fff9ea;
}

.author-archive__standards ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding-left: 20px;
}

.author-archive__posts h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.1;
}

.author-archive__posts-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.author-archive__post {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	padding: 24px;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(16, 24, 22, 0.05);
}

.author-archive__post-image {
	display: block;
	margin: -24px -24px 20px;
	aspect-ratio: 1200 / 630;
	background: var(--ch-soft);
	overflow: hidden;
}

.author-archive__post-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-archive__post h3 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
}

.author-archive__post h3 a,
.author-archive__read-more {
	color: var(--ch-accent-dark);
	text-decoration: none;
}

.author-archive__post time {
	color: var(--ch-muted);
	font-size: 14px;
	font-weight: 700;
}

.author-archive__post p {
	margin: 14px 0 18px;
	font-size: 16px;
	line-height: 1.6;
}

.author-archive__read-more {
	font-weight: 900;
}

.author-archive__pagination {
	margin-top: 30px;
}

@media (max-width: 900px) {
	.author-archive__header,
	.author-archive__posts-list,
	.author-archive__trust-grid,
	.author-archive__standards ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.author-archive {
		padding: 30px 16px 52px;
	}

	.author-archive__header {
		padding: 24px;
	}

	.author-archive__identity {
		align-items: flex-start;
		flex-direction: column;
	}

	.author-archive__avatar {
		width: 150px;
		height: 150px;
		border-radius: 24px;
	}
}

/* Homepage visual refresh */
.home .site-content {
	padding-top: 0 !important;
}

.home #page,
.page-id-2 #page,
.home .site,
.page-id-2 .site,
.home .site-main,
.page-id-2 .site-main,
.home .content-area,
.page-id-2 .content-area,
.home .inside-article,
.page-id-2 .inside-article,
.home .entry-content,
.page-id-2 .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.separate-containers.home .site-main,
.separate-containers.page-id-2 .site-main {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .site-main,
.home .inside-article,
.home .entry-content {
	overflow: visible;
}

.home #page,
.page-id-2 #page,
.home .site,
.page-id-2 .site,
.home .site-content,
.page-id-2 .site-content,
.home .content-area,
.page-id-2 .content-area,
.home .site-main,
.page-id-2 .site-main,
.home .inside-article,
.page-id-2 .inside-article,
.home .entry-content,
.page-id-2 .entry-content {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	overflow: visible !important;
}

.ch-home-hero {
	width: 100vw;
	max-width: none !important;
	margin: 0 0 clamp(18px, 2.5vw, 30px) calc(50% - 50vw) !important;
	padding: clamp(22px, 3vw, 42px) 24px !important;
	border: 0;
	border-bottom: 1px solid #d9e6e1;
	border-left: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(238, 247, 244, 0.98), rgba(255, 255, 255, 0.96) 58%, rgba(245, 250, 248, 0.98)),
		linear-gradient(135deg, #f5faf8, #fff);
	box-shadow: inset 0 -18px 42px rgba(16, 37, 31, 0.04);
}

.home .entry-content > .ch-home-hero,
.page-id-2 .entry-content > .ch-home-hero {
	margin-top: 0 !important;
	padding-top: clamp(22px, 3vw, 42px) !important;
}

.ch-home-hero > .wp-block-group__inner-container {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.ch-home-hero h1 {
	margin-bottom: 10px;
	font-size: clamp(3.3rem, 5vw, 5.3rem);
	line-height: 0.95;
}

.ch-home-hero h1::after {
	width: 86px;
	height: 5px;
	margin-top: 16px;
}

.ch-home-lede {
	max-width: 620px;
	margin-bottom: 16px;
	font-size: clamp(1.18rem, 1.55vw, 1.42rem);
	line-height: 1.38;
	color: #1f2c29;
}

.ch-home-hero p:not(.ch-home-lede):not(.ch-home-hero__cover-label) {
	max-width: 620px;
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 1.55;
}

.ch-home-hero .wp-block-column:first-child {
	flex-basis: 52% !important;
}

.ch-home-hero .wp-block-column:last-child {
	flex-basis: 48% !important;
}

.ch-home-hero__cover,
.ch-home-hero__image img,
.ch-home-rounded-image img,
.ch-home-card img {
	display: block;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.ch-home-hero__cover {
	min-height: clamp(240px, 25vw, 330px) !important;
	padding: 18px !important;
	overflow: hidden;
	border: 1px solid #d9e6e1;
	background: #f5faf8;
	box-shadow: 0 18px 38px rgba(16, 37, 31, 0.12);
}

.ch-home-hero__cover .wp-block-cover__image-background {
	inset: 18px !important;
	width: calc(100% - 36px) !important;
	height: calc(100% - 36px) !important;
	border-radius: 6px;
	object-fit: contain !important;
	background: #fff;
}

.ch-home-hero__cover .wp-block-cover__background {
	display: none;
}

.ch-home-hero__cover .wp-block-cover__inner-container {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	width: auto;
}

.ch-home-hero__cover-label {
	display: inline-block;
	margin: 0;
	padding: 7px 11px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.96);
	color: #0a6b59;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.ch-home-odds-panel {
	position: relative;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background:
		linear-gradient(135deg, #fff 0 58%, #f2faf7 58% 100%),
		#fff;
	box-shadow: 0 20px 44px rgba(16, 37, 31, 0.12);
}

.ch-home-odds-panel::before {
	content: "";
	position: absolute;
	top: 22px;
	right: 22px;
	width: 54px;
	height: 54px;
	border: 9px solid #0c856c;
	border-radius: 50%;
	box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 18px #d9a03a;
}

.ch-home-odds-panel::after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: 26px;
	width: 78px;
	height: 8px;
	border-top: 8px solid #d9a03a;
	border-bottom: 8px solid #0c856c;
}

.ch-home-eyebrow {
	margin-bottom: 14px !important;
	color: #0a6b59;
	font-size: 0.78rem !important;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ch-home-odds-panel h2 {
	max-width: 320px;
	margin-bottom: 12px;
	font-size: clamp(2rem, 3vw, 3.15rem);
	line-height: 1.02;
}

.ch-home-odds-panel p {
	max-width: 390px;
	font-size: 1rem;
	line-height: 1.5;
}

.ch-home-odds-cards {
	gap: 12px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.ch-home-odds-cards .wp-block-column {
	padding: 12px 14px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
}

.ch-home-odds-cards p {
	margin-bottom: 0 !important;
	font-size: 0.94rem !important;
	line-height: 1.35 !important;
}

.ch-home-hero__image img {
	aspect-ratio: 16 / 11;
	box-shadow: 0 22px 48px rgba(16, 37, 31, 0.18);
}

.ch-home-actions .wp-block-button__link {
	min-width: 150px;
	padding: 11px 18px;
	text-align: center;
}

.ch-home-strip,
.ch-home-section {
	margin-bottom: clamp(30px, 4.2vw, 58px);
}

.ch-home-strip {
	margin-top: 0 !important;
	margin-bottom: clamp(30px, 3.6vw, 48px) !important;
}

.home .entry-content > .ch-home-strip {
	margin-bottom: clamp(30px, 3.6vw, 48px) !important;
}

.home .entry-content > .ch-home-section {
	margin-top: 0 !important;
}

.home .entry-content > .ch-home-strip + .ch-home-section {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.ch-home-stat-row {
	margin-bottom: 0 !important;
	padding: 16px 22px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(16, 37, 31, 0.06);
}

.ch-home-stat-row.wp-block-columns {
	margin-bottom: 0 !important;
}

.ch-home-stat-row p {
	margin-bottom: 0;
	font-size: 0.98rem;
	line-height: 1.45;
}

.ch-home-card-grid {
	align-items: stretch !important;
	margin-top: 18px;
	margin-bottom: 0;
	gap: 24px;
}

.ch-home-card-grid > .wp-block-column {
	display: flex;
}

.ch-home-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	min-height: 0;
	padding: 16px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(16, 37, 31, 0.07);
}

.ch-home-card > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}

.ch-home-card figure {
	width: 100%;
	margin-top: 0;
	margin-bottom: 14px;
}

.ch-home-card img {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: none;
}

.ch-home-card h3 {
	margin-bottom: 10px;
	font-size: 1.24rem;
}

.ch-home-card p {
	margin-bottom: 14px;
	font-size: 1rem;
	line-height: 1.55;
}

.ch-home-card p:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.ch-home-foundation,
.ch-home-safe,
.ch-home-safe-play,
.ch-home-trust,
.ch-home-latest-wrap {
	padding: clamp(26px, 3.6vw, 42px);
	border-radius: 8px;
}

.ch-home-foundation,
.ch-home-latest-wrap {
	background: #f5faf8;
	border: 1px solid #d4e7e0;
}

.ch-home-safe {
	background: #fff8e8;
	border: 1px solid #f1d8a5;
}

.ch-home-safe-play {
	background: #10251f;
	color: #fff;
}

.ch-home-safe-play h2,
.ch-home-safe-play a,
.ch-home-safe-play p {
	color: #fff;
}

body .ch-home-safe-play a,
body .ch-home-safe-play a:visited {
	color: #fff !important;
}

body .ch-home-safe-play a:hover,
body .ch-home-safe-play a:focus {
	color: #f1d28b !important;
}

.ch-home-trust {
	border: 1px solid #d9e6e1;
	background: #fff;
}

.ch-home-link-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	margin-left: 0;
	list-style: none;
}

.ch-home-link-list li {
	position: relative;
	padding-left: 18px;
}

.ch-home-link-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d9a03a;
}

.ch-home-latest {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 20px 0 0;
	list-style: none;
}

.ch-home-latest li {
	padding: 0 0 14px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.ch-home-latest .wp-block-latest-posts__featured-image {
	float: none;
	margin: 0 0 12px;
}

.ch-home-latest .wp-block-latest-posts__featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ch-home-latest li > a,
.ch-home-latest time {
	display: block;
	padding-right: 14px;
	padding-left: 14px;
}

.ch-home-latest li > a {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
	color: #10251f;
}

.ch-home-latest time {
	margin-top: 8px;
	color: #5d6a66;
	font-size: 0.9rem;
}

.ch-home-payment-band {
	margin-top: clamp(44px, 6vw, 76px);
	margin-bottom: clamp(44px, 6vw, 76px);
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #d8e8e2;
	border-radius: 8px;
	background: #fffaf0;
	box-shadow: 0 18px 40px rgba(16, 37, 31, 0.05);
}

.ch-home-payment-band h2 {
	margin-bottom: 14px;
}

.ch-home-payment-band p {
	max-width: 820px;
}

.ch-home-payment-grid {
	gap: 18px;
	margin-top: 22px;
	margin-bottom: 20px;
}

.ch-home-payment-grid > .wp-block-column {
	padding: 20px;
	border: 1px solid #ead9ac;
	border-radius: 8px;
	background: #fff;
}

.ch-home-payment-grid h3 {
	margin-bottom: 12px;
	font-size: 1.08rem;
}

.ch-home-payment-grid ul {
	margin-bottom: 0;
}

.ch-home-country-band {
	margin-top: clamp(44px, 6vw, 76px);
	margin-bottom: clamp(44px, 6vw, 76px);
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #d8e8e2;
	border-radius: 8px;
	background: #f5faf8;
}

.ch-home-country-band h2 {
	margin-bottom: 14px;
}

.ch-home-country-band p {
	max-width: 860px;
}

.ch-home-country-band > .wp-block-group__inner-container {
	max-width: 1280px !important;
}

.ch-home-country-grid {
	gap: 18px;
	margin-top: 22px;
	margin-bottom: 18px;
}

.ch-home-country-grid > .wp-block-column {
	padding: 20px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #fff;
}

.ch-home-country-grid h3 {
	margin-bottom: 12px;
	font-size: 1.08rem;
}

.ch-home-country-grid ul {
	margin-bottom: 0;
}

.ch-home-regulator-band {
	margin-top: clamp(44px, 6vw, 76px);
	margin-bottom: clamp(44px, 6vw, 76px);
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #f7fbff;
	box-shadow: 0 18px 40px rgba(16, 37, 31, 0.04);
}

.ch-home-regulator-band h2 {
	margin-bottom: 14px;
}

.ch-home-regulator-band p {
	max-width: 850px;
}

.ch-home-math-band {
	margin-top: clamp(44px, 6vw, 76px);
	margin-bottom: clamp(44px, 6vw, 76px);
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #f4f8f7;
}

.ch-home-math-band h2 {
	margin-bottom: 14px;
}

.ch-home-math-band p {
	max-width: 820px;
}

@media (max-width: 900px) {
	.ch-home-latest {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.ch-home-hero {
		width: auto;
		margin-right: -24px !important;
		margin-left: -24px !important;
		padding: 26px 20px;
	}

	.ch-home-hero h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.ch-home-hero__cover {
		min-height: 230px !important;
	}

	.ch-home-lede {
		font-size: 1.18rem;
		line-height: 1.5;
	}

	.ch-home-link-list,
	.ch-home-latest {
		grid-template-columns: 1fr;
	}

	.ch-home-strip {
		margin-bottom: 30px !important;
	}

	.ch-home-card-grid {
		gap: 18px;
	}

	.ch-home-card-grid > .wp-block-column {
		display: block;
	}

	.ch-home-foundation,
	.ch-home-safe,
	.ch-home-math-band,
	.ch-home-regulator-band,
	.ch-home-country-band,
	.ch-home-payment-band,
	.ch-home-safe-play,
	.ch-home-trust,
	.ch-home-latest-wrap {
		padding: 24px 18px;
	}
}

/* Hub visual refresh */
.ch-hub-visual {
	margin-bottom: clamp(28px, 5vw, 56px);
	padding: clamp(24px, 3.6vw, 40px);
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background: #f5faf8;
	box-shadow: 0 14px 36px rgba(16, 37, 31, 0.05);
}

.ch-hub-visual__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(16, 37, 31, 0.12);
}

.ch-hub-visual__intro {
	margin-bottom: 22px;
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	line-height: 1.5;
	color: #1f2c29;
}

.ch-hub-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ch-hub-card-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ch-hub-card {
	height: 100%;
	padding: 16px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #fff;
}

.ch-hub-card h3 {
	margin-bottom: 8px;
	font-size: 1.04rem;
	line-height: 1.25;
}

.ch-hub-card h3 a {
	color: #10251f;
	text-decoration: none;
}

.ch-hub-card p {
	margin-bottom: 0;
	font-size: 0.96rem;
	line-height: 1.5;
}

.ch-news-hub-hero {
	background:
		linear-gradient(135deg, rgba(12, 122, 99, 0.1), transparent 46%),
		#f5faf8;
}

.ch-news-signal-card {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background:
		linear-gradient(135deg, #fff 0 64%, #f2faf7 64% 100%),
		#fff;
	box-shadow: 0 18px 38px rgba(16, 37, 31, 0.1);
}

.ch-news-signal-card h2 {
	margin-bottom: 12px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.02;
}

.ch-news-signal-card p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.ch-hub-visual {
		padding: 20px 16px;
	}

	.ch-hub-card-grid {
		grid-template-columns: 1fr;
	}

	.ch-hub-card-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
}

/*
 * UX design pass for navigation and homepage sections
 */
@media (min-width: 1025px) {
	.inside-header {
		max-width: var(--ch-header-max);
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 16px;
		min-height: 64px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 24px;
		padding-left: 24px;
	}

	.site-logo img,
	.navigation-branding img {
		max-height: 40px;
	}

	.main-navigation {
		margin-right: 0 !important;
		margin-left: auto !important;
	}

	.main-navigation .inside-navigation,
	.main-navigation .main-nav {
		justify-content: flex-end;
	}

	.main-navigation .main-nav > ul {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap !important;
		gap: 4px;
	}

	.main-navigation .main-nav ul li a {
		padding: 9px 6px;
		font-size: 11.5px;
		line-height: 1.1;
		white-space: nowrap !important;
	}

	.main-navigation .main-nav > ul > li.menu-item-46 > a {
		font-size: 11.5px;
	}

	.main-navigation .main-nav > ul > li.menu-item-46 > a .dropdown-menu-toggle {
		font-size: 11.5px;
	}

	.main-navigation .main-nav ul ul {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 8px;
		width: min(560px, calc(100vw - 48px));
		min-width: 0;
		max-height: calc(100vh - 94px);
		padding: 12px;
		overflow-y: auto;
		border: 1px solid #d9e6e1;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 22px 48px rgba(16, 37, 31, 0.16);
	}

	.main-navigation .main-nav ul ul li {
		width: auto;
	}

	.main-navigation .main-nav ul ul li a {
		display: flex;
		align-items: center;
		min-height: 42px;
		padding: 9px 10px;
		border-radius: 6px;
		white-space: normal !important;
		font-size: 12px;
		font-weight: 760;
		line-height: 1.22;
	}

	.main-navigation .main-nav ul ul li a:hover,
	.main-navigation .main-nav ul ul li:focus-within > a {
		background: #eef7f4;
		color: #056b58;
	}
}

@media (min-width: 1025px) and (max-width: 1180px) {
	.inside-header {
		max-width: 1040px;
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 8px;
	}

	.site-logo img,
	.navigation-branding img {
		max-height: 36px;
	}

	.main-navigation .main-nav ul li a {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 11px;
	}

	.main-navigation .main-nav > ul > li.menu-item-46 > a .dropdown-menu-toggle {
		font-size: 11px;
	}

	.main-navigation .main-nav ul ul {
		width: min(500px, calc(100vw - 36px));
	}
}

/* Homepage education hero, current live markup */
.page-id-2 .ch-home-hero,
.home .ch-home-hero {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(34px, 5vw, 72px) max(24px, calc((100vw - 1200px) / 2));
	background: linear-gradient(90deg, #eef8f3 0%, #ffffff 54%, #f7fbf8 100%);
	border-bottom: 1px solid rgba(0, 99, 82, 0.13);
}

.page-id-2 .ch-home-hero > *,
.home .ch-home-hero > * {
	box-sizing: border-box;
}

.page-id-2 .ch-home-hero h1,
.home .ch-home-hero h1 {
	max-width: 10ch;
	margin: 18px 0 20px;
	font-size: clamp(48px, 5vw, 74px);
	line-height: 0.96;
	letter-spacing: 0;
}

.page-id-2 .ch-home-hero p,
.home .ch-home-hero p {
	max-width: 680px;
}

.page-id-2 .ch-home-hero-actions,
.home .ch-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 22px;
}

.page-id-2 .ch-home-cta,
.home .ch-home-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 20px;
	border: 2px solid #76c94f;
	border-radius: 7px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	box-shadow: 0 10px 24px rgba(13, 132, 104, 0.12);
}

.page-id-2 .ch-home-cta--primary,
.home .ch-home-cta--primary {
	background: #78cf50;
	color: #ffffff;
}

.page-id-2 .ch-home-cta--secondary,
.home .ch-home-cta--secondary {
	background: #ffffff;
	color: #005c4b;
}

@media (max-width: 768px) {
	.page-id-2 .ch-home-hero,
	.home .ch-home-hero {
		padding: 28px 22px 34px;
	}

	.page-id-2 .ch-home-hero h1,
	.home .ch-home-hero h1 {
		font-size: clamp(44px, 13vw, 58px);
	}

	.page-id-2 .ch-home-hero-actions,
	.home .ch-home-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.page-id-2 .ch-home-cta,
	.home .ch-home-cta {
		width: 100%;
	}
}

@media (min-width: 1181px) and (max-width: 1320px) {
	.inside-header {
		max-width: min(var(--ch-header-max), calc(100vw - 32px));
	}

	.main-navigation .main-nav ul li a {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 11px;
	}
}

@media (min-width: 1025px) {
	.site-header .inside-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: var(--ch-max);
		gap: 28px;
	}

	.site-header .site-logo {
		flex: 0 0 auto;
	}

	.site-header .main-navigation {
		flex: 0 1 auto;
		margin-left: auto !important;
	}
}

.home .entry-content > .ch-home-hero {
	margin-bottom: 0 !important;
}

.home .entry-content > .ch-home-strip {
	position: relative;
	z-index: 2;
	margin-top: -24px !important;
	margin-bottom: clamp(34px, 4vw, 54px) !important;
}

.ch-home-stat-row {
	padding: 14px 22px;
	border-color: rgba(12, 122, 99, 0.18);
	box-shadow: 0 18px 38px rgba(16, 37, 31, 0.09);
}

.ch-home-section,
.ch-home-math-band,
.ch-home-regulator-band,
.ch-home-country-band,
.ch-home-payment-band,
.ch-home-safe-play,
.ch-home-trust,
.ch-home-latest-wrap {
	margin-bottom: clamp(30px, 4vw, 52px) !important;
	padding: clamp(24px, 3vw, 36px) !important;
	min-height: 0 !important;
}

.ch-home-section > .wp-block-group__inner-container > :last-child,
.ch-home-math-band > .wp-block-group__inner-container > :last-child,
.ch-home-regulator-band > .wp-block-group__inner-container > :last-child,
.ch-home-country-band > .wp-block-group__inner-container > :last-child,
.ch-home-payment-band > .wp-block-group__inner-container > :last-child,
.ch-home-safe-play > .wp-block-group__inner-container > :last-child {
	margin-bottom: 0 !important;
}

.ch-home-section h2,
.ch-home-math-band h2,
.ch-home-regulator-band h2,
.ch-home-country-band h2,
.ch-home-payment-band h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.ch-section-kicker p,
.ch-country-label {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 12px !important;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eaf6f2;
	color: #056b58;
	font-size: 0.76rem !important;
	font-weight: 900;
	line-height: 1 !important;
	text-transform: uppercase;
}

.ch-home-link-list {
	gap: 8px 12px;
}

.ch-home-link-list li {
	padding: 10px 12px 10px 28px;
	border: 1px solid rgba(12, 122, 99, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	line-height: 1.35;
}

.ch-home-link-list li::before {
	top: 1.15em;
	left: 12px;
}

.ch-home-safe {
	display: block;
	background:
		linear-gradient(135deg, rgba(217, 160, 58, 0.16), transparent 46%),
		#fff8e8;
}

.ch-home-math-band,
.ch-home-country-band,
.ch-home-regulator-band,
.ch-home-payment-band {
	position: relative;
	overflow: hidden;
}

.ch-home-math-band::after,
.ch-home-country-band::after,
.ch-home-regulator-band::after,
.ch-home-payment-band::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 220px;
	height: 220px;
	border: 28px solid rgba(12, 122, 99, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.ch-market-card-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(360px, 1fr));
	gap: 22px;
	margin-top: 24px;
	margin-bottom: 22px;
}

body .is-layout-flex.ch-market-card-grid {
	display: grid !important;
}

.ch-market-card-grid > .wp-block-column {
	display: block;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ch-market-card,
.ch-country-card {
	height: 100%;
	padding: 22px;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 30px rgba(16, 37, 31, 0.06);
}

.ch-market-card h3,
.ch-country-card h3 {
	margin-bottom: 8px;
	font-size: 1.32rem;
	line-height: 1.16;
}

.ch-market-card p,
.ch-country-card p {
	margin-bottom: 12px;
	font-size: 0.96rem;
	line-height: 1.48;
}

.ch-market-card ul,
.ch-country-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
	margin: 0;
	list-style: none;
}

.ch-market-card li,
.ch-country-card li {
	margin-bottom: 0;
	line-height: 1.32;
}

.ch-market-card li:last-child,
.ch-country-card li:last-child {
	margin-bottom: 0;
}

.ch-market-card a,
.ch-country-card a {
	font-weight: 760;
	text-decoration: none;
}

.ch-market-intro {
	margin-bottom: 28px;
	padding: 22px;
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(12, 122, 99, 0.1), transparent 48%),
		#f5faf8;
}

.ch-country-card-grid {
	gap: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.page-id-1217 .site-content,
.page-id-1217 .entry-content,
.page-id-1678 .site-content,
.page-id-1678 .entry-content {
	max-width: 1280px;
}

.page-id-1217 .entry-content > p,
.page-id-1217 .entry-content > h2,
.page-id-1217 .entry-content > ul,
.page-id-1217 .entry-content > .ch-note,
.page-id-1217 .entry-content > .wp-block-group:not(.ch-market-card):not(.ch-link-grid-section),
.page-id-1678 .entry-content > p,
.page-id-1678 .entry-content > h2,
.page-id-1678 .entry-content > ul,
.page-id-1678 .entry-content > .ch-note,
.page-id-1678 .entry-content > .wp-block-group:not(.ch-market-card):not(.ch-link-grid-section) {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.page-id-1217 .ch-market-card-grid,
.page-id-1217 .ch-country-card-grid,
.page-id-1678 .ch-market-card-grid,
.page-id-1678 .ch-country-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.page-id-1217 .ch-market-card,
.page-id-1217 .ch-country-card,
.page-id-1678 .ch-market-card,
.page-id-1678 .ch-country-card {
	padding: 26px;
}

.page-id-1217 .ch-market-card p,
.page-id-1217 .ch-country-card p,
.page-id-1678 .ch-market-card p,
.page-id-1678 .ch-country-card p {
	font-size: 1rem;
}

.page-id-1217 .wp-block-columns.ch-market-card-grid,
.page-id-1217 .wp-block-columns.ch-country-card-grid {
	display: grid !important;
	width: min(100%, 1120px);
	margin-right: auto;
	margin-left: auto;
	align-items: stretch !important;
}

.page-id-1217 .wp-block-columns.ch-market-card-grid > .wp-block-column,
.page-id-1217 .wp-block-columns.ch-country-card-grid > .wp-block-column {
	width: auto !important;
	min-width: 0 !important;
	flex-basis: auto !important;
	flex-grow: 0 !important;
}

.page-id-1217 .ch-market-card ul,
.page-id-1217 .ch-country-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 10px;
}

.page-id-1217 .ch-market-card li,
.page-id-1217 .ch-country-card li {
	min-width: 0;
}

.page-id-1217 .ch-market-card a,
.page-id-1217 .ch-country-card a {
	display: block;
	padding: 10px 12px;
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background: #fff;
	line-height: 1.22;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

@media (max-width: 980px) {
	.page-id-1217 .wp-block-columns.ch-market-card-grid,
	.page-id-1217 .wp-block-columns.ch-country-card-grid {
		grid-template-columns: 1fr !important;
	}

	.page-id-1217 .ch-market-card ul,
	.page-id-1217 .ch-country-card ul {
		grid-template-columns: 1fr;
	}
}

.entry-content > .wp-block-columns.ch-country-card-grid > .wp-block-column {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ch-country-card-wide {
	margin-top: 18px;
	margin-bottom: 36px;
}

.ch-country-visual-image {
	margin: 28px 0 34px !important;
}

.ch-country-visual-image img {
	display: block;
	width: min(100%, 820px);
	height: auto;
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 18px 42px rgba(16, 37, 31, 0.1);
}

.ch-link-grid-section {
	margin: 48px 0 28px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #d9e6e1;
	border-radius: 8px;
	background: #f5faf8;
	box-shadow: 0 18px 46px rgba(16, 37, 31, 0.06);
}

.ch-link-grid-section h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: clamp(30px, 3vw, 44px);
}

.ch-link-grid-section > p {
	max-width: 820px;
	margin-bottom: 24px;
}

.ch-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ch-link-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ch-link-card {
	padding: 22px;
	border: 1px solid #d7e5df;
	border-radius: 8px;
	background: #fff;
}

.ch-link-card h3 {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.2;
}

.ch-link-card ul {
	margin: 0;
	padding-left: 18px;
}

.ch-link-card li {
	margin-bottom: 10px;
}

.ch-link-card a {
	font-weight: 760;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.page-id-1217 .ch-country-priority {
	width: min(100%, 1120px);
	margin-right: auto;
	margin-left: auto;
}

.page-id-1217 .ch-country-priority > .wp-block-group__inner-container {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.page-id-1217 .ch-country-priority .ch-link-grid {
	width: 100%;
	margin-top: 22px;
}

.page-id-1217 .ch-country-priority .ch-link-grid > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
	grid-template-columns: repeat(2, minmax(320px, 1fr));
	align-items: stretch;
}

.page-id-1217 .ch-country-priority .ch-link-card {
	min-width: 0;
	height: 100%;
}

.page-id-1217 .ch-country-priority .ch-link-card ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 16px 0 0;
	padding-left: 0;
	list-style: none;
}

.page-id-1217 .ch-country-priority .ch-link-card li {
	margin: 0;
}

.page-id-1217 .ch-country-priority .ch-link-card a {
	display: block;
	padding: 10px 12px;
	border: 1px solid #d4e7e0;
	border-radius: 8px;
	background: #fff;
	line-height: 1.24;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.ch-core-enhancement {
	margin: 44px 0 34px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #d9e6e1;
	border-left: 5px solid var(--ch-accent);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(12, 122, 99, 0.08), transparent 48%),
		#fff;
	box-shadow: 0 18px 46px rgba(16, 37, 31, 0.06);
}

.ch-core-enhancement h2 {
	margin-top: 0;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
}

.ch-core-enhancement h3 {
	margin-top: 28px;
	font-size: clamp(22px, 2.2vw, 30px);
}

.ch-core-enhancement p:last-child,
.ch-core-enhancement ul:last-child,
.ch-core-enhancement figure:last-child {
	margin-bottom: 0;
}

.ch-decision-table {
	margin: 24px 0;
	overflow-x: auto;
}

.ch-decision-table table {
	min-width: 680px;
	border-collapse: collapse;
	background: #fff;
}

.ch-decision-table th {
	background: #10251f;
	color: #fff;
}

.ch-decision-table th,
.ch-decision-table td {
	padding: 13px 15px;
	border: 1px solid #d9e6e1;
	text-align: left;
	vertical-align: top;
}

.ch-decision-table tr:nth-child(even) td {
	background: #f5faf8;
}

.ch-answer-box {
	margin: 26px 0;
	padding: clamp(22px, 4vw, 34px);
	background: #eef7f4;
	border: 1px solid #c8e2da;
	border-left: 6px solid var(--ch-accent);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(16, 37, 31, 0.08);
}

.ch-answer-box p:first-child {
	margin-top: 0;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.55;
}

.ch-answer-box p:last-child {
	margin-bottom: 0;
}

.ch-ai-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0;
}

.ch-ai-topic-grid a {
	display: block;
	min-height: 100%;
	padding: 22px;
	color: var(--ch-ink);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--ch-line);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(16, 37, 31, 0.06);
}

.ch-ai-topic-grid strong {
	display: block;
	margin-bottom: 10px;
	color: var(--ch-accent-dark);
	font-size: 1.05rem;
	line-height: 1.25;
}

.ch-ai-topic-grid span {
	display: block;
	color: var(--ch-muted);
	font-size: 0.94rem;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.ch-market-card-grid {
		grid-template-columns: 1fr;
	}

	.ch-market-card ul,
	.ch-country-card ul {
		grid-template-columns: 1fr;
	}

	.ch-link-grid {
		grid-template-columns: 1fr;
	}

	.ch-link-grid > .wp-block-group__inner-container,
	.page-id-1217 .ch-country-priority .ch-link-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
	}

	.ch-ai-topic-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.home .entry-content > .ch-home-strip {
		margin-top: 0 !important;
	}

	.ch-market-card-grid {
		grid-template-columns: 1fr;
	}

	.ch-home-link-list li {
		padding-top: 9px;
		padding-bottom: 9px;
	}
}

/* Category archive SEO surface */
.ch-category-archive {
	max-width: 1360px;
	margin: 0 auto;
	padding: 72px 24px 96px;
}

.ch-category-hero,
.ch-category-topic-band,
.ch-category-posts,
.ch-category-trust-band {
	border: 1px solid #d7e5df;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(16, 37, 31, 0.06);
}

.ch-category-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
	background:
		linear-gradient(115deg, rgba(233, 248, 243, 0.92), rgba(255, 255, 255, 0.98) 58%),
		#f5faf8;
}

.ch-category-hero::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	border: 34px solid rgba(0, 127, 99, 0.1);
	border-radius: 999px;
}

.ch-category-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	padding: 58px 64px;
}

.ch-category-eyebrow {
	margin: 0 0 12px;
	color: #007f63;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ch-category-hero h1 {
	margin: 0 0 18px;
	color: #10251f;
	font-size: clamp(42px, 5vw, 76px);
	line-height: 0.98;
	letter-spacing: 0;
}

.ch-category-hero p,
.ch-category-section-head p,
.ch-category-trust-band p,
.ch-category-trust-band li,
.ch-category-topic-card p,
.ch-category-post-card p {
	color: #1f302c;
	font-size: 18px;
	line-height: 1.55;
}

.ch-category-topic-band,
.ch-category-posts,
.ch-category-trust-band {
	margin-top: 28px;
	padding: 42px;
}

.ch-category-section-head {
	max-width: 860px;
	margin-bottom: 28px;
}

.ch-category-section-head h2,
.ch-category-trust-band h2 {
	margin: 0 0 12px;
	color: #10251f;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.06;
	letter-spacing: 0;
}

.ch-category-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ch-category-topic-card {
	display: block;
	min-height: 190px;
	padding: 24px;
	border: 1px solid #d7e5df;
	border-radius: 8px;
	background: #f7fbfa;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ch-category-topic-card:hover,
.ch-category-topic-card:focus {
	border-color: #007f63;
	box-shadow: 0 18px 38px rgba(16, 37, 31, 0.09);
	transform: translateY(-2px);
}

.ch-category-topic-card span {
	display: block;
	margin-bottom: 12px;
	color: #005f4d;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.15;
}

.ch-category-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ch-category-post-card {
	overflow: hidden;
	border: 1px solid #d7e5df;
	border-radius: 8px;
	background: #fff;
}

.ch-category-post-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	background: #eff7f4;
}

.ch-category-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ch-category-post-card__body {
	padding: 22px;
}

.ch-category-post-card time {
	display: block;
	margin-bottom: 10px;
	color: #60756e;
	font-size: 13px;
	font-weight: 760;
	text-transform: uppercase;
}

.ch-category-post-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 0;
}

.ch-category-post-card h3 a,
.ch-category-read-more {
	color: #005f4d;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ch-category-read-more {
	display: inline-block;
	margin-top: 8px;
	font-weight: 850;
}

.ch-category-pagination {
	margin-top: 32px;
}

.ch-category-trust-band {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 36px;
	background: #10251f;
}

.ch-category-trust-band h2,
.ch-category-trust-band p,
.ch-category-trust-band li {
	color: #fff;
}

.ch-category-trust-band ul {
	margin: 0;
	padding-left: 20px;
}

.ch-category-trust-band li {
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.ch-category-archive {
		padding-top: 42px;
	}

	.ch-category-hero__inner,
	.ch-category-topic-band,
	.ch-category-posts,
	.ch-category-trust-band {
		padding: 30px;
	}

	.ch-category-topic-grid,
	.ch-category-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.ch-category-archive {
		padding: 26px 16px 64px;
	}

	.ch-category-hero__inner,
	.ch-category-topic-band,
	.ch-category-posts,
	.ch-category-trust-band {
		padding: 24px;
	}

	.ch-category-topic-grid,
	.ch-category-post-grid,
	.ch-category-trust-band {
		grid-template-columns: 1fr;
	}
}

/*
 * May 23 stability pass
 * Keeps the desktop header on one row and prevents narrow country cards from
 * breaking link text into unreadable columns.
 */
@media (min-width: 1025px) {
	.site-header .inside-header {
		display: grid !important;
		grid-template-columns: 96px minmax(0, 1fr) !important;
		align-items: center !important;
		justify-content: stretch !important;
		width: 100% !important;
		max-width: min(1240px, calc(100vw - 48px)) !important;
		min-height: 64px !important;
		gap: 18px !important;
		padding: 8px 22px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.site-header .site-logo {
		grid-column: 1 !important;
		justify-self: start !important;
		margin: 0 !important;
	}

	.site-header .site-logo img,
	.site-header .navigation-branding img {
		max-height: 42px !important;
		width: auto !important;
	}

	.site-header .main-navigation {
		grid-column: 2 !important;
		justify-self: end !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.site-header .main-navigation .inside-navigation,
	.site-header .main-navigation .main-nav {
		justify-content: flex-end !important;
	}

	.site-header .main-navigation .main-nav > ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 2px !important;
	}

	.site-header .main-navigation .main-nav > ul > li > a {
		padding: 9px 7px !important;
		font-size: 12px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.site-header .inside-header {
		max-width: calc(100vw - 40px) !important;
		grid-template-columns: 84px minmax(0, 1fr) !important;
		gap: 10px !important;
	}

	.site-header .site-logo img,
	.site-header .navigation-branding img {
		max-height: 38px !important;
	}

	.site-header .main-navigation .main-nav > ul > li > a {
		padding-right: 5px !important;
		padding-left: 5px !important;
		font-size: 11px !important;
	}
}

.home .ch-home-country-band > .wp-block-group__inner-container {
	max-width: 1320px !important;
}

.home .ch-home-country-band .ch-country-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.home .ch-home-country-band .ch-country-card {
	padding: 24px;
}

.home .ch-home-country-band .ch-country-card ul {
	grid-template-columns: 1fr;
	gap: 10px;
}

.home .ch-home-country-band .ch-country-card a {
	display: inline;
	word-break: normal;
	overflow-wrap: anywhere;
}

.page-id-2 .chx-country-grid {
	grid-template-columns: repeat(2, minmax(320px, 1fr)) !important;
}

.page-id-2 .chx-country-grid .chx-card {
	padding: clamp(24px, 3vw, 36px) !important;
}

.page-id-2 .chx-country-grid .chx-link-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 10px !important;
}

.page-id-2 .chx-country-grid .chx-link-list li {
	min-width: 0 !important;
	padding: 12px 14px 12px 32px !important;
}

.page-id-2 .chx-country-grid .chx-link-list a {
	display: inline !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}

@media (max-width: 1180px) {
	.home .ch-home-country-band .ch-country-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-id-2 .chx-country-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 768px) {
	.home .ch-home-country-band .ch-country-card-grid {
		grid-template-columns: 1fr;
	}

	.page-id-2 .chx-country-grid .chx-link-list {
		grid-template-columns: 1fr !important;
	}
}

/*
 * May 23 post header tightening
 * Keeps the author proof visible without letting it dominate the first screen.
 */
.single-post .gb-element-46d5769a {
	min-height: 0 !important;
	padding-top: clamp(18px, 4vw, 46px) !important;
	padding-bottom: clamp(18px, 4vw, 46px) !important;
}

.single-post .gb-element-94582a6e,
.single-post .gb-element-42ff3cb8 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.single-post .gb-text-87a0595c {
	font-size: clamp(34px, 4vw, 54px) !important;
	line-height: 1.02 !important;
}

.single-post .gb-media-618d6670 {
	width: clamp(76px, 9vw, 140px) !important;
	max-width: clamp(76px, 9vw, 140px) !important;
	border-radius: 18px !important;
}

.single-post .gb-element-42ff3cb8 p {
	font-size: 15px !important;
	line-height: 1.4 !important;
}

@media (max-width: 768px) {
	.single-post .gb-element-46d5769a {
		display: block !important;
		padding: 20px 18px 18px !important;
		text-align: center !important;
	}

	.single-post .gb-text-87a0595c {
		margin-bottom: 10px !important;
		font-size: clamp(32px, 9vw, 44px) !important;
	}

	.single-post .gb-element-42ff3cb8 {
		display: grid !important;
		grid-template-columns: 58px minmax(0, 1fr) !important;
		max-width: 360px !important;
		margin: 18px auto 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.single-post .gb-media-618d6670 {
		width: 58px !important;
		max-width: 58px !important;
		border-radius: 12px !important;
	}

	.single-post .gb-element-42ff3cb8 p,
	.single-post .gb-element-42ff3cb8 .gb-text-b3688a18,
	.single-post .gb-element-42ff3cb8 .gb-element-f858c9da {
		display: none !important;
	}
}

/*
 * May 23 homepage country card refinement
 * Wider market cards with readable link labels and less vertical dead space.
 */
.home .chx-country-section,
.page-id-2 .chx-country-section {
	margin-top: clamp(26px, 4vw, 52px) !important;
}

.home .chx-country-panel,
.page-id-2 .chx-country-panel {
	padding: clamp(28px, 4vw, 52px) !important;
}

.home .chx-section-head,
.page-id-2 .chx-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	margin-bottom: 28px;
}

.home .chx-section-head .chx-section-intro,
.page-id-2 .chx-section-head .chx-section-intro {
	max-width: 960px;
	margin-bottom: 0;
}

.home .chx-text-cta,
.page-id-2 .chx-text-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid rgba(12, 122, 99, 0.2);
	border-radius: 8px;
	background: #fff;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.page-id-2 .chx-country-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

.page-id-2 .chx-country-card {
	display: flex;
	flex-direction: column;
	min-height: 0 !important;
	padding: clamp(24px, 3vw, 34px) !important;
}

.page-id-2 .chx-country-card .chx-card-label {
	margin-bottom: 8px;
	color: #0a6b59;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.page-id-2 .chx-country-card h3 {
	margin-bottom: 12px;
	font-size: clamp(1.7rem, 2.4vw, 2.35rem);
	line-height: 1.05;
}

.page-id-2 .chx-country-card p {
	max-width: 58ch;
}

.page-id-2 .chx-country-card .chx-link-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
	gap: 10px 12px !important;
	margin-top: auto !important;
	padding-top: 18px !important;
}

.page-id-2 .chx-country-card .chx-link-list li {
	display: flex !important;
	align-items: center !important;
	min-height: 48px !important;
	padding: 10px 12px 10px 30px !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.7);
}

.page-id-2 .chx-country-card .chx-link-list a {
	display: inline !important;
	color: #005f4d !important;
	font-size: 0.96rem !important;
	line-height: 1.28 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}

@media (max-width: 1180px) {
	.page-id-2 .chx-country-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 768px) {
	.home .chx-section-head,
	.page-id-2 .chx-section-head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.page-id-2 .chx-country-card .chx-link-list {
		grid-template-columns: 1fr !important;
	}

	.home .chx-text-cta,
	.page-id-2 .chx-text-cta {
		width: 100%;
	}
}

/*
 * May 25 homepage and header polish
 * Locks the desktop header to the content grid and keeps homepage market links
 * readable after menu or country guide changes.
 */
@media (min-width: 1025px) {
	.site-header .inside-header {
		grid-template-columns: 106px minmax(0, 1fr) !important;
		max-width: min(1280px, calc(100vw - 48px)) !important;
		min-height: 58px !important;
		gap: 18px !important;
		padding: 7px 18px !important;
	}

	.site-header .site-logo {
		justify-self: start !important;
	}

	.site-header .site-logo img,
	.site-header .navigation-branding img {
		max-height: 40px !important;
	}

	.site-header .main-navigation {
		justify-self: end !important;
		min-width: 0 !important;
	}

	.site-header .main-navigation .main-nav > ul {
		gap: 3px !important;
	}

	.site-header .main-navigation .main-nav > ul > li > a {
		padding: 8px 7px !important;
		font-size: 11.5px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}

	.site-header .main-navigation .main-nav ul ul {
		min-width: 280px !important;
		max-height: min(72vh, 620px) !important;
	}
}

@media (min-width: 1025px) and (max-width: 1180px) {
	.site-header .inside-header {
		grid-template-columns: 92px minmax(0, 1fr) !important;
		max-width: calc(100vw - 32px) !important;
		gap: 12px !important;
	}

	.site-header .site-logo img,
	.site-header .navigation-branding img {
		max-height: 36px !important;
	}

	.site-header .main-navigation .main-nav > ul > li > a {
		padding-right: 5px !important;
		padding-left: 5px !important;
		font-size: 11px !important;
	}
}

.page-id-2 .chx-hero {
	margin-top: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	padding-right: max(24px, env(safe-area-inset-right)) !important;
	padding-left: max(24px, env(safe-area-inset-left)) !important;
}

.page-id-2 .chx-home {
	box-sizing: border-box !important;
	width: 100vw !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	overflow: hidden !important;
}

.page-id-2 .chx-hero__inner {
	box-sizing: border-box !important;
	width: min(1280px, calc(100vw - 48px)) !important;
	max-width: none !important;
}

.page-id-2 .chx-hero__copy,
.page-id-2 .chx-odds-card {
	min-width: 0 !important;
}

.page-id-2 .chx-hero h1 {
	overflow-wrap: normal !important;
}

@media (min-width: 1101px) and (max-height: 820px) {
	.page-id-2 .chx-hero {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.page-id-2 .chx-hero__inner {
		min-height: calc(100svh - 70px) !important;
	}

	.page-id-2 .chx-hero h1 {
		font-size: clamp(52px, 4.7vw, 76px) !important;
	}

	.page-id-2 .chx-lede {
		font-size: clamp(21px, 1.75vw, 31px) !important;
	}
}

.page-id-2 .chx-short-answer-section {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.page-id-2 .chx-short-answer-section .ch-answer-box {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 24px;
	border-left: 6px solid #0c7a63;
	box-shadow: 0 14px 34px rgba(16, 37, 31, 0.06);
}

.page-id-2 .chx-short-answer-section p {
	max-width: 1080px;
	margin: 0 !important;
	font-size: clamp(1rem, 1.15vw, 1.18rem) !important;
	line-height: 1.55 !important;
}

.page-id-2 .chx-country-section {
	max-width: 1480px !important;
}

.page-id-2 .chx-country-card .chx-link-list {
	grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
}

.page-id-2 .chx-country-card .chx-link-list li {
	min-height: 50px !important;
}

.page-id-2 .chx-country-card .chx-link-list a {
	overflow-wrap: normal !important;
	word-break: normal !important;
}

@media (max-width: 1100px) {
	.page-id-2 .chx-country-card .chx-link-list {
		grid-template-columns: 1fr !important;
	}
}

.ch-educational-visual {
	position: relative;
	overflow: hidden;
	margin: 28px 0 34px !important;
	padding: clamp(24px, 5vw, 48px);
	border: 1px solid #d7e6e0;
	border-left: 8px solid #0c7a63;
	border-radius: 8px;
	background: linear-gradient(135deg, #eef8f5 0%, #fff 64%, #f7fbf9 100%);
	box-shadow: 0 18px 44px rgba(16, 37, 31, 0.07);
}

.ch-educational-visual::before {
	content: "";
	position: absolute;
	right: clamp(22px, 4vw, 48px);
	top: clamp(20px, 4vw, 42px);
	width: clamp(46px, 7vw, 78px);
	height: clamp(46px, 7vw, 78px);
	border: 10px solid #0c7a63;
	border-radius: 999px;
	box-shadow: inset 0 0 0 12px #fff, inset 0 0 0 23px #dda83b;
}

.ch-educational-visual::after {
	content: "";
	position: absolute;
	right: clamp(22px, 4vw, 48px);
	bottom: clamp(20px, 4vw, 42px);
	width: 70px;
	height: 18px;
	border-top: 7px solid #dda83b;
	border-bottom: 7px solid #0c7a63;
}

.ch-educational-visual__label {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 7px 10px;
	border-radius: 5px;
	background: #fff;
	color: #005f4f;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ch-educational-visual figcaption {
	max-width: 760px;
	margin: 0;
	color: #10251f;
	font-size: clamp(1.35rem, 2.4vw, 2.25rem);
	font-weight: 850;
	line-height: 1.16;
}

.ch-educational-visual--bonus {
	border-left-color: #dda83b;
	background: linear-gradient(135deg, #fff7e6 0%, #fff 62%, #fffaf0 100%);
}

.ch-educational-visual--risk {
	border-left-color: #7d61d5;
}

.ch-educational-visual--risk::before {
	border-color: #7d61d5;
}

.ch-educational-visual--payment::before,
.ch-educational-visual--country::before {
	border-color: #0c7a63;
}

.ch-extra-depth {
	margin: 34px 0;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid #d7e6e0;
	border-left: 7px solid #0c7a63;
	border-radius: 8px;
	background: #f4faf8;
	box-shadow: 0 16px 38px rgba(16, 37, 31, 0.055);
}

.ch-extra-depth h2 {
	margin-top: 0;
}

.ch-extra-depth p:last-child {
	margin-bottom: 0;
}

@media (max-width: 720px) {
	.ch-educational-visual {
		padding: 22px 18px 94px;
	}

	.ch-educational-visual::before {
		top: auto;
		bottom: 24px;
		left: 18px;
		right: auto;
		width: 46px;
		height: 46px;
		border-width: 7px;
		box-shadow: inset 0 0 0 8px #fff, inset 0 0 0 15px #dda83b;
	}

	.ch-educational-visual::after {
		right: 18px;
		bottom: 34px;
	}
}

/*
 * Aug 2 production layout guard
 * Prevents header drift, viewport-pulled homepage overflow, and crushed
 * country guide links after cached block layout rules load.
 */
html,
body {
	overflow-x: clip;
}

@supports not (overflow-x: clip) {
	html,
	body {
		overflow-x: hidden;
	}
}

@media (min-width: 1025px) {
	body .site-header .inside-header {
		display: grid !important;
		grid-template-columns: 112px minmax(0, 1fr) !important;
		width: min(1180px, calc(100% - 48px)) !important;
		max-width: none !important;
		min-height: 58px !important;
		margin-inline: auto !important;
		padding: 7px 0 !important;
		gap: 24px !important;
	}

	body .site-header .site-logo {
		justify-self: start !important;
		margin: 0 !important;
	}

	body .site-header .site-logo img,
	body .site-header .navigation-branding img {
		max-height: 42px !important;
		width: auto !important;
	}

	body .site-header .main-navigation {
		justify-self: end !important;
		width: auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	body .site-header .main-navigation .inside-navigation,
	body .site-header .main-navigation .main-nav {
		justify-content: flex-end !important;
		min-width: 0 !important;
	}

	body .site-header .main-navigation .main-nav > ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 4px !important;
	}

	body .site-header .main-navigation .main-nav > ul > li > a {
		padding: 8px 6px !important;
		font-size: 11.5px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 1025px) and (max-width: 1180px) {
	body .site-header .inside-header {
		grid-template-columns: 92px minmax(0, 1fr) !important;
		width: min(1120px, calc(100% - 32px)) !important;
		gap: 14px !important;
	}

	body .site-header .site-logo img,
	body .site-header .navigation-branding img {
		max-height: 38px !important;
	}

	body .site-header .main-navigation .main-nav > ul > li > a {
		padding-right: 4px !important;
		padding-left: 4px !important;
		font-size: 10.75px !important;
	}
}

.home .site,
.page-id-2 .site,
.home .site-content,
.page-id-2 .site-content,
.home .inside-article,
.page-id-2 .inside-article,
.home .entry-content,
.page-id-2 .entry-content {
	max-width: none !important;
	overflow-x: clip !important;
}

.page-id-2 .chx-home,
.home .chx-home {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
	overflow: clip !important;
}

.page-id-2 .chx-hero,
.home .chx-hero {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	padding: clamp(18px, 3vw, 34px) clamp(18px, 3vw, 32px) !important;
	overflow: hidden !important;
}

.page-id-2 .chx-hero__inner,
.home .chx-hero__inner {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr) !important;
	width: min(1180px, 100%) !important;
	max-width: none !important;
	min-height: min(560px, calc(100svh - 88px)) !important;
	margin-inline: auto !important;
	gap: clamp(24px, 3.5vw, 48px) !important;
	align-items: center !important;
}

.page-id-2 .chx-hero__copy,
.page-id-2 .chx-odds-card,
.home .chx-hero__copy,
.home .chx-odds-card {
	min-width: 0 !important;
	max-width: 100% !important;
}

.page-id-2 .chx-hero h1,
.home .chx-hero h1 {
	max-width: 10ch !important;
	font-size: clamp(50px, 4.6vw, 68px) !important;
	line-height: 0.96 !important;
	overflow-wrap: normal !important;
}

.page-id-2 .chx-lede,
.home .chx-lede {
	max-width: 650px !important;
	font-size: clamp(19px, 1.55vw, 25px) !important;
	line-height: 1.38 !important;
}

.page-id-2 .chx-hero__copy p:not(.chx-lede),
.home .chx-hero__copy p:not(.chx-lede) {
	font-size: clamp(15px, 1vw, 17px) !important;
	line-height: 1.55 !important;
}

.page-id-2 .chx-odds-card,
.home .chx-odds-card {
	transform: scale(0.94) !important;
	transform-origin: center right !important;
}

.page-id-2 .chx-country-section,
.home .chx-country-section {
	width: min(1360px, calc(100% - 32px)) !important;
	max-width: none !important;
	margin-inline: auto !important;
}

.page-id-2 .chx-country-grid,
.home .chx-country-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2vw, 28px) !important;
}

.page-id-2 .chx-country-card .chx-link-list,
.home .chx-country-card .chx-link-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
	gap: 12px !important;
}

.page-id-2 .chx-country-card .chx-link-list li,
.home .chx-country-card .chx-link-list li {
	min-width: 0 !important;
	padding: 11px 14px 11px 34px !important;
}

	.page-id-2 .chx-country-card .chx-link-list a,
	.home .chx-country-card .chx-link-list a {
		display: inline !important;
		font-size: 0.98rem !important;
	line-height: 1.25 !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none !important;
}

@media (max-width: 1100px) {
	.page-id-2 .chx-hero__inner,
	.home .chx-hero__inner,
	.page-id-2 .chx-country-grid,
	.home .chx-country-grid {
		grid-template-columns: 1fr !important;
	}

	.page-id-2 .chx-hero h1,
	.home .chx-hero h1 {
		max-width: 100% !important;
		font-size: clamp(44px, 10vw, 60px) !important;
	}
}

@media (max-width: 720px) {
	.page-id-2 .ch-low-head,
	.home .ch-low-head {
		padding: 22px 18px !important;
	}

	.page-id-2 .ch-low-head h2,
	.home .ch-low-head h2 {
		font-size: clamp(30px, 9vw, 38px) !important;
		line-height: 1.04 !important;
	}

	.page-id-2 .ch-low-answer,
	.home .ch-low-answer {
		margin-top: 14px !important;
		padding: 16px !important;
	}

	.page-id-2 .ch-low-answer p,
	.home .ch-low-answer p {
		font-size: 15px !important;
		line-height: 1.42 !important;
	}

	.page-id-2 .ch-low-grid,
	.home .ch-low-grid {
		gap: 10px !important;
		padding: 0 14px 16px !important;
	}

	.page-id-2 .ch-low-card,
	.home .ch-low-card {
		min-height: 0 !important;
		padding: 16px !important;
	}

	.page-id-2 .ch-low-card__icon,
	.home .ch-low-card__icon {
		display: none !important;
	}

	.page-id-2 .ch-low-card p:not(:last-child),
	.home .ch-low-card p:not(:last-child) {
		display: none !important;
	}
}

@media (max-width: 720px) {
	.page-id-2 .chx-country-card .chx-link-list,
	.home .chx-country-card .chx-link-list {
		grid-template-columns: 1fr !important;
	}
}

/*
 * Aug 3 mobile homepage tightening.
 * Keep the hero useful above the fold and prevent wide guide tables from
 * being clipped inside the homepage shell.
 */
@media (max-width: 720px) {
	.page-id-2 .inside-article,
	.home .inside-article {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.page-id-2 .entry-content,
	.home .entry-content {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.page-id-2 .chx-home,
	.home .chx-home {
		overflow: visible !important;
	}

	.page-id-2 .chx-hero,
	.home .chx-hero {
		width: 100% !important;
		margin: 0 !important;
		padding: 18px 18px 22px !important;
		overflow: visible !important;
	}

	.page-id-2 .chx-hero__inner,
	.home .chx-hero__inner {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	.page-id-2 .chx-hero h1,
	.home .chx-hero h1 {
		font-size: clamp(40px, 12vw, 48px) !important;
		line-height: 0.98 !important;
		margin-bottom: 10px !important;
	}

	.page-id-2 .chx-lede,
	.home .chx-lede {
		font-size: 20px !important;
		line-height: 1.34 !important;
	}

	.page-id-2 .chx-hero__inner p:not(.chx-lede),
	.home .chx-hero__inner p:not(.chx-lede) {
		font-size: 15px !important;
		line-height: 1.45 !important;
	}

	.page-id-2 .chx-actions,
	.home .chx-actions {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 10px !important;
	}

	.page-id-2 .chx-actions a,
	.home .chx-actions a {
		width: auto !important;
		min-width: 0 !important;
		padding: 13px 10px !important;
		font-size: 13px !important;
		text-align: center !important;
		white-space: normal !important;
	}

	.page-id-2 .chx-odds-card,
	.home .chx-odds-card {
		display: none !important;
	}

	.page-id-2 .chx-odds-card h2,
	.home .chx-odds-card h2 {
		font-size: clamp(26px, 8vw, 34px) !important;
		line-height: 1 !important;
		margin-bottom: 10px !important;
	}

	.page-id-2 .chx-odds-card p,
	.home .chx-odds-card p {
		font-size: 14px !important;
		line-height: 1.38 !important;
		margin-bottom: 10px !important;
	}

	.page-id-2 .chx-odds-metrics,
	.home .chx-odds-metrics {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
	}

	.page-id-2 .chx-odds-metrics > *,
	.home .chx-odds-metrics > * {
		padding: 9px 10px !important;
	}

	.page-id-2 .chx-odds-card::before,
	.home .chx-odds-card::before {
		width: 42px !important;
		height: 42px !important;
		border-width: 8px !important;
	}

	.page-id-2 .chx-table-wrap,
	.home .chx-table-wrap {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.page-id-2 .chx-table,
	.home .chx-table {
		width: max-content !important;
		min-width: 680px !important;
	}
}

/*
 * Aug 3 mobile country guide readability.
 * Keep market cards wide enough for real words, not letter stacks.
 */
@media (max-width: 720px) {
	.page-id-2 .chx-section,
	.home .chx-section,
	.page-id-2 .chx-country-section,
	.home .chx-country-section {
		box-sizing: border-box !important;
		width: calc(100% - 24px) !important;
		max-width: none !important;
		margin-inline: auto !important;
	}

	.page-id-2 .chx-country-panel,
	.home .chx-country-panel {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		padding: 22px 16px !important;
	}

	.page-id-2 .chx-country-grid,
	.home .chx-country-grid {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.page-id-2 .chx-country-card,
	.home .chx-country-card {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		padding: 22px 18px !important;
	}

	.page-id-2 .chx-country-card h3,
	.home .chx-country-card h3 {
		font-size: clamp(28px, 8vw, 34px) !important;
		line-height: 1.05 !important;
	}

	.page-id-2 .chx-country-card .chx-link-list,
	.home .chx-country-card .chx-link-list {
		width: 100% !important;
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.page-id-2 .chx-country-card .chx-link-list li,
	.home .chx-country-card .chx-link-list li {
		width: 100% !important;
		min-height: 0 !important;
		padding: 11px 14px 11px 32px !important;
	}

	.page-id-2 .chx-country-card .chx-link-list a,
	.home .chx-country-card .chx-link-list a {
		font-size: 16px !important;
		line-height: 1.28 !important;
		overflow-wrap: anywhere !important;
	}
}

/*
 * Aug 3 production stability override.
 * Keep the header on one row and keep the homepage hero inside the viewport.
 */
@media (min-width: 1025px) {
	.home .entry-content > .ch-home-hero,
	.page-id-2 .entry-content > .ch-home-hero,
	body.home .ch-home-hero,
	body.page-id-2 .ch-home-hero {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: clamp(20px, 2.6vw, 34px) 24px !important;
		overflow-x: clip !important;
	}

	.home .ch-home-hero > .wp-block-group__inner-container,
	.page-id-2 .ch-home-hero > .wp-block-group__inner-container {
		box-sizing: border-box !important;
		width: min(1180px, calc(100vw - 48px)) !important;
		max-width: 100% !important;
		margin-inline: auto !important;
	}

	.home .ch-home-hero .wp-block-columns,
	.page-id-2 .ch-home-hero .wp-block-columns {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr) !important;
		gap: clamp(22px, 3vw, 42px) !important;
		align-items: center !important;
		min-height: min(520px, calc(100svh - 86px)) !important;
	}

	.home .ch-home-hero .wp-block-column,
	.page-id-2 .ch-home-hero .wp-block-column {
		min-width: 0 !important;
		flex-basis: auto !important;
	}

	.home .ch-home-hero h1,
	.page-id-2 .ch-home-hero h1 {
		max-width: 11ch !important;
		font-size: clamp(48px, 4.1vw, 64px) !important;
		line-height: 0.98 !important;
		overflow-wrap: normal !important;
	}

	.home .ch-home-lede,
	.page-id-2 .ch-home-lede {
		max-width: 640px !important;
		font-size: clamp(18px, 1.45vw, 23px) !important;
		line-height: 1.38 !important;
	}

	.home .ch-home-odds-panel,
	.page-id-2 .ch-home-odds-panel {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}

	.home .ch-home-odds-panel h2,
	.page-id-2 .ch-home-odds-panel h2 {
		font-size: clamp(42px, 3.55vw, 58px) !important;
		line-height: 0.98 !important;
	}

	body .site-header .inside-header {
		box-sizing: border-box !important;
		display: grid !important;
		grid-template-columns: 126px minmax(0, 1fr) !important;
		align-items: center !important;
		width: min(1200px, calc(100% - 48px)) !important;
		max-width: 1200px !important;
		min-height: 72px !important;
		margin-inline: auto !important;
		padding: 8px 0 !important;
		gap: 28px !important;
	}

	body .site-header .site-logo {
		justify-self: start !important;
		width: 126px !important;
		min-width: 126px !important;
	}

	body .site-header .site-logo img,
	body .site-header .navigation-branding img {
		display: block !important;
		width: auto !important;
		max-width: 112px !important;
		max-height: 48px !important;
		object-fit: contain !important;
	}

	body .site-header .main-navigation {
		min-width: 0 !important;
		justify-self: end !important;
		width: auto !important;
	}

	body .site-header .main-navigation .inside-navigation,
	body .site-header .main-navigation .main-nav {
		min-width: 0 !important;
		width: auto !important;
	}

	body .site-header .main-navigation .main-nav > ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 8px !important;
	}

	body .site-header .main-navigation .main-nav > ul > li > a {
		padding: 9px 8px !important;
		font-size: 13px !important;
		line-height: 1.1 !important;
		white-space: nowrap !important;
	}

	.page-id-2 .chx-hero,
	.home .chx-hero {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: clamp(18px, 2.4vw, 30px) 24px !important;
		overflow-x: clip !important;
	}

	.page-id-2 .chx-hero__inner,
	.home .chx-hero__inner {
		box-sizing: border-box !important;
		width: min(1180px, calc(100vw - 48px)) !important;
		max-width: 100% !important;
		margin-inline: auto !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr) !important;
		gap: clamp(22px, 3vw, 42px) !important;
		align-items: center !important;
		min-height: min(520px, calc(100svh - 86px)) !important;
	}

	.page-id-2 .chx-hero__copy,
	.home .chx-hero__copy,
	.page-id-2 .chx-odds-card,
	.home .chx-odds-card {
		box-sizing: border-box !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.page-id-2 .chx-hero h1,
	.home .chx-hero h1 {
		max-width: 11ch !important;
		font-size: clamp(48px, 4.2vw, 64px) !important;
		line-height: 0.98 !important;
		overflow-wrap: normal !important;
	}

	.page-id-2 .chx-lede,
	.home .chx-lede {
		max-width: 620px !important;
		font-size: clamp(18px, 1.45vw, 23px) !important;
		line-height: 1.38 !important;
	}

	.page-id-2 .chx-odds-card,
	.home .chx-odds-card {
		width: 100% !important;
		transform: none !important;
	}

	.page-id-2 .chx-odds-card h2,
	.home .chx-odds-card h2 {
		font-size: clamp(42px, 3.8vw, 60px) !important;
		line-height: 0.98 !important;
	}
}

@media (min-width: 1025px) and (max-width: 1180px) {
	body .site-header .inside-header {
		grid-template-columns: 106px minmax(0, 1fr) !important;
		width: min(1120px, calc(100% - 32px)) !important;
		gap: 16px !important;
	}

	body .site-header .site-logo {
		width: 106px !important;
		min-width: 106px !important;
	}

	body .site-header .site-logo img,
	body .site-header .navigation-branding img {
		max-width: 98px !important;
		max-height: 42px !important;
	}

	body .site-header .main-navigation .main-nav > ul {
		gap: 4px !important;
	}

	body .site-header .main-navigation .main-nav > ul > li > a {
		padding-right: 5px !important;
		padding-left: 5px !important;
		font-size: 11.25px !important;
	}
}

/*
 * Aug 9 homepage chx design layer.
 * The homepage now uses chx-* sections, so keep the whole discovery page styled
 * even when new editorial blocks are added through WordPress.
 */
.home .entry-content,
.page-id-2 .entry-content {
	max-width: none !important;
	overflow-x: clip !important;
}

.home .chx-section,
.page-id-2 .chx-section {
	box-sizing: border-box !important;
	width: min(1180px, calc(100% - 48px)) !important;
	max-width: 1180px !important;
	margin: clamp(38px, 5vw, 72px) auto !important;
	padding: 0 !important;
}

.home .chx-section:first-of-type,
.page-id-2 .chx-section:first-of-type {
	margin-top: 0 !important;
}

.home .chx-panel,
.page-id-2 .chx-panel {
	--chx-ink: #10231f;
	--chx-muted: #42524d;
	--chx-green: #00745f;
	--chx-mint: #eef8f4;
	--chx-line: #cfe4dc;
	--chx-gold: #dda83b;
	box-sizing: border-box !important;
	width: 100% !important;
	padding: clamp(28px, 4vw, 52px) !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 22px 58px rgba(16, 35, 31, 0.07) !important;
	color: var(--chx-ink) !important;
}

.home .chx-panel.mint,
.page-id-2 .chx-panel.mint {
	background: linear-gradient(135deg, #eef8f4 0%, #f8fcfa 100%) !important;
}

.home .chx-panel.gold,
.page-id-2 .chx-panel.gold {
	background: linear-gradient(135deg, #fff7e7 0%, #fffdf8 100%) !important;
	border-color: #edd39c !important;
}

.home .chx-panel.dark,
.page-id-2 .chx-panel.dark {
	background: #09241d !important;
	border-color: #12372e !important;
	color: #fff !important;
}

.home .chx-panel.dark h2,
.home .chx-panel.dark h3,
.home .chx-panel.dark p,
.page-id-2 .chx-panel.dark h2,
.page-id-2 .chx-panel.dark h3,
.page-id-2 .chx-panel.dark p {
	color: #fff !important;
}

.home .chx-panel h2,
.page-id-2 .chx-panel h2 {
	margin: 0 0 18px !important;
	font-size: clamp(30px, 3vw, 44px) !important;
	line-height: 1.05 !important;
	letter-spacing: 0 !important;
	color: var(--chx-ink) !important;
}

.home .chx-panel h3,
.page-id-2 .chx-panel h3 {
	margin: 0 0 12px !important;
	font-size: clamp(20px, 1.6vw, 26px) !important;
	line-height: 1.15 !important;
	letter-spacing: 0 !important;
	color: var(--chx-ink) !important;
}

.home .chx-panel p,
.page-id-2 .chx-panel p {
	max-width: 78ch !important;
	margin: 0 0 18px !important;
	font-size: clamp(17px, 1.35vw, 20px) !important;
	line-height: 1.55 !important;
	color: var(--chx-muted) !important;
}

.home .chx-kicker,
.page-id-2 .chx-kicker,
.home .chx-card-label,
.page-id-2 .chx-card-label {
	display: block !important;
	margin: 0 0 12px !important;
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 900 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: var(--chx-green) !important;
}

.home .chx-section-head,
.page-id-2 .chx-section-head {
	display: flex !important;
	gap: 24px !important;
	align-items: end !important;
	justify-content: space-between !important;
	margin-bottom: 26px !important;
}

.home .chx-section-intro,
.page-id-2 .chx-section-intro {
	max-width: 900px !important;
}

.home .chx-card-grid,
.page-id-2 .chx-card-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin-top: 26px !important;
}

.home .chx-card-grid.three,
.page-id-2 .chx-card-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.home .chx-country-grid,
.page-id-2 .chx-country-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

.home .chx-card,
.page-id-2 .chx-card {
	box-sizing: border-box !important;
	min-width: 0 !important;
	padding: clamp(22px, 2.3vw, 32px) !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.86) !important;
	box-shadow: 0 16px 36px rgba(16, 35, 31, 0.055) !important;
}

.home .chx-card p,
.page-id-2 .chx-card p {
	font-size: clamp(16px, 1.15vw, 18px) !important;
	line-height: 1.5 !important;
}

.home .chx-card a,
.page-id-2 .chx-card a,
.home .chx-text-cta,
.page-id-2 .chx-text-cta {
	color: #00654f !important;
	font-weight: 850 !important;
	text-decoration: none !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
}

.home .chx-card a:hover,
.page-id-2 .chx-card a:hover,
.home .chx-text-cta:hover,
.page-id-2 .chx-text-cta:hover {
	color: #0a8a70 !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}

.home .chx-link-list,
.page-id-2 .chx-link-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px 22px !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.home .chx-link-list li,
.page-id-2 .chx-link-list li {
	position: relative !important;
	margin: 0 !important;
	padding-left: 22px !important;
	font-size: clamp(16px, 1.15vw, 18px) !important;
	line-height: 1.35 !important;
}

.home .chx-link-list li::before,
.page-id-2 .chx-link-list li::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 0.62em !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background: var(--chx-gold) !important;
}

.home .chx-link-list a,
.page-id-2 .chx-link-list a {
	color: #00654f !important;
	font-weight: 820 !important;
	text-decoration: none !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

.home .chx-country-card .chx-link-list,
.page-id-2 .chx-country-card .chx-link-list {
	grid-template-columns: 1fr !important;
	gap: 10px !important;
}

.home .chx-split,
.page-id-2 .chx-split {
	display: grid !important;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) !important;
	gap: clamp(28px, 4vw, 58px) !important;
	align-items: center !important;
}

.home .chx-mini-board,
.page-id-2 .chx-mini-board {
	display: grid !important;
	gap: 12px !important;
	padding: 24px !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.72) !important;
}

.home .chx-board-row,
.page-id-2 .chx-board-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	padding: 14px 16px !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
}

.home .chx-visual,
.page-id-2 .chx-visual {
	min-height: 230px !important;
	border-radius: 8px !important;
	border-left: 14px solid #07866d !important;
	background:
		linear-gradient(135deg, rgba(238, 248, 244, 0.9), rgba(255, 255, 255, 0.96)),
		linear-gradient(90deg, transparent 0 72%, rgba(221, 168, 59, 0.18) 72% 100%) !important;
	box-shadow: inset 0 0 0 1px var(--chx-line) !important;
}

.home .chx-table-wrap,
.page-id-2 .chx-table-wrap {
	width: 100% !important;
	margin-top: 24px !important;
	overflow-x: auto !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
}

.home .chx-table,
.page-id-2 .chx-table {
	width: 100% !important;
	min-width: 760px !important;
	border-collapse: collapse !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
}

.home .chx-table th,
.home .chx-table td,
.page-id-2 .chx-table th,
.page-id-2 .chx-table td {
	padding: 14px 16px !important;
	border-bottom: 1px solid #e4eee9 !important;
	text-align: left !important;
	vertical-align: top !important;
}

.home .chx-table th,
.page-id-2 .chx-table th {
	background: #f2faf6 !important;
	color: #10231f !important;
	font-weight: 900 !important;
}

.home .wp-block-latest-posts.chx-latest,
.page-id-2 .wp-block-latest-posts.chx-latest {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.home .wp-block-latest-posts.chx-latest li,
.page-id-2 .wp-block-latest-posts.chx-latest li {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 12px 28px rgba(16, 35, 31, 0.045) !important;
}

.home .wp-block-latest-posts.chx-latest a,
.page-id-2 .wp-block-latest-posts.chx-latest a {
	display: block !important;
	color: #00654f !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

.home .wp-block-latest-posts.chx-latest time,
.page-id-2 .wp-block-latest-posts.chx-latest time {
	display: block !important;
	margin-top: 10px !important;
	color: #63736e !important;
	font-size: 13px !important;
}

.home .chx-faq .schema-faq-section,
.page-id-2 .chx-faq .schema-faq-section {
	margin: 0 0 16px !important;
	padding: 20px !important;
	border: 1px solid var(--chx-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
}

.home .chx-faq .schema-faq-question,
.page-id-2 .chx-faq .schema-faq-question {
	display: block !important;
	margin-bottom: 8px !important;
	color: #10231f !important;
	font-size: 18px !important;
	line-height: 1.25 !important;
}

.home .chx-faq .schema-faq-answer,
.page-id-2 .chx-faq .schema-faq-answer {
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

.home .chx-hero .chx-odds-card,
.page-id-2 .chx-hero .chx-odds-card {
	position: relative !important;
	overflow: hidden !important;
	align-self: center !important;
	min-height: 420px !important;
	padding: clamp(30px, 3.2vw, 48px) !important;
	border: 1px solid #cfe4dc !important;
	border-radius: 8px !important;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0 62%, rgba(235, 248, 243, 0.95) 62% 100%),
		#fff !important;
	box-shadow: 0 26px 64px rgba(16, 35, 31, 0.1) !important;
}

.home .chx-hero .chx-odds-card::before,
.page-id-2 .chx-hero .chx-odds-card::before {
	content: "" !important;
	position: absolute !important;
	right: 28px !important;
	top: 28px !important;
	width: 58px !important;
	height: 58px !important;
	border: 11px solid #07866d !important;
	border-radius: 50% !important;
	box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 21px #dda83b !important;
}

.home .chx-hero .chx-odds-card::after,
.page-id-2 .chx-hero .chx-odds-card::after {
	content: "" !important;
	position: absolute !important;
	right: 34px !important;
	bottom: 32px !important;
	width: 86px !important;
	height: 14px !important;
	background: linear-gradient(180deg, #dda83b 0 50%, #07866d 50% 100%) !important;
}

.home .chx-hero .chx-odds-card > *,
.page-id-2 .chx-hero .chx-odds-card > * {
	position: relative !important;
	z-index: 1 !important;
}

.home .chx-hero .chx-odds-card .chx-kicker,
.page-id-2 .chx-hero .chx-odds-card .chx-kicker {
	display: inline-flex !important;
	width: auto !important;
	padding: 8px 12px !important;
	border-radius: 6px !important;
	background: #eef8f4 !important;
	color: #00745f !important;
}

.home .chx-hero .chx-odds-card h2,
.page-id-2 .chx-hero .chx-odds-card h2 {
	max-width: 9.5ch !important;
	margin: 28px 0 18px !important;
	font-size: clamp(44px, 4.3vw, 68px) !important;
	line-height: 0.98 !important;
	letter-spacing: 0 !important;
	color: #202020 !important;
}

.home .chx-hero .chx-odds-card p,
.page-id-2 .chx-hero .chx-odds-card p {
	max-width: 48ch !important;
	font-size: clamp(17px, 1.2vw, 19px) !important;
	line-height: 1.48 !important;
	color: #18312b !important;
}

.home .chx-hero .chx-odds-metrics,
.page-id-2 .chx-hero .chx-odds-metrics {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	margin: 24px 0 !important;
}

.home .chx-hero .chx-odds-metrics p,
.page-id-2 .chx-hero .chx-odds-metrics p {
	margin: 0 !important;
	padding: 14px 16px !important;
	border: 1px solid #cfe4dc !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.88) !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
}

.home .chx-hero .chx-odds-card a,
.page-id-2 .chx-hero .chx-odds-card a {
	color: #00654f !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

.home .chx-latest-grid .chx-latest-card,
.page-id-2 .chx-latest-grid .chx-latest-card {
	min-height: 150px !important;
}

.home .chx-latest-grid .chx-latest-card h3,
.page-id-2 .chx-latest-grid .chx-latest-card h3 {
	font-size: clamp(18px, 1.35vw, 22px) !important;
	line-height: 1.18 !important;
}

@media (max-width: 980px) {
	.home .chx-card-grid,
	.page-id-2 .chx-card-grid,
	.home .chx-country-grid,
	.page-id-2 .chx-country-grid,
	.home .wp-block-latest-posts.chx-latest,
	.page-id-2 .wp-block-latest-posts.chx-latest {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.home .chx-split,
	.page-id-2 .chx-split {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 640px) {
	.home .chx-section,
	.page-id-2 .chx-section {
		width: calc(100% - 28px) !important;
		margin: 34px auto !important;
	}

	.home .chx-panel,
	.page-id-2 .chx-panel {
		padding: 24px 18px !important;
	}

	.home .chx-section-head,
	.page-id-2 .chx-section-head {
		display: block !important;
	}

	.home .chx-card-grid,
	.page-id-2 .chx-card-grid,
	.home .chx-card-grid.three,
	.page-id-2 .chx-card-grid.three,
	.home .chx-country-grid,
	.page-id-2 .chx-country-grid,
	.home .chx-link-list,
	.page-id-2 .chx-link-list,
	.home .wp-block-latest-posts.chx-latest,
	.page-id-2 .wp-block-latest-posts.chx-latest {
		grid-template-columns: 1fr !important;
	}

	.home .chx-panel h2,
	.page-id-2 .chx-panel h2 {
		font-size: clamp(28px, 9vw, 36px) !important;
	}

	.home .chx-card,
	.page-id-2 .chx-card {
		padding: 20px !important;
	}
}
