/*
Theme Name: FXGoPlus GeneratePress Child
Theme URI: https://www.fxgoplus.com/
Description: GeneratePress child theme for the Elementor-free FXGoPlus migration.
Author: FXGoPlus
Template: generatepress
Version: 0.2.41
Text Domain: fxgoplus-gp-child
*/

:root {
	--fxg-surface: #fff;
	--fxg-surface-muted: #f8fafc;
	--fxg-surface-tint: #f1f5ff;
	--fxg-text: #0f172a;
	--fxg-text-muted: #475467;
	--fxg-border: #dce6ee;
	--fxg-border-strong: #c9d8e4;
	--fxg-primary: #4f6fd8;
	--fxg-primary-dark: #3958bd;
	--fxg-warning-bg: #fff7ed;
	--fxg-warning-border: #fed7aa;
	--fxg-warning-text: #7c2d12;
	--fxg-radius: 8px;
	--fxg-shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.05);
	--fxg-shadow-md: 0 18px 42px rgba(15, 23, 42, 0.08);
	--fxg-color-primary: var(--fxg-primary);
	--fxg-color-primary-hover: var(--fxg-primary-dark);
	--fxg-color-heading: var(--fxg-text);
	--fxg-color-text: #243b53;
	--fxg-color-muted: #64748b;
	--fxg-color-page: #f5f8fb;
	--fxg-color-surface: var(--fxg-surface);
	--fxg-color-border: var(--fxg-border);
	--fxg-radius-card: 8px;
	--fxg-radius-control: 7px;
	--fxg-space-section: 32px;
}

/* Broker deal single posts */
.fxg-deal-article .fxg-post-hero {
	background:
		linear-gradient(135deg, #f7fbff 0%, #eef5ff 54%, #f8fbff 100%),
		linear-gradient(45deg, rgba(79, 111, 216, 0.08), rgba(15, 118, 110, 0.06));
	border-bottom: 1px solid var(--fxg-border);
	color: var(--fxg-text);
}

.fxg-deal-article .fxg-post-hero h1 {
	color: var(--fxg-text);
}

.fxg-deal-article .fxg-post-hero__excerpt {
	color: var(--fxg-text-muted);
}

.fxg-deal-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
}

.fxg-deal-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
	max-width: 760px;
}

.fxg-deal-hero__facts div,
.fxg-deal-hero__broker-logo {
	border: 1px solid var(--fxg-border);
	background: rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	box-shadow: var(--fxg-shadow-sm);
}

.fxg-deal-hero__facts div {
	padding: 12px 14px;
}

.fxg-deal-hero__facts span {
	display: block;
	margin-bottom: 4px;
	color: var(--fxg-text-muted);
	font-size: 13px;
}

.fxg-deal-hero__facts strong {
	display: block;
	color: var(--fxg-text);
	font-size: 15px;
	line-height: 1.35;
}

.fxg-deal-hero__broker-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 36px;
}

.fxg-deal-hero__broker-logo img {
	width: min(260px, 80%);
	height: auto;
	filter: drop-shadow(0 18px 32px rgba(15, 23, 42, 0.08));
}

.fxg-deal-layout {
	align-items: start;
}

.fxg-deal-sidebar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.fxg-deal-sidebar__actions .fxg-button {
	width: 100%;
	justify-content: center;
}

.fxg-deal-fact-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.fxg-deal-fact-list div {
	display: grid;
	grid-template-columns: minmax(86px, 0.45fr) minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4edf3;
}

.fxg-deal-fact-list div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fxg-deal-fact-list dt {
	color: #5b7182;
	font-size: 13px;
}

.fxg-deal-fact-list dd {
	margin: 0;
	color: #172b3a;
	font-weight: 700;
}

.fxg-deal-share-card .fxg-review-share-links {
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
}

.fxg-deal-share-card .fxg-review-share-links a {
	flex: 0 0 44px;
}

.fxg-deal-source-box {
	display: grid;
	gap: 18px;
	margin-top: 28px;
	padding: 22px;
	border: 1px solid var(--fxg-border);
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
	box-shadow: var(--fxg-shadow-sm);
}

.fxg-deal-source-box strong {
	display: block;
	margin-bottom: 6px;
	color: var(--fxg-text);
	font-size: 1.05rem;
}

.fxg-deal-source-box p {
	margin: 0;
	color: var(--fxg-text-muted);
}

.fxg-deal-source-box__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fxg-deal-article--expired .fxg-post-hero {
	background:
		linear-gradient(135deg, #f8fafc 0%, #edf2f7 58%, #f9fafb 100%),
		linear-gradient(45deg, rgba(100, 116, 139, 0.08), rgba(255, 255, 255, 0));
}

@media (max-width: 860px) {
	.fxg-deal-hero__facts {
		grid-template-columns: 1fr;
	}

	.fxg-deal-hero__broker-logo {
		min-height: 160px;
	}

	.fxg-deal-share-card .fxg-review-share-links {
		flex-wrap: wrap;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--fxg-surface-muted);
	color: var(--fxg-text);
	text-rendering: optimizeLegibility;
}

body .site,
body .site-content,
body .content-area,
body .inside-article,
body .site-main {
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

body .site-content {
	display: block;
}

body .inside-article {
	background: transparent;
}

.separate-containers .site-main,
.separate-containers.no-sidebar .site-main,
.full-width-content.no-sidebar.separate-containers .site-main,
.one-container .site-main {
	margin: 0;
}

.separate-containers .inside-article,
.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content,
.one-container .site-content {
	padding: 0;
}

.container.grid-container,
.full-width-content .container.grid-container {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

a {
	text-underline-offset: 3px;
}

.fxg-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.fxg-container--compare {
	width: min(1480px, calc(100% - 32px));
}

.fxg-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid #dce6ee;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
}

.has-fxg-review-smart-header .fxg-site-header {
	transition: transform 180ms ease, box-shadow 180ms ease;
	will-change: transform;
}

.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-site-header {
	transform: translateY(-100%);
}

.fxg-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 72px;
}

.fxg-site-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #0f172a;
	font-weight: 800;
	text-decoration: none;
}

.fxg-site-brand:hover {
	color: #4f6fd8;
}

.fxg-site-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #4f6fd8;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0;
}

.fxg-site-brand__name {
	font-size: 1.12rem;
}

.fxg-site-brand-wrap .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.fxg-site-brand-wrap .custom-logo {
	display: block;
	max-width: 180px;
	height: auto;
}

.fxg-site-nav {
	flex: 1;
}

.fxg-site-nav__menu,
.fxg-site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-site-nav__menu {
	justify-content: center;
}

.fxg-site-nav__menu li {
	position: relative;
}

.fxg-site-nav__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	color: #344054;
	font-weight: 700;
	text-decoration: none;
}

.fxg-site-nav__menu a:hover,
.fxg-site-footer a:hover {
	color: #4f6fd8;
}

.fxg-site-nav__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: grid;
	gap: 4px;
	min-width: 210px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
	margin: 0;
	padding: 14px 10px 10px;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 0.16s ease, transform 0.16s ease;
}

.fxg-site-nav__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
}

.fxg-site-nav__menu li:hover>.sub-menu,
.fxg-site-nav__menu li:focus-within>.sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.fxg-site-nav__menu .sub-menu a {
	display: flex;
	min-height: 38px;
	border-radius: 6px;
	padding: 6px 10px;
	white-space: nowrap;
}

.fxg-site-nav__menu .sub-menu a:hover,
.fxg-site-nav__menu .sub-menu a:focus {
	background: #f1f5ff;
	color: #4f6fd8;
}

.fxg-site-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 8px;
	background: #4f6fd8;
	color: #fff;
	font-weight: 800;
	padding: 0 18px;
	text-decoration: none;
	white-space: nowrap;
}

.fxg-site-header__cta:hover {
	background: #115e59;
	color: #fff;
}

.fxg-site-footer {
	border-top: 1px solid #d8e5ef;
	background: #eef4fb;
	color: var(--fxg-text, #243b53);
}

.fxg-site-footer__inner {
	display: grid;
	gap: 44px 64px;
	grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.35fr) minmax(190px, 0.45fr);
	padding: 46px 0 28px;
}

.fxg-site-brand--footer {
	display: inline-flex;
	color: var(--fxg-ink, #050b3d);
}

.fxg-site-brand--footer .fxg-site-brand__mark {
	background: #4f6fd8;
	color: #fff;
}

.fxg-site-brand--footer .fxg-site-brand__name {
	color: var(--fxg-ink, #050b3d);
	font-size: 1.22rem;
}

.fxg-site-footer .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 210px;
}

.fxg-site-footer .custom-logo {
	display: block;
	width: auto;
	max-width: 210px;
	height: auto;
}

.fxg-site-footer__description {
	max-width: 360px;
	margin-top: 20px;
}

.fxg-site-footer p {
	margin: 0;
	color: var(--fxg-text, #243b53);
	line-height: 1.65;
}

.fxg-site-footer h2 {
	margin: 0 0 14px;
	color: var(--fxg-ink, #050b3d);
	font-size: 0.98rem;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
}

.fxg-site-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	gap: 26px;
}

.fxg-site-footer__column {
	min-width: 0;
}

.fxg-site-footer__menu {
	display: grid;
	align-items: start;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-site-footer a {
	color: var(--fxg-primary, #4f6fd8);
	text-decoration: none;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.fxg-site-footer a:hover,
.fxg-site-footer a:focus {
	color: var(--fxg-primary-dark, #3958bd);
}

.fxg-site-footer__menu a {
	display: inline-flex;
	width: fit-content;
	border-radius: 7px;
	color: var(--fxg-text, #243b53);
	font-size: 0.94rem;
	line-height: 1.45;
	padding: 2px 6px;
	margin-left: -6px;
	word-break: keep-all;
}

.fxg-site-footer__menu a:hover,
.fxg-site-footer__menu a:focus {
	background: rgba(79, 111, 216, 0.1);
	color: var(--fxg-primary-dark, #3958bd);
	transform: translateX(2px);
}

.fxg-site-footer__brand-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	gap: 10px;
}

.fxg-site-footer__brand-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid var(--fxg-border, #d8e5ef);
	border-radius: 8px;
	background: #fff;
	color: var(--fxg-primary, #4f6fd8);
	font-size: 0.9rem;
	font-weight: 800;
	padding: 0 13px;
}

.fxg-site-footer__brand-link:hover,
.fxg-site-footer__brand-link:focus {
	border-color: rgba(79, 111, 216, 0.35);
	background: var(--fxg-primary-soft, #f1f5ff);
}

.fxg-site-footer__brand-link svg {
	width: 17px;
	height: 17px;
	margin-right: 8px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fxg-site-footer__contact {
	min-width: 0;
}

.fxg-site-footer__contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fxg-site-footer__contact-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--fxg-border, #d8e5ef);
	border-radius: 8px;
	background: #fff;
	color: var(--fxg-primary, #4f6fd8);
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.fxg-site-footer__contact-link:hover,
.fxg-site-footer__contact-link:focus {
	border-color: rgba(79, 111, 216, 0.35);
	background: #e5edff;
	color: var(--fxg-primary-dark, #3958bd);
	transform: translateY(-1px);
}

.fxg-site-footer__contact-link svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fxg-site-footer__contact-link>span:last-child:not(:first-child):not(.fxg-site-footer__qr) {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.fxg-site-footer__contact-link.is-disabled {
	opacity: 0.48;
}

.fxg-site-footer__contact-link--wechat {
	cursor: default;
}

.fxg-site-footer__qr {
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	display: none;
	width: 132px;
	border: 1px solid var(--fxg-border, #d8e5ef);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
	padding: 8px;
}

.fxg-site-footer__qr img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.fxg-site-footer__contact-link--wechat:hover .fxg-site-footer__qr,
.fxg-site-footer__contact-link--wechat:focus-within .fxg-site-footer__qr {
	display: block;
}

.fxg-site-footer__notice {
	border-top: 1px solid var(--fxg-border-soft, #e8f0f6);
	padding: 20px 0;
}

.fxg-site-footer__notice p {
	max-width: 980px;
	color: var(--fxg-text-muted, #61708e);
	font-size: 0.94rem;
}

.fxg-site-footer__notice p+p {
	margin-top: 12px;
}

.fxg-site-footer__bottom {
	border-top: 1px solid var(--fxg-border-soft, #e8f0f6);
	padding: 16px 0;
	color: var(--fxg-text-muted, #61708e);
	font-size: 0.9rem;
}

.fxg-site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
}

@media (max-width: 1180px) {
	.fxg-site-footer__inner {
		grid-template-columns: 1fr;
	}
}

.fxg-floating-assist {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: grid;
	justify-items: end;
	gap: 12px;
	pointer-events: none;
}

.has-fxg-review-bottom-cta-visible .fxg-floating-assist {
	bottom: 92px;
}

.fxg-floating-assist>* {
	pointer-events: auto;
}

.fxg-floating-assist__buttons {
	display: grid;
	gap: 18px;
	justify-items: center;
	min-width: 64px;
}

.fxg-floating-assist__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #cfe0ea;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fxg-floating-assist__button:hover,
.fxg-floating-assist__button:focus {
	border-color: #4f6fd8;
	background: #f1f5ff;
	transform: translateY(-1px);
}

.fxg-floating-assist__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.18), 0 14px 32px rgba(15, 23, 42, 0.14);
}

.fxg-floating-assist__top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(79, 111, 216, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	background-clip: padding-box;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
	color: var(--fxg-primary);
	font-size: 0;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.fxg-floating-assist__top svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.fxg-floating-assist__top.is-visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.fxg-floating-assist__top:hover,
.fxg-floating-assist__top:focus {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-color: rgba(79, 111, 216, 0.42);
	border-radius: 999px;
	background: var(--fxg-primary);
	box-shadow: 0 12px 28px rgba(79, 111, 216, 0.22);
	color: #fff;
}

.fxg-floating-assist__top:focus-visible {
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.18), 0 12px 28px rgba(79, 111, 216, 0.22);
	outline: 0;
}

.fxg-floating-assist__button--chat {
	min-width: 64px;
	padding: 0 16px;
	background: #4f6fd8;
	border-color: #4f6fd8;
	color: #fff;
}

.fxg-floating-assist__button--chat:hover,
.fxg-floating-assist__button--chat:focus {
	background: #3958bd;
	border-color: #3958bd;
	color: #fff;
}

.fxg-floating-chat {
	width: min(292px, calc(100vw - 28px));
	max-height: min(510px, calc(100vh - 150px));
	overflow-y: auto;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.fxg-floating-chat__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	background: #4f6fd8;
	padding: 12px 14px;
	color: #fff;
}

.fxg-floating-chat__header span {
	display: block;
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.82rem;
	font-weight: 800;
}

.fxg-floating-chat__header strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.3;
}

.fxg-floating-chat__header button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

[data-floating-chat-close] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 999px;
	font-size: 25px;
}

.fxg-floating-chat__body {
	display: grid;
	gap: 9px;
	padding: 10px;
}

.fxg-floating-chat__body p {
	margin: 0;
	color: #475467;
	font-size: 0.84rem;
	line-height: 1.55;
}

.fxg-floating-chat__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.fxg-floating-chat__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fbfd;
	color: #0f172a;
	font-size: 0.86rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.fxg-floating-chat__links a:hover,
.fxg-floating-chat__links a:focus {
	border-color: #b7d7d2;
	background: #f1f5ff;
	color: #4f6fd8;
}

.fxg-floating-chat__social-block,
.fxg-floating-chat__manual {
	display: grid;
	gap: 0;
}

.fxg-floating-chat__social-block>strong {
	color: #0f172a;
	font-size: 0.9rem;
	line-height: 1.3;
}

.fxg-floating-chat__socials {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.fxg-floating-social {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 32px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	color: #1e3357;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 6px 8px;
	text-decoration: none;
}

.fxg-floating-social button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: inherit;
	padding: 0;
	cursor: pointer;
}

.fxg-floating-social span[aria-hidden="true"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #eef4ff;
	color: #4f6fd8;
	font-size: 0.78rem;
	line-height: 1;
}

.fxg-floating-social:hover,
.fxg-floating-social:focus-within,
.fxg-floating-social:focus {
	border-color: #4f6fd8;
	background: #f1f5ff;
	color: #3456c5;
}

.fxg-floating-social.is-disabled {
	cursor: not-allowed;
	opacity: 0.56;
}

.fxg-floating-social.is-disabled,
.fxg-floating-social.is-disabled:hover,
.fxg-floating-social.is-disabled:focus,
.fxg-floating-social.is-disabled:focus-within {
	border-color: #dce6ee;
	background: #fff;
	color: #61708e;
}

.fxg-floating-social.is-disabled button {
	cursor: not-allowed;
}

.fxg-floating-social__qr {
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	width: 156px;
	border: 1px solid #dce6ee;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
	padding: 10px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	z-index: 2;
}

.fxg-floating-social__qr img {
	display: block;
	width: 132px;
	height: 132px;
	margin: 0 auto 8px;
	border-radius: 6px;
	object-fit: cover;
}

.fxg-floating-social__qr span {
	color: #475467;
	font-size: 0.8rem;
	font-weight: 800;
}

.fxg-floating-social--wechat:hover .fxg-floating-social__qr,
.fxg-floating-social--wechat:focus-within .fxg-floating-social__qr {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.fxg-floating-chat__qa,
.fxg-floating-chat__form {
	display: grid;
	gap: 8px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fbfd;
	padding: 10px;
}

.fxg-floating-chat__qa>strong,
.fxg-floating-chat__form>strong {
	color: #0f172a;
	font-size: 0.95rem;
	line-height: 1.3;
}

.fxg-floating-chat__qa-buttons {
	display: grid;
	gap: 6px;
}

.fxg-floating-chat__qa-buttons button {
	width: 100%;
	border: 1px solid #d5e2ec;
	border-radius: 8px;
	background: #fff;
	color: #1e3357;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 800;
	padding: 7px 9px;
	text-align: left;
	cursor: pointer;
}

.fxg-floating-chat__qa-buttons button:hover,
.fxg-floating-chat__qa-buttons button:focus {
	border-color: #4f6fd8;
	background: #f1f5ff;
	color: #3456c5;
}

.fxg-floating-chat__answer {
	border-left: 3px solid #4f6fd8;
	background: #fff;
	padding: 8px 10px;
}

.fxg-floating-chat__answer strong {
	display: block;
	margin-bottom: 6px;
	color: #0f172a;
	font-size: 0.9rem;
}

.fxg-floating-chat__answer p {
	font-size: 0.84rem;
	line-height: 1.55;
}

.fxg-floating-chat__form label {
	display: grid;
	gap: 5px;
	color: #344054;
	font-size: 0.82rem;
	font-weight: 800;
}

.fxg-floating-chat__form input,
.fxg-floating-chat__form textarea {
	width: 100%;
	resize: vertical;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	padding: 8px 10px;
	font: inherit;
	background: #fff;
}

.fxg-floating-chat__form textarea {
	min-height: 76px;
	max-height: 120px;
}

.fxg-floating-chat__submit,
.fxg-floating-chat__submit:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #4f6fd8;
	border-radius: 8px;
	background: #4f6fd8;
	color: #fff !important;
	font-weight: 900;
	cursor: pointer;
	text-decoration: none;
	width: 100%;
	opacity: 1;
}

.fxg-floating-chat__submit:hover,
.fxg-floating-chat__submit:focus {
	background: #3958bd;
	border-color: #3958bd;
	color: #fff !important;
	text-decoration: none;
}

.fxg-contact-content {
	display: grid;
	gap: 24px;
}

.fxg-contact-form-card {
	border: 1px solid var(--fxg-color-border, #d9e6ef);
	border-radius: 10px;
	background: #fff;
	padding: 28px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.fxg-contact-form-card h2 {
	margin-top: 0;
}

.fxg-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.fxg-contact-form label {
	display: grid;
	gap: 7px;
	color: var(--fxg-text, #1b2f55);
	font-size: 0.92rem;
	font-weight: 800;
}

.fxg-contact-form input,
.fxg-contact-form textarea {
	width: 100%;
	border: 1px solid var(--fxg-color-border, #d9e6ef);
	border-radius: 8px;
	background: #fff;
	color: var(--fxg-ink, #050b3d);
	font: inherit;
	padding: 11px 12px;
}

.fxg-contact-form input:focus,
.fxg-contact-form textarea:focus {
	border-color: var(--fxg-primary, #4f6fd8);
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.12);
	outline: 0;
}

.fxg-contact-form__wide,
.fxg-contact-form button,
.fxg-contact-form__notice {
	grid-column: 1 / -1;
}

.fxg-contact-form button:disabled {
	opacity: 0.68;
	cursor: wait;
}

.fxg-contact-form__notice {
	min-height: 20px;
	color: var(--fxg-primary-dark, #3958bd);
	font-size: 0.92rem;
	font-weight: 800;
}

.fxg-contact-form__notice.is-error {
	color: #dc2626;
}

.fxg-contact-methods {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.fxg-contact-methods a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid var(--fxg-color-border, #d9e6ef);
	border-radius: 8px;
	background: #f8fbfd;
	font-weight: 900;
	text-decoration: none;
}

.fxg-contact-wechat {
	display: grid;
	gap: 8px;
	justify-items: center;
	margin-top: 18px;
	color: var(--fxg-text-muted, #61708e);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
}

.fxg-contact-wechat img {
	width: 148px;
	height: 148px;
	border: 1px solid var(--fxg-color-border, #d9e6ef);
	border-radius: 10px;
	object-fit: cover;
}

.fxg-floating-chat__submit:disabled {
	opacity: 0.64;
	cursor: wait;
}

.fxg-floating-chat__notice {
	min-height: 18px;
	color: #0b5f58;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.4;
}

.fxg-floating-chat__notice.is-error {
	color: #b42318;
}

body.single-broker .site-content {
	display: block;
}

body.single-broker,
body.single-broker .site,
body.single-broker .site-content,
body.single-broker .content-area,
body.single-broker .site-main,
body.single-broker .inside-article,
body.single-broker .entry-content {
	overflow-y: visible;
}

.fxg-broker-hero {
	background:
		radial-gradient(circle at 88% 12%, rgba(79, 111, 216, 0.1), transparent 28%),
		linear-gradient(135deg, rgba(79, 111, 216, 0.1), rgba(37, 99, 235, 0.045)),
		#f7fbfc;
	border-bottom: 1px solid #dde8ef;
	padding: 42px 0 46px;
}

.fxg-broker-hero__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	justify-content: space-between;
}

.fxg-broker-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 280px;
}

.fxg-broker-hero h1 {
	margin: 12px 0 16px;
	max-width: 720px;
	font-size: clamp(2.45rem, 4.2vw, 3.6rem);
	letter-spacing: 0;
	line-height: 1.02;
}

.fxg-broker-hero__summary {
	max-width: 700px;
	margin: 20px 0 0;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #344054;
}

.fxg-broker-hero__ratings {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
}

.fxg-broker-hero__ratings>div {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #dce6ee;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
	padding: 8px 14px;
}

.fxg-broker-hero__ratings span {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 900;
	white-space: nowrap;
}

.fxg-broker-hero__ratings .fxg-user-rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.fxg-broker-hero__ratings .fxg-rating {
	background: transparent;
	padding: 0;
}

.fxg-broker-hero__ratings .fxg-user-rating strong {
	background: transparent;
	padding: 0;
}

.fxg-broker-hero__ratings .fxg-user-rating em {
	display: none;
}

.fxg-broker-hero__ratings .fxg-user-rating__tooltip {
	display: block;
	width: min(360px, calc(100vw - 32px));
	max-width: 360px;
	color: #fff !important;
	line-height: 1.55;
	white-space: normal;
}

.fxg-broker-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.fxg-broker-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	min-height: 0;
	overflow: hidden;
	border: 1px solid #d8e3ea;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.fxg-broker-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.fxg-broker-hero__media--logo {
	background: #f8fbfd;
	padding: 34px;
}

.fxg-broker-hero__media--logo img {
	width: auto;
	height: auto;
	max-width: min(82%, 360px);
	max-height: 180px;
	object-fit: contain;
}

.fxg-broker-summary-strip {
	position: relative;
	z-index: 40;
	border-bottom: 1px solid #dce6ee;
	background: #fff;
}

.fxg-broker-summary-strip__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	border-left: 1px solid #e7eef4;
}

.fxg-broker-summary-strip__grid div {
	display: grid;
	gap: 5px;
	border-right: 1px solid #e7eef4;
	padding: 14px 16px;
}

.fxg-broker-summary-strip__grid span {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fxg-broker-summary-strip__grid strong {
	color: #0f172a;
	font-size: 0.98rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.fxg-content-section {
	background: #f8fafc;
	padding: 48px 0;
}

.fxg-broker-tabs {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid #dce6ee;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
}

.fxg-broker-tabs__inner {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 10px 0;
}

.fxg-broker-tabs a {
	flex: 0 0 auto;
	border: 1px solid #dce6ee;
	border-radius: 999px;
	padding: 8px 14px;
	color: #344054;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.fxg-broker-tabs a:hover {
	border-color: #4f6fd8;
	color: #4f6fd8;
}

#rebates,
#rebate-flow,
#overview,
#accounts,
#platforms,
#regulation,
#user-reviews,
#faq {
	scroll-margin-top: 82px;
}

.fxg-content-hero,
.fxg-post-hero {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.08), rgba(37, 99, 235, 0.05)),
		#f7fafc;
	border-bottom: 1px solid #dde8ef;
	padding: 56px 0;
}

.fxg-content-hero h1,
.fxg-post-hero h1 {
	max-width: 860px;
	margin: 10px 0 14px;
	font-size: clamp(2.1rem, 4vw, 3.8rem);
	line-height: 1.1;
}

.fxg-content-hero p,
.fxg-post-hero p {
	max-width: 760px;
	color: #344054;
	font-size: 1.08rem;
	line-height: 1.7;
}

.fxg-post-hero__inner {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
	align-items: center;
}

.fxg-post-hero__media {
	border: 1px solid #d8e3ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.fxg-post-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fxg-home-hero {
	background:
		linear-gradient(90deg, rgba(246, 251, 255, 0.78) 0%, rgba(246, 251, 255, 0.42) 42%, rgba(246, 251, 255, 0.06) 100%),
		url("assets/images/home-fxgoplus-hero-comparison-small-darker.png") center center / cover no-repeat,
		linear-gradient(135deg, #effbff 0%, #f8fbff 40%, #edf3ff 100%);
	border-bottom: 1px solid #dde8ef;
	padding: 72px 0;
	min-height: clamp(560px, 47vw, 720px);
	background-size: 100% auto;
	background-position: center 8%;
}

.fxg-compare-hero {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.1), rgba(37, 99, 235, 0.06)),
		#f7fafc;
	border-bottom: 1px solid #dde8ef;
	padding: 64px 0;
}

.fxg-rebates-hero {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.12), rgba(37, 99, 235, 0.05)),
		#f7fafc;
	border-bottom: 1px solid #dde8ef;
	padding: 64px 0;
}

.fxg-compare-hero__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	align-items: center;
}

.fxg-rebates-hero__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	align-items: center;
}

.fxg-compare-hero h1 {
	max-width: 860px;
	margin: 10px 0 18px;
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.08;
}

.fxg-rebates-hero h1 {
	max-width: 860px;
	margin: 10px 0 18px;
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.08;
}

.fxg-compare-hero p {
	max-width: 760px;
	color: #344054;
	font-size: 1.12rem;
	line-height: 1.7;
}

.fxg-rebates-hero p {
	max-width: 760px;
	color: #344054;
	font-size: 1.12rem;
	line-height: 1.7;
}

.fxg-compare-hero__panel {
	display: grid;
	gap: 14px;
	border: 1px solid #d8e3ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: 24px;
}

.fxg-rebates-hero__panel {
	display: grid;
	gap: 14px;
	border: 1px solid #d8e3ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: 24px;
}

.fxg-compare-hero__panel div {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fafc;
	padding: 16px;
}

.fxg-rebates-hero__panel div {
	border: 1px solid #b7ddd8;
	border-radius: 8px;
	background: #f1f5ff;
	padding: 16px;
}

.fxg-compare-hero__panel span,
.fxg-compare-hero__panel strong,
.fxg-rebates-hero__panel span,
.fxg-rebates-hero__panel strong {
	display: block;
}

.fxg-compare-hero__panel span,
.fxg-rebates-hero__panel span {
	color: #667085;
	font-size: 0.86rem;
}

.fxg-compare-hero__panel strong,
.fxg-rebates-hero__panel strong {
	margin-top: 4px;
	color: #0f172a;
}

.fxg-rebate-flow-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fxg-rebate-flow-grid>div {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}

.fxg-rebate-flow-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #4f6fd8;
	color: #fff;
	font-weight: 900;
}

.fxg-rebate-flow-grid h3 {
	margin: 16px 0 8px;
	font-size: 1.05rem;
}

.fxg-rebate-flow-grid p {
	margin: 0;
	color: #475467;
	line-height: 1.65;
}

.fxg-rebate-timing {
	display: grid;
	gap: 12px;
}

.fxg-rebate-timing div {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	padding: 14px 16px;
}

.fxg-rebate-timing strong,
.fxg-rebate-timing span {
	display: block;
}

.fxg-rebate-timing strong {
	color: #0f172a;
}

.fxg-rebate-timing span {
	margin-top: 4px;
	color: #475467;
	line-height: 1.55;
}

.fxg-home-hero__inner {
	position: relative;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	align-items: center;
}

.fxg-home-hero__visual {
	display: none;
}

.fxg-home-hero h1 {
	max-width: 820px;
	margin: 10px 0 18px;
	font-size: clamp(2.4rem, 4vw, 4.4rem);
	line-height: 1.06;
}

.fxg-home-hero p {
	max-width: 720px;
	color: #344054;
	font-size: 1.15rem;
	line-height: 1.7;
}

.fxg-home-hero__content {
	position: relative;
	z-index: 1;
	max-width: 640px;
}

.fxg-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.fxg-home-hero__helper {
	max-width: 560px;
	margin: 12px 0 0;
	color: #475467;
	font-size: 0.98rem;
	line-height: 1.65;
}

.fxg-home-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.fxg-home-hero__stat {
	border: 1px solid #dce6ee;
	border-radius: 10px;
	background: #fff;
	padding: 10px 12px;
}

.fxg-home-hero__stat span {
	display: block;
	color: #4f6fd8;
	font-size: 1.05rem;
	font-weight: 860;
}

.fxg-home-hero__stat strong {
	display: block;
	margin-top: 4px;
	color: #5c6f82;
	font-size: 0.84rem;
	line-height: 1.5;
}

.fxg-home-platforms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 20px;
}

.fxg-home-platforms span {
	color: #475467;
	font-size: 0.9rem;
	font-weight: 800;
}

.fxg-home-platforms a {
	border: 1px solid #b7ddd8;
	border-radius: 999px;
	background: #fff;
	color: #4f6fd8;
	font-size: 0.9rem;
	font-weight: 850;
	padding: 7px 12px;
	text-decoration: none;
}

.fxg-home-platforms a:hover {
	border-color: #4f6fd8;
	background: #f1f5ff;
	color: #115e59;
}


.fxg-home-section {
	background: #f8fafc;
	padding: 40px 0;
}

.fxg-broker-review-article>.fxg-home-section {
	padding-top: 0;
}

.fxg-home-section--alt {
	background: #fff;
}

.fxg-section-heading {
	max-width: 760px;
	margin-bottom: 26px;
}

.fxg-section-heading h2,
.fxg-home-split h2 {
	margin: 8px 0 10px;
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	line-height: 1.12;
}

.fxg-section-heading p,
.fxg-home-split p {
	color: #475467;
	font-size: 1.05rem;
	line-height: 1.65;
}

.fxg-home-section__footer {
	margin-top: 24px;
	text-align: center;
}

.fxg-article-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.home .fxg-article-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

@media (max-width: 640px) {
	.home .fxg-article-grid {
		grid-template-columns: 1fr;
	}
}

.fxg-news-category-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fxg-blog-latest-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

#knowledge .fxg-section-heading--compact,
#news .fxg-section-heading--compact {
	margin: 44px 0 22px;
}

#knowledge .fxg-section-heading--compact h2,
#news .fxg-section-heading--compact h2 {
	margin: 0;
	font-size: clamp(1.08rem, 2vw, 1.32rem);
	font-weight: 700;
	line-height: 1.34;
	color: #0f172a;
}

.fxg-article-card {
	display: grid;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.fxg-blog-latest-grid .fxg-article-card {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fxg-article-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	background: #eef4f8;
	color: #4f6fd8;
	font-size: 1.35rem;
	font-weight: 900;
	text-decoration: none;
	overflow: hidden;
}

.fxg-article-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 180ms ease, transform 180ms ease;
}

.fxg-blog-latest-grid .fxg-article-card:hover,
.fxg-blog-latest-grid .fxg-article-card:focus-within {
	border-color: rgba(79, 111, 216, 0.34);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.fxg-blog-latest-grid .fxg-article-card:hover .fxg-article-card__media img,
.fxg-blog-latest-grid .fxg-article-card:focus-within .fxg-article-card__media img {
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.035);
}

.fxg-blog-latest-grid .fxg-article-card:hover h2 a,
.fxg-blog-latest-grid .fxg-article-card:focus-within h2 a {
	color: #4f6fd8;
}

.fxg-article-card__body {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 18px 22px 22px;
}

.fxg-article-card__body p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fxg-news-meta-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fxg-news-meta-pills span {
	border: 1px solid #cfe3e0;
	border-radius: 999px;
	background: #f1f5ff;
	padding: 4px 9px;
	color: #4f6fd8;
	font-size: 0.8rem;
	font-weight: 900;
}

.fxg-article-card h2 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.32;
}

.fxg-article-card h2 a {
	display: -webkit-box;
	overflow: hidden;
	color: #0f172a;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fxg-article-card h2 a:hover,
.fxg-text-link:hover {
	color: #4f6fd8;
}

.fxg-article-card p {
	margin: 0;
	color: #475467;
	line-height: 1.6;
}

.fxg-news-fact-list {
	display: grid;
	gap: 12px;
	margin: 0 0 14px;
}

.fxg-news-fact-list div {
	border-bottom: 1px solid #e4edf4;
	padding-bottom: 10px;
}

.fxg-news-fact-list div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.fxg-news-fact-list dt {
	margin-bottom: 4px;
	color: #667085;
	font-size: 0.85rem;
	font-weight: 800;
}

.fxg-news-fact-list dd {
	margin: 0;
	color: #0f172a;
	font-weight: 900;
}

.fxg-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #667085;
	font-size: 0.9rem;
	font-weight: 650;
}

.fxg-post-meta span+span::before {
	content: "/";
	margin-right: 8px;
	color: #98a2b3;
}

.fxg-post-meta__helpful {
	display: inline-flex;
	align-items: center;
}

.fxg-post-meta .fxg-review-helpful-pill--hero {
	min-height: 0;
	margin: -5px 0;
	padding: 4px 2px;
	font-size: inherit;
}

.fxg-post-hero .fxg-post-meta,
.fxg-review-hero .fxg-post-meta {
	margin-top: 22px;
}

.fxg-article-card .fxg-post-meta {
	margin-top: 0;
}

.fxg-post-updated {
	margin-top: 18px;
	color: #667085;
	font-size: 0.95rem;
	font-weight: 700;
}

.fxg-text-link {
	color: #4f6fd8;
	font-weight: 800;
	text-decoration: none;
}

.fxg-post-layout {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	align-items: start;
}

.fxg-review-shell {
	display: grid;
	gap: 18px;
}

.fxg-review-shell--has-toc {
	width: min(1500px, calc(100% - 48px));
}

.fxg-review-layout--has-toc {
	width: 100%;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	align-items: stretch;
}

.fxg-review-layout>*,
.fxg-review-main,
.fxg-review-main>*,
.fxg-review-content {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

.fxg-review-layout--no-sidebar {
	grid-template-columns: minmax(0, 1120px);
	justify-content: center;
}

.fxg-review-layout--no-sidebar:not(.fxg-review-layout--has-toc) {
	grid-template-columns: minmax(0, 980px);
	justify-content: center;
}

.fxg-review-main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.fxg-broker-review-article .fxg-review-main {
	padding: 14px;
}

.fxg-review-toc-bar {
	position: sticky;
	z-index: 30;
	top: 72px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #dce6ee;
	border-left: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	padding: 14px 18px;
	backdrop-filter: blur(10px);
}

.fxg-broker-review-article>.fxg-home-section {
	padding-top: 12px;
}

.fxg-content-article>.fxg-home-section {
	padding-top: 18px;
}

.fxg-news-article .fxg-post-hero {
	border-bottom-color: #d8e4ea;
	background: linear-gradient(180deg, #f8fbfc 0%, #eef6f8 100%);
}

.fxg-news-article .fxg-post-hero h1 {
	max-width: 900px;
}

.fxg-news-sidebar-card {
	border-top: 3px solid #0f766e;
}

body.admin-bar .fxg-review-toc-bar {
	top: 104px;
}

.has-fxg-review-smart-header .fxg-review-toc-bar {
	transition: top 180ms ease;
}

.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-review-toc-bar {
	top: 0;
}

body.admin-bar.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-review-toc-bar {
	top: 32px;
}

.fxg-review-layout--has-toc .fxg-post-sidebar {
	position: static;
	top: auto;
	align-self: stretch;
	align-content: start;
}

body.admin-bar .fxg-review-layout--has-toc .fxg-post-sidebar {
	top: auto;
}

.fxg-content-article-layout .fxg-post-sidebar {
	position: static;
	top: auto;
	align-self: stretch;
	align-content: start;
}

body.admin-bar .fxg-content-article-layout .fxg-post-sidebar {
	top: auto;
}

.fxg-review-toc-sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
}

.fxg-post-content,
.fxg-page-content {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	padding: 34px;
}

.fxg-broker-review-article .fxg-post-content {
	padding: 26px;
}

.fxg-post-content>*:first-child,
.fxg-page-content>*:first-child {
	margin-top: 0;
}

.fxg-post-content>*:last-child,
.fxg-page-content>*:last-child {
	margin-bottom: 0;
}

.fxg-post-content p,
.fxg-post-content li,
.fxg-page-content p,
.fxg-page-content li {
	color: #344054;
	font-size: 1.05rem;
	line-height: 1.75;
}

.fxg-post-content p+ul,
.fxg-post-content p+ol,
.fxg-page-content p+ul,
.fxg-page-content p+ol {
	margin-top: -0.75em;
}

.fxg-post-content h2,
.fxg-post-content h3,
.fxg-page-content h2,
.fxg-page-content h3 {
	color: #0f172a;
	line-height: 1.25;
}

.fxg-broker-review-article .fxg-post-content h2 {
	margin: 34px 0 16px;
	color: #0f172a;
	font-size: clamp(1.55rem, 2.4vw, 1.9rem);
	font-weight: 850;
	line-height: 1.25;
}

.fxg-broker-review-article .fxg-post-content h3 {
	margin: 26px 0 12px;
	color: #0f172a;
	font-size: clamp(1.22rem, 1.8vw, 1.38rem);
	font-weight: 820;
	line-height: 1.35;
}

.fxg-single-post:not(.fxg-broker-review-article) .fxg-post-content h2 {
	margin: 34px 0 16px;
	color: #0f172a;
	font-size: clamp(1.55rem, 2.4vw, 1.85rem);
	font-weight: 850;
	line-height: 1.25;
}

.fxg-single-post:not(.fxg-broker-review-article) .fxg-post-content h3,
.fxg-page-content h3 {
	margin: 28px 0 12px;
	color: var(--fxg-ink);
	font-size: 1.28rem;
	font-weight: 850;
	line-height: 1.35;
}

.fxg-post-content img,
.fxg-page-content img,
.fxg-review-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
}

.fxg-post-content .wp-block-image,
.fxg-page-content .wp-block-image,
.fxg-review-content .wp-block-image,
.fxg-post-content figure,
.fxg-page-content figure,
.fxg-review-content figure {
	max-width: 100%;
	margin: 28px auto;
	text-align: center;
}

.fxg-post-content .wp-block-image img,
.fxg-page-content .wp-block-image img,
.fxg-review-content .wp-block-image img,
.fxg-post-content figure img,
.fxg-page-content figure img,
.fxg-review-content figure img {
	border: 1px solid #dce6ee;
	background: #f8fbfd;
	padding: 6px;
}


/* ── 普通文章表格优化 (Gutenberg wp-block-table) ── */
.fxg-post-content .wp-block-table,
.fxg-page-content .wp-block-table,
.fxg-review-content .wp-block-table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 28px 0;
	border: 1px solid var(--fxg-border);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
	background: var(--fxg-surface);
}

.fxg-post-content .wp-block-table table,
.fxg-page-content .wp-block-table table,
.fxg-review-content .wp-block-table table {
	width: 100%;
	min-width: 600px;
	/* 保证在窄屏下触发横向滚动，不被挤压变形 */
	border-collapse: collapse;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--fxg-text);
	background: var(--fxg-surface);
}

.fxg-post-content .wp-block-table th,
.fxg-page-content .wp-block-table th,
.fxg-review-content .wp-block-table th {
	background: var(--fxg-primary-soft);
	color: var(--fxg-ink);
	font-weight: 700;
	text-align: left;
	padding: 12px 16px;
	border-bottom: 2px solid var(--fxg-border);
	white-space: nowrap;
}

.fxg-post-content .wp-block-table td,
.fxg-page-content .wp-block-table td,
.fxg-review-content .wp-block-table td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--fxg-border-soft);
	text-align: left;
	color: var(--fxg-text);
}

.fxg-post-content .wp-block-table tr:last-child td,
.fxg-page-content .wp-block-table tr:last-child td,
.fxg-review-content .wp-block-table tr:last-child td {
	border-bottom: none;
}

.fxg-post-content .wp-block-table tr:nth-child(even) td,
.fxg-page-content .wp-block-table tr:nth-child(even) td,
.fxg-review-content .wp-block-table tr:nth-child(even) td {
	background: var(--fxg-surface-muted);
}

.fxg-lightbox-image {
	position: relative;
	cursor: zoom-in;
}

.fxg-lightbox-image:focus {
	outline: 3px solid rgba(37, 99, 235, 0.26);
	outline-offset: 5px;
}

.fxg-lightbox-image img {
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.fxg-lightbox-image:hover img,
.fxg-lightbox-image:focus img {
	border-color: #9ab8f7;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.fxg-post-content figcaption,
.fxg-page-content figcaption,
.fxg-review-content figcaption,
.fxg-post-content .wp-caption-text,
.fxg-page-content .wp-caption-text,
.fxg-review-content .wp-caption-text {
	margin-top: 10px;
	color: #64748b;
	font-size: 0.9rem;
	line-height: 1.55;
	text-align: center;
}

.fxg-post-content .fxg-teaching-block {
	overflow: hidden;
	margin: 30px auto;
	border: 1px solid rgba(111, 146, 188, 0.34);
	border-radius: 8px;
	background:
		radial-gradient(circle at 10% 0%, rgba(79, 111, 216, 0.1), transparent 28%),
		radial-gradient(circle at 92% 10%, rgba(15, 154, 167, 0.1), transparent 25%),
		linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	box-shadow: 0 16px 36px rgba(30, 73, 120, 0.09);
}

.fxg-post-content .fxg-formula-line {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 20px 0 24px;
	padding: 16px 18px;
	border: 1px solid rgba(15, 154, 167, 0.3);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(239, 250, 251, 0.94), rgba(255, 255, 255, 0.98));
	box-shadow: 0 10px 24px rgba(30, 73, 120, 0.06);
}

.fxg-post-content .fxg-formula-line__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef5ff;
	color: #1760c4;
	font-size: 0.88rem;
	font-weight: 850;
	line-height: 1.35;
	white-space: nowrap;
}

.fxg-post-content .fxg-formula-line__body {
	min-width: 0;
}

.fxg-post-content .fxg-formula-line__body strong {
	display: block;
	color: #102a59;
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.fxg-post-content .fxg-formula-line__body small {
	display: block;
	margin-top: 6px;
	color: #53637a;
	font-size: 0.9rem;
	line-height: 1.55;
}

@media (max-width: 640px) {
	.fxg-post-content .fxg-formula-line {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 15px;
	}

	.fxg-post-content .fxg-formula-line__label {
		width: fit-content;
		min-width: 0;
	}

	.fxg-post-content .fxg-formula-line__body strong {
		font-size: 1.02rem;
	}
}

.fxg-post-content .fxg-teaching-block__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	padding: 26px 30px 20px;
	border-bottom: 1px solid rgba(111, 146, 188, 0.26);
}

.fxg-post-content .fxg-teaching-block__eyebrow {
	margin: 0 0 6px;
	color: #0f8f9e;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fxg-post-content .fxg-teaching-block__title {
	margin: 0;
	color: #0d2b57;
	font-size: 1.48rem;
	font-weight: 850;
	line-height: 1.3;
}

.fxg-post-content .fxg-teaching-block__summary {
	max-width: 740px;
	margin: 9px 0 0;
	color: #53637a;
	font-size: 1rem;
	line-height: 1.65;
}

.fxg-post-content .fxg-teaching-block__badge {
	min-width: 120px;
	padding: 12px 15px;
	border: 1px solid rgba(201, 137, 24, 0.36);
	border-radius: 8px;
	background: rgba(255, 248, 234, 0.9);
	color: #7a510f;
	text-align: center;
}

.fxg-post-content .fxg-teaching-block__badge strong {
	display: block;
	color: #a5690d;
	font-size: 1.32rem;
	line-height: 1.1;
}

.fxg-post-content .fxg-teaching-block__badge span {
	display: block;
	margin-top: 5px;
	font-size: 0.8rem;
	font-weight: 760;
}

.fxg-post-content .fxg-teaching-block__body {
	padding: 24px 30px 30px;
}

.fxg-post-content .fxg-teaching-block__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fxg-post-content .fxg-teaching-block__card {
	min-height: 154px;
	padding: 18px;
	border: 1px solid rgba(111, 146, 188, 0.3);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
}

.fxg-post-content .fxg-teaching-block__card span {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef5ff;
	color: #1d5fc1;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1.4;
}

.fxg-post-content .fxg-teaching-block__card strong {
	display: block;
	margin-bottom: 8px;
	color: #122957;
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.fxg-post-content .fxg-teaching-block__card p,
.fxg-post-content .fxg-teaching-block__bottom p,
.fxg-post-content .fxg-teaching-block__bottom li {
	color: #4d5d72;
	font-size: 0.95rem;
	line-height: 1.62;
}

.fxg-post-content .fxg-teaching-block__card p {
	margin: 0;
}

.fxg-post-content .fxg-teaching-block__formula {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin: 20px 0;
	padding: 16px 18px;
	border: 1px solid rgba(15, 154, 167, 0.32);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(239, 250, 251, 0.95), rgba(255, 255, 255, 0.96));
}

.fxg-post-content .fxg-teaching-block__formula span {
	color: #0f7f8a;
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
	white-space: nowrap;
}

.fxg-post-content .fxg-teaching-block__formula strong {
	color: #102a59;
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.fxg-post-content .fxg-teaching-block__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
	gap: 18px;
	align-items: start;
}

.fxg-post-content .fxg-teaching-block__bottom p {
	margin: 0;
	padding: 14px 16px;
	border-left: 4px solid #8db8e8;
	background: rgba(238, 246, 255, 0.86);
}

.fxg-post-content .fxg-teaching-block__bottom ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-post-content .fxg-teaching-block__bottom li {
	position: relative;
	margin: 0;
	padding-left: 20px;
}

.fxg-post-content .fxg-teaching-block__bottom li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0f9aa7;
	content: "";
}

.fxg-post-content .fxg-teaching-block__pattern {
	display: grid;
	grid-template-columns: 1fr 34px 1fr;
	gap: 14px;
	align-items: center;
	margin-bottom: 20px;
}

.fxg-post-content .fxg-teaching-block__candles {
	display: flex;
	min-height: 112px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid rgba(111, 146, 188, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
}

.fxg-post-content .fxg-teaching-block__candles i,
.fxg-post-content .fxg-teaching-block__candles b,
.fxg-post-content .fxg-teaching-block__candles em {
	display: block;
	width: 34px;
	border-radius: 5px;
}

.fxg-post-content .fxg-teaching-block__candles i {
	height: 72px;
	background: #0f9aa7;
}

.fxg-post-content .fxg-teaching-block__candles b {
	height: 88px;
	background: #1d65d8;
}

.fxg-post-content .fxg-teaching-block__candles em {
	height: 56px;
	background: #f3b348;
}

.fxg-post-content .fxg-teaching-block__candles--down i,
.fxg-post-content .fxg-teaching-block__candles--down b {
	background: #d35f5f;
}

.fxg-post-content .fxg-teaching-block__gap {
	height: 3px;
	border-radius: 999px;
	background: repeating-linear-gradient(90deg, #8db8e8 0 8px, transparent 8px 14px);
}

.fxg-post-content .fxg-candlestick-pattern__charts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 18px;
}

.fxg-post-content .fxg-candlestick-pattern__chart {
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(111, 146, 188, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
}

.fxg-post-content .fxg-candlestick-pattern__chart figcaption {
	display: grid;
	gap: 6px;
	margin: 0 0 10px;
	color: #102a59;
	font-size: 0.98rem;
	line-height: 1.45;
	text-align: left;
}

.fxg-post-content .fxg-candlestick-pattern__chart figcaption strong {
	font-weight: 900;
}

.fxg-post-content .fxg-candlestick-pattern__chart figcaption span {
	display: block;
	color: #64748b;
	font-size: 0.92rem;
}

.fxg-post-content .fxg-candlestick-pattern__chart svg {
	display: block;
	width: 100%;
	height: auto;
}

.fxg-post-content .fxg-candlestick-pattern__plot {
	fill: rgba(248, 251, 255, 0.92);
	stroke: rgba(151, 176, 205, 0.28);
}

.fxg-post-content .fxg-candlestick-pattern__grid {
	fill: none;
	stroke: rgba(151, 176, 205, 0.26);
	stroke-dasharray: 4 8;
}

.fxg-post-content .fxg-candlestick-pattern__gap-zone {
	fill: rgba(245, 177, 68, 0.18);
	stroke: rgba(197, 125, 20, 0.7);
	stroke-dasharray: 5 4;
}

.fxg-post-content .fxg-candlestick-pattern__gap-label {
	fill: #9a5f0b;
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0;
}

.fxg-post-content .fxg-candlestick-pattern__gap-callout line {
	stroke: rgba(197, 125, 20, 0.7);
	stroke-width: 1.5;
	stroke-dasharray: 3 4;
}

.fxg-post-content .fxg-candlestick-pattern__gap-callout rect {
	fill: #fff7e8;
	stroke: rgba(197, 125, 20, 0.72);
	stroke-width: 1;
}

.fxg-post-content .fxg-candlestick-pattern__gap-callout text {
	fill: #9a5f0b;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0;
}

.fxg-post-content .fxg-candlestick-pattern__trend {
	fill: none;
	stroke: rgba(79, 111, 216, 0.6);
	stroke-width: 2.4;
}

.fxg-post-content .fxg-candlestick-pattern__trend-label,
.fxg-post-content .fxg-candle__axis {
	fill: #64748b;
	font-size: 0.82rem;
	font-weight: 760;
	letter-spacing: 0;
}

.fxg-post-content .fxg-candlestick-pattern__arrow-head {
	fill: rgba(79, 111, 216, 0.72);
}

.fxg-post-content .fxg-candle__wick {
	stroke: #25466f;
	stroke-width: 2;
	stroke-linecap: round;
}

.fxg-post-content .fxg-candle__body {
	stroke: rgba(16, 42, 89, 0.18);
	stroke-width: 1;
}

.fxg-post-content .fxg-candle--up .fxg-candle__body {
	fill: #1299a8;
}

.fxg-post-content .fxg-candle--down .fxg-candle__body {
	fill: #d45b62;
}

.fxg-post-content .fxg-candle--muted .fxg-candle__body {
	opacity: 0.72;
}

.fxg-post-content .fxg-candle--muted .fxg-candle__wick {
	opacity: 0.55;
}

.fxg-post-content .fxg-candlestick-pattern__legend {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}

.fxg-post-content .fxg-candlestick-pattern__legend span {
	display: block;
	padding: 10px 12px;
	border: 1px solid rgba(111, 146, 188, 0.24);
	border-radius: 8px;
	background: rgba(239, 246, 255, 0.8);
	color: #17345f;
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.45;
}

.fxg-post-content .fxg-indicator-block__chart {
	margin: 0 0 18px;
	padding: 16px;
	border: 1px solid rgba(111, 146, 188, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
}

.fxg-post-content .fxg-indicator-block__chart svg {
	display: block;
	width: 100%;
	height: auto;
}

.fxg-post-content .fxg-indicator-block__plot {
	fill: rgba(248, 251, 255, 0.94);
	stroke: rgba(151, 176, 205, 0.3);
}

.fxg-post-content .fxg-indicator-block__grid {
	fill: none;
	stroke: rgba(151, 176, 205, 0.25);
	stroke-dasharray: 4 8;
}

.fxg-post-content .fxg-indicator-block__price {
	fill: none;
	stroke: #12325f;
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fxg-post-content .fxg-indicator-block__line {
	fill: none;
	stroke-width: 2.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fxg-post-content .fxg-indicator-block__line--fast {
	stroke: #0f9aa7;
}

.fxg-post-content .fxg-indicator-block__line--slow {
	stroke: #4f6fd8;
}

.fxg-post-content .fxg-indicator-block__line--mid {
	stroke: #f0a93b;
	stroke-dasharray: 8 7;
}

.fxg-post-content .fxg-indicator-block__line--ma-fast {
	stroke: #f2b233;
	stroke-width: 3;
}

.fxg-post-content .fxg-indicator-block__line--ma-slow {
	stroke: #8a5cf6;
	stroke-width: 3;
}

.fxg-post-content .fxg-indicator-block__line--bb-outer {
	stroke: #3774d8;
	stroke-width: 2.8;
}

.fxg-post-content .fxg-indicator-block__line--bb-mid {
	stroke: #f1a11a;
	stroke-width: 2.4;
	stroke-dasharray: 7 7;
}

.fxg-post-content .fxg-indicator-block__band {
	fill: rgba(55, 116, 216, 0.12);
	stroke: none;
}

.fxg-post-content .fxg-indicator-block__wick {
	stroke-width: 2.1;
	stroke-linecap: round;
}

.fxg-post-content .fxg-indicator-block__body {
	stroke-width: 2;
}

.fxg-post-content .fxg-indicator-block__candle.is-up .fxg-indicator-block__wick,
.fxg-post-content .fxg-indicator-block__candle.is-up .fxg-indicator-block__body {
	stroke: #0f9a88;
}

.fxg-post-content .fxg-indicator-block__candle.is-up .fxg-indicator-block__body {
	fill: rgba(255, 255, 255, 0.96);
}

.fxg-post-content .fxg-indicator-block__candle.is-down .fxg-indicator-block__wick,
.fxg-post-content .fxg-indicator-block__candle.is-down .fxg-indicator-block__body {
	stroke: #d85d63;
}

.fxg-post-content .fxg-indicator-block__candle.is-down .fxg-indicator-block__body {
	fill: rgba(216, 93, 99, 0.82);
}

.fxg-post-content .fxg-indicator-block__zone {
	stroke: none;
}

.fxg-post-content .fxg-indicator-block__zone--high {
	fill: rgba(211, 95, 95, 0.1);
}

.fxg-post-content .fxg-indicator-block__zone--low {
	fill: rgba(15, 154, 167, 0.1);
}

.fxg-post-content .fxg-indicator-block__threshold,
.fxg-post-content .fxg-indicator-block__zero {
	fill: none;
	stroke: rgba(213, 95, 95, 0.45);
	stroke-width: 2;
	stroke-dasharray: 8 7;
}

.fxg-post-content .fxg-indicator-block__zero {
	stroke: rgba(18, 50, 95, 0.48);
}

.fxg-post-content .fxg-indicator-block__hist {
	opacity: 0.82;
}

.fxg-post-content .fxg-indicator-block__hist.is-up {
	fill: #0f9aa7;
}

.fxg-post-content .fxg-indicator-block__hist.is-down {
	fill: #d45b62;
}

.fxg-post-content .fxg-indicator-block__label {
	fill: #47566b;
	font-size: 0.86rem;
	font-weight: 820;
	letter-spacing: 0;
}

.fxg-post-content .fxg-indicator-block__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.fxg-post-content .fxg-indicator-block__legend span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	border: 1px solid rgba(111, 146, 188, 0.26);
	border-radius: 999px;
	background: rgba(239, 246, 255, 0.82);
	color: #45556b;
	font-size: 0.82rem;
	font-weight: 780;
}

.fxg-post-content .fxg-indicator-block__legend span::before {
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: #12325f;
	content: "";
}

.fxg-post-content .fxg-indicator-block__legend .is-fast::before {
	background: #0f9aa7;
}

.fxg-post-content .fxg-indicator-block__legend .is-slow::before {
	background: #4f6fd8;
}

.fxg-post-content .fxg-indicator-block__legend .is-mid::before {
	background: #f0a93b;
}

.fxg-post-content .fxg-indicator-block__legend .is-candle::before {
	height: 10px;
	border: 2px solid #0f9a88;
	background: linear-gradient(90deg, #fff 0 48%, #d85d63 48% 100%);
}

.fxg-post-content .fxg-indicator-block__legend .is-ma-fast::before {
	background: #f2b233;
}

.fxg-post-content .fxg-indicator-block__legend .is-ma-slow::before {
	background: #8a5cf6;
}

.fxg-post-content .fxg-indicator-block__legend .is-bb-outer::before {
	background: #3774d8;
}

.fxg-post-content .fxg-indicator-block__legend .is-bb-mid::before {
	background: #f1a11a;
}

@media (max-width: 820px) {
	.fxg-post-content .fxg-teaching-block {
		margin: 24px auto;
	}

	.fxg-post-content .fxg-teaching-block__header,
	.fxg-post-content .fxg-teaching-block__cards,
	.fxg-post-content .fxg-teaching-block__formula,
	.fxg-post-content .fxg-teaching-block__bottom,
	.fxg-post-content .fxg-teaching-block__pattern {
		grid-template-columns: 1fr;
	}

	.fxg-post-content .fxg-teaching-block__header {
		padding: 22px 18px 18px;
	}

	.fxg-post-content .fxg-teaching-block__body {
		padding: 20px 18px 22px;
	}

	.fxg-post-content .fxg-teaching-block__title {
		font-size: 1.24rem;
	}

	.fxg-post-content .fxg-teaching-block__card {
		min-height: 0;
	}

	.fxg-post-content .fxg-candlestick-pattern__charts,
	.fxg-post-content .fxg-candlestick-pattern__legend {
		grid-template-columns: 1fr;
	}

	.fxg-post-content .fxg-candlestick-pattern__chart {
		padding: 12px;
	}

	.fxg-post-content .fxg-candlestick-pattern__chart figcaption span {
		margin-top: 4px;
	}

	.fxg-post-content .fxg-indicator-block__chart {
		padding: 12px;
	}
}

/* ── rsi_divergence styles ── */
.fxg-post-content .fxg-divergence-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.fxg-post-content .fxg-divergence-grid {
		grid-template-columns: 1fr;
	}
}

.fxg-post-content .fxg-divergence-card {
	border: 1px solid rgba(111, 146, 188, 0.32);
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.fxg-post-content .fxg-divergence-card__header {
	padding: 14px 18px 12px;
	border-bottom: 1px solid rgba(15, 142, 161, 0.2);
	background: linear-gradient(135deg, rgba(15, 142, 161, 0.08), rgba(15, 142, 161, 0.03));
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fxg-post-content .fxg-divergence-card--bearish .fxg-divergence-card__header {
	border-bottom-color: rgba(212, 91, 97, 0.18);
	background: linear-gradient(135deg, rgba(212, 91, 97, 0.07), rgba(212, 91, 97, 0.02));
}

.fxg-post-content .fxg-divergence-card__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #0d7285;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef8fa;
}

.fxg-post-content .fxg-divergence-card--bearish .fxg-divergence-card__label {
	color: #a33039;
	background: #fdf2f2;
}

.fxg-post-content .fxg-divergence-card__status {
	font-size: 0.8rem;
	font-weight: 600;
	color: #4a5568;
}

.fxg-post-content .fxg-divergence-card__body {
	padding: 18px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.fxg-post-content .fxg-divergence-chart {
	width: 100%;
	max-width: 320px;
	height: auto;
	aspect-ratio: 2 / 1;
	margin: 0 auto 16px;
	display: block;
}

.fxg-post-content .fxg-divergence-chart svg {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.fxg-post-content .fxg-tradingview-chart {
	background-color: #fafbfc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 16px;
	width: 100%;
	max-width: 320px;
	display: block;
	box-sizing: border-box;
}

.fxg-post-content .fxg-tv-pane {
	position: relative;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
}

.fxg-post-content .fxg-tv-pane--price {
	border-bottom: 1px dashed #e2e8f0;
	height: 120px;
}

.fxg-post-content .fxg-tv-pane--rsi {
	height: 90px;
}

.fxg-post-content .fxg-tv-pane__label {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 9px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	background: rgba(250, 251, 252, 0.85);
	padding: 2px 6px;
	border-radius: 4px;
	pointer-events: none;
	letter-spacing: 0.05em;
}

.fxg-post-content .fxg-tv-pane svg {
	width: 100%;
	height: 100%;
	display: block;
}

.fxg-post-content .fxg-divergence-card__points {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-post-content .fxg-divergence-card__points li {
	font-size: 0.82rem;
	line-height: 1.5;
	color: #4a5568;
	margin-bottom: 8px;
	padding-left: 12px;
	position: relative;
}

.fxg-post-content .fxg-divergence-card__points li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #4a5568;
}

.fxg-post-content .fxg-divergence-card--bullish .fxg-divergence-card__points li::before {
	color: #0f8ea1;
}

.fxg-post-content .fxg-divergence-card--bearish .fxg-divergence-card__points li::before {
	color: #d45b61;
}

.fxg-post-content .fxg-divergence-insight {
	display: flex;
	gap: 16px;
	background: #fffcf5;
	border: 1.5px solid rgba(217, 119, 6, 0.2);
	border-radius: 8px;
	padding: 16px 20px;
	margin-top: 10px;
}

.fxg-post-content .fxg-divergence-insight__icon {
	font-size: 1.5rem;
	line-height: 1.2;
}

.fxg-post-content .fxg-divergence-insight__label {
	font-size: 0.85rem;
	font-weight: 850;
	color: #b45309;
	margin-bottom: 4px;
}

.fxg-post-content .fxg-divergence-insight strong {
	font-size: 0.82rem;
	line-height: 1.6;
	color: #78350f;
	font-weight: 500;
	display: block;
}

.fxg-post-content .fxg-divergence-card--strat-one .fxg-divergence-card__header {
	border-bottom-color: rgba(79, 70, 229, 0.18);
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.07), rgba(79, 70, 229, 0.02));
}

.fxg-post-content .fxg-divergence-card--strat-one .fxg-divergence-card__label {
	color: #4f46e5;
	background: rgba(79, 70, 229, 0.08);
}

.fxg-post-content .fxg-divergence-card--strat-one .fxg-divergence-card__points li::before {
	color: #4f46e5;
}

.fxg-post-content .fxg-divergence-card--strat-two .fxg-divergence-card__header {
	border-bottom-color: rgba(15, 142, 161, 0.2);
	background: linear-gradient(135deg, rgba(15, 142, 161, 0.08), rgba(15, 142, 161, 0.03));
}

.fxg-post-content .fxg-divergence-card--strat-two .fxg-divergence-card__label {
	color: #0d7285;
	background: #eef8fa;
}

.fxg-post-content .fxg-divergence-card--strat-two .fxg-divergence-card__points li::before {
	color: #0f8ea1;
}

/* ── scenario_comparison styles ── */
.fxg-post-content .fxg-scenario-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}

.fxg-post-content .fxg-scenario-card {
	border: 1px solid rgba(111, 146, 188, 0.32);
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.fxg-post-content .fxg-scenario-card__header {
	padding: 14px 18px 12px;
	border-bottom: 1px solid rgba(15, 142, 161, 0.2);
	background: linear-gradient(135deg, rgba(15, 142, 161, 0.08), rgba(15, 142, 161, 0.03));
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__header {
	border-bottom-color: rgba(212, 91, 97, 0.18);
	background: linear-gradient(135deg, rgba(212, 91, 97, 0.07), rgba(212, 91, 97, 0.02));
}

.fxg-post-content .fxg-scenario-card__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	color: #0d7285;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef8fa;
}

.fxg-post-content .fxg-scenario-card__label svg {
	display: block;
	flex-shrink: 0;
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__label {
	color: #a33039;
	background: #fdf1f1;
}

.fxg-post-content .fxg-scenario-card__stop {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin: 0;
}

.fxg-post-content .fxg-scenario-card__stop strong {
	color: #0c6e80;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1;
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__stop strong {
	color: #c0424b;
}

.fxg-post-content .fxg-scenario-card__stop em {
	color: #5a7290;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
}

.fxg-post-content .fxg-scenario-card__body {
	padding: 16px 18px 18px;
	flex: 1;
}

.fxg-post-content .fxg-scenario-card__known {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.fxg-post-content .fxg-scenario-card__known li {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	padding: 0;
	color: #4d5e72;
	font-size: 0.9rem;
	line-height: 1.5;
}

.fxg-post-content .fxg-scenario-card__known li::before {
	content: none !important;
}

.fxg-post-content .fxg-scenario-card__known .fxg-sc-key {
	min-width: 56px;
	color: #7b93ad;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	flex-shrink: 0;
}

.fxg-post-content .fxg-scenario-card__known .fxg-sc-val {
	color: #102a59;
	font-weight: 700;
}

.fxg-post-content .fxg-scenario-card__divider {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: #8fa4bc;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fxg-post-content .fxg-scenario-card__divider::before,
.fxg-post-content .fxg-scenario-card__divider::after {
	flex: 1;
	height: 1px;
	background: rgba(111, 146, 188, 0.28);
	content: "";
}

.fxg-post-content .fxg-scenario-card__steps {
	display: grid;
	gap: 7px;
	margin: 0 0 16px;
}

.fxg-post-content .fxg-scenario-card__step {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 8px;
	align-items: start;
	color: #4a5d72;
	font-size: 0.88rem;
	line-height: 1.5;
}

.fxg-post-content .fxg-scenario-card__step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #eef5ff;
	color: #1a5cc1;
	font-size: 0.72rem;
	font-weight: 900;
	flex-shrink: 0;
	margin-top: 2px;
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__step-num {
	background: #fff0f0;
	color: #b83039;
}

.fxg-post-content .fxg-scenario-card__result {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 14px;
	border: 1px solid rgba(15, 142, 161, 0.22);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(15, 142, 161, 0.08), rgba(15, 142, 161, 0.02));
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__result {
	border-color: rgba(212, 91, 97, 0.2);
	background: linear-gradient(90deg, rgba(212, 91, 97, 0.07), rgba(212, 91, 97, 0.01));
}

.fxg-post-content .fxg-scenario-card__result-icon {
	color: inherit;
	font-size: 1.4rem;
	line-height: 1;
	flex-shrink: 0;
}

.fxg-post-content .fxg-scenario-card__result-text {
	color: #3d5368;
	font-size: 0.85rem;
	line-height: 1.45;
}

.fxg-post-content .fxg-scenario-card__result-text strong {
	display: block;
	margin-bottom: 2px;
	color: #0b6676;
	font-size: 1.22rem;
	font-weight: 900;
	line-height: 1.2;
}

.fxg-post-content .fxg-scenario-card--b .fxg-scenario-card__result-text strong {
	color: #b33038;
}

.fxg-post-content .fxg-scenario-insight {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: center;
	padding: 15px 18px;
	border: 1px solid rgba(15, 154, 167, 0.32);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(239, 250, 251, 0.95), rgba(255, 255, 255, 0.96));
}

.fxg-post-content .fxg-scenario-insight__icon {
	font-size: 1.6rem;
	line-height: 1;
}

.fxg-post-content .fxg-scenario-insight__label {
	margin-bottom: 3px;
	color: #0f7f8a;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.fxg-post-content .fxg-scenario-insight strong {
	display: block;
	color: #102a59;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

@media (max-width: 600px) {
	.fxg-post-content .fxg-scenario-grid {
		grid-template-columns: 1fr;
	}
}

.fxg-post-content .fxg-swap-content-block {
	overflow: hidden;
	margin: 30px auto;
	border: 1px solid rgba(111, 146, 188, 0.34);
	border-radius: 8px;
	background:
		radial-gradient(circle at 12% 12%, rgba(79, 111, 216, 0.1), transparent 28%),
		radial-gradient(circle at 88% 8%, rgba(15, 154, 167, 0.11), transparent 24%),
		linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	box-shadow: 0 16px 36px rgba(30, 73, 120, 0.1);
}

.fxg-post-content .fxg-swap-content-block__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	padding: 28px 30px 20px;
	border-bottom: 1px solid rgba(111, 146, 188, 0.28);
}

.fxg-post-content .fxg-swap-content-block__eyebrow {
	margin: 0 0 6px;
	color: #0f8f9e;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fxg-post-content .fxg-swap-content-block__title {
	margin: 0;
	color: #0d2b57;
	font-size: 1.55rem;
	font-weight: 850;
	line-height: 1.28;
}

.fxg-post-content .fxg-swap-content-block__summary {
	max-width: 720px;
	margin: 10px 0 0;
	color: #53637a;
	font-size: 1rem;
	line-height: 1.65;
}

.fxg-post-content .fxg-swap-content-block__badge {
	min-width: 128px;
	padding: 12px 16px;
	border: 1px solid rgba(201, 137, 24, 0.38);
	border-radius: 8px;
	background: rgba(255, 248, 234, 0.86);
	color: #7a510f;
	text-align: center;
}

.fxg-post-content .fxg-swap-content-block__badge strong {
	display: block;
	color: #a5690d;
	font-size: 1.55rem;
	line-height: 1;
}

.fxg-post-content .fxg-swap-content-block__badge span {
	display: block;
	margin-top: 6px;
	font-size: 0.82rem;
	font-weight: 750;
}

.fxg-post-content .fxg-swap-content-block__body {
	padding: 26px 30px 30px;
}

.fxg-post-content .fxg-swap-content-block__flow {
	display: grid;
	grid-template-columns: 1fr 34px 1fr 34px 1fr;
	align-items: stretch;
	margin-bottom: 22px;
}

.fxg-post-content .fxg-swap-content-block__step {
	min-height: 150px;
	padding: 20px 18px;
	border: 1px solid #c9d9ec;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
}

.fxg-post-content .fxg-swap-content-block__number {
	display: inline-grid;
	width: 32px;
	height: 32px;
	margin-bottom: 12px;
	place-items: center;
	border-radius: 50%;
	background: #eaf2ff;
	color: #1d65d8;
	font-size: 0.9rem;
	font-weight: 900;
}

.fxg-post-content .fxg-swap-content-block__step-title {
	margin: 0 0 8px;
	color: #122957;
	font-size: 1.08rem;
	font-weight: 850;
	line-height: 1.35;
}

.fxg-post-content .fxg-swap-content-block__step p,
.fxg-post-content .fxg-swap-content-block__outcome p,
.fxg-post-content .fxg-swap-content-block__footer {
	color: #4d5d72;
	font-size: 0.96rem;
	line-height: 1.65;
}

.fxg-post-content .fxg-swap-content-block__step p,
.fxg-post-content .fxg-swap-content-block__outcome p {
	margin: 0;
}

.fxg-post-content .fxg-swap-content-block__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7fa5d3;
	font-size: 1.55rem;
	font-weight: 900;
}

.fxg-post-content .fxg-swap-content-block__formula {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0 0 22px;
	padding: 18px 20px;
	border: 1px solid rgba(15, 154, 167, 0.32);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(239, 250, 251, 0.94), rgba(255, 255, 255, 0.94));
}

.fxg-post-content .fxg-swap-content-block__formula-label {
	margin: 0 0 4px;
	color: #0f7f8a;
	font-size: 0.88rem;
	font-weight: 800;
}

.fxg-post-content .fxg-swap-content-block__formula-main {
	margin: 0;
	color: #102a59;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.45;
}

.fxg-post-content .fxg-swap-content-block__formula-main span {
	color: #0f9aa7;
}

.fxg-post-content .fxg-swap-content-block__formula-note {
	padding: 8px 11px;
	border-radius: 8px;
	background: #fff8e8;
	color: #805513;
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.fxg-post-content .fxg-swap-content-block__outcomes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fxg-post-content .fxg-swap-content-block__outcome {
	padding: 17px;
	border: 1px solid rgba(111, 146, 188, 0.3);
	border-radius: 8px;
	background: #fff;
}

.fxg-post-content .fxg-swap-content-block__type {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 10px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #eef5ff;
	color: #1d5fc1;
	font-size: 0.82rem;
	font-weight: 850;
}

.fxg-post-content .fxg-swap-content-block__outcome:nth-child(2) .fxg-swap-content-block__type {
	background: #fff2e4;
	color: #a45c09;
}

.fxg-post-content .fxg-swap-content-block__outcome:nth-child(3) .fxg-swap-content-block__type {
	background: #edf9fa;
	color: #0f7f8a;
}

.fxg-post-content .fxg-swap-content-block__footer {
	margin-top: 20px;
	padding: 14px 16px;
	border-left: 4px solid #8db8e8;
	background: rgba(238, 246, 255, 0.86);
}

.fxg-post-content .fxg-swap-content-block__footer strong {
	color: #16356b;
}

@media (max-width: 820px) {
	.fxg-post-content .fxg-swap-content-block {
		margin: 24px auto;
	}

	.fxg-post-content .fxg-swap-content-block__header {
		grid-template-columns: 1fr;
		padding: 22px 18px 18px;
	}

	.fxg-post-content .fxg-swap-content-block__title {
		font-size: 1.28rem;
	}

	.fxg-post-content .fxg-swap-content-block__body {
		padding: 20px 18px 22px;
	}

	.fxg-post-content .fxg-swap-content-block__flow,
	.fxg-post-content .fxg-swap-content-block__formula,
	.fxg-post-content .fxg-swap-content-block__outcomes {
		grid-template-columns: 1fr;
	}

	.fxg-post-content .fxg-swap-content-block__flow {
		gap: 10px;
	}

	.fxg-post-content .fxg-swap-content-block__arrow {
		height: 22px;
		transform: rotate(90deg);
	}

	.fxg-post-content .fxg-swap-content-block__formula-note {
		white-space: normal;
	}
}

.fxg-lightbox-open {
	overflow: hidden;
}

.fxg-image-lightbox {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
}

.fxg-image-lightbox.is-open {
	display: flex;
}

.fxg-image-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.82);
	backdrop-filter: blur(8px);
}

.fxg-image-lightbox__panel {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	justify-items: center;
	max-width: min(1120px, 94vw);
	max-height: 92vh;
}

.fxg-image-lightbox__image {
	max-width: 100%;
	max-height: min(78vh, 760px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.fxg-image-lightbox__caption {
	max-width: 860px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.94rem;
	line-height: 1.6;
	text-align: center;
}

.fxg-image-lightbox__close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.86);
	cursor: pointer;
}

.fxg-image-lightbox__close::before,
.fxg-image-lightbox__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}

.fxg-image-lightbox__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.fxg-image-lightbox__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.fxg-image-lightbox__close:hover,
.fxg-image-lightbox__close:focus {
	background: #1d4ed8;
	outline: 3px solid rgba(147, 197, 253, 0.45);
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.fxg-image-lightbox {
		padding: 14px;
	}

	.fxg-image-lightbox__panel {
		max-width: 100%;
	}

	.fxg-image-lightbox__image {
		max-height: 76vh;
	}

	.fxg-image-lightbox__close {
		top: 8px;
		right: 8px;
	}
}

.fxg-author-box {
	display: grid;
	gap: 18px;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: start;
	border-top: 1px solid #e7eef4;
	margin-top: 34px;
	padding-top: 24px;
}

.fxg-author-box__avatar img {
	border-radius: 999px;
}

.fxg-author-box span {
	color: #4f6fd8;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fxg-author-box h2 {
	margin: 4px 0 8px;
	font-size: 1.15rem;
}

.fxg-author-box p {
	margin: 0;
	color: #475467;
	font-size: 0.98rem;
	line-height: 1.65;
}

.fxg-review-article-footer,
.fxg-review-bottom-links {
	display: grid;
	gap: 22px;
	border-top: 1px solid #e7eef4;
	margin-top: 28px;
	padding-top: 22px;
}

.fxg-review-tag-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	border-bottom: 1px dashed #b9c7d3;
	padding-bottom: 12px;
}

.fxg-review-tag-strip__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #4f6fd8;
	font-size: 0.96rem;
	font-weight: 900;
}

.fxg-review-tag-strip__label::before {
	content: "";
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 3px;
	transform: rotate(45deg);
}

.fxg-review-tag-strip a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d7e5ef;
	border-radius: 999px;
	background: #fff;
	color: #1f3150;
	padding: 5px 11px;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.fxg-review-tag-strip a:hover,
.fxg-review-tag-strip a:focus {
	border-color: #b9c9ff;
	background: #f1f5ff;
	color: #4f6fd8;
	text-decoration: none;
}

.fxg-review-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #e1ebf3;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.fxg-review-post-nav__item {
	min-width: 0;
}

.fxg-review-post-nav__item+.fxg-review-post-nav__item {
	border-left: 1px solid #e1ebf3;
}

.fxg-review-post-nav__item a {
	position: relative;
	display: grid;
	gap: 5px;
	align-content: center;
	box-sizing: border-box;
	height: 100%;
	min-height: 86px;
	padding: 18px 22px 18px 58px;
	color: #243b53;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.fxg-review-post-nav__item--next a {
	padding-right: 58px;
	padding-left: 22px;
	text-align: right;
}

.fxg-review-post-nav__item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 22px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #4f6fd8;
	transform: translateY(-50%);
}

.fxg-review-post-nav__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 33px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.fxg-review-post-nav__item--next a::before {
	right: 22px;
	left: auto;
}

.fxg-review-post-nav__item--next a::after {
	right: 33px;
	left: auto;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.fxg-review-post-nav__item span {
	color: #667085;
	font-size: 0.88rem;
	font-weight: 800;
}

.fxg-review-post-nav__item strong {
	display: -webkit-box;
	overflow: hidden;
	color: #1f3150;
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fxg-review-post-nav__item a:hover,
.fxg-review-post-nav__item a:focus {
	background: #f8fbff;
	color: #4f6fd8;
	text-decoration: none;
}

.fxg-review-post-nav__item a:hover strong,
.fxg-review-post-nav__item a:focus strong {
	color: #4f6fd8;
}

.fxg-review-extended-reading {
	display: grid;
	gap: 24px;
}

.fxg-review-extended-reading__heading {
	display: grid;
	grid-template-columns: minmax(48px, 1fr) auto minmax(48px, 1fr);
	gap: 14px;
	align-items: center;
	color: #4f6fd8;
	text-align: center;
}

.fxg-review-extended-reading__heading span {
	height: 4px;
	border-top: 2px solid #6b7280;
	border-bottom: 1px solid #9ca3af;
}

.fxg-review-extended-reading__heading h2 {
	margin: 0;
	color: #4f6fd8;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
	font-weight: 650;
	line-height: 1.15;
}

.fxg-review-extended-reading__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fxg-review-reading-panel {
	border: 1px solid #dbe7f1;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.fxg-review-reading-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dbe7f1;
	background: #f4f8fb;
	padding: 12px 16px;
}

.fxg-review-reading-panel__head h3 {
	margin: 0;
	color: #243b53;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
}

.fxg-review-reading-panel ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-review-reading-panel li {
	position: relative;
	display: grid;
	gap: 4px;
	border-bottom: 1px solid #edf3f8;
	padding: 12px 16px 12px 34px;
	transition: background-color 160ms ease;
}

.fxg-review-reading-panel li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 16px;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: rgba(79, 111, 216, 0.42);
}

.fxg-review-reading-panel li:last-child {
	border-bottom: 0;
}

.fxg-review-reading-panel a {
	color: #2f4258;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease;
}

.fxg-review-reading-panel li:hover,
.fxg-review-reading-panel li:focus-within {
	background: #f7fbff;
}

.fxg-review-reading-panel a:hover,
.fxg-review-reading-panel a:focus {
	color: #4566c7;
	text-decoration: none;
}

.fxg-review-reading-panel time {
	color: #7c8ea5;
	font-size: 0.8rem;
	font-weight: 750;
}

.fxg-review-reading-panel p {
	margin: 0;
	padding: 14px 16px;
	color: #667085;
	font-size: 0.95rem;
	line-height: 1.6;
}

.fxg-related-posts {
	background: #f8fafc;
	padding: 0 0 56px;
}

.fxg-education-path-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fxg-education-path {
	display: grid;
	gap: 12px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 24px;
	transition: color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fxg-education-path:hover,
.fxg-education-path:focus-within {
	border-color: #b8cdfa;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	transform: translateY(-2px);
}

.fxg-education-path h3 {
	margin: 0;
	color: #0f172a;
	font-size: 1.18rem;
	transition: color 160ms ease;
}

.fxg-education-path p {
	margin: 0;
	color: #475467;
	line-height: 1.6;
}

.fxg-education-path a {
	color: #4f6fd8;
	font-weight: 850;
	text-decoration: none;
	transition: color 160ms ease;
}

.fxg-education-path:hover h3,
.fxg-education-path:focus-within h3 {
	color: #4f6fd8;
}

.fxg-education-path:hover a,
.fxg-education-path:focus-within a {
	color: #3958bd;
	text-decoration: underline;
}

.fxg-education-path span {
	color: #667085;
	font-size: 0.9rem;
	font-weight: 750;
}

.fxg-news-empty {
	grid-column: 1 / -1;
	display: grid;
	gap: 8px;
	border: 1px dashed #dce6ee;
	border-radius: 8px;
	background: #fff;
	padding: 24px;
}

.fxg-news-empty span {
	color: #0f172a;
	font-weight: 800;
}

.fxg-news-empty p {
	margin: 0;
	color: #667085;
	line-height: 1.65;
}

.fxg-home-section__empty-action {
	display: inline-flex;
	border: 1px solid #dce6ee;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	color: #64748b;
}

.fxg-post-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 96px;
}

.fxg-info-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	align-items: start;
}

.fxg-info-main {
	display: grid;
	gap: 24px;
}

.fxg-info-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 96px;
}

.fxg-methodology-grid,
.fxg-trust-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fxg-methodology-grid>div,
.fxg-trust-card {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fafc;
	padding: 20px;
}

.fxg-methodology-grid strong,
.fxg-trust-card h3 {
	display: block;
	margin: 0 0 8px;
	color: #0f172a;
	font-size: 1.05rem;
}

.fxg-methodology-grid p,
.fxg-trust-card p {
	margin: 0;
	color: #475467;
	line-height: 1.65;
}

.fxg-disclosure-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-disclosure-list li {
	position: relative;
	border-bottom: 1px solid #e7eef4;
	padding: 0 0 12px 28px;
	color: #344054;
	line-height: 1.65;
}

.fxg-disclosure-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.fxg-disclosure-list li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4f6fd8;
}

.fxg-disclosure-lead {
	border-color: #b7ddd8;
	background: #f1f5ff;
}

.fxg-search-form {
	display: flex;
	gap: 10px;
	max-width: 720px;
}

.fxg-search-form input[type="search"] {
	flex: 1;
	min-height: 44px;
	border: 1px solid #c9d8e4;
	border-radius: 6px;
	background: #fff;
	padding: 10px 12px;
}

.fxg-pagination {
	margin-top: 28px;
}

.fxg-home-steps,
.fxg-home-faq,
.fxg-home-entry-grid,
.fxg-compare-guides {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fxg-home-steps>div,
.fxg-home-faq>div,
.fxg-home-entry-grid>div,
.fxg-compare-guides>div,
.fxg-tool-preview {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 24px;
}

.fxg-home-steps span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #4f6fd8;
	color: #fff;
	font-weight: 800;
}

.fxg-home-steps h3,
.fxg-home-faq h3,
.fxg-home-entry-grid h3,
.fxg-compare-guides h3 {
	margin: 14px 0 8px;
	font-size: 1.15rem;
}

.fxg-home-steps p,
.fxg-home-faq p,
.fxg-home-entry-grid p,
.fxg-compare-guides p {
	margin: 0;
	color: #475467;
	line-height: 1.6;
}

.fxg-home-entry-grid a {
	display: inline-flex;
	margin-top: 16px;
	color: #4f6fd8;
	font-weight: 800;
	text-decoration: none;
}

.fxg-home-entry-grid a:hover {
	color: #115e59;
}

.fxg-compare-faq {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--fxg-border-soft, #e8f0f6);
}

.fxg-compare-copy {
	display: grid;
	gap: 10px;
	border: 1px solid var(--fxg-border, #d8e5ef);
	border-radius: var(--fxg-radius-card, 10px);
	background: #fff;
	margin-top: 24px;
	padding: 22px 24px;
}

.fxg-compare-copy h2 {
	margin: 0;
	color: var(--fxg-ink, #050b3d);
	font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.fxg-compare-copy p {
	margin: 0;
	color: var(--fxg-text, #243b53);
	line-height: 1.72;
}

.fxg-compare-faq .fxg-section-heading {
	margin-bottom: 16px;
	text-align: left;
}

.fxg-compare-faq .fxg-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.fxg-faq-list--compare {
	grid-template-columns: 1fr;
}

.fxg-faq-list--compare .fxg-faq-item summary {
	padding: 14px 16px;
}

.fxg-faq-list--compare .fxg-faq-item p {
	padding: 14px 16px 16px;
}

@media (max-width: 768px) {
	.fxg-faq-list--compare {
		grid-template-columns: 1fr;
	}
}

.fxg-empty-actions {
	margin-top: 26px;
}

.fxg-final-cta {
	border: 1px solid #b7ddd8;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.08), rgba(37, 99, 235, 0.04)),
		#fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: 34px;
}

.fxg-final-cta h2 {
	max-width: 760px;
	margin: 8px 0 10px;
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1.1;
}

.fxg-final-cta p {
	max-width: 720px;
	color: #475467;
	font-size: 1.05rem;
	line-height: 1.65;
}

.fxg-home-split {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
	align-items: center;
}

.fxg-tool-preview {
	display: grid;
	gap: 12px;
}

.fxg-tool-preview div {
	border: 1px solid #b7ddd8;
	border-radius: 8px;
	background: #f1f5ff;
	padding: 16px;
}

.fxg-tool-preview span {
	display: block;
	color: #475467;
	font-size: 0.85rem;
}

.fxg-tool-preview strong {
	display: block;
	margin-top: 4px;
	color: #4f6fd8;
	font-size: 1.1rem;
}

.fxg-tool-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fxg-tool-card {
	display: grid;
	gap: 12px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 24px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fxg-tool-card:hover,
.fxg-tool-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(79, 111, 216, 0.42);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.fxg-tool-card span {
	justify-self: start;
	border: 1px solid #b7ddd8;
	border-radius: 999px;
	background: #f1f5ff;
	padding: 4px 10px;
	color: #4f6fd8;
	font-size: 0.78rem;
	font-weight: 850;
}

.fxg-tool-card h3 {
	margin: 0;
	color: #0f172a;
	font-size: 1.18rem;
}

.fxg-tool-card p {
	margin: 0;
	color: #475467;
	line-height: 1.6;
}

.fxg-tool-card a {
	color: #4f6fd8;
	font-weight: 850;
	text-decoration: none;
}

.fxg-tool-card a:hover,
.fxg-tool-card a:focus {
	color: #3958bd;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fxg-tool-card .fxg-tool-card__action--disabled {
	border: 0;
	background: transparent;
	padding: 0;
	color: #98a2b3;
	font-size: 1rem;
	font-weight: 850;
	cursor: default;
}

.fxg-tool-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	align-items: start;
}

.fxg-tool-layout--single {
	grid-template-columns: 1fr;
}

.fxg-tool-main,
.fxg-tool-aside {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.fxg-tool-info-card,
.fxg-tool-editable,
.fxg-tool-note {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
	padding: 20px;
}

.fxg-tool-info-card h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 1.1rem;
	line-height: 1.35;
}

.fxg-tool-info-card ol {
	display: grid;
	gap: 8px;
	margin: 10px 0 0;
	padding-left: 1.25rem;
	color: #203652;
	font-size: 0.96rem;
	line-height: 1.58;
}

.fxg-tool-info-card p {
	margin: 0;
	color: #203652;
	font-size: 0.98rem;
	line-height: 1.65;
}

.fxg-tool-info-card--example {
	border-color: rgba(79, 111, 216, 0.24);
	background: #f8fbff;
}

.fxg-faq-list--compact {
	gap: 8px;
	margin-top: 12px;
}

.fxg-faq-list--compact .fxg-faq-item summary {
	padding: 12px 14px;
	font-size: 0.95rem;
}

.fxg-faq-list--compact .fxg-faq-item p {
	padding: 12px 14px;
	font-size: 0.94rem;
	line-height: 1.58;
}

.fxg-tool-editable .fxg-page-content {
	display: grid;
	gap: 14px;
	border: 0;
	box-shadow: none;
	padding: 0;
	color: #243b53;
	font-size: 0.98rem;
	line-height: 1.68;
}

.fxg-tool-editable .fxg-page-content>* {
	margin-top: 0;
	margin-bottom: 0;
}

.fxg-tool-editable .fxg-page-content h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	color: #0f172a;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.35;
}

.fxg-tool-editable .fxg-page-content h3 {
	margin: 4px 0 0;
	color: #0f172a;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.45;
}

.fxg-tool-editable .fxg-page-content h2:first-child {
	margin-top: 0;
}

.fxg-tool-editable .fxg-page-content h2::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--fxg-primary);
	box-shadow: 0 0 0 4px rgba(79, 111, 216, 0.12);
	flex: 0 0 auto;
}

.fxg-tool-editable .fxg-page-content ol,
.fxg-tool-editable .fxg-page-content ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 1.35rem;
}

.fxg-tool-editable .fxg-page-content li {
	padding-left: 2px;
}

.fxg-tool-note {
	margin-top: 16px;
	border-color: var(--fxg-warning-border);
	border-left: 4px solid var(--fxg-warning-text);
	background: var(--fxg-warning-bg);
	box-shadow: none;
	padding: 14px 18px;
}

.fxg-tool-note .fxg-page-content {
	display: grid;
	gap: 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: var(--fxg-warning-text);
	font-size: 0.96rem;
	line-height: 1.65;
}

.fxg-tool-note .fxg-page-content>* {
	margin: 0;
}

.fxg-tool-note h2 {
	color: var(--fxg-warning-text);
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.35;
}

.fxg-support-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.fxg-support-card {
	display: grid;
	gap: 12px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 24px;
}

.fxg-support-card h3 {
	margin: 0;
	color: #0f172a;
	font-size: 1.18rem;
	line-height: 1.3;
}

.fxg-support-card p {
	margin: 0;
	color: #475467;
	line-height: 1.6;
}

.fxg-support-card a {
	color: #4f6fd8;
	font-weight: 850;
	text-decoration: none;
}

.fxg-affiliate-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fxg-affiliate-card {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 22px;
}

.fxg-affiliate-card h3 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 1.25rem;
}

.fxg-affiliate-card p {
	margin: 0;
	color: #475467;
	line-height: 1.65;
}

.fxg-breadcrumb-link,
.fxg-page-kicker {
	color: #4f6fd8;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.fxg-broker-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: 240px minmax(0, 1fr);
	align-items: start;
}

.fxg-broker-left-sidebar {
	align-self: stretch;
	min-width: 0;
	padding-right: 2px;
}

.fxg-broker-left-sidebar__inner {
	position: sticky;
	position: -webkit-sticky;
	top: 92px;
	align-self: start;
	display: grid;
	gap: 14px;
}

body.admin-bar .fxg-broker-left-sidebar__inner {
	top: 124px;
}

.fxg-broker-toc {
	display: grid;
	gap: 4px;
	border-left: 2px solid #dce6ee;
	padding: 4px 0 4px 12px;
}

.fxg-broker-toc strong {
	margin-bottom: 6px;
	color: #0f172a;
	font-size: 0.98rem;
}

.fxg-broker-toc a {
	border-radius: 6px;
	color: #475467;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.35;
	padding: 7px 8px;
	text-decoration: none;
}

.fxg-broker-toc a:hover,
.fxg-broker-toc a:focus {
	background: #f1f5ff;
	color: #4f6fd8;
	outline: 0;
}

.fxg-broker-main {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.fxg-section-panel,
.fxg-sidebar-card {
	--fxg-panel-block-gap: 18px;
	min-width: 0;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	padding: 28px;
}

.fxg-section-panel h2,
.fxg-sidebar-card h2 {
	margin-top: 0;
	font-size: 1.35rem;
	line-height: 1.25;
}

.fxg-panel-heading-row {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	margin-bottom: 20px;
}

.fxg-panel-heading-row h2 {
	margin-bottom: 8px;
}

.fxg-panel-heading-row p {
	margin: 0;
	color: #475467;
	line-height: 1.65;
}

.fxg-panel-heading-row .fxg-button {
	white-space: nowrap;
}

.fxg-panel-action {
	margin-top: 18px;
}

.fxg-broker-main .fxg-comparison-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.fxg-section-panel .fxg-comparison-table-wrap,
.fxg-section-panel .fxg-details-table-wrap {
	margin-bottom: var(--fxg-panel-block-gap);
}

.fxg-section-panel .fxg-comparison-table-wrap:last-child,
.fxg-section-panel .fxg-details-table-wrap:last-child {
	margin-bottom: 0;
}

.fxg-section-panel .fxg-comparison-table-wrap+.fxg-updated-note,
.fxg-section-panel .fxg-details-table-wrap+.fxg-updated-note {
	margin-top: 0;
}

.fxg-section-panel .fxg-comparison-table-wrap+.fxg-content-callout,
.fxg-section-panel .fxg-details-table-wrap+.fxg-content-callout {
	margin-top: 0;
}

.fxg-sidebar-card .fxg-button+.fxg-button {
	margin-top: 10px;
}

.fxg-sidebar-card .fxg-button {
	width: 100%;
	justify-content: center;
}

.fxg-sidebar-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
	color: #475467;
	line-height: 1.55;
}

.fxg-section-panel h3 {
	margin-top: 24px;
	font-size: 1.05rem;
}

.fxg-list-clean {
	margin-left: 0;
	padding-left: 20px;
}

.fxg-details-table-wrap {
	overflow-x: auto;
	border: 1px solid #dce6ee;
	border-radius: 8px;
}

.fxg-details-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	background: #fff;
}

.fxg-details-table th,
.fxg-details-table td {
	border-bottom: 1px solid #e7eef4;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.fxg-details-table tr:last-child th,
.fxg-details-table tr:last-child td {
	border-bottom: 0;
}

.fxg-details-table th {
	width: 190px;
	background: #f8fafc;
	color: #344054;
	font-size: 0.92rem;
	font-weight: 800;
}

.fxg-details-table td {
	color: #0f172a;
	line-height: 1.6;
}

.fxg-inline-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-inline-list li {
	border: 1px solid #cfe3e0;
	border-radius: 999px;
	background: #f1f5ff;
	padding: 4px 10px;
	color: #4f6fd8;
	font-size: 0.9rem;
	font-weight: 750;
}

.fxg-updated-note {
	border-top: 1px solid #e7eef4;
	margin: 22px 0 0;
	padding-top: 16px;
	color: #667085;
	font-size: 0.92rem;
	line-height: 1.6;
}

.fxg-comparison-table-wrap {
	overflow-x: auto;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
}

.fxg-comparison-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
}

.fxg-comparison-table th,
.fxg-comparison-table td {
	border-bottom: 1px solid #e7eef4;
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.fxg-comparison-table th {
	background: #f8fafc;
	color: #344054;
	font-size: 0.88rem;
	font-weight: 850;
}

.fxg-comparison-table td {
	color: #0f172a;
	line-height: 1.55;
}

.fxg-comparison-table tbody tr:hover td {
	background: #fbfefd;
}

.fxg-comparison-table tr:last-child td {
	border-bottom: 0;
}

.fxg-archive-header {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.08), rgba(37, 99, 235, 0.05)),
		#f7fafc;
	border-bottom: 1px solid #dde8ef;
	padding: 56px 0 36px;
}

.fxg-archive-header h1 {
	margin: 8px 0 12px;
	font-size: clamp(2rem, 3vw, 3.25rem);
}

.fxg-archive-header p {
	max-width: 680px;
	color: #475467;
	font-size: 1.1rem;
}

.fxg-archive-grid {
	background: #f8fafc;
	padding: 36px 0 56px;
}

.fxg-broker-rankings-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 22px;
}

.fxg-ranking-hero {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.1), rgba(37, 99, 235, 0.06)),
		#f7fafc;
	border-bottom: 1px solid #dde8ef;
	padding: 64px 0 46px;
}

.fxg-ranking-hero__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	align-items: stretch;
}

.fxg-ranking-hero h1 {
	max-width: 820px;
	margin: 8px 0 14px;
	font-size: clamp(2.1rem, 3.4vw, 3.5rem);
}

.fxg-ranking-hero p {
	max-width: 760px;
	color: #475467;
	font-size: 1.08rem;
	line-height: 1.75;
}

.fxg-ranking-hero__panel,
.fxg-ranking-sidebar,
.fxg-ranking-criteria-grid>div,
.fxg-ranking-link-grid a {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.fxg-ranking-hero__panel {
	padding: 24px;
}

.fxg-ranking-hero__panel span,
.fxg-ranking-link-grid span,
.fxg-ranking-criteria-grid span {
	display: block;
	color: #4f6fd8;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fxg-ranking-hero__panel strong {
	display: block;
	margin: 10px 0;
	color: #0f172a;
	font-size: 1.45rem;
	line-height: 1.35;
}

.fxg-ranking-criteria-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fxg-ranking-criteria-grid>div {
	padding: 18px;
}

.fxg-ranking-criteria-grid span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6fffb;
	margin-bottom: 12px;
}

.fxg-ranking-criteria-grid p {
	margin: 0;
	color: #344054;
	font-weight: 700;
	line-height: 1.7;
}

.fxg-ranking-page-layout {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
}

.fxg-ranking-sidebar {
	position: sticky;
	top: 96px;
	padding: 24px;
}

.fxg-ranking-sidebar h2 {
	margin-top: 0;
}

.fxg-ranking-sidebar__actions {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.fxg-ranking-link-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 22px;
}

.fxg-ranking-link-grid a {
	display: grid;
	gap: 8px;
	padding: 18px;
	color: #0f172a;
	text-decoration: none;
}

.fxg-ranking-link-grid a[aria-current="page"] {
	border-color: #4f6fd8;
	box-shadow: 0 0 0 2px rgba(79, 111, 216, 0.12);
}

.fxg-ranking-link-grid strong {
	font-size: 1.05rem;
	line-height: 1.4;
}

.fxg-broker-directory-form {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	margin-bottom: 18px;
	padding: 18px;
}

.fxg-broker-directory-form>label:first-child {
	grid-column: 1 / -1;
	max-width: 420px;
}

.fxg-broker-directory-form label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.fxg-broker-directory-form__note {
	grid-column: 1 / -1;
	background: linear-gradient(180deg, #f4f7ff, #ecf2ff);
	border: 1px solid #d5e2ff;
	border-radius: 8px;
	color: #283142;
	padding: 10px 12px;
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.45;
	max-width: 100%;
}

.fxg-broker-directory-form__note p {
	margin: 0;
}

.fxg-broker-directory-form__note ul,
.fxg-broker-directory-form__note ol {
	margin: 0.4rem 0;
	padding-left: 1.2rem;
}

.fxg-broker-directory-form__note a {
	color: #1f4fb8;
	text-underline-offset: 2px;
}

.fxg-broker-directory-form fieldset {
	grid-column: 1 / -1;
	min-width: 0;
	margin: 0;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fbfd;
	padding: 14px;
}

.fxg-broker-directory-form legend {
	margin: 0 0 6px;
	color: #344054;
	font-size: 0.875rem;
	font-weight: 700;
}

.fxg-broker-directory-form label span {
	color: #344054;
	font-size: 0.875rem;
	font-weight: 700;
}

.fxg-broker-directory-form input[type="search"],
.fxg-broker-directory-form select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #c9d8e4;
	border-radius: 6px;
	background: #fff;
	padding: 8px 10px;
}

.fxg-filter-check {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-height: 44px;
}

.fxg-filter-check input {
	margin: 0;
}

.fxg-filter-options {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.fxg-filter-group--wide {
	grid-column: 1 / -1;
}

.fxg-filter-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	grid-column: 1 / -1;
}

.fxg-filter-actions .fxg-button {
	width: 100%;
	min-height: 50px;
	justify-content: center;
}

.fxg-filter-actions .fxg-button--secondary {
	border-color: #c9d8e4;
	background: #eef6f9;
	color: #10233f;
}

.fxg-filter-actions .fxg-button--secondary:hover {
	border-color: #9fb8c8;
	background: #e2eef4;
	color: #10233f;
}

.fxg-filter-options--extras {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.fxg-directory-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 18px;
	color: #475467;
	font-weight: 700;
}

.fxg-directory-summary span {
	border: 1px solid #b7ddd8;
	border-radius: 999px;
	background: #f1f5ff;
	padding: 4px 10px;
	color: #4f6fd8;
	font-size: 0.85rem;
}

.fxg-directory-filter-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -4px 0 18px;
}

.fxg-directory-filter-tags>span,
.fxg-directory-filter-tags>a {
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #fff;
	color: #344054;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 5px 10px;
	text-decoration: none;
}

.fxg-directory-filter-tags>a:hover,
.fxg-directory-filter-tags>a:focus {
	border-color: #4f6fd8;
	color: #4f6fd8;
}

.fxg-related-brokers {
	background: #f8fafc;
	padding: 0 0 56px;
}

.fxg-sidebar-card {
	display: grid;
	gap: 16px;
}

.fxg-check-list,
.fxg-muted-list,
.fxg-rate-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-check-list li,
.fxg-muted-list li,
.fxg-rate-list li {
	position: relative;
	padding-left: 28px;
	line-height: 1.55;
}

.fxg-check-list li::before {
	content: "+";
	position: absolute;
	left: 0;
	color: #4f6fd8;
	font-weight: 800;
}

.fxg-muted-list li::before {
	content: "-";
	position: absolute;
	left: 2px;
	color: #b45309;
	font-weight: 800;
}

.fxg-rate-list li {
	border: 1px solid #dce6ee;
	border-radius: 6px;
	background: #f8fafc;
	padding: 12px 14px;
}

.fxg-rate-list li::before {
	content: none;
}

.fxg-mini-facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	margin: 18px 0;
}

.fxg-mini-facts div {
	border: 1px solid #b7ddd8;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
	padding: 14px;
}

.fxg-mini-facts span {
	display: block;
	color: #475467;
	font-size: 0.85rem;
}

.fxg-mini-facts strong {
	display: block;
	margin-top: 4px;
	color: #4f6fd8;
	font-size: 1.05rem;
}

.fxg-column-span-all {
	grid-column: 1 / -1;
}

.fxg-rebate-flow-columns {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fxg-referral-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 1px solid #f2c94c;
	border-left: 5px solid #d99a00;
	border-radius: 8px;
	background: #fff7d6;
	margin: 0 0 20px;
	padding: 16px 18px;
}

.fxg-referral-code__content {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	min-width: 0;
}

.fxg-referral-code__content > :not(strong) {
	margin: 0;
}

.fxg-referral-code__content span {
	color: #475467;
	flex: 0 1 auto;
	font-size: 0.9rem;
	line-height: 1.45;
	min-width: 0;
}

.fxg-referral-code__content strong {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	width: fit-content;
	max-width: 100%;
	border: 1px solid #f2c94c;
	border-radius: 6px;
	background: #fff;
	color: #10233f;
	font-size: 1.12rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	padding: 4px 10px;
	white-space: nowrap;
}

.fxg-referral-code__copy {
	flex: 0 0 auto;
	border: 1px solid #d99a00;
	border-radius: 8px;
	background: #fff3bd;
	color: #5f4300;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 850;
	line-height: 1.2;
	padding: 9px 14px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fxg-referral-code__copy:hover,
.fxg-referral-code__copy:focus {
	background: #d99a00;
	border-color: #b77900;
	color: #fff;
	outline: 0;
}

.fxg-referral-code__copy.is-copied {
	border-color: #16a34a;
	background: #ecfdf3;
	color: #15803d;
}

.fxg-rebate-flow-columns h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #e7eef4;
	margin: 0 0 16px;
	padding-bottom: 12px;
	color: #10233f;
	font-size: 1.12rem;
	font-weight: 850;
	line-height: 1.35;
}

.fxg-rebate-flow-columns h3::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 4px;
	height: 20px;
	border-radius: 999px;
	background: #4f6fd8;
}

.fxg-step-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	counter-reset: fxg-step;
	list-style: none;
}

.fxg-step-list li {
	position: relative;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #f8fafc;
	padding: 16px 18px 16px 58px;
	counter-increment: fxg-step;
}

.fxg-step-list li::before {
	content: counter(fxg-step);
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #4f6fd8;
	color: #fff;
	font-weight: 800;
}

.fxg-step-list strong,
.fxg-step-list span {
	display: block;
}

.fxg-step-list span {
	margin-top: 4px;
	color: #475467;
	line-height: 1.55;
}

.fxg-step-list span .fxg-step-list__inline-strong {
	display: inline;
	margin: 0;
	color: inherit;
	font-weight: 850;
}

.fxg-rebate-action-note {
	display: grid;
	gap: 4px;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	background: #fff7ed;
	margin-top: 18px;
	padding: 16px 18px;
}

.fxg-rebate-action-note strong {
	color: #7c2d12;
}

.fxg-rebate-action-note span {
	color: #7c2d12;
	line-height: 1.6;
}

.fxg-score-list {
	display: grid;
	gap: 10px;
}

.fxg-score-row {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	border-bottom: 1px solid #e7eef4;
	padding: 10px 0;
}

.fxg-score-row:last-child {
	border-bottom: 0;
}

.fxg-score-row span {
	color: #344054;
	font-weight: 650;
}

.fxg-score-row strong {
	color: #4f6fd8;
}

.fxg-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-tag-list li {
	border: 1px solid #c9d8e4;
	border-radius: 999px;
	background: #f8fafc;
	padding: 6px 12px;
	font-size: 0.925rem;
	font-weight: 650;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fxg-tag-list li:hover {
	border-color: rgba(79, 111, 216, 0.45);
	background: #eef4ff;
	color: #4f6fd8;
}

#platforms.fxg-two-column-list {
	position: relative;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 56px;
}

#platforms.fxg-two-column-list::after {
	position: absolute;
	top: 152px;
	bottom: 34px;
	left: 50%;
	width: 1px;
	background: #dce6ee;
	content: "";
}

@media (max-width: 768px) {
	#platforms.fxg-two-column-list {
		grid-template-columns: 1fr;
	}

	#platforms.fxg-two-column-list::after {
		display: none;
	}

	.fxg-review-post-nav,
	.fxg-review-extended-reading__grid {
		grid-template-columns: 1fr;
	}

	.fxg-review-post-nav__item+.fxg-review-post-nav__item {
		border-top: 1px solid #e1ebf3;
		border-left: 0;
	}

	.fxg-review-post-nav__item--next a {
		padding-right: 58px;
		text-align: left;
	}

	.fxg-review-extended-reading__heading {
		grid-template-columns: minmax(32px, 1fr) auto minmax(32px, 1fr);
	}

	.fxg-review-reading-panel__head h3 {
		font-size: 1.15rem;
	}

	#platforms.fxg-two-column-list>div:not(.fxg-column-span-all)+div {
		border-top: 1px solid #dce6ee;
		padding-top: 18px;
	}
}

.fxg-rebate-panel {
	border-color: #b7ddd8;
	background: #f1f5ff;
}

.fxg-faq-list {
	display: grid;
	gap: 12px;
}

.home .fxg-home-section .fxg-faq-list {
	width: min(100%, 760px);
	margin-inline: 0 auto;
}

.fxg-faq-item {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
}

.fxg-faq-item summary {
	cursor: pointer;
	padding: 16px 18px;
	color: #0f172a;
	font-weight: 800;
}

.fxg-faq-item p {
	border-top: 1px solid #e7eef4;
	margin: 0;
	padding: 16px 18px;
	color: #475467;
	line-height: 1.65;
}

.fxg-page-content details,
.fxg-review-content details:not(.fxg-content-accordion__item) {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	margin: 0 0 12px;
	overflow: hidden;
}

.fxg-page-content details summary,
.fxg-review-content details:not(.fxg-content-accordion__item) summary {
	cursor: pointer;
	padding: 16px 18px;
	color: #0f172a;
	font-weight: 850;
	list-style-position: inside;
}

.fxg-page-content details>*:not(summary),
.fxg-review-content details:not(.fxg-content-accordion__item)>*:not(summary) {
	border-top: 1px solid #e7eef4;
	margin: 0;
	padding: 16px 18px;
	color: #475467;
	line-height: 1.7;
}

.fxg-review-content details:not(.fxg-content-accordion__item)>div>*:first-child {
	margin-top: 0;
}

.fxg-review-content details:not(.fxg-content-accordion__item)>div>*:last-child {
	margin-bottom: 0;
}

.fxg-mobile-broker-cta {
	display: none;
}

@media (max-width: 768px) {
	.fxg-site-header {
		position: static;
	}

	.fxg-site-header__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 0;
	}

	.fxg-site-nav__menu {
		justify-content: flex-start;
	}

	.fxg-site-nav__menu .sub-menu {
		position: static;
		display: grid;
		width: 100%;
		min-width: 0;
		box-shadow: none;
		margin: 4px 0 0 14px;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.fxg-site-nav__menu .sub-menu::before {
		display: none;
	}

	.fxg-site-header__cta {
		width: 100%;
	}

	.fxg-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.fxg-site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-site-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.fxg-site-footer__legal {
		justify-content: flex-start;
	}

	.fxg-broker-hero__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.fxg-broker-hero__content {
		min-height: 0;
	}

	.fxg-broker-hero__media {
		justify-self: stretch;
		width: 100%;
		max-width: 100%;
		min-height: 180px;
	}

	.fxg-broker-summary-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-broker-summary-strip__grid div {
		border-bottom: 1px solid #e7eef4;
		padding: 14px;
	}

	.fxg-broker-layout {
		grid-template-columns: 1fr;
	}

	.fxg-broker-left-sidebar {
		position: static;
		padding-right: 0;
	}

	.fxg-broker-left-sidebar__inner,
	body.admin-bar .fxg-broker-left-sidebar,
	body.admin-bar .fxg-broker-left-sidebar__inner {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.fxg-broker-toc {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding: 12px;
	}

	.fxg-broker-toc strong {
		flex: 0 0 auto;
		align-self: center;
		margin: 0;
	}

	.fxg-broker-toc a {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.fxg-rebate-flow-columns {
		grid-template-columns: 1fr;
	}

	.fxg-referral-code {
		align-items: stretch;
		flex-direction: column;
	}

	.fxg-referral-code__copy {
		width: 100%;
	}

	.fxg-post-hero__inner,
	.fxg-post-layout,
	.fxg-info-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.fxg-post-sidebar,
	.fxg-info-sidebar {
		position: static;
	}

	.fxg-section-panel,
	.fxg-sidebar-card,
	.fxg-post-content,
	.fxg-page-content {
		padding: 22px;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.fxg-broker-review-article .fxg-review-main {
		padding: 10px;
	}

	.fxg-broker-review-article .fxg-post-content {
		padding: 18px;
	}

	.fxg-search-form {
		flex-direction: column;
	}

	.fxg-author-box {
		grid-template-columns: 1fr;
	}

	.fxg-broker-directory-form {
		grid-template-columns: 1fr;
	}

	.fxg-broker-rankings-grid {
		grid-template-columns: 1fr;
	}

	.fxg-home-hero__inner,
	.fxg-compare-hero__inner,
	.fxg-rebates-hero__inner,
	.fxg-review-hero__inner,
	.fxg-review-linked-broker,
	.fxg-home-split,
	.fxg-tool-layout {
		grid-template-columns: 1fr;
	}

	.fxg-home-hero__inner {
		gap: 20px;
	}

	.fxg-home-hero__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fxg-panel-heading-row {
		grid-template-columns: 1fr;
	}

	.fxg-panel-heading-row .fxg-button {
		width: 100%;
	}

	.fxg-broker-tabs {
		top: 0;
	}

	.fxg-broker-tabs__inner {
		scroll-snap-type: x proximity;
	}

	.fxg-broker-tabs a {
		scroll-snap-align: start;
	}

	.fxg-comparison-table-wrap {
		margin-inline: -8px;
		border-radius: 0;
	}

	.fxg-mobile-broker-cta {
		position: sticky;
		bottom: 0;
		z-index: 90;
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		border-top: 1px solid #dce6ee;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(12px);
		padding: 10px 16px;
	}

	.fxg-mobile-broker-cta .fxg-button {
		min-height: 42px;
		padding: 8px 10px;
		font-size: 0.92rem;
	}
}

@media (max-width: 520px) {
	.fxg-site-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 20px;
	}

	.fxg-site-footer__inner {
		padding-top: 44px;
	}
}

.fxg-review-hero {
	border-bottom: 1px solid #dce6ee;
	background: #f7fafc;
	padding: 56px 0;
}

.fxg-review-hero__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
}

.fxg-review-hero h1 {
	max-width: 900px;
	margin: 12px 0;
	font-size: clamp(2.35rem, 3.8vw, 3.25rem);
	font-weight: 740;
	line-height: 1.14;
}

.fxg-review-hero__content>p {
	max-width: 760px;
	color: #475467;
	font-size: 1.08rem;
	line-height: 1.75;
}

.fxg-review-hero__facts,
.fxg-review-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.fxg-review-hero .fxg-post-meta {
	margin-top: 22px;
}

.fxg-review-hero__facts {
	margin-top: 14px;
}

.fxg-review-hero__facts span {
	border: 1px solid #cfe3e0;
	border-radius: 999px;
	background: #f1f5ff;
	padding: 7px 11px;
	color: #4f6fd8;
	font-size: 0.9rem;
	font-weight: 800;
}

.fxg-review-hero__actions {
	margin-top: 26px;
}

.fxg-review-hero__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.fxg-review-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fxg-review-hero__media--logo {
	border: 1px solid #d8e3ea;
	background: #fff;
	padding: 34px;
}

.fxg-review-hero__media--logo img {
	width: auto;
	height: auto;
	max-width: min(82%, 320px);
	max-height: 160px;
	object-fit: contain;
}

.fxg-review-summary-box,
.fxg-review-linked-broker,
.fxg-review-data-panel,
.fxg-review-reading-guide {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	margin-bottom: 24px;
	padding: 24px;
}

.fxg-review-toc {
	margin-bottom: 24px;
}

.fxg-review-toc-bar .fxg-review-toc {
	margin: 0;
}

.fxg-review-toc-sidebar .fxg-review-toc {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	margin: 0;
	max-height: calc(100vh - 120px);
	overflow: auto;
	padding: 0 8px 0 0;
}

.fxg-review-layout .fxg-post-sidebar .fxg-sidebar-card,
.fxg-review-layout .fxg-post-sidebar .fxg-risk-warning {
	padding: 20px;
}

.fxg-review-layout .fxg-post-sidebar .fxg-sidebar-card h2 {
	font-size: 1.1rem;
}

.fxg-review-summary-box__heading h2 {
	margin: 8px 0 0;
	font-size: 1.45rem;
	line-height: 1.35;
}

.fxg-review-summary-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.fxg-review-summary-column {
	min-width: 0;
}

.fxg-review-summary-column:only-child {
	grid-column: 1 / -1;
}

.fxg-review-verdict-list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-review-verdict-list li {
	position: relative;
	min-height: 32px;
	padding-left: 44px;
	color: #061537;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.55;
}

.fxg-review-verdict-list li::before {
	position: absolute;
	top: -2px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.fxg-review-verdict-list--pros li::before {
	content: "✓";
	background: #c9f7df;
	color: #039855;
}

.fxg-review-verdict-list--cons li::before {
	content: "!";
	background: #ffe8a3;
	color: #f59e0b;
}

.fxg-review-suitable-summary {
	border-top: 1px solid #e4edf4;
	margin: 20px 0 0;
	padding-top: 16px;
	color: #344054;
	font-size: 1.02rem;
	line-height: 1.75;
}

.fxg-review-suitable-summary strong {
	color: #4f6fd8;
	font-weight: 900;
}

.fxg-review-linked-broker {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
	align-items: start;
}

.fxg-review-linked-broker h2,
.fxg-review-toc h2 {
	margin-top: 0;
}

.fxg-review-toc-sidebar .fxg-review-toc h2 {
	margin-bottom: 14px;
	font-size: 1.05rem;
}

.fxg-review-toc-bar .fxg-review-toc h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 0.9rem;
	font-weight: 900;
}

.fxg-review-sidebar-card {
	display: grid;
	gap: 16px;
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	padding: 20px;
}

.fxg-review-sidebar-card__head {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.fxg-review-sidebar-card__logo {
	width: 56px;
	height: 56px;
	border: 1px solid #e4edf4;
	border-radius: 8px;
	background: #f8fbfd;
	object-fit: contain;
	padding: 6px;
}

.fxg-review-sidebar-card__logo--empty {
	padding: 0;
}

.fxg-review-sidebar-card__head span,
.fxg-review-sidebar-card__facts dt {
	display: block;
	margin-bottom: 4px;
	color: #667085;
	font-size: 0.82rem;
	font-weight: 800;
}

.fxg-review-sidebar-card__head strong {
	display: block;
	color: #0f172a;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.35;
}

.fxg-review-sidebar-card__facts {
	display: grid;
	gap: 0;
	margin: 0;
}

.fxg-review-sidebar-card__facts div {
	border-top: 1px solid #e4edf4;
	padding: 11px 0;
}

.fxg-review-sidebar-card__facts div:last-child {
	padding-bottom: 0;
}

.fxg-review-sidebar-card__facts dd {
	margin: 0;
	color: #0f172a;
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.45;
}

.fxg-review-sidebar-card__actions {
	display: grid;
	gap: 10px;
}

.fxg-review-sidebar-card__actions .fxg-button {
	width: 100%;
	justify-content: center;
}

.fxg-review-sidebar-engagement {
	display: grid;
	gap: 24px;
	padding: 0;
}

.fxg-review-helpful-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content;
	min-width: 128px;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: #ebe9fb;
	color: #0f172a;
	box-shadow: none;
	padding: 10px 18px;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.fxg-review-helpful-pill:hover,
.fxg-review-helpful-pill:focus {
	background: #e4e9ff;
	color: #1d3fae;
}

.fxg-review-helpful-pill.is-voted {
	background: #e8f0ff;
	color: #1d3fae;
	cursor: default;
}

.fxg-review-helpful-pill.is-voted span {
	color: #4f6fd8;
}

.fxg-review-helpful-pill.is-loading {
	opacity: 0.7;
}

.fxg-review-helpful-pill em {
	font-style: normal;
	font-size: 0.96rem;
	line-height: 1;
}

.fxg-review-helpful-pill span {
	color: #8b7cff;
	font-size: 1.35rem;
	line-height: 1;
}

.fxg-review-helpful-pill strong {
	font-size: 1rem;
}

.fxg-review-helpful-pill--hero {
	min-width: 0;
	min-height: 52px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #020a36;
	margin-left: 14px;
	padding: 8px 4px;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.fxg-review-helpful-pill--hero:hover,
.fxg-review-helpful-pill--hero:focus {
	background: rgba(79, 111, 216, 0.08);
	color: #1d3fae;
	transform: translateY(-1px);
}

.fxg-review-helpful-pill--hero span {
	color: #4f6fd8;
	transition: color 160ms ease, transform 160ms ease;
}

.fxg-review-helpful-pill--hero:hover span,
.fxg-review-helpful-pill--hero:focus span {
	color: #1d3fae;
	transform: scale(1.08);
}

.fxg-review-helpful-pill--hero.is-voted {
	background: transparent;
}

.fxg-content-article-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: 14px;
}

.fxg-content-article-hero-meta .fxg-post-updated {
	margin: 0;
}

.fxg-content-article-helpful {
	margin: 0;
}

.fxg-review-share-block,
.fxg-review-further-reading,
.fxg-review-broker-list {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.fxg-review-share-block h2,
.fxg-review-further-reading h2,
.fxg-review-broker-list h2 {
	position: relative;
	margin: 0;
	border-top: 2px solid #6b7280;
	border-bottom: 1px solid #9ca3af;
	padding: 7px 0 8px;
	color: #334155;
	font-size: 1.34rem;
	font-weight: 900;
	line-height: 1.18;
	text-align: center;
}

.fxg-review-share-block h2::before,
.fxg-review-further-reading h2::before,
.fxg-review-broker-list h2::before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, #ff8a8a, #a7f3d0, #67e8f9);
}

.fxg-review-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.fxg-review-share-block {
	gap: 20px;
}

.fxg-review-share-block h2 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.fxg-review-share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #dce6ee;
	border-radius: 999px;
	background: #fff;
	color: #475467;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.fxg-review-share-links svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.fxg-review-share-links a:hover,
.fxg-review-share-links a:focus {
	border-color: #b9c9ff;
	background: #f1f5ff;
	color: #4f6fd8;
}

.fxg-review-further-reading ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-review-further-reading li {
	color: #0f172a;
	line-height: 1.45;
}

.fxg-review-further-reading a {
	color: #1f3150;
	font-weight: 850;
	text-decoration: none;
}

.fxg-review-further-reading a:hover,
.fxg-review-further-reading a:focus {
	color: #4f6fd8;
	text-decoration: none;
}

.fxg-review-further-reading p {
	margin: 0;
	color: #667085;
	font-size: 0.92rem;
	line-height: 1.65;
}

.fxg-review-reading-link {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	border-bottom: 1px solid #e8f0f6;
	border-radius: 0;
	background: transparent;
	padding: 10px 0;
	transition: background-color 160ms ease, color 160ms ease;
}

.fxg-review-reading-link:hover,
.fxg-review-reading-link:focus {
	background: #f8fbff;
	text-decoration: none;
}

.fxg-review-reading-link__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 78px;
	overflow: hidden;
	border: 0;
	border-radius: 3px;
	background: #f8fbfd;
	color: #4f6fd8;
	font-size: 1rem;
	font-weight: 900;
}

.fxg-review-reading-link__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 160ms ease, transform 160ms ease;
}

.fxg-review-reading-link:hover .fxg-review-reading-link__thumb img,
.fxg-review-reading-link:focus .fxg-review-reading-link__thumb img {
	filter: saturate(1.08) contrast(1.04);
	transform: scale(1.04);
}

.fxg-review-reading-link__title {
	display: -webkit-box;
	margin-top: 1px;
	overflow: hidden;
	color: #334155;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: color 160ms ease;
}

.fxg-review-reading-link:hover .fxg-review-reading-link__title,
.fxg-review-reading-link:focus .fxg-review-reading-link__title {
	color: #4f6fd8;
}

.fxg-review-further-reading li:last-child .fxg-review-reading-link {
	border-bottom: 0;
}

.fxg-review-broker-list ul {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fxg-review-broker-list {
	position: sticky;
	top: 150px;
	z-index: 2;
	align-self: start;
	background: #fff;
	transition: top 180ms ease;
}

body.admin-bar .fxg-review-broker-list {
	top: 182px;
}

.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-review-broker-list {
	top: 84px;
}

body.admin-bar.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-review-broker-list {
	top: 116px;
}

.fxg-review-broker-list__item {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.fxg-review-broker-list__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	background: #fff;
	text-decoration: none;
}

.fxg-review-broker-list__logo img {
	display: block;
	width: 100%;
	max-width: 112px;
	height: auto;
	max-height: 92px;
	object-fit: contain;
}

.fxg-review-broker-list__logo span {
	color: #334155;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.fxg-review-broker-list__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.fxg-review-broker-list__button,
.fxg-review-broker-list .fxg-button,
.fxg-review-broker-list__button:visited,
.fxg-review-broker-list .fxg-button:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	border: 1px solid #c8d8e5;
	border-radius: 6px;
	background: #fff !important;
	box-shadow: none;
	padding: 8px 14px;
	color: #020a36 !important;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
}

.fxg-review-broker-list__button--official {
	border-color: #c8d8e5;
	background: #fff !important;
	color: #020a36 !important;
}

.fxg-review-broker-list .fxg-button {
	border-color: #c8d8e5;
	background: #fff !important;
	color: #020a36 !important;
}

.fxg-review-broker-list__button:hover,
.fxg-review-broker-list__button:focus,
.fxg-review-broker-list .fxg-button:hover,
.fxg-review-broker-list .fxg-button:focus {
	border-color: #9fb5ec;
	background: #f8fbff !important;
	color: #1d3fae !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.fxg-review-broker-list__button--official:hover,
.fxg-review-broker-list__button--official:focus {
	border-color: #9fb5ec;
	background: #f8fbff !important;
	color: #1d3fae !important;
}

.fxg-review-broker-list__rating {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	color: #334155;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
}

.fxg-review-broker-list__rating strong {
	color: #334155;
	font-size: 0.9rem;
}

.fxg-review-broker-list__rating b {
	color: #f59e0b;
	font-size: 0.98rem;
	letter-spacing: 1px;
}

.fxg-broker-review-article .fxg-review-content .wp-block-details,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item),
.fxg-broker-review-article .fxg-review-content .rank-math-list-item,
.fxg-broker-review-article .fxg-review-content .schema-faq-section,
.fxg-broker-review-article .fxg-review-content .wp-block-rank-math-faq-block .rank-math-list-item {
	overflow: hidden;
	margin: 0 0 10px;
	border: 1px solid #dce6ee;
	border-radius: 10px;
	background: #f1f1f1;
	box-shadow: none;
	padding: 0;
}

.fxg-broker-review-article .fxg-review-content .wp-block-details summary,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item) summary,
.fxg-broker-review-article .fxg-review-content .rank-math-question,
.fxg-broker-review-article .fxg-review-content .schema-faq-question {
	display: block;
	box-sizing: border-box;
	width: 100%;
	background: #f1f1f1;
	color: #0f172a;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.45;
	cursor: pointer;
	padding: 14px 18px;
	transition: background-color 160ms ease, color 160ms ease;
}

.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item) summary::-webkit-details-marker {
	display: none;
}

.fxg-broker-review-article .fxg-review-content .fxg-review-qa-item>summary {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 22px;
	gap: 12px;
	align-items: center;
}

.fxg-review-qa-item__state,
.fxg-review-qa-item__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

.fxg-review-qa-item__chevron {
	justify-self: end;
	transition: transform 160ms ease;
}

.fxg-review-qa-item__icon {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.fxg-review-qa-item__icon--minus {
	display: none;
}

.fxg-review-qa-item[open] .fxg-review-qa-item__icon--plus {
	display: none;
}

.fxg-review-qa-item[open] .fxg-review-qa-item__icon--minus {
	display: block;
}

.fxg-review-qa-item[open] .fxg-review-qa-item__chevron {
	transform: rotate(180deg);
}

.fxg-broker-review-article .fxg-review-content .wp-block-details summary:hover,
.fxg-broker-review-article .fxg-review-content .wp-block-details summary:focus,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item) summary:hover,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item) summary:focus,
.fxg-broker-review-article .fxg-review-content .rank-math-question:hover,
.fxg-broker-review-article .fxg-review-content .rank-math-question:focus,
.fxg-broker-review-article .fxg-review-content .schema-faq-question:hover,
.fxg-broker-review-article .fxg-review-content .schema-faq-question:focus {
	background: #e7ecf6;
	outline: 0;
}

.fxg-broker-review-article .fxg-review-content .rank-math-answer,
.fxg-broker-review-article .fxg-review-content .schema-faq-answer,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item)> :not(summary) {
	margin: 0;
	border-top: 1px solid #dce6ee;
	background: #fff;
	color: #344054;
	font-size: 1rem;
	line-height: 1.75;
	padding: 16px 18px;
}

.fxg-broker-review-article .fxg-review-content .rank-math-answer p,
.fxg-broker-review-article .fxg-review-content .schema-faq-answer p,
.fxg-broker-review-article .fxg-review-content details:not(.fxg-content-accordion__item) p {
	margin: 0;
}

.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item {
	margin: 0;
	border-color: var(--fxg-border-soft, #e8f0f6);
	border-radius: 10px;
	background: #f1f1f1;
	box-shadow: none;
}

.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item>summary {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 22px;
	gap: 12px;
	align-items: center;
	background: #f1f1f1;
	color: var(--fxg-ink, #050b3d);
	list-style: none;
	padding: 14px 18px;
}

.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item>summary:hover,
.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item>summary:focus,
.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item:hover>summary {
	background: #e7ecf6;
	color: var(--fxg-ink, #050b3d);
}

.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item[open]>summary {
	background: #e7ecf6;
	color: var(--fxg-ink, #050b3d);
}

.fxg-broker-review-article .fxg-review-content details.fxg-content-accordion__item>.fxg-content-accordion__panel {
	margin: 0;
	border-top: 1px solid var(--fxg-border, #d8e5ef);
	background: var(--fxg-surface, #fff);
	color: var(--fxg-text, #1b2f55);
	font-size: 1rem;
	line-height: 1.75;
	padding: 16px 18px;
}

.fxg-content-article-sidebar {
	border: 1px solid #dce6ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	padding: 20px;
}

.fxg-popular-broker-links h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.35;
}

.fxg-popular-broker-links__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fxg-popular-broker-links__grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.72;
	border: 1px solid #e4edf4;
	border-radius: 8px;
	background: #f8fbfd;
	padding: 10px;
	color: #0f172a;
	font-size: 0.86rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.fxg-popular-broker-links__grid a:hover,
.fxg-popular-broker-links__grid a:focus {
	border-color: #b7d7d2;
	background: #f1f5ff;
	transform: translateY(-1px);
}

.fxg-popular-broker-links__grid img {
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
}

.fxg-review-section-heading {
	display: flex;
	gap: 18px;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 20px;
}

.fxg-review-section-heading h2 {
	margin: 6px 0 0;
	font-size: 1.45rem;
	line-height: 1.3;
}

.fxg-review-fact-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.fxg-review-fact {
	border: 1px solid #e4edf4;
	border-radius: 8px;
	background: #f8fbfd;
	padding: 15px;
}

.fxg-review-fact span,
.fxg-review-score-row span,
.fxg-review-sidebar-facts dt {
	display: block;
	margin-bottom: 6px;
	color: #667085;
	font-size: 0.86rem;
	font-weight: 800;
}

.fxg-review-fact strong,
.fxg-review-score-row strong,
.fxg-review-sidebar-facts dd {
	color: #0f172a;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.45;
}

.fxg-review-score-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	border-top: 1px solid #e4edf4;
	margin-top: 18px;
	padding-top: 18px;
}

.fxg-review-score-row>div:first-child {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.fxg-review-score-bar {
	overflow: hidden;
	height: 9px;
	border-radius: 999px;
	background: #e4edf4;
}

.fxg-review-score-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #4f6fd8, #6f86e6);
}

.fxg-review-reading-guide {
	background: #f8fbfd;
}

.fxg-review-guide-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.fxg-review-guide-grid div {
	border-left: 3px solid #4f6fd8;
	background: #fff;
	padding: 14px 16px;
}

.fxg-review-guide-grid strong {
	display: block;
	margin-bottom: 6px;
	color: #0f172a;
	font-weight: 900;
}

.fxg-review-guide-grid p {
	margin: 0;
	color: #475467;
	line-height: 1.65;
}

.fxg-review-sidebar-facts {
	display: grid;
	gap: 12px;
	margin: 0;
}

.fxg-review-sidebar-facts div {
	border-bottom: 1px solid #e4edf4;
	padding-bottom: 12px;
}

.fxg-review-sidebar-facts div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.fxg-review-sidebar-facts dd {
	margin: 0;
	font-size: 0.95rem;
}

.fxg-review-toc ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.fxg-review-toc a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid #d9e6ef;
	border-radius: 999px;
	background: #f8fbfd;
	padding: 5px 12px;
	color: #0f172a;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

.fxg-review-toc a:hover,
.fxg-review-toc a:focus {
	border-color: #b7d7d2;
	background: #f1f5ff;
	color: #4f6fd8;
}

.fxg-review-content h2,
.fxg-review-content h3 {
	scroll-margin-top: 184px;
}

.fxg-broker-review-article .fxg-review-content h2 {
	border-left: 6px solid #5b6ee1;
	background: #fafafa;
	color: #344054;
	padding: 10px 14px;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1.3;
}

.fxg-broker-review-article .fxg-review-content .fxg-review-faq-section>h2 {
	border-left: 0;
	background: transparent;
	color: #050b3d;
	margin: 0 0 24px;
	padding: 0;
	font-size: 2.35rem;
	line-height: 1.15;
}

.fxg-review-bottom-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	display: grid;
	gap: 8px;
	justify-items: center;
	align-items: center;
	min-height: 66px;
	border: 0;
	border-top: 1px solid rgba(201, 216, 228, 0.9);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.2);
	padding: 8px 140px 8px 24px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(118%);
	transition: opacity 180ms ease, transform 180ms ease;
	backdrop-filter: blur(14px);
}

.fxg-review-bottom-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.fxg-review-bottom-cta__close {
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(201, 216, 228, 0.9);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--fxg-text-muted);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fxg-review-bottom-cta__close:hover,
.fxg-review-bottom-cta__close:focus {
	border-color: rgba(79, 111, 216, 0.28);
	background: var(--fxg-primary-soft);
	color: var(--fxg-primary-dark);
	outline: 0;
}

.fxg-review-bottom-cta__copy {
	display: grid;
	justify-items: center;
	min-width: 0;
	text-align: center;
}

.fxg-review-bottom-cta__copy strong {
	color: var(--fxg-text-muted);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.25;
}

.fxg-review-bottom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.fxg-review-bottom-cta .fxg-button {
	min-height: 38px;
	padding: 8px 18px;
	border-radius: 8px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.fxg-review-bottom-cta {
		right: 0;
		bottom: 0;
		left: 0;
		gap: 8px;
		min-height: 72px;
		padding: 8px 12px 8px 48px;
	}

	.fxg-review-bottom-cta__close {
		left: 10px;
		width: 30px;
		height: 30px;
	}

	.fxg-review-bottom-cta__copy {
		max-width: calc(100vw - 24px);
	}

	.fxg-review-bottom-cta__copy strong {
		font-size: 0.78rem;
	}

	.fxg-review-bottom-cta__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.fxg-review-bottom-cta .fxg-button {
		width: 100%;
		min-height: 38px;
		padding: 8px 12px;
	}

	.has-fxg-review-bottom-cta-visible .fxg-floating-assist {
		bottom: 106px;
	}
}

@media (max-width: 1260px) {
	.fxg-review-shell--has-toc {
		width: min(1180px, calc(100% - 32px));
	}

	.fxg-review-layout--has-toc {
		grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
	}
}

@media (max-width: 768px) {

	.fxg-ranking-hero__inner,
	.fxg-ranking-page-layout,
	.fxg-ranking-criteria-grid,
	.fxg-ranking-link-grid,
	.fxg-affiliate-grid {
		grid-template-columns: 1fr;
	}

	.fxg-ranking-sidebar {
		position: static;
	}

	.fxg-review-shell--has-toc {
		width: min(1180px, calc(100% - 32px));
	}

	.fxg-review-layout--has-toc {
		grid-template-columns: 1fr;
	}

	.fxg-broker-review-article .fxg-review-main {
		padding: 16px;
	}

	.fxg-review-toc-bar,
	body.admin-bar .fxg-review-toc-bar {
		position: static;
	}

	.fxg-review-layout--has-toc .fxg-post-sidebar,
	body.admin-bar .fxg-review-layout--has-toc .fxg-post-sidebar {
		top: auto;
	}

	.fxg-review-toc-sidebar {
		position: static;
	}

	.fxg-review-broker-list,
	body.admin-bar .fxg-review-broker-list {
		position: static;
		top: auto;
	}

	.fxg-review-hero__inner,
	.fxg-review-linked-broker {
		grid-template-columns: 1fr;
	}

	.fxg-review-summary-grid {
		grid-template-columns: 1fr;
	}

	.fxg-review-section-heading {
		display: block;
	}
}

@media (max-width: 520px) {
	.fxg-broker-summary-strip__grid {
		grid-template-columns: 1fr;
	}

	.fxg-review-hero h1 {
		font-size: clamp(2rem, 8vw, 2.4rem);
		line-height: 1.16;
	}

	.fxg-mobile-broker-cta {
		grid-template-columns: 1fr;
	}
}

/* Unified UI polish pass. Keep these overrides near the end so the audit surface is predictable. */
.fxg-site-header {
	border-bottom-color: rgba(201, 216, 228, 0.85);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.fxg-site-brand__mark,
.fxg-button,
.fxg-site-header__cta,
.fxg-broker-card,
.fxg-section-panel,
.fxg-sidebar-card,
.fxg-broker-directory-form,
.fxg-ranking-hero__panel,
.fxg-ranking-sidebar,
.fxg-ranking-link-grid a,
.fxg-rebate-calculator,
.fxg-trading-calculator,
.fxg-comparison-table-wrap,
.fxg-details-table-wrap,
.fxg-page-content details,
.fxg-review-content details:not(.fxg-content-accordion__item) {
	border-radius: var(--fxg-radius);
}

.fxg-site-nav__menu a,
.fxg-site-footer a,
.fxg-button,
.fxg-site-header__cta,
.fxg-ranking-link-grid a,
.fxg-broker-card {
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.fxg-button,
.fxg-site-header__cta {
	border: 1px solid transparent;
	line-height: 1.2;
}

.fxg-button:focus-visible,
.fxg-site-header__cta:focus-visible,
.fxg-site-nav__menu a:focus-visible,
.fxg-broker-directory-form input:focus,
.fxg-broker-directory-form select:focus,
.fxg-page-content a:focus-visible,
.fxg-review-content a:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.18);
}

.fxg-button--secondary:hover,
.fxg-button--secondary:focus {
	background: var(--fxg-surface-tint);
}

.fxg-content-hero,
.fxg-post-hero,
.fxg-review-hero,
.fxg-compare-hero,
.fxg-rebates-hero,
.fxg-ranking-hero,
.fxg-archive-header,
.fxg-broker-hero {
	background:
		linear-gradient(135deg, rgba(79, 111, 216, 0.09), rgba(37, 99, 235, 0.045)),
		var(--fxg-surface-muted);
}

.fxg-home-hero {
	background:
		linear-gradient(90deg, rgba(246, 251, 255, 0.78) 0%, rgba(246, 251, 255, 0.42) 42%, rgba(246, 251, 255, 0.06) 100%),
		url("assets/images/home-fxgoplus-hero-comparison-small-darker.png") center center / cover no-repeat,
		linear-gradient(135deg, #effbff 0%, #f8fbff 40%, #edf3ff 100%);
}

.fxg-content-hero p,
.fxg-post-hero p,
.fxg-home-hero p,
.fxg-compare-hero p,
.fxg-rebates-hero p,
.fxg-ranking-hero p,
.fxg-archive-header p,
.fxg-broker-hero__summary {
	color: var(--fxg-text-muted);
	line-height: 1.72;
}

.fxg-page-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border: 1px solid rgba(79, 111, 216, 0.18);
	border-radius: 999px;
	background: rgba(240, 253, 250, 0.82);
	padding: 5px 10px;
	color: var(--fxg-primary);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fxg-home-section,
.fxg-content-section,
.fxg-archive-grid,
.fxg-related-brokers {
	background: var(--fxg-surface-muted);
}

.fxg-section-heading h2,
.fxg-section-panel h2,
.fxg-ranking-sidebar h2,
.fxg-broker-ranking__heading h2,
.fxg-broker-deals__heading h2 {
	color: var(--fxg-text);
	line-height: 1.22;
}

.fxg-section-heading p,
.fxg-section-panel p,
.fxg-page-content p,
.fxg-review-content p,
.fxg-broker-update-card p,
.fxg-broker-deal-card p {
	color: var(--fxg-text-muted);
	line-height: 1.7;
}

.fxg-section-panel,
.fxg-sidebar-card,
.fxg-broker-directory-form,
.fxg-ranking-hero__panel,
.fxg-ranking-sidebar,
.fxg-ranking-criteria-grid>div,
.fxg-ranking-link-grid a,
.fxg-broker-ranking,
.fxg-broker-updates,
.fxg-news-alerts,
.fxg-broker-deal-card,
.fxg-broker-deals__empty,
.fxg-rebate-calculator,
.fxg-trading-calculator,
.fxg-market-sessions div,
.fxg-rebate-process__step {
	border-color: var(--fxg-border);
	box-shadow: var(--fxg-shadow-sm);
}

.fxg-section-panel:hover,
.fxg-ranking-link-grid a:hover,
.fxg-broker-card:hover {
	box-shadow: var(--fxg-shadow-md);
}

.fxg-broker-card {
	min-height: 100%;
	border-color: var(--fxg-border);
	overflow: hidden;
}

.fxg-broker-card__media {
	box-sizing: border-box;
	justify-self: stretch;
	width: 100%;
	max-width: none;
	border-radius: var(--fxg-radius-card) var(--fxg-radius-card) 0 0;
	border-bottom: 1px solid #e7eef4;
	background: linear-gradient(180deg, #fff, #f8fafc);
}

.fxg-broker-card__body {
	align-content: start;
}

.fxg-broker-card__title a,
.fxg-broker-ranking__list a,
.fxg-broker-update-card h3 a {
	color: var(--fxg-text);
	text-decoration: none;
}

.fxg-broker-card__title a:hover,
.fxg-broker-ranking__list a:hover,
.fxg-broker-update-card h3 a:hover {
	color: var(--fxg-primary);
}

.fxg-broker-card__summary {
	min-height: 3.1em;
}

.fxg-broker-card__rebate,
.fxg-rebate-panel,
.fxg-mini-facts div {
	border-color: rgba(79, 111, 216, 0.22);
	background: var(--fxg-surface-tint);
}

.fxg-broker-card__facts span,
.fxg-broker-card__platforms span,
.fxg-directory-filter-tags>span,
.fxg-directory-filter-tags>a,
.fxg-tag-list li {
	border-color: var(--fxg-border);
	background: #fff;
	color: #344054;
}

.fxg-broker-directory-form {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	position: relative;
	padding: 20px;
}

.fxg-broker-directory-form label span {
	color: #344054;
	font-weight: 850;
}

.fxg-broker-directory-form legend {
	color: #344054;
	font-weight: 850;
}

.fxg-broker-directory-form input[type="search"],
.fxg-broker-directory-form select {
	border-color: var(--fxg-border-strong);
	color: var(--fxg-text);
}

.fxg-broker-directory-form input[type="search"]:hover,
.fxg-broker-directory-form select:hover {
	border-color: #9fb8c8;
}

.fxg-filter-check {
	border: 1px solid var(--fxg-border);
	border-radius: var(--fxg-radius);
	background: var(--fxg-surface-muted);
	padding: 0 12px;
}

.fxg-filter-options .fxg-filter-check {
	min-height: 38px;
}

.fxg-directory-summary {
	justify-content: space-between;
	border: 1px solid var(--fxg-border);
	border-radius: var(--fxg-radius);
	background: #fff;
	padding: 12px 14px;
}

.fxg-directory-filter-tags {
	margin-top: 0;
}

.fxg-comparison-table-wrap,
.fxg-details-table-wrap {
	max-width: 100%;
	border: 1px solid var(--fxg-border);
	background: #fff;
	box-shadow: var(--fxg-shadow-sm);
	overflow-x: auto;
	contain: inline-size;
}

.fxg-comparison-table th,
.fxg-details-table th {
	background: #f8fafc;
	color: #344054;
	font-weight: 900;
}

.fxg-comparison-table td,
.fxg-details-table td {
	color: var(--fxg-text);
}

.fxg-risk-warning,
.fxg-rebate-action-note {
	border-color: var(--fxg-warning-border);
	border-left: 4px solid #b45309;
	background: var(--fxg-warning-bg);
	color: var(--fxg-warning-text);
}

.fxg-faq-item,
.fxg-page-content details,
.fxg-review-content details:not(.fxg-content-accordion__item) {
	border-color: var(--fxg-border);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
	overflow: hidden;
}

.fxg-faq-item summary,
.fxg-page-content details summary,
.fxg-review-content details:not(.fxg-content-accordion__item) summary {
	background: #fff;
}

.fxg-faq-item[open] summary,
.fxg-page-content details[open] summary,
.fxg-review-content details[open]:not(.fxg-content-accordion__item) summary {
	background: #fbfefd;
	color: var(--fxg-primary);
}

.fxg-mobile-broker-cta {
	box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
}

@media (max-width: 1024px) {
	.fxg-broker-directory-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-blog-latest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-filter-options--extras {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-ranking-link-grid,
	.fxg-ranking-criteria-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.fxg-container {
		width: min(100% - 24px, 1180px);
	}

	.fxg-floating-assist {
		right: 16px;
		bottom: 18px;
		z-index: 999;
	}

	.fxg-floating-assist__buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.fxg-floating-assist__button--chat {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}

	.fxg-floating-assist__top {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		margin: 0;
	}

	.fxg-floating-chat {
		right: 16px;
		left: 16px;
		width: auto;
		max-width: none;
		max-height: min(70vh, 560px);
	}

	.fxg-site-header__inner {
		gap: 14px;
	}

	.fxg-site-nav {
		width: 100%;
	}

	.fxg-site-nav__menu {
		display: grid;
		width: 100%;
		gap: 6px;
	}

	.fxg-site-nav__menu a {
		min-height: 38px;
	}

	.fxg-site-nav__menu .sub-menu {
		border: 0;
		border-left: 2px solid var(--fxg-border);
		border-radius: 0;
		background: transparent;
		padding: 4px 0 4px 12px;
	}

	.fxg-home-hero,
	.fxg-compare-hero,
	.fxg-rebates-hero,
	.fxg-ranking-hero,
	.fxg-archive-header,
	.fxg-broker-hero,
	.fxg-content-hero,
	.fxg-post-hero {
		padding: 42px 0 32px;
	}

	.fxg-broker-directory-form,
	.fxg-blog-latest-grid,
	.fxg-ranking-link-grid,
	.fxg-ranking-criteria-grid,
	.fxg-broker-rankings-grid,
	.fxg-trading-calculator__fields,
	.fxg-rebate-calculator__fields,
	.fxg-trading-calculator__results--split,
	.fxg-trading-calculator__results--split:has(div:nth-child(3)),
	.fxg-rebate-calculator__results {
		grid-template-columns: 1fr;
	}

	.fxg-broker-card__summary {
		min-height: 0;
	}

	.fxg-directory-summary {
		display: grid;
		justify-content: stretch;
	}

	.fxg-directory-summary span {
		width: fit-content;
	}

	.fxg-button,
	.fxg-site-header__cta {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.fxg-broker-directory-form {
		padding: 14px;
	}

	.fxg-filter-options--extras {
		grid-template-columns: 1fr;
	}

	.fxg-section-panel,
	.fxg-sidebar-card,
	.fxg-rebate-calculator,
	.fxg-trading-calculator,
	.fxg-broker-ranking,
	.fxg-broker-updates,
	.fxg-news-alerts {
		padding: 18px;
	}
}

/* UI design system v1 alignment. Keep above the GeneratePress wrapper reset. */
body {
	background: var(--fxg-color-page);
	color: var(--fxg-color-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: var(--fxg-primary);
}

a:hover,
a:focus {
	color: var(--fxg-primary-dark);
}

.fxg-container {
	width: min(1240px, calc(100% - 40px));
}

.fxg-container--compare {
	width: min(1520px, calc(100% - 40px));
}

.fxg-site-brand__mark,
.fxg-site-header__cta,
.fxg-button--primary,
.fxg-broker-ranking__number,
.fxg-rebate-process__step span,
.fxg-step-list li::before {
	background: var(--fxg-primary);
}

.fxg-site-brand:hover,
.fxg-site-nav__menu a:hover,
.fxg-site-footer a:hover,
.fxg-broker-card__title a:hover,
.fxg-broker-ranking__list a:hover,
.fxg-broker-update-card h3 a:hover,
.fxg-page-kicker,
.fxg-broker-ranking__metric,
.fxg-broker-deal-card__date,
.fxg-broker-update-card__effective {
	color: var(--fxg-primary) !important;
}

.fxg-site-header__cta:hover,
.fxg-site-header__cta:focus,
.fxg-button--primary:hover,
.fxg-button--primary:focus {
	background: var(--fxg-primary-dark);
}

.fxg-button,
.fxg-site-header__cta,
.fxg-filter-actions .fxg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: var(--fxg-radius-control);
	padding: 10px 18px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.fxg-button--primary,
.fxg-site-header__cta {
	color: #fff !important;
}

.fxg-button--secondary,
.fxg-filter-actions .fxg-button--secondary {
	border-color: var(--fxg-border-strong);
	background: var(--fxg-surface);
	color: var(--fxg-text) !important;
}

.fxg-button--secondary:hover,
.fxg-button--secondary:focus,
.fxg-filter-actions .fxg-button--secondary:hover,
.fxg-filter-actions .fxg-button--secondary:focus {
	border-color: rgba(79, 111, 216, 0.38);
	background: var(--fxg-surface-tint);
	color: var(--fxg-primary) !important;
}

.fxg-section-panel,
.fxg-sidebar-card,
.fxg-broker-card,
.fxg-broker-directory-form,
.fxg-ranking-hero__panel,
.fxg-ranking-sidebar,
.fxg-ranking-criteria-grid>div,
.fxg-ranking-link-grid a,
.fxg-comparison-table-wrap,
.fxg-details-table-wrap,
.fxg-page-content details,
.fxg-review-content details:not(.fxg-content-accordion__item) {
	border: 1px solid var(--fxg-border);
	border-radius: var(--fxg-radius-card);
	background-color: var(--fxg-surface);
	box-shadow: var(--fxg-shadow-sm);
}

.fxg-broker-card:hover,
.fxg-section-panel:hover,
.fxg-ranking-link-grid a:hover {
	border-color: rgba(79, 111, 216, 0.32);
	box-shadow: var(--fxg-shadow-md);
	transform: none;
}

.fxg-content-hero h1,
.fxg-post-hero h1,
.fxg-home-hero h1,
.fxg-compare-hero h1,
.fxg-rebates-hero h1,
.fxg-ranking-hero h1,
.fxg-archive-header h1,
.fxg-broker-hero h1,
.fxg-section-heading h2,
.fxg-section-panel h2,
.fxg-ranking-sidebar h2 {
	color: var(--fxg-text);
	font-weight: 700;
	letter-spacing: 0;
}

.fxg-content-hero p,
.fxg-post-hero p,
.fxg-home-hero p,
.fxg-compare-hero p,
.fxg-rebates-hero p,
.fxg-ranking-hero p,
.fxg-archive-header p,
.fxg-broker-hero__summary,
.fxg-section-heading p,
.fxg-section-panel p,
.fxg-page-content p,
.fxg-review-content p {
	color: var(--fxg-color-muted);
	line-height: 1.7;
}

.fxg-home-section,
.fxg-content-section,
.fxg-archive-grid,
.fxg-related-brokers,
.fxg-related-posts {
	padding-block: var(--fxg-space-section);
}

.fxg-broker-card__facts span,
.fxg-broker-card__platforms span,
.fxg-directory-filter-tags>span,
.fxg-directory-filter-tags>a,
.fxg-tag-list li,
.fxg-filter-check {
	border-color: var(--fxg-border);
	border-radius: 999px;
	background: #fff;
	color: var(--fxg-text);
	font-size: 0.88rem;
	font-weight: 700;
}

.fxg-filter-check {
	border-radius: var(--fxg-radius-control);
	background: var(--fxg-surface-muted);
}

.fxg-broker-directory-form input[type="search"],
.fxg-broker-directory-form select,
.fxg-page-content input,
.fxg-page-content select,
.fxg-page-content textarea {
	min-height: 46px;
	border-color: var(--fxg-border-strong);
	border-radius: var(--fxg-radius-control);
	color: var(--fxg-text);
}

.fxg-broker-directory-form input[type="search"]:focus,
.fxg-broker-directory-form select:focus,
.fxg-page-content input:focus,
.fxg-page-content select:focus,
.fxg-page-content textarea:focus {
	border-color: var(--fxg-primary);
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.14);
	outline: 0;
}

.fxg-comparison-table th,
.fxg-details-table th {
	background: #f8fbfd;
	color: var(--fxg-text);
	font-size: 0.92rem;
	font-weight: 800;
}

.fxg-comparison-table td,
.fxg-details-table td {
	color: var(--fxg-color-text);
	line-height: 1.55;
}

.fxg-risk-warning,
.fxg-rebate-action-note {
	border-color: var(--fxg-warning-border);
	border-left-color: var(--fxg-warning-text);
	background: var(--fxg-warning-bg);
	color: var(--fxg-warning-text);
}

.fxg-broker-hero__ratings>div,
.fxg-rating,
.fxg-user-rating strong {
	background: rgba(240, 253, 250, 0.86);
	color: var(--fxg-primary);
}

.fxg-mobile-broker-cta {
	border-top: 1px solid var(--fxg-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

.fxg-related-brokers .fxg-section-heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.fxg-related-brokers .fxg-section-heading h2 {
	font-size: clamp(1.85rem, 3vw, 2.5rem);
}

.fxg-related-brokers .fxg-broker-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 16px;
}

.fxg-related-broker-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	border: 1px solid var(--fxg-border);
	border-radius: var(--fxg-radius-card);
	background: var(--fxg-surface);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
	padding: 18px;
}

.fxg-related-broker-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 64px;
	border: 1px solid var(--fxg-border);
	border-radius: var(--fxg-radius-card);
	background: var(--fxg-surface-muted);
	padding: 8px;
}

.fxg-related-broker-card__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fxg-related-broker-card__body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.fxg-related-broker-card__header {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.fxg-related-broker-card__header h3 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.3;
}

.fxg-related-broker-card__header a {
	color: var(--fxg-text);
	text-decoration: none;
}

.fxg-related-broker-card__header a:hover,
.fxg-related-broker-card__header a:focus {
	color: var(--fxg-primary);
}

.fxg-related-broker-card__rating {
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--fxg-surface-tint);
	padding: 4px 8px;
	color: var(--fxg-primary);
	font-size: 0.9rem;
	font-weight: 850;
}

.fxg-related-broker-card p {
	margin: 0;
	color: var(--fxg-color-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.fxg-related-broker-card__rebate {
	color: var(--fxg-text);
	font-weight: 750;
}

.fxg-related-broker-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.fxg-related-broker-card__meta span {
	max-width: 100%;
	overflow: hidden;
	border: 1px solid var(--fxg-border);
	border-radius: 999px;
	background: #fff;
	padding: 4px 8px;
	color: var(--fxg-text);
	font-size: 0.8rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fxg-related-broker-card__link {
	width: fit-content;
	color: var(--fxg-primary);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.fxg-related-broker-card__link:hover,
.fxg-related-broker-card__link:focus {
	color: var(--fxg-primary-dark);
	text-decoration: underline;
}

@media (max-width: 768px) {

	.fxg-container,
	.fxg-container--compare {
		width: min(100% - 24px, 1240px);
	}

	.fxg-home-section,
	.fxg-content-section,
	.fxg-archive-grid,
	.fxg-related-brokers,
	.fxg-related-posts {
		padding-block: 42px;
	}

	.fxg-content-hero h1,
	.fxg-post-hero h1,
	.fxg-home-hero h1,
	.fxg-compare-hero h1,
	.fxg-rebates-hero h1,
	.fxg-ranking-hero h1,
	.fxg-archive-header h1,
	.fxg-broker-hero h1 {
		font-size: clamp(2rem, 10vw, 2.5rem);
		line-height: 1.12;
	}

	.fxg-news-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-education-path-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-related-brokers .fxg-broker-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.fxg-news-category-grid {
		grid-template-columns: 1fr;
	}

	.fxg-education-path-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.fxg-related-broker-card {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 14px;
	}

	.fxg-related-broker-card__logo {
		width: 64px;
		height: 54px;
	}

	.fxg-related-broker-card__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

/* Final GeneratePress wrapper reset. Keep this at the end so full-width page bands are not constrained by theme settings. */
body .site.grid-container.container,
body .site.grid-container,
body .site.container,
body .site {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .site-content,
body .content-area,
body .site-main,
body .inside-article,
body .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .site-content {
	display: block !important;
}

body .inside-article {
	background: transparent !important;
}

html,
body {
	overflow-x: clip;
}

@supports not (overflow: clip) {

	html,
	body {
		overflow-x: hidden;
	}
}

body .fxg-home-hero,
body .fxg-home-section,
body .fxg-content-hero,
body .fxg-content-section,
body .fxg-post-hero,
body .fxg-compare-hero,
body .fxg-rebates-hero,
body .fxg-ranking-hero,
body .fxg-archive-header,
body .fxg-archive-grid,
body .fxg-broker-hero,
body .fxg-related-brokers,
body .fxg-related-posts {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* FXGoPlus full-site UI refresh v2.
   This layer defines the current visual direction for the Elementor-free site. */
:root {
	--fxg-primary: #4f6fd8;
	--fxg-primary-dark: #3958bd;
	--fxg-primary-soft: #f1f5ff;
	--fxg-accent: #2563eb;
	--fxg-accent-soft: #f1f5ff;
	--fxg-ink: #08142b;
	--fxg-text: #203652;
	--fxg-text-muted: #60748d;
	--fxg-page-bg: #f4f8fb;
	--fxg-surface: #ffffff;
	--fxg-surface-muted: #f7fbfd;
	--fxg-surface-tint: #f1f5ff;
	--fxg-border: #d8e5ef;
	--fxg-border-strong: #bfd2e0;
	--fxg-radius: 10px;
	--fxg-radius-card: 10px;
	--fxg-radius-control: 8px;
	--fxg-shadow-sm: 0 12px 28px rgba(15, 23, 42, 0.055);
	--fxg-shadow-md: 0 18px 44px rgba(15, 23, 42, 0.08);
	--fxg-shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.11);
	--fxg-space-section: 32px;
	--fxg-container: min(1280px, calc(100% - 48px));
}

body {
	background:
		radial-gradient(circle at 12% 0%, rgba(79, 111, 216, 0.08), transparent 30vw),
		linear-gradient(180deg, #f7fcfc 0, var(--fxg-page-bg) 420px, #f6f9fc 100%);
	color: var(--fxg-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
	color: var(--fxg-primary);
	text-decoration-thickness: 1px;
}

a:hover,
a:focus {
	color: var(--fxg-primary-dark);
}

.fxg-container {
	width: var(--fxg-container);
}

.fxg-container--compare {
	width: min(1540px, calc(100% - 48px));
}

.fxg-site-header {
	border-bottom: 1px solid rgba(216, 229, 239, 0.92);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.035);
}

.fxg-site-header__inner {
	min-height: 76px;
}

.fxg-site-brand__mark {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--fxg-primary), #6f86e6);
	box-shadow: 0 10px 22px rgba(79, 111, 216, 0.18);
}

.fxg-site-brand__name {
	color: var(--fxg-ink);
	font-size: 1.14rem;
	font-weight: 850;
}

.fxg-site-nav__menu {
	gap: 6px 12px;
}

.fxg-site-nav__menu a {
	min-height: 38px;
	border-radius: 999px;
	padding: 6px 10px;
	color: var(--fxg-ink);
	font-size: 0.98rem;
	font-weight: 780;
}

.fxg-site-nav__menu a:hover,
.fxg-site-nav__menu a:focus {
	background: var(--fxg-primary-soft);
	color: var(--fxg-primary-dark);
	text-decoration: none;
}

.fxg-site-nav__menu .sub-menu {
	min-width: 230px;
	border-color: rgba(191, 210, 224, 0.9);
	border-radius: 12px;
	box-shadow: 0 22px 52px rgba(15, 23, 42, 0.14);
	padding: 10px;
}

.fxg-site-nav__menu .sub-menu a {
	width: 100%;
	justify-content: flex-start;
	border-radius: 8px;
	padding: 9px 10px;
	font-size: 0.95rem;
}

.fxg-site-header__cta,
.fxg-button,
.wp-block-button__link {
	border-radius: var(--fxg-radius-control) !important;
	font-weight: 800;
}

.fxg-site-header__cta,
.fxg-button--primary,
.wp-block-button__link {
	background: linear-gradient(135deg, var(--fxg-primary), #6f86e6) !important;
	box-shadow: 0 12px 24px rgba(79, 111, 216, 0.16);
	color: #fff !important;
}

.fxg-site-header__cta:hover,
.fxg-site-header__cta:focus,
.fxg-button--primary:hover,
.fxg-button--primary:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background: linear-gradient(135deg, var(--fxg-primary-dark), #3958bd) !important;
	box-shadow: 0 14px 30px rgba(79, 111, 216, 0.2);
	color: #fff !important;
	transform: translateY(-1px);
}

.fxg-button--secondary,
.fxg-filter-actions .fxg-button--secondary {
	border-color: var(--fxg-border-strong);
	background: rgba(255, 255, 255, 0.86);
	color: var(--fxg-ink) !important;
	box-shadow: none;
}

.fxg-button--secondary:hover,
.fxg-button--secondary:focus,
.fxg-filter-actions .fxg-button--secondary:hover,
.fxg-filter-actions .fxg-button--secondary:focus {
	border-color: rgba(79, 111, 216, 0.42);
	background: var(--fxg-primary-soft);
	color: var(--fxg-primary-dark) !important;
	transform: translateY(-1px);
}

.fxg-content-hero,
.fxg-post-hero,
.fxg-review-hero,
.fxg-compare-hero,
.fxg-rebates-hero,
.fxg-ranking-hero,
.fxg-archive-header,
.fxg-broker-hero {
	border-bottom: 1px solid rgba(216, 229, 239, 0.72);
	background:
		linear-gradient(135deg, rgba(232, 247, 245, 0.96), rgba(239, 246, 255, 0.92)),
		var(--fxg-surface-muted);
}

.fxg-home-hero {
	border-bottom: 1px solid rgba(216, 229, 239, 0.72);
	background:
		linear-gradient(90deg, rgba(246, 251, 255, 0.78) 0%, rgba(246, 251, 255, 0.42) 42%, rgba(246, 251, 255, 0.06) 100%),
		image-set(url("assets/images/home-fxgoplus-hero-comparison-small-darker.webp") type("image/webp"),
			url("assets/images/home-fxgoplus-hero-comparison-small-darker.png") type("image/png")) center center / cover no-repeat,
		linear-gradient(135deg, #effbff 0%, #f8fbff 40%, #edf3ff 100%);
	min-height: clamp(560px, 47vw, 720px);
	background-size: 100% auto;
	background-position: center 8%;
}

.fxg-home-hero,
.fxg-content-hero,
.fxg-post-hero,
.fxg-compare-hero,
.fxg-rebates-hero,
.fxg-ranking-hero,
.fxg-archive-header,
.fxg-broker-hero {
	padding-block: clamp(56px, 7vw, 96px);
}

.fxg-home-hero h1,
.fxg-content-hero h1,
.fxg-post-hero h1,
.fxg-compare-hero h1,
.fxg-rebates-hero h1,
.fxg-ranking-hero h1,
.fxg-archive-header h1,
.fxg-broker-hero h1 {
	max-width: 980px;
	color: var(--fxg-ink);
	font-size: clamp(2.75rem, 5.2vw, 4.65rem);
	font-weight: 760;
	letter-spacing: 0;
	line-height: 1.04;
}

.fxg-home-hero h1 {
	max-width: 760px;
	font-size: clamp(2.25rem, 3.7vw, 3.45rem);
	line-height: 1.12;
}

.fxg-home-hero p,
.fxg-content-hero p,
.fxg-post-hero p,
.fxg-compare-hero p,
.fxg-rebates-hero p,
.fxg-ranking-hero p,
.fxg-archive-header p,
.fxg-broker-hero__summary {
	max-width: 820px;
	color: var(--fxg-text);
	font-size: clamp(1rem, 1.45vw, 1.22rem);
	line-height: 1.72;
}

.fxg-post-hero__excerpt,
.fxg-review-hero__excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.fxg-post-hero__excerpt {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.fxg-review-hero__excerpt {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.fxg-page-kicker {
	border-color: rgba(79, 111, 216, 0.2);
	background: rgba(255, 255, 255, 0.72);
	color: var(--fxg-primary-dark) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.fxg-home-section,
.fxg-content-section,
.fxg-archive-grid,
.fxg-related-brokers,
.fxg-related-posts {
	background: transparent;
	padding-block: var(--fxg-space-section);
}

.fxg-section-heading {
	margin-bottom: 28px;
}

.fxg-section-heading h2,
.fxg-section-panel h2,
.fxg-ranking-sidebar h2 {
	color: var(--fxg-ink);
	font-size: clamp(1.85rem, 3vw, 2.75rem);
	font-weight: 740;
	line-height: 1.14;
}

.fxg-section-heading p,
.fxg-section-panel p,
.fxg-page-content p,
.fxg-review-content p {
	color: var(--fxg-text);
}

.fxg-section-panel,
.fxg-sidebar-card,
.fxg-broker-directory-form,
.fxg-ranking-hero__panel,
.fxg-ranking-sidebar,
.fxg-ranking-criteria-grid>div,
.fxg-ranking-link-grid a,
.fxg-comparison-table-wrap,
.fxg-details-table-wrap,
.fxg-page-content details,
.fxg-review-content details:not(.fxg-content-accordion__item),
.fxg-article-card,
.fxg-related-broker-card {
	border-color: rgba(216, 229, 239, 0.95);
	border-radius: var(--fxg-radius-card);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--fxg-shadow-sm);
}

.fxg-section-panel:hover,
.fxg-ranking-link-grid a:hover,
.fxg-article-card:hover,
.fxg-related-broker-card:hover {
	border-color: rgba(79, 111, 216, 0.26);
	box-shadow: var(--fxg-shadow-md);
}

.fxg-article-grid,
.fxg-blog-latest-grid {
	gap: 20px;
}

.fxg-article-card {
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fxg-article-card__media {
	background: linear-gradient(180deg, #fff, #f7fbfd);
}

.fxg-article-card__body {
	gap: 12px;
	padding: 22px;
}

.fxg-article-card h2 {
	font-size: 1.18rem;
	line-height: 1.34;
}

.fxg-article-card p {
	color: var(--fxg-text-muted);
	font-size: 0.96rem;
}

.fxg-post-content,
.fxg-page-content,
.fxg-review-content {
	color: var(--fxg-text);
}

.fxg-post-content :where(p, li) a,
.fxg-page-content :where(p, li) a,
.fxg-review-content :where(p, li) a {
	background-image: linear-gradient(180deg, rgba(79, 111, 216, 0.48), rgba(79, 111, 216, 0.48));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 0.18em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	text-decoration: none;
	transition: background-size 180ms ease;
}

.fxg-post-content :where(p, li) a:hover,
.fxg-post-content :where(p, li) a:focus,
.fxg-page-content :where(p, li) a:hover,
.fxg-page-content :where(p, li) a:focus,
.fxg-review-content :where(p, li) a:hover,
.fxg-review-content :where(p, li) a:focus {
	background-size: 100% 100%;
}

.fxg-post-content :where(p, li) a:focus-visible,
.fxg-page-content :where(p, li) a:focus-visible,
.fxg-review-content :where(p, li) a:focus-visible {
	outline: 2px solid rgba(79, 111, 216, 0.32);
	outline-offset: 2px;
}

.fxg-post-content h2,
.fxg-page-content h2 {
	color: var(--fxg-ink);
}

.fxg-single-post:not(.fxg-broker-review-article) .fxg-post-content>h2 {
	border-left: 6px solid #5b6ee1;
	background: #fafafa;
	color: #344054;
	padding: 10px 14px;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1.3;
}

.fxg-single-post:not(.fxg-broker-review-article) .fxg-post-content h3 {
	font-size: 1.3rem;
}

.fxg-post-content table,
.fxg-page-content table,
.fxg-review-content table {
	border-radius: var(--fxg-radius-card);
	overflow: hidden;
}

.fxg-post-content .wp-block-table,
.fxg-page-content .wp-block-table,
.fxg-review-content .wp-block-table {
	overflow-x: auto;
	border: 1px solid var(--fxg-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	margin: 28px 0;
}

.fxg-post-content .wp-block-table table,
.fxg-page-content .wp-block-table table,
.fxg-review-content .wp-block-table table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	margin: 0;
}

.fxg-post-content .wp-block-table th,
.fxg-post-content .wp-block-table td,
.fxg-page-content .wp-block-table th,
.fxg-page-content .wp-block-table td,
.fxg-review-content .wp-block-table th,
.fxg-review-content .wp-block-table td {
	border: 1px solid var(--fxg-border);
	padding: 13px 16px;
	color: var(--fxg-text);
	font-size: 1rem;
	line-height: 1.55;
	text-align: center;
	vertical-align: middle;
}

.fxg-post-content .wp-block-table thead th,
.fxg-page-content .wp-block-table thead th,
.fxg-review-content .wp-block-table thead th {
	background: #e5e7eb;
	color: var(--fxg-ink);
	font-size: 1.04rem;
	font-weight: 900;
}

.fxg-post-content .wp-block-table tbody th,
.fxg-post-content .wp-block-table tbody td:first-child,
.fxg-page-content .wp-block-table tbody th,
.fxg-page-content .wp-block-table tbody td:first-child,
.fxg-review-content .wp-block-table tbody th,
.fxg-review-content .wp-block-table tbody td:first-child {
	background: #fbfdff;
	color: var(--fxg-ink);
	font-weight: 850;
}

.fxg-post-content .wp-block-table tbody tr:hover td,
.fxg-page-content .wp-block-table tbody tr:hover td,
.fxg-review-content .wp-block-table tbody tr:hover td {
	background: #f8fbff;
}

.fxg-post-content .wp-block-image,
.fxg-page-content .wp-block-image,
.fxg-review-content .wp-block-image,
.fxg-post-content figure,
.fxg-page-content figure,
.fxg-review-content figure {
	background: #fff;
}

.fxg-risk-warning,
.fxg-rebate-action-note {
	border-color: #fed7aa;
	border-left-width: 4px;
	background: #fff7ed;
	color: #7c2d12;
}

.fxg-risk-warning {
	padding-left: 18px;
}

.fxg-rebate-action-note {
	padding-left: 20px;
}

.fxg-floating-assist__button,
.fxg-floating-chat {
	box-shadow: var(--fxg-shadow-lg);
}

.fxg-floating-assist__top,
.fxg-floating-assist__top:hover,
.fxg-floating-assist__top:focus {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	padding: 0 !important;
	border-radius: 999px !important;
	clip-path: none !important;
	filter: none !important;
	outline: 0 !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.fxg-floating-assist__top {
	border: 1px solid rgba(79, 111, 216, 0.22) !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
	color: var(--fxg-primary) !important;
}

.fxg-floating-assist__top:hover,
.fxg-floating-assist__top:focus {
	border-color: rgba(79, 111, 216, 0.42) !important;
	background: var(--fxg-primary) !important;
	box-shadow: 0 12px 28px rgba(79, 111, 216, 0.22) !important;
	color: #fff !important;
}

.fxg-floating-assist__top:focus-visible {
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.18), 0 12px 28px rgba(79, 111, 216, 0.22) !important;
	filter: none !important;
	outline: 0 !important;
}

.fxg-floating-assist__top::before,
.fxg-floating-assist__top::after {
	display: none !important;
	content: none !important;
}

.generate-back-to-top {
	display: none !important;
}

.post-type-archive-broker .fxg-archive-header {
	padding-block: clamp(42px, 5vw, 72px);
}

.post-type-archive-broker .fxg-archive-grid {
	padding-block: 32px 56px;
}

.fxg-broker-directory-form__search {
	display: grid !important;
	gap: 6px;
	align-self: end;
	grid-column: 1 / 2;
	max-width: none;
}

.fxg-filter-check--featured {
	grid-column: 1 / 2;
}

.fxg-filter-check--verified {
	grid-column: 2 / 3;
}

.fxg-broker-directory-form__search span {
	white-space: nowrap;
}

.fxg-broker-directory-form__search input[type="search"] {
	min-width: 0;
}

@media (max-width: 960px) {
	:root {
		--fxg-container: min(100% - 32px, 1280px);
		--fxg-space-section: 30px;
	}

	.fxg-site-header__inner {
		min-height: 66px;
	}

	.fxg-home-hero,
	.fxg-content-hero,
	.fxg-post-hero,
	.fxg-review-hero,
	.fxg-compare-hero,
	.fxg-rebates-hero,
	.fxg-ranking-hero,
	.fxg-archive-header,
	.fxg-broker-hero {
		padding-block: 48px;
	}

	.fxg-home-hero {
		min-height: clamp(460px, 88vw, 580px);
	}

	.fxg-home-hero h1,
	.fxg-content-hero h1,
	.fxg-post-hero h1,
	.fxg-compare-hero h1,
	.fxg-rebates-hero h1,
	.fxg-ranking-hero h1,
	.fxg-archive-header h1,
	.fxg-broker-hero h1 {
		font-size: clamp(2.1rem, 10vw, 3.1rem);
	}

	.fxg-home-hero h1 {
		font-size: clamp(2rem, 8vw, 2.6rem);
		line-height: 1.14;
	}
}

.fxg-single-post:not(.fxg-broker-review-article) .fxg-post-hero h1 {
	max-width: 900px;
	margin: 12px 0;
	font-size: clamp(2.35rem, 3.8vw, 3.25rem);
	font-weight: 740;
	line-height: 1.14;
}

@media (max-width: 640px) {
	:root {
		--fxg-container: min(100% - 24px, 1280px);
	}

	.fxg-home-hero {
		min-height: clamp(380px, 138vw, 500px);
	}

	.fxg-home-hero__visual {
		display: none;
	}

	.fxg-button,
	.fxg-site-header__cta,
	.wp-block-button__link {
		width: 100%;
		white-space: normal;
	}

	.fxg-section-panel,
	.fxg-sidebar-card,
	.fxg-article-card__body {
		padding: 18px;
	}

	.fxg-contact-form {
		grid-template-columns: 1fr;
	}

	.fxg-contact-form-card {
		padding: 20px;
	}
}

/* FXGoPlus brand palette v5: softened blue with lower saturation. */
:root {
	--fxg-primary: #4f6fd8;
	--fxg-primary-dark: #3958bd;
	--fxg-primary-soft: #f1f5ff;
	--fxg-accent: #a8ddea;
	--fxg-accent-soft: #eefbff;
	--fxg-ink: #050b3d;
	--fxg-text: #1b2f55;
	--fxg-text-muted: #61708e;
	--fxg-page-bg: #f4f8fb;
	--fxg-surface: #ffffff;
	--fxg-surface-muted: #f7fbfd;
	--fxg-surface-tint: #f1f5ff;
	--fxg-border: #d8e5ef;
	--fxg-border-strong: #bfd2e0;
	--fxg-border-soft: #e8f0f6;
	--fxg-radius: 10px;
	--fxg-radius-card: 10px;
	--fxg-radius-control: 8px;
	--fxg-color-primary: var(--fxg-primary);
	--fxg-color-primary-hover: var(--fxg-primary-dark);
	--fxg-color-heading: var(--fxg-ink);
	--fxg-color-text: var(--fxg-text);
	--fxg-color-muted: var(--fxg-text-muted);
	--fxg-color-page: var(--fxg-page-bg);
	--fxg-color-surface: var(--fxg-surface);
	--fxg-color-border: var(--fxg-border);
}

a,
.fxg-site-brand:hover,
.fxg-site-nav__menu a:hover,
.fxg-site-nav__menu a:focus,
.fxg-site-footer a:hover,
.fxg-site-footer a:focus,
.fxg-broker-card__title a:hover,
.fxg-broker-ranking__list a:hover,
.fxg-broker-update-card h3 a:hover,
.fxg-page-kicker,
.fxg-broker-ranking__metric,
.fxg-broker-deal-card__date,
.fxg-broker-update-card__effective {
	color: var(--fxg-primary) !important;
}

a:hover,
a:focus {
	color: var(--fxg-primary-dark);
}

.fxg-site-brand__mark,
.fxg-site-header__cta,
.fxg-button--primary,
.wp-block-button__link,
.fxg-broker-ranking__number,
.fxg-rebate-process__step span,
.fxg-step-list li::before,
.fxg-floating-assist__button--chat {
	background: linear-gradient(135deg, var(--fxg-primary), #6f86e6) !important;
	box-shadow: 0 12px 24px rgba(79, 111, 216, 0.22);
}

.fxg-site-header__cta:hover,
.fxg-site-header__cta:focus,
.fxg-button--primary:hover,
.fxg-button--primary:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.fxg-floating-assist__button--chat:hover,
.fxg-floating-assist__button--chat:focus {
	background: linear-gradient(135deg, var(--fxg-primary-dark), #5570d4) !important;
	border-color: var(--fxg-primary-dark) !important;
	box-shadow: 0 14px 30px rgba(79, 111, 216, 0.26);
}

.fxg-site-nav__menu a:hover,
.fxg-site-nav__menu a:focus,
.fxg-button--secondary:hover,
.fxg-button--secondary:focus,
.fxg-filter-actions .fxg-button--secondary:hover,
.fxg-filter-actions .fxg-button--secondary:focus,
.fxg-broker-card__rebate,
.fxg-broker-hero__ratings>div,
.fxg-rating,
.fxg-user-rating strong,
.fxg-content-article__content details[open] summary,
.fxg-page-content details[open] summary,
.fxg-review-content details[open]:not(.fxg-content-accordion__item)>summary {
	background: var(--fxg-primary-soft) !important;
	color: var(--fxg-primary-dark) !important;
}

.fxg-faq-item,
.fxg-content-article__content details:not(.fxg-content-accordion__item),
.fxg-page-content details:not(.fxg-content-accordion__item),
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item) {
	overflow: hidden;
	border: 1px solid #dce6ee;
	border-radius: 10px;
	background: #f1f1f1;
	box-shadow: none;
}

.fxg-content-article__content details:not(.fxg-content-accordion__item) {
	margin: 0 0 12px;
}

.fxg-faq-item summary,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 22px;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #f1f1f1 !important;
	color: #0f172a !important;
	cursor: pointer;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.45;
	list-style: none;
	padding: 14px 18px;
	transition: background-color 160ms ease, color 160ms ease;
}

.fxg-faq-item summary::-webkit-details-marker,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary::-webkit-details-marker,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary::-webkit-details-marker,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary::-webkit-details-marker {
	display: none;
}

.fxg-faq-item summary::before,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary::before,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary::before,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary::before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.fxg-faq-item[open] summary::before,
.fxg-content-article__content details[open]:not(.fxg-content-accordion__item)>summary::before,
.fxg-page-content details[open]:not(.fxg-content-accordion__item)>summary::before,
.fxg-review-content details[open]:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary::before {
	content: "-";
}

.fxg-faq-item summary::after,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary::after,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary::after,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary::after {
	content: "";
	justify-self: end;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 160ms ease;
}

.fxg-faq-item[open] summary::after,
.fxg-content-article__content details[open]:not(.fxg-content-accordion__item)>summary::after,
.fxg-page-content details[open]:not(.fxg-content-accordion__item)>summary::after,
.fxg-review-content details[open]:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary::after {
	transform: rotate(225deg);
}

.fxg-faq-item summary:hover,
.fxg-faq-item summary:focus,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary:hover,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>summary:focus,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary:hover,
.fxg-page-content details:not(.fxg-content-accordion__item)>summary:focus,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary:hover,
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary:focus,
.fxg-faq-item[open] summary,
.fxg-content-article__content details[open]:not(.fxg-content-accordion__item)>summary,
.fxg-page-content details[open]:not(.fxg-content-accordion__item)>summary,
.fxg-review-content details[open]:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>summary {
	background: #e7ecf6 !important;
	color: #0f172a !important;
	outline: 0;
}

.fxg-faq-item p,
.fxg-content-article__content details:not(.fxg-content-accordion__item)>*:not(summary),
.fxg-page-content details:not(.fxg-content-accordion__item)>*:not(summary),
.fxg-review-content details:not(.fxg-content-accordion__item):not(.fxg-review-qa-item)>*:not(summary) {
	margin: 0;
	border-top: 1px solid #dce6ee;
	background: #fff;
	color: #344054;
	font-size: 1rem;
	line-height: 1.75;
	padding: 16px 18px;
}

.fxg-site-nav__menu a,
.fxg-site-nav__menu .sub-menu a {
	background: transparent !important;
	color: var(--fxg-ink) !important;
}

.fxg-site-nav__menu a:hover,
.fxg-site-nav__menu a:focus,
.fxg-site-nav__menu li:hover>a,
.fxg-site-nav__menu li:focus-within>a {
	background: var(--fxg-primary-soft) !important;
	color: var(--fxg-primary-dark) !important;
	text-decoration: none;
}

.fxg-content-hero,
.fxg-post-hero,
.fxg-compare-hero,
.fxg-rebates-hero,
.fxg-ranking-hero,
.fxg-archive-header,
.fxg-broker-hero {
	background:
		linear-gradient(90deg, rgba(246, 251, 255, 0.82) 0%, rgba(246, 251, 255, 0.58) 48%, rgba(246, 251, 255, 0.32) 100%),
		url("assets/images/page-hero-forex-map-small-contrast.webp") center center / cover no-repeat,
		var(--fxg-surface-muted);
}

@supports (background-image: image-set(url("assets/images/page-hero-forex-map-small-contrast.webp") type("image/webp"))) {

	.fxg-content-hero,
	.fxg-post-hero,
	.fxg-review-hero,
	.fxg-compare-hero,
	.fxg-rebates-hero,
	.fxg-ranking-hero,
	.fxg-archive-header,
	.fxg-broker-hero {
		background:
			linear-gradient(90deg, rgba(246, 251, 255, 0.82) 0%, rgba(246, 251, 255, 0.58) 48%, rgba(246, 251, 255, 0.32) 100%),
			image-set(url("assets/images/page-hero-forex-map-small-contrast.webp") type("image/webp")) center center / cover no-repeat,
			var(--fxg-surface-muted);
	}
}

.fxg-home-hero {
	background:
		linear-gradient(90deg, rgba(246, 251, 255, 0.8) 0%, rgba(246, 251, 255, 0.46) 42%, rgba(246, 251, 255, 0.05) 100%),
		url("assets/images/home-fxgoplus-hero-comparison-small-darker.png") center center / cover no-repeat,
		linear-gradient(135deg, #effbff 0%, #f8fbff 40%, #edf3ff 100%);
	background-size: 100% auto;
	background-position: center 8%;
	min-height: clamp(560px, 47vw, 720px);
}

@supports (background-image: image-set(url("assets/images/home-fxgoplus-hero-comparison-small-darker.webp") type("image/webp"))) {
	.fxg-home-hero {
		background:
			linear-gradient(90deg, rgba(246, 251, 255, 0.8) 0%, rgba(246, 251, 255, 0.46) 42%, rgba(246, 251, 255, 0.05) 100%),
			image-set(url("assets/images/home-fxgoplus-hero-comparison-small-darker.webp") type("image/webp"),
				url("assets/images/home-fxgoplus-hero-comparison-small-darker.png") type("image/png")) center center / cover no-repeat,
			linear-gradient(135deg, #effbff 0%, #f8fbff 40%, #edf3ff 100%);
		background-size: 100% auto;
		background-position: center 8%;
	}
}

.fxg-page-kicker {
	border-color: rgba(79, 111, 216, 0.24);
	background: rgba(255, 255, 255, 0.76);
}

.fxg-broker-card__rebate,
.fxg-rebate-action-note {
	border-left-color: var(--fxg-primary);
}

.fxg-section-panel:hover,
.fxg-ranking-link-grid a:hover,
.fxg-article-card:hover,
.fxg-related-broker-card:hover,
.fxg-broker-card:hover {
	border-color: rgba(79, 111, 216, 0.3);
}

.fxg-button:focus-visible,
.fxg-site-header__cta:focus-visible,
.fxg-site-nav__menu a:focus-visible,
.fxg-broker-directory-form input:focus,
.fxg-broker-directory-form select:focus,
.fxg-page-content a:focus-visible,
.fxg-review-content a:focus-visible,
.fxg-broker-directory-form input[type="search"]:focus,
.fxg-broker-directory-form select:focus,
.fxg-page-content input:focus,
.fxg-page-content select:focus,
.fxg-page-content textarea:focus {
	border-color: var(--fxg-primary);
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.16);
}

/* Header portal entry buttons. */
.fxg-site-header__actions {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.fxg-site-header__actions .fxg-site-header__cta {
	min-height: 42px;
	padding-inline: 16px;
	font-size: 0.94rem;
}

.fxg-site-header__cta--secondary {
	border-color: var(--fxg-border-strong);
	background: #fff !important;
	box-shadow: none;
	color: var(--fxg-ink) !important;
}

.fxg-site-header__cta--secondary:hover,
.fxg-site-header__cta--secondary:focus {
	border-color: rgba(79, 111, 216, 0.38);
	background: var(--fxg-primary-soft) !important;
	box-shadow: none;
	color: var(--fxg-primary-dark) !important;
}

/* Recommended books resource page. */
.fxg-books-hero .fxg-container {
	max-width: 1040px;
}

.fxg-books-page {
	background: #fff;
}

.fxg-books-notice {
	display: grid;
	gap: 8px;
	margin-bottom: 28px;
	padding: 18px 20px;
	border: 1px solid #cfe2f3;
	border-left: 5px solid #4f9acc;
	border-radius: 8px;
	background: #f7fbff;
	color: var(--fxg-color-text);
}

.fxg-books-notice strong {
	color: var(--fxg-color-heading);
	font-size: 1.02rem;
}

.fxg-books-notice p {
	margin: 0;
}

.fxg-books-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 30px;
}

.fxg-books-tab {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 13px;
	border: 1px solid var(--fxg-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: var(--fxg-color-text);
	cursor: pointer;
	font-size: 0.96rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.fxg-books-tab:hover,
.fxg-books-tab:focus-visible {
	border-color: rgba(79, 111, 216, 0.38);
	background: var(--fxg-primary-soft);
	color: var(--fxg-primary-dark);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(79, 111, 216, 0.12);
}

.fxg-books-tab.is-active {
	border-color: rgba(79, 111, 216, 0.46);
	background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
	box-shadow: inset 0 -2px 0 var(--fxg-primary);
	color: var(--fxg-primary-dark);
}

.fxg-books-tab span {
	color: var(--fxg-primary);
	font-size: 1.1rem;
}

.fxg-books-group {
	scroll-margin-top: 96px;
}

.fxg-books-group+.fxg-books-group {
	margin-top: 34px;
}

.fxg-books-list {
	display: grid;
	gap: 16px;
}

.fxg-book-card {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) 260px;
	gap: 26px;
	align-items: center;
	padding: 22px;
	border: 1px solid #e6eef5;
	border-radius: 8px;
	background: #fbfdff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.fxg-book-card:hover,
.fxg-book-card:focus-within {
	border-color: rgba(79, 111, 216, 0.34);
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.fxg-book-card__cover {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	border-radius: 6px;
	background: #f4f8fb;
}

.fxg-book-card__cover img {
	width: auto;
	max-width: 176px;
	max-height: 250px;
	border-radius: 3px;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.fxg-book-card__body {
	min-width: 0;
}

.fxg-book-card__category {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eef6ff;
	color: #2365a5;
	font-size: 0.85rem;
	font-weight: 700;
}

.fxg-book-card h3 {
	margin: 0 0 12px;
	color: var(--fxg-color-heading);
	font-size: 1.32rem;
	line-height: 1.35;
}

.fxg-book-card h4 {
	margin: 14px 0 6px;
	color: var(--fxg-color-heading);
	font-size: 0.98rem;
	line-height: 1.45;
}

.fxg-book-card p {
	margin: 0;
	color: var(--fxg-color-text);
	font-size: 0.98rem;
	line-height: 1.8;
}

.fxg-book-card__meta {
	display: grid;
	justify-items: center;
	gap: 18px;
}

.fxg-book-download {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid var(--fxg-primary);
	border-radius: 8px;
	background: var(--fxg-primary);
	color: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(79, 111, 216, 0.2);
	transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fxg-book-download::before {
	margin-right: 7px;
	content: "↓";
	font-weight: 900;
}

.fxg-book-download:hover,
.fxg-book-download:focus-visible {
	border-color: var(--fxg-primary-dark);
	background: var(--fxg-primary-dark);
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(79, 111, 216, 0.26);
	outline: 0;
	transform: translateY(-1px);
}

.fxg-book-card__meta dl {
	display: grid;
	gap: 13px;
	width: 100%;
	margin: 0;
}

.fxg-book-card__meta div {
	display: grid;
	gap: 4px;
	justify-items: center;
}

.fxg-book-card__meta dt {
	color: var(--fxg-color-heading);
	font-weight: 800;
}

.fxg-book-card__meta dd {
	margin: 0;
	color: var(--fxg-color-text);
}

.fxg-book-stars {
	color: #f5ad3d;
	font-size: 1.15rem;
	letter-spacing: 1px;
}

@media (max-width: 1080px) {
	.fxg-books-tabs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fxg-book-card {
		grid-template-columns: 170px minmax(0, 1fr);
	}

	.fxg-book-card__meta {
		grid-column: 1 / -1;
		justify-items: start;
	}

	.fxg-book-card__meta dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fxg-book-card__meta div {
		justify-items: start;
	}
}

@media (max-width: 720px) {
	.fxg-books-tabs {
		grid-template-columns: 1fr;
	}

	.fxg-book-card {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.fxg-book-card__cover {
		min-height: 220px;
	}

	.fxg-book-card__meta dl {
		grid-template-columns: 1fr;
	}

	.fxg-book-download {
		width: 100%;
	}
}

@media (max-width: 960px) {
	.fxg-site-header__actions {
		width: 100%;
		justify-content: stretch;
	}

	.fxg-site-header__actions .fxg-site-header__cta {
		flex: 1 1 0;
	}
}

@media (max-width: 520px) {
	.fxg-site-header__actions {
		flex-direction: column;
	}
}

/* Mobile header navigation: keep the global menu collapsed until requested. */
.fxg-mobile-menu-toggle {
	display: none;
}

.fxg-submenu-toggle {
	display: none;
}

@media (max-width: 768px) {
	.fxg-site-header {
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	body.admin-bar .fxg-site-header {
		top: 46px;
	}

	body.admin-bar.has-fxg-review-smart-header.fxg-review-header-hidden .fxg-review-toc-bar {
		top: 46px;
	}

	.fxg-site-header__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center !important;
		gap: 10px 12px;
		min-height: 62px;
		padding-block: 10px !important;
	}

	.fxg-site-brand-wrap {
		min-width: 0;
	}

	.fxg-site-brand,
	.custom-logo-link {
		min-width: 0;
	}

	.fxg-site-brand__name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fxg-mobile-menu-toggle {
		display: inline-flex;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid var(--fxg-border);
		border-radius: 999px;
		background: #fff;
		box-shadow: none;
		color: var(--fxg-ink);
		cursor: pointer;
	}

	.fxg-mobile-menu-toggle__icon {
		position: relative;
		width: 18px;
		height: 14px;
		display: block;
	}

	.fxg-mobile-menu-toggle__icon span {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background-color: var(--fxg-text, #0f172a) !important;
		position: absolute;
		left: 0;
		transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms ease, background-color 180ms ease;
	}

	.fxg-mobile-menu-toggle__icon span:nth-child(1) {
		top: 0;
	}

	.fxg-mobile-menu-toggle__icon span:nth-child(2) {
		top: 6px;
	}

	.fxg-mobile-menu-toggle__icon span:nth-child(3) {
		top: 12px;
	}

	.fxg-site-header.is-nav-open .fxg-mobile-menu-toggle__icon span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.fxg-site-header.is-nav-open .fxg-mobile-menu-toggle__icon span:nth-child(2) {
		opacity: 0;
	}

	.fxg-site-header.is-nav-open .fxg-mobile-menu-toggle__icon span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.fxg-site-nav,
	.fxg-site-header__actions {
		display: none !important;
		grid-column: 1 / -1;
		width: 100%;
	}

	.fxg-site-header.is-nav-open .fxg-site-nav {
		display: block !important;
	}

	.fxg-site-header.is-nav-open .fxg-site-header__actions {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.fxg-site-nav__menu {
		display: grid !important;
		width: 100%;
		gap: 6px;
		padding: 10px 0 4px !important;
	}

	.fxg-site-nav__menu>li {
		width: 100%;
	}

	.fxg-site-nav__menu .menu-item-has-children {
		position: relative;
	}

	.fxg-site-nav__menu a {
		width: 100%;
		min-height: 40px;
		justify-content: flex-start;
		padding: 9px 12px;
	}

	.fxg-submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 38px;
		height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 0;
		background: transparent;
		color: #475467;
	}

	.fxg-submenu-toggle__icon {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 2px solid #667085 !important;
		border-bottom: 2px solid #667085 !important;
		border-left: none !important;
		border-top: none !important;
		background: transparent !important;
		border-radius: 0 !important;
		transform: rotate(45deg);
		transition: transform 180ms ease, border-color 160ms ease;
	}

	.fxg-submenu-toggle[aria-expanded="true"] .fxg-submenu-toggle__icon {
		transform: rotate(-135deg);
		border-color: var(--fxg-primary, #4f6fd8) !important;
	}

	.fxg-site-nav__menu .sub-menu {
		position: static !important;
		display: grid !important;
		max-height: 0;
		overflow: hidden;
		transition: max-height 180ms ease, opacity 180ms ease;
		width: 100% !important;
		min-width: 0 !important;
		margin: 4px 0 2px !important;
		padding: 6px !important;
		border: 1px solid var(--fxg-border-soft) !important;
		border-radius: 10px !important;
		background: #fff !important;
		box-shadow: none !important;
		opacity: 0 !important;
		pointer-events: none !important;
		transform: none !important;
	}

	.fxg-site-nav__menu .menu-item-has-children.is-submenu-open .sub-menu {
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.fxg-site-nav__menu .menu-item-has-children.is-submenu-open>.fxg-submenu-toggle .fxg-submenu-toggle__icon {
		transform: rotate(-135deg);
		border-color: var(--fxg-primary, #4f6fd8) !important;
	}

	.fxg-site-nav__menu .sub-menu::before {
		display: none !important;
	}

	.fxg-site-header__actions .fxg-site-header__cta {
		width: 100%;
		min-height: 44px;
		justify-content: center;
	}
}

/* Custom background position tweak to lift the homepage hero background image */
body .fxg-home-hero {
	background-position: center 40% !important;
}

/* Fix mobile hero section excessive blank space at the bottom and hide background image */
@media (max-width: 768px) {

	body .fxg-home-hero,
	.fxg-home-hero {
		min-height: 0 !important;
		background-image: none !important;
	}
}

/* Mobile collapsible category dropdown filters */
@media (max-width: 768px) {
	.fxg-broker-directory-form fieldset.fxg-filter-group {
		padding: 0;
		border: 1px solid #dce6ee;
		border-radius: 8px;
		background: #f8fbfd;
		margin-bottom: 12px;
		overflow: hidden;
		transition: border-color 200ms ease;
	}

	.fxg-broker-directory-form fieldset.fxg-filter-group legend {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 14px 16px;
		background: #fff;
		border-bottom: 1px solid transparent;
		cursor: pointer;
		color: #344054;
		font-size: 0.95rem;
		font-weight: 700;
		box-sizing: border-box;
		float: left;
		/* Resolves default browser fieldset legend rendering styling quirks */
		transition: background-color 150ms ease, border-color 200ms ease;
	}

	.fxg-broker-directory-form fieldset.fxg-filter-group legend:hover {
		background-color: #fcfdfe;
	}

	/* Beautiful V-shaped chevron pseudo-element on mobile */
	.fxg-broker-directory-form fieldset.fxg-filter-group legend::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		border-right: 1.8px solid #64748b;
		border-bottom: 1.8px solid #64748b;
		transform: rotate(45deg);
		transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms ease;
		margin-right: 4px;
		margin-top: -3px;
		flex-shrink: 0;
	}

	/* Active (expanded) state */
	.fxg-broker-directory-form fieldset.fxg-filter-group.is-active {
		border-color: #c9d8e4;
	}

	.fxg-broker-directory-form fieldset.fxg-filter-group.is-active legend {
		border-bottom-color: #dce6ee;
		background: #f8fbfd;
	}

	.fxg-broker-directory-form fieldset.fxg-filter-group.is-active legend::after {
		transform: rotate(-135deg);
		border-color: var(--fxg-primary, #4f6fd8);
		margin-top: 1px;
	}

	/* Collapsible options list inside the category */
	.fxg-broker-directory-form fieldset.fxg-filter-group .fxg-filter-options {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 250ms ease, padding 300ms ease;
		padding: 0 16px;
		pointer-events: none;
	}

	.fxg-broker-directory-form fieldset.fxg-filter-group.is-active .fxg-filter-options {
		max-height: 500px;
		/* Comfortably displays all filters inside the group without truncation */
		opacity: 1;
		padding: 16px;
		pointer-events: auto;
	}

	/* Responsive card-style layout for Broker Directory rows */
	.fxg-broker-row {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		gap: 12px !important;
		padding: 20px !important;
		min-height: 0 !important;
		background: #fff !important;
		border: 1px solid #dce6ee !important;
		border-radius: 10px !important;
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
	}

	.fxg-broker-row__brand {
		grid-column: 1 / 2 !important;
		grid-row: 1 / 2 !important;
		display: grid !important;
		grid-template-columns: 76px minmax(0, 1fr) !important;
		gap: 14px !important;
		align-items: center !important;
		min-width: 0 !important;
	}

	.fxg-broker-row__logo {
		width: 76px !important;
		height: 60px !important;
		padding: 6px !important;
		flex-shrink: 0 !important;
		border: 1px solid #eef2f6 !important;
		border-radius: 8px !important;
		background: #f8fafc !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
	}

	.fxg-broker-row__logo img {
		max-width: 100% !important;
		max-height: 100% !important;
		object-fit: contain !important;
		display: block !important;
	}

	.fxg-broker-row__brand h3 {
		margin: 0 !important;
		font-size: 1.15rem !important;
		font-weight: 800 !important;
		color: var(--fxg-ink, #0f172a) !important;
		line-height: 1.25 !important;
	}

	.fxg-broker-row__brand h3 a {
		color: inherit !important;
		text-decoration: none !important;
	}

	.fxg-broker-row__compare {
		grid-column: 2 / 3 !important;
		grid-row: 1 / 2 !important;
		justify-self: end !important;
		align-self: center !important;
		margin: 0 !important;
		width: 32px !important;
		height: 32px !important;
		min-height: 0 !important;
		border: 1px solid var(--fxg-border, #d8e5ef) !important;
		border-radius: 6px !important;
		background: #fff !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
	}

	.fxg-broker-row__compare input {
		margin: 0 !important;
		cursor: pointer !important;
	}

	/* Individual full-width metric rows */
	.fxg-broker-row__metric {
		grid-column: 1 / -1 !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 6px !important;
		padding: 12px 16px !important;
		background: #f8fbfd !important;
		border: 1px solid #eef4f8 !important;
		border-radius: 8px !important;
		box-sizing: border-box !important;
	}

	.fxg-broker-row__metric span {
		color: var(--fxg-text-muted, #64748b) !important;
		font-size: 0.8rem !important;
		font-weight: 600 !important;
		margin: 0 !important;
	}

	.fxg-broker-row__metric strong {
		color: var(--fxg-ink, #0f172a) !important;
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		line-height: 1.45 !important;
	}

	/* Specific styling overrides for rating metric blocks */
	.fxg-broker-row__metric--rating {
		gap: 8px !important;
	}

	.fxg-broker-row__metric--rating .fxg-rating {
		display: inline-flex !important;
		align-items: center !important;
		margin: 0 !important;
		border-radius: 6px !important;
		padding: 4px 10px !important;
		width: fit-content !important;
		font-size: 0.9rem !important;
		font-weight: 700 !important;
	}

	.fxg-broker-row__metric--rating .fxg-user-rating {
		display: flex !important;
		flex-direction: column !important;
		gap: 6px !important;
		width: 100% !important;
		text-decoration: none !important;
		color: inherit !important;
	}

	.fxg-broker-row__metric--rating .fxg-user-rating span {
		color: var(--fxg-text-muted, #64748b) !important;
		font-size: 0.8rem !important;
		font-weight: 600 !important;
	}

	.fxg-broker-row__metric--rating .fxg-user-rating__metric {
		display: flex !important;
		align-items: center !important;
		gap: 10px !important;
		flex-wrap: wrap !important;
	}

	.fxg-broker-row__metric--rating .fxg-user-rating strong {
		display: inline-flex !important;
		align-items: center !important;
		border-radius: 6px !important;
		padding: 4px 10px !important;
		font-size: 0.9rem !important;
		font-weight: 700 !important;
		background: var(--fxg-primary-soft, #f1f5ff) !important;
		color: var(--fxg-primary-dark, #3958bd) !important;
	}

	.fxg-broker-row__metric--rating .fxg-user-rating em {
		font-size: 0.85rem !important;
		color: var(--fxg-text-muted, #64748b) !important;
		font-style: normal !important;
		font-weight: 500 !important;
	}

	/* Bottom Actions Section */
	.fxg-broker-row__actions {
		grid-column: 1 / -1 !important;
		display: flex !important;
		gap: 10px !important;
		width: 100% !important;
		margin-top: 8px !important;
	}

	.fxg-broker-row__actions .fxg-button {
		flex: 1 !important;
		min-height: 44px !important;
		justify-content: center !important;
		font-size: 0.9rem !important;
		white-space: nowrap !important;
	}

	/* Mobile responsive styling for the comparison drawer */
	.fxg-compare-tray {
		position: fixed !important;
		bottom: 32px !important;
		/* Raised to clear simulated toolbar safe areas */
		left: 16px !important;
		right: 16px !important;
		align-items: flex-end !important;
		z-index: 99999 !important;
		/* Stack context safety */
		display: flex !important;
		pointer-events: none !important;
		height: auto !important;
	}

	.fxg-compare-tray__panel {
		display: grid !important;
		/* Force grid inside panel on mobile */
		padding: 14px 16px !important;
		gap: 10px !important;
		border-radius: 12px !important;
		width: 100% !important;
		pointer-events: auto !important;
	}

	/* Hide selected broker chips on mobile to save critical vertical space and prevent overflow */
	.fxg-compare-tray__chips {
		display: none !important;
	}

	.fxg-compare-tray .fxg-button {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 42px !important;
		font-size: 0.9rem !important;
		margin-top: 4px !important;
	}

	/* Mobile responsive styling for the comparison dashboard page */
	.fxg-broker-compare-section {
		border-radius: 12px !important;
	}

	.fxg-broker-compare-section[open] {
		border-radius: 12px !important;
	}

	.fxg-broker-compare-section__body {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		/* Smooth inertial scroll on iOS */
		width: 100% !important;
	}

	.fxg-broker-compare-section__header,
	.fxg-broker-compare-section__row {
		display: flex !important;
		flex-direction: row !important;
		width: max-content !important;
		/* Row matches the combined width of all child elements */
		min-width: 100% !important;
		align-items: stretch !important;
		padding: 12px 0 !important;
		gap: 0 !important;
		box-sizing: border-box !important;
	}

	.fxg-broker-compare-section__header {
		background: #f8fbfd !important;
	}

	.fxg-broker-compare-section__row>span,
	.fxg-broker-compare-section__header>span {
		position: sticky !important;
		left: 0 !important;
		z-index: 10 !important;
		display: flex !important;
		align-items: center !important;
		width: 85px !important;
		min-width: 85px !important;
		flex-shrink: 0 !important;
		background: #fff !important;
		padding-left: 12px !important;
		padding-right: 8px !important;
		box-sizing: border-box !important;
		margin: 0 !important;
		color: var(--fxg-text-muted, #61708e) !important;
		font-size: 0.85rem !important;
		font-weight: 800 !important;
		line-height: 1.3 !important;
		word-break: break-word !important;
		border-right: 1px solid #dce6ee !important;
		box-shadow: 4px 0 8px rgba(15, 23, 42, 0.03) !important;
	}

	.fxg-broker-compare-section__header>span {
		background: #f8fbfd !important;
	}

	.fxg-broker-compare-section__header>div,
	.fxg-broker-compare-section__row>div {
		display: flex !important;
		flex-direction: row !important;
		width: max-content !important;
		gap: 0 !important;
		align-items: stretch !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.fxg-broker-compare-section__header strong,
	.fxg-broker-compare-section__row p {
		width: 125px !important;
		/* Perfect uniform column width for each broker on mobile screens */
		min-width: 125px !important;
		flex-shrink: 0 !important;
		box-sizing: border-box !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
		margin: 0 !important;
		text-align: left !important;
		word-break: break-word !important;
		display: flex !important;
		align-items: center !important;
	}

	.fxg-broker-compare-section__header strong {
		font-size: 0.9rem !important;
		font-weight: 800 !important;
		color: var(--fxg-ink, #050b3d) !important;
	}

	.fxg-broker-compare-section__row p {
		font-size: 0.88rem !important;
		color: var(--fxg-text, #243b53) !important;
		line-height: 1.45 !important;
	}

	/* Selected broker cards responsive optimization */
	.fxg-broker-compare__selected-list {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}

	.fxg-broker-compare__selected-item {
		padding: 12px 10px !important;
	}

	.fxg-broker-compare__selected-item img {
		width: 64px !important;
		height: 48px !important;
	}

	/* Search tools and reset button layout on mobile */
	.fxg-broker-compare__tools {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		gap: 12px !important;
		align-items: flex-end !important;
		padding: 12px 14px !important;
	}

	.fxg-broker-compare__tools>label {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.fxg-broker-compare__tools input[type="search"] {
		width: 100% !important;
		max-width: none !important;
		min-height: 42px !important;
		box-sizing: border-box !important;
	}

	.fxg-broker-compare__tools button[data-fxg-compare-reset] {
		margin: 0 !important;
		min-height: 42px !important;
		font-size: 0.9rem !important;
		white-space: nowrap !important;
		padding: 0 16px !important;
		box-sizing: border-box !important;
	}
}

/* ── 常见问题单独板块美化 (FAQ Separated Box) ── */
.fxg-faq-section-card {
	margin: 40px 0;
	padding: 30px 24px;
	border: 1px dashed var(--fxg-border-strong);
	border-radius: 12px;
	background: #fdfefe;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.02);
	box-sizing: border-box;
}

.fxg-faq-section-card h2 {
	text-align: center !important;
	border-left: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 auto 12px !important;
	font-size: 1.8rem !important;
	color: var(--fxg-ink) !important;
	display: block !important;
	width: fit-content;
}

/* 增加副标题辅助视觉 */
.fxg-faq-section-card h2::after {
	content: "这里有几个常见疑问，也许能找到你想知道的答案。";
	display: block;
	margin-top: 8px;
	color: var(--fxg-text-muted);
	font-size: 0.92rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

/* ── 常见问题折叠项单独定制 (FAQ Separated Box Accordion) ── */
.fxg-faq-section-card details,
.fxg-faq-section-card .fxg-content-accordion__item {
	border: none !important;
	border-bottom: 1px solid #e8f0f6 !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.fxg-faq-section-card details:last-of-type,
.fxg-faq-section-card .fxg-content-accordion__item:last-of-type {
	border-bottom: none !important;
}

.fxg-faq-section-card details summary,
.fxg-faq-section-card .fxg-content-accordion__item>summary {
	padding: 16px 8px !important;
	font-weight: 700 !important;
	color: var(--fxg-text) !important;
	background: transparent !important;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 1.05rem;
}

/* 加上加号前缀 */
.fxg-faq-section-card details summary::before,
.fxg-faq-section-card .fxg-content-accordion__item>summary::before {
	content: "+";
	margin-right: 10px;
	color: var(--fxg-primary);
	font-size: 1.25rem;
	font-weight: 700;
	transition: transform 0.2s ease;
	display: inline-block;
}

/* 当展开时，加号变成乘号或旋转 45 度 */
.fxg-faq-section-card details[open] summary::before,
.fxg-faq-section-card .fxg-content-accordion__item[open]>summary::before {
	transform: rotate(45deg);
	color: var(--fxg-primary-dark);
}

.fxg-faq-section-card details>div,
.fxg-faq-section-card .fxg-content-accordion__panel {
	padding: 4px 8px 18px 24px !important;
	color: var(--fxg-text-muted) !important;
	font-size: 0.95rem;
	line-height: 1.65;
	background: transparent !important;
}

/* 隐藏右侧多余状态图标，突出左侧 + 号 */
.fxg-faq-section-card .fxg-content-accordion__chevron,
.fxg-faq-section-card .fxg-content-accordion__state,
.fxg-faq-section-card .fxg-content-accordion__item>summary .fxg-content-accordion__icon,
.fxg-faq-section-card .fxg-content-accordion__item>summary .fxg-content-accordion__state {
	display: none !important;
}

/* Reset bullet list margins inside content callouts to prevent double indentation */
.fxg-content-callout__text ul {
	margin-left: 0 !important;
	padding-left: 25px !important;
}


/* Fix search box visibility & styling overrides */
.fxg-rebate-rule-search__field input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 54px;
	border: 2px solid #4f6fd8 !important;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(16, 35, 63, 0.08) !important;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 650;
	padding: 13px 16px 13px 44px !important;
	transition: all 0.2s ease;
}

.fxg-rebate-rule-search__field {
	position: relative;
}

.fxg-rebate-rule-search__field::after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 18px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234f6fd8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	pointer-events: none;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.fxg-rebate-rule-search__field:focus-within::after {
	opacity: 1;
}

.fxg-rebate-rule-search__notice {
	max-width: 100% !important;
	margin: 0 !important;
}
