/* ============================================================
   MyFXEducation.comSite Shell CSS v0.16
   Dark-first, professional, mobile-first design system
   ============================================================ */

/* --- Base -------------------------------------------------- */

html {
	overflow-x: clip;
	max-width: 100%;
}
@supports not (overflow: clip) {
	html {
		overflow-x: hidden;
	}
}

body.myfxedu-site-shell {
	background: #0b1020;
	color: #c8d3e8;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.myfxedu-site-shell a:not(.myfxedu-button) {
	color: #7cc8ff;
	transition: color 0.18s ease;
}

body.myfxedu-site-shell a:not(.myfxedu-button):hover,
body.myfxedu-site-shell a:not(.myfxedu-button):focus {
	color: #9cd7ff;
}

body.myfxedu-site-shell .site,
body.myfxedu-site-shell .site-content,
body.myfxedu-site-shell .inside-article,
body.myfxedu-site-shell .content-area,
body.myfxedu-site-shell .site-main {
	background: transparent;
}

body.home.myfxedu-site-shell .entry-header,
body.home.myfxedu-site-shell .page-header {
	display: none;
}

/* Archive page headerfix low contrast & white-box issue */
body.myfxedu-site-shell .page-header {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 1rem 0 0.5rem;
}

body.myfxedu-site-shell .page-header .page-title,
body.myfxedu-site-shell .inside-page-header .page-title {
	color: #f0f4ff !important;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.myfxedu-site-shell .page-header .archive-description,
body.myfxedu-site-shell .inside-page-header .archive-description {
	color: #8a9ab8 !important;
}

body.myfx-mode-light.myfxedu-site-shell .page-header .page-title,
body.myfx-mode-light.myfxedu-site-shell .inside-page-header .page-title {
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-site-shell .page-header .archive-description,
body.myfx-mode-light.myfxedu-site-shell .inside-page-header .archive-description {
	color: #3d5473 !important;
}

/* --- Header & Nav ----------------------------------------- */

body.myfxedu-site-shell .site-header {
	background: rgba(11, 16, 32, 0.96);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.myfxedu-site-shell .main-navigation {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(11, 16, 32, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.myfxedu-site-shell .site-header .custom-logo {
	height: 36px;
	width: auto;
}

/* Header logo only: hide site title/tagline text beside logo */
body.myfxedu-site-shell .site-header .site-branding .site-title,
body.myfxedu-site-shell .site-header .site-branding .main-title,
body.myfxedu-site-shell .site-header .site-branding .site-description {
	display: none !important;
}

/* Global fallback: hide header title text on all templates */
.site-header .inside-header .site-title,
.site-header .inside-header .main-title,
.site-header .inside-header .site-description,
.site-header .inside-navigation .site-title,
.site-header .inside-navigation .main-title {
	display: none !important;
}

body.myfxedu-site-shell .main-navigation .main-nav ul li a,
body.myfxedu-site-shell .main-navigation .menu-bar-items a,
body.myfxedu-site-shell .site-title a,
body.myfxedu-site-shell .main-title a {
	color: #e8edf8;
	font-weight: 500;
	letter-spacing: -0.01em;
}

body.myfxedu-site-shell .main-navigation .main-nav ul li a:hover,
body.myfxedu-site-shell .main-navigation .main-nav ul li.current-menu-item > a {
	color: #4fd18b;
}

body.myfxedu-site-shell .main-navigation .main-nav ul ul {
	background: #121a2e;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* --- Buttons ---------------------------------------------- */

.myfxedu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 12px 24px;
	border-radius: 9px;
	border: 1px solid transparent;
	background: #00d084;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.18s ease, filter 0.18s ease;
	box-shadow: none;
}

.myfxedu-button:hover,
.myfxedu-button:focus {
	transform: translateY(-1px);
	box-shadow: none;
	filter: brightness(0.96);
	color: #ffffff;
}

.myfxedu-button:active {
	transform: translateY(0);
}

@media (max-width: 480px) {
	.myfxedu-button {
		white-space: normal;
		text-align: center;
		max-width: 100%;
		box-sizing: border-box;
	}
}

.myfxedu-button--secondary {
	background: rgba(255, 255, 255, 0.07);
	color: #9ec8ff;
	border: 1px solid rgba(209, 217, 230, 0.32);
	box-shadow: none;
}

.myfxedu-button--secondary:hover,
.myfxedu-button--secondary:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #c8e0ff;
	border-color: rgba(209, 217, 230, 0.5);
	box-shadow: none;
	filter: none;
}

/* Icons inside buttons follow label color (stroke=currentColor in sprite) */
.myfxedu-button > .myfxedu-icon {
	color: currentColor;
}

/* --- Icons ------------------------------------------------- */

.myfxedu-icon {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

.myfxedu-icon--accent {
	color: #4fd18b;
}

.myfxedu-icon--warning {
	color: #f5b342;
}

.myfxedu-icon--info {
	color: #7cc8ff;
}

.myfxedu-icon--muted {
	color: #5a687e;
	opacity: 0.8;
}

/* --- Layout containers ------------------------------------ */

.myfxedu-homepage,
.myfxedu-learning-path,
.myfxedu-review-layout,
.myfxedu-blog-single-layout,
.myfxedu-resource-layout {
	display: grid;
	gap: 1.25rem;
	padding: 1.25rem 0 4rem;
}

/* Learning path dynamic block: cap to ~1180px (matches theme .fx-wrap); overrides alignfull/wide bleed */
.myfxedu-learning-path.myfxedu-learning-path--contained {
	max-width: min(1180px, 100%);
	max-width: min(var(--fx-container, 1180px), 100%);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.entry-content .wp-block-myfxedu-learning-path.myfxedu-learning-path-block--contained,
.entry-content .wp-block-myfxedu-learning-path.myfxedu-learning-path-block--contained.alignfull,
.entry-content .wp-block-myfxedu-learning-path.myfxedu-learning-path-block--contained.alignwide {
	width: 100% !important;
	max-width: min(var(--fx-container, 1180px), 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	box-sizing: border-box !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
}

/*
 * Education hub: class also exists on body (theme helper). Grid gap + top padding on body
 * created a strip under the header - only apply grid rhythm to the hub block wrapper, not body.
 */
.myfxedu-education-hub:not(body) {
	display: grid;
	gap: 1.25rem;
	padding: 1.25rem 0 4rem;
}

/* --- Sections --------------------------------------------- */

.myfxedu-section {
	padding: 2rem 2.25rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.03) inset, 0 30px 80px rgba(0, 0, 0, 0.28);
}

.myfxedu-section--cta {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

/* --- Section heading --------------------------------------- */

.myfxedu-section-heading {
	margin-bottom: 1.6rem;
	max-width: 680px;
}

.myfxedu-section-heading h1,
.myfxedu-section-heading h2 {
	margin: 0.5rem 0 0.6rem;
	color: #f0f4ff;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.myfxedu-section-heading p {
	margin: 0;
	color: #8a9ab8;
	line-height: 1.7;
}

/* --- Eyebrow badge ---------------------------------------- */

.myfxedu-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.3rem 0.72rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.1);
	border: 1px solid rgba(79, 209, 139, 0.18);
	color: #7fe1ac;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

/* --- Card badge ------------------------------------------- */

.myfxedu-card-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.1);
	border: 1px solid rgba(79, 209, 139, 0.16);
	color: #7fe1ac;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

/* --- Card icon -------------------------------------------- */

.myfxedu-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(79, 209, 139, 0.09);
	border: 1px solid rgba(79, 209, 139, 0.14);
	margin-bottom: 1rem;
}

/* --- Hero -------------------------------------------------- */

.myfxedu-home-hero {
	padding: 2.5rem 2.25rem;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(300px, 1fr);
	gap: 2rem;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 28px;
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.18) 0%, rgba(10, 14, 26, 0.98) 70%), linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.03) inset, 0 40px 100px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	position: relative;
}

.myfxedu-home-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(79, 209, 139, 0.35), transparent);
}

.myfxedu-home-hero h1 {
	margin: 0.5rem 0 0.9rem;
	font-size: clamp(2.2rem, 4.5vw, 3.8rem);
	color: #f0f4ff;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.myfxedu-home-hero p {
	color: #8a9ab8;
	line-height: 1.75;
	max-width: 48ch;
}

.myfxedu-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

/* Hero chart panel */

.myfxedu-hero-chart-shell {
	display: grid;
	gap: 1rem;
	height: 100%;
}

.myfxedu-hero-chart-img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(9, 13, 24, 0.6);
}

.myfxedu-hero-stats-overlay {
	display: grid;
	gap: 0.6rem;
}

.myfxedu-hero-stat {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.8rem;
	row-gap: 0.1rem;
	padding: 0.9rem 1rem;
	border-radius: 16px;
	background: rgba(18, 26, 46, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.myfxedu-hero-stat__icon {
	grid-row: 1 / 3;
	align-self: center;
}

.myfxedu-hero-stat__value {
	color: #e8edf8;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: -0.01em;
}

.myfxedu-hero-stat__label {
	color: #6a7a90;
	font-size: 0.82rem;
	line-height: 1.5;
}

/* --- Trust strip ------------------------------------------ */

.myfxedu-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.myfxedu-trust-item {
	display: grid;
	gap: 0.35rem;
	padding: 1.25rem 1.4rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.9) 0%, rgba(10, 14, 26, 0.96) 100%);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.myfxedu-trust-item:hover {
	border-color: rgba(79, 209, 139, 0.22);
	transform: translateY(-2px);
}

.myfxedu-trust-item__icon {
	margin-bottom: 0.5rem;
}

.myfxedu-trust-item strong {
	color: #e8edf8;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.myfxedu-trust-item span {
	color: #6a7a90;
	font-size: 0.84rem;
	line-height: 1.55;
}

/* --- Card grid -------------------------------------------- */

.myfxedu-card-grid {
	display: grid;
	gap: 1rem;
}

.myfxedu-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.myfxedu-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.myfxedu-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* --- Surface card ----------------------------------------- */

.myfxedu-surface-card,
.myfxedu-highlight-card {
	display: grid;
	align-content: start;
	gap: 0.7rem;
	padding: 1.5rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(18, 26, 45, 0.9) 0%, rgba(9, 13, 24, 0.97) 100%);
	transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.myfxedu-surface-card h3 {
	margin: 0;
	color: #e8edf8;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.myfxedu-surface-card p {
	margin: 0;
	color: #7a8aa0;
	font-size: 0.9rem;
	line-height: 1.65;
}

.myfxedu-surface-card--hover:hover {
	border-color: rgba(79, 209, 139, 0.2);
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.myfxedu-card-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: #4fd18b;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	margin-top: 0.3rem;
	transition: gap 0.18s ease;
}

.myfxedu-card-link:hover {
	color: #7fe1ac;
	gap: 0.5rem;
}

.myfxedu-highlight-card {
	background: radial-gradient(circle at top right, rgba(124, 200, 255, 0.1) 0%, rgba(9, 13, 24, 0.97) 70%);
	border-color: rgba(124, 200, 255, 0.12);
}

/* --- Feature row ------------------------------------------ */

.myfxedu-feature-row {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
	gap: 1rem;
}

/* --- Resource banner -------------------------------------- */

.myfxedu-resource-banner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.5rem;
}

.myfxedu-resource-banner__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: rgba(79, 209, 139, 0.09);
	border: 1px solid rgba(79, 209, 139, 0.16);
	flex-shrink: 0;
}

.myfxedu-resource-banner h2 {
	margin: 0.4rem 0 0.5rem;
	color: #f0f4ff;
	letter-spacing: -0.03em;
}

.myfxedu-resource-banner p {
	margin: 0;
	color: #7a8aa0;
	line-height: 1.65;
}

.myfxedu-resource-actions {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex-shrink: 0;
}

/* --- Inline link ------------------------------------------ */

.myfxedu-inline-link {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
}

.myfxedu-inline-link a {
	color: #4fd18b;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
}

.myfxedu-inline-link a:hover {
	color: #7fe1ac;
}

/* --- Education hub hero ----------------------------------- */

.myfxedu-hub-hero {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	align-items: center;
}

.myfxedu-hub-hero h1 {
	font-size: clamp(1.9rem, 3.5vw, 2.9rem);
	color: #f0f4ff;
	letter-spacing: -0.03em;
	margin: 0.4rem 0 0.7rem;
}

.myfxedu-hub-hero p {
	color: #8a9ab8;
	line-height: 1.7;
}

.myfxedu-hub-hero__stats {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.myfxedu-hub-stat {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.9rem 1.1rem;
	border-radius: 16px;
	background: rgba(79, 209, 139, 0.06);
	border: 1px solid rgba(79, 209, 139, 0.12);
	min-width: 160px;
}

.myfxedu-hub-stat strong {
	color: #f0f4ff;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.myfxedu-hub-stat span {
	color: #6a7a90;
	font-size: 0.82rem;
	display: block;
}

/* --- Disclosure & risk ------------------------------------ */

.myfxedu-disclosure-bar,
.myfxedu-risk-warning {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 1rem 0;
	padding: 0.95rem 1.15rem;
	border-radius: 14px;
	border: 1px solid;
	line-height: 1.7;
	font-size: 0.88rem;
}

.myfxedu-disclosure-bar {
	border-color: rgba(124, 200, 255, 0.18);
	background: rgba(124, 200, 255, 0.05);
	color: #9ab8d8;
}

.myfxedu-risk-warning {
	border-color: rgba(245, 179, 66, 0.22);
	background: rgba(245, 179, 66, 0.05);
	color: #c8a86a;
}

.myfxedu-disclosure-bar strong,
.myfxedu-risk-warning strong {
	color: #e8edf8;
}

/* --- Newsletter CTA --------------------------------------- */

.myfxedu-newsletter-cta {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.75rem;
	border-radius: 20px;
	border: 1px solid rgba(79, 209, 139, 0.15);
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.18) 0%, rgba(10, 14, 26, 0.98) 70%);
}

.myfxedu-newsletter-cta__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: rgba(79, 209, 139, 0.1);
	border: 1px solid rgba(79, 209, 139, 0.18);
	flex-shrink: 0;
}

.myfxedu-newsletter-cta__body {
	flex: 1;
}

.myfxedu-newsletter-cta h3 {
	margin: 0 0 0.4rem;
	color: #f0f4ff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.myfxedu-newsletter-cta p {
	margin: 0;
	color: #7a8aa0;
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Match sitewide primary CTA: solid green, white label + icon (dark) */
.myfxedu-newsletter-cta > .myfxedu-button {
	flex-shrink: 0;
	background: #00d084;
	background-image: none;
	color: #ffffff !important;
}

.myfxedu-newsletter-cta > .myfxedu-button:hover,
.myfxedu-newsletter-cta > .myfxedu-button:focus {
	color: #ffffff !important;
	filter: brightness(0.96);
}

/* --- Breadcrumbs ------------------------------------------ */

.myfxedu-breadcrumb-shell {
	padding: 1rem 0 0;
}

.myfxedu-breadcrumb-shell .rank-math-breadcrumb {
	padding: 0.7rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(18, 26, 46, 0.7);
	color: #5a687e;
	font-size: 0.85rem;
}

.myfxedu-breadcrumb-shell .rank-math-breadcrumb a {
	color: #7a8aa0;
}

.myfxedu-breadcrumb-shell .separator {
	margin: 0 0.4rem;
	opacity: 0.5;
}

/* --- Footer ----------------------------------------------- */

.myfxedu-footer-shell {
	padding: 3rem 0 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.myfxedu-footer-brand {
	margin-bottom: 2rem;
}

.myfxedu-footer-logo img {
	height: 32px;
	width: auto;
	opacity: 0.9;
}

.myfxedu-footer-tagline {
	margin: 0.6rem 0 0;
	color: #4a5a72;
	font-size: 0.85rem;
	line-height: 1.6;
	max-width: 48ch;
}

.myfxedu-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.myfxedu-footer-column {
	padding: 1.25rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(15, 21, 38, 0.6);
}

.myfxedu-footer-column h3 {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	color: #c8d3e8;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.myfxedu-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.myfxedu-footer-menu a {
	color: #4a5a72;
	text-decoration: none;
	font-size: 0.88rem;
	transition: color 0.18s ease;
}

.myfxedu-footer-menu a:hover,
.myfxedu-footer-menu a:focus {
	color: #4fd18b;
}

.myfxedu-footer-cta {
	display: flex;
	flex-direction: column;
}

.myfxedu-footer-cta p {
	margin: 0 0 1rem;
	color: #4a5a72;
	font-size: 0.85rem;
	line-height: 1.6;
}

.myfxedu-footer-bottom {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.myfxedu-footer-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	flex: 1;
	color: #3a4a5e;
	font-size: 0.8rem;
	line-height: 1.65;
}

.myfxedu-footer-copy {
	color: #3a4a5e;
	font-size: 0.8rem;
	white-space: nowrap;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

@media (max-width: 560px) {
	.myfxedu-footer-copy {
		white-space: normal;
		text-align: center;
		width: 100%;
		flex-shrink: 1;
	}
}

/* --- Blog archive intro ----------------------------------- */

.myfxedu-blog-archive-intro,
.myfxedu-review-archive-intro,
.myfxedu-resource-archive-intro {
	padding: 1.25rem 0 0;
}

/* --- Blog single ------------------------------------------ */

.myfxedu-blog-toc,
.myfxedu-blog-content-section,
.myfxedu-blog-takeaway,
.myfxedu-blog-author-box,
.myfxedu-blog-related-posts {
	padding: 1.5rem 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
}

.myfxedu-blog-toc h2,
.myfxedu-blog-content-section h2,
.myfxedu-blog-takeaway h2,
.myfxedu-blog-author-box h2,
.myfxedu-blog-related-posts h2 {
	margin-top: 0;
	color: #f0f4ff;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.myfxedu-blog-toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.myfxedu-blog-toc a {
	color: #4fd18b;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
}

.myfxedu-blog-toc a:hover { color: #7fe1ac; }

.myfxedu-blog-content-section h2 {
	scroll-margin-top: 6rem;
	font-size: 1.25rem;
}

.myfxedu-blog-content-section p,
.myfxedu-blog-content-section li {
	color: #a0b0c8;
	line-height: 1.82;
}

.myfxedu-blog-takeaway {
	border-color: rgba(79, 209, 139, 0.14);
	background: radial-gradient(ellipse at bottom right, rgba(38, 80, 60, 0.14) 0%, rgba(10, 14, 26, 0.98) 70%);
}

.myfxedu-blog-author-box strong {
	color: #e8edf8;
}

.myfxedu-blog-author-box p {
	color: #6a7a90;
	line-height: 1.7;
	font-size: 0.9rem;
}

.myfxedu-inline-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.myfxedu-inline-list a {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.08);
	border: 1px solid rgba(79, 209, 139, 0.14);
	color: #4fd18b;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

/* --- Review pages ----------------------------------------- */

.myfxedu-review-hero,
.myfxedu-review-section,
.myfxedu-review-comparison {
	padding: 1.5rem 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
}

.myfxedu-review-hero {
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.14) 0%, rgba(10, 14, 26, 0.98) 70%);
	border-color: rgba(79, 209, 139, 0.12);
}

.myfxedu-review-comparison h2,
.myfxedu-review-section h2,
.myfxedu-review-archive-intro h1 {
	margin-top: 0;
	color: #f0f4ff;
	letter-spacing: -0.025em;
}

.myfxedu-review-verdict {
	margin: 0.75rem 0 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #a0b0c8;
}

.myfxedu-review-archive-stats {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
}

.myfxedu-review-archive-stat {
	padding: 0.85rem 0.95rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(16, 24, 43, 0.85);
	display: grid;
	gap: 0.2rem;
}

.myfxedu-review-archive-stat span {
	color: #6f809b;
	font-size: 0.74rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.myfxedu-review-archive-stat strong {
	color: #f0f4ff;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.myfxedu-review-archive-tools {
	margin-top: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.myfxedu-review-tool-link {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.09);
	border: 1px solid rgba(79, 209, 139, 0.2);
	color: #4fd18b;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.myfxedu-review-tool-link:hover { color: #7fe1ac; }

.myfxedu-review-filter-form {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
	gap: 0.75rem;
	margin: 1.1rem 0 1.3rem;
	align-items: end;
}

.myfxedu-review-filter-form label {
	display: grid;
	gap: 0.3rem;
	color: #5a687e;
	font-size: 0.82rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.myfxedu-review-filter-form select {
	min-height: 44px;
	background: #0d1528;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #c8d3e8;
	padding: 0 0.8rem;
	font-size: 0.9rem;
}

.myfxedu-review-filter-form input[type="search"] {
	min-height: 44px;
	background: #0d1528;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #c8d3e8;
	padding: 0 0.8rem;
	font-size: 0.9rem;
}

.myfxedu-review-filter-form input[type="search"]::placeholder {
	color: #5f7089;
}

.myfxedu-review-active-filters {
	margin: -0.25rem 0 1.15rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.myfxedu-review-filter-chip {
	display: inline-flex;
	gap: 0.3rem;
	align-items: center;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	background: rgba(124, 200, 255, 0.08);
	border: 1px solid rgba(124, 200, 255, 0.18);
	color: #9ed8ff;
	font-size: 0.78rem;
	font-weight: 600;
}

.myfxedu-review-filter-chip em {
	font-style: normal;
	color: #6eaed8;
	font-weight: 700;
}

.myfxedu-review-filter-reset {
	color: #f0f4ff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.35);
}

.myfxedu-review-comparison-table,
.myfxedu-review-summary-table {
	display: grid;
	gap: 0.5rem;
}

.myfxedu-review-comparison-head,
.myfxedu-review-comparison-row,
.myfxedu-review-summary-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.6rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.025);
}

.myfxedu-review-summary-row {
	grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
}

.myfxedu-review-comparison-head {
	font-size: 0.78rem;
	font-weight: 700;
	color: #4a5a72;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: transparent;
}

.myfxedu-review-comparison-row span,
.myfxedu-review-summary-row span {
	color: #7a8aa0;
	font-size: 0.9rem;
}

.myfxedu-review-comparison-name {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.myfxedu-review-comparison-thumb {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
}

.myfxedu-review-comparison-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.myfxedu-review-comparison-thumb-fallback {
	color: #c8d3e8;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.myfxedu-review-comparison-title {
	color: #c8d3e8 !important;
	font-weight: 600;
	line-height: 1.35;
}

.myfxedu-review-summary-row strong {
	color: #c8d3e8;
	font-size: 0.9rem;
}

.myfxedu-review-comparison-row a {
	color: #4fd18b;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.88rem;
}

/* --- Broker archive redesign ------------------------------- */

.myfxedu-review-archive-intro--broker {
	padding-top: 1.6rem;
}

.myfxedu-broker-archive-hero {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1.15rem 1.2rem;
	border-radius: 16px;
	border: 1px solid rgba(79, 209, 139, 0.22);
	background:
		radial-gradient(1200px 220px at 0% -10%, rgba(79, 209, 139, 0.14), transparent 58%),
		linear-gradient(180deg, rgba(18, 28, 48, 0.95) 0%, rgba(10, 14, 26, 0.98) 100%);
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) auto;
	gap: 1rem;
	align-items: center;
}

.myfxedu-broker-archive-hero-copy h2 {
	margin: 0;
	color: #f0f4ff;
	font-size: clamp(1.05rem, 2.2vw, 1.45rem);
}

.myfxedu-broker-archive-hero-copy p {
	margin: 0.55rem 0 0;
	color: #9aabca;
	font-size: 0.93rem;
	line-height: 1.7;
}

.myfxedu-broker-archive-pill-row {
	margin-top: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.myfxedu-broker-archive-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	background: rgba(124, 200, 255, 0.09);
	border: 1px solid rgba(124, 200, 255, 0.2);
	color: #9fd6ff;
	font-size: 0.76rem;
	font-weight: 700;
}

.myfxedu-broker-archive-hero-actions {
	display: grid;
	gap: 0.55rem;
}

.myfxedu-review-archive-intro--broker .myfxedu-review-filter-form {
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(14, 21, 38, 0.9);
}

body.post-type-archive-broker_review {
	--myfx-archive-card-border: rgba(79, 209, 139, 0.18);
	--myfx-archive-card-surface: linear-gradient(180deg, rgba(17, 25, 44, 0.96) 0%, rgba(8, 13, 24, 0.99) 100%);
	--myfx-archive-card-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
	--myfx-archive-title: #f0f4ff;
	--myfx-archive-text: #94a6c4;
}

body.post-type-archive-broker_review .site-main article,
body.post-type-archive-prop_review .site-main article,
body.post-type-archive-tool_review .site-main article {
	padding: 1.08rem 1.12rem;
	margin-bottom: 1.1rem;
	border-radius: 18px;
	border: 1px solid var(--myfx-archive-card-border, rgba(255, 255, 255, 0.08));
	background: var(--myfx-archive-card-surface, linear-gradient(180deg, rgba(17, 25, 44, 0.95) 0%, rgba(10, 14, 26, 0.98) 100%));
	box-shadow: var(--myfx-archive-card-shadow, 0 14px 35px rgba(0, 0, 0, 0.22));
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.post-type-archive-broker_review .site-main article:hover,
body.post-type-archive-prop_review .site-main article:hover,
body.post-type-archive-tool_review .site-main article:hover {
	border-color: rgba(79, 209, 139, 0.35);
	transform: translateY(-2px);
}

body.post-type-archive-broker_review .entry-title a,
body.post-type-archive-prop_review .entry-title a,
body.post-type-archive-tool_review .entry-title a {
	color: var(--myfx-archive-title, #e8edf8);
	letter-spacing: -0.02em;
	font-size: clamp(1.08rem, 2.1vw, 1.32rem);
	font-weight: 700;
}

body.post-type-archive-broker_review .entry-summary,
body.post-type-archive-prop_review .entry-summary,
body.post-type-archive-tool_review .entry-summary {
	color: var(--myfx-archive-text, #90a0bc);
	line-height: 1.72;
}

body.post-type-archive-broker_review .entry-meta {
	color: #6f839f;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

body.post-type-archive-broker_review .entry-content .read-more,
body.post-type-archive-broker_review .entry-summary + p .read-more {
	display: inline-flex;
	align-items: center;
	margin-top: 0.35rem;
	padding: 0.42rem 0.84rem;
	border-radius: 999px;
	border: 1px solid rgba(79, 209, 139, 0.28);
	background: rgba(79, 209, 139, 0.1);
	color: #4fd18b;
	font-weight: 700;
	font-size: 0.82rem;
	text-decoration: none;
}

body.post-type-archive-broker_review .entry-content .read-more:hover,
body.post-type-archive-broker_review .entry-summary + p .read-more:hover {
	color: #7fe1ac;
	border-color: rgba(79, 209, 139, 0.5);
}

body.myfx-mode-light.post-type-archive-broker_review {
	--myfx-archive-card-border: rgba(24, 44, 84, 0.12);
	--myfx-archive-card-surface: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
	--myfx-archive-card-shadow: 0 12px 30px rgba(20, 45, 90, 0.08);
	--myfx-archive-title: #132846;
	--myfx-archive-text: #4c607d;
}

body.myfx-mode-light .myfxedu-review-archive-intro--broker .myfxedu-broker-archive-hero {
	border-color: rgba(25, 74, 142, 0.14);
	background:
		radial-gradient(1000px 220px at 0% -10%, rgba(54, 143, 255, 0.12), transparent 56%),
		linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

body.myfx-mode-light .myfxedu-broker-archive-hero-copy h2 {
	color: #142b4c;
}

body.myfx-mode-light .myfxedu-broker-archive-hero-copy p {
	color: #4f6280;
}

body.myfx-mode-light .myfxedu-broker-archive-pill {
	background: rgba(47, 140, 255, 0.1);
	border-color: rgba(47, 140, 255, 0.24);
	color: #2268ba;
}

body.myfx-mode-light .myfxedu-review-archive-intro--broker .myfxedu-review-filter-form {
	background: #f8fbff;
	border-color: rgba(22, 54, 105, 0.14);
}

body.myfx-mode-light .myfxedu-review-archive-intro--broker .myfxedu-review-archive-stat {
	background: #ffffff;
	border-color: rgba(22, 54, 105, 0.12);
}

body.myfx-mode-light .myfxedu-review-archive-intro--broker .myfxedu-review-archive-stat span {
	color: #68809f;
}

body.myfx-mode-light .myfxedu-review-archive-intro--broker .myfxedu-review-archive-stat strong {
	color: #132846;
}

.myfxedu-review-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.myfxedu-review-split ul,
.myfxedu-review-section ul {
	margin: 0;
	padding-left: 1.2rem;
	color: #8a9ab8;
	line-height: 1.85;
}

.myfxedu-review-ratings {
	display: grid;
	gap: 0.8rem;
}

.myfxedu-review-rating-row { display: grid; gap: 0.4rem; }

.myfxedu-review-rating-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.88rem;
	color: #8a9ab8;
}

.myfxedu-review-rating-head strong {
	color: #4fd18b;
	font-size: 0.85rem;
}

.myfxedu-review-rating-bar {
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	overflow: hidden;
}

.myfxedu-review-rating-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #2ec87a, #7cc8ff);
}

.myfxedu-review-rating-bar.myfxedu-bar--high span { background: linear-gradient(90deg, #2ec87a, #56e0a0); }
.myfxedu-review-rating-bar.myfxedu-bar--mid span  { background: linear-gradient(90deg, #f0a830, #f5c560); }
.myfxedu-review-rating-bar.myfxedu-bar--low span   { background: linear-gradient(90deg, #e05555, #f08080); }

/* --- Single review: two-column grid ----------------------- */

.myfxedu-review-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 1.25rem;
	align-items: start;
}

.myfxedu-review-main {
	display: grid;
	gap: 1.25rem;
	min-width: 0;
}

/* --- Single review: template notice ----------------------- */

.myfxedu-review-notice {
	padding: 0.9rem 1.25rem;
	border-radius: 12px;
	background: rgba(245, 185, 70, 0.08);
	border: 1px solid rgba(245, 185, 70, 0.2);
	color: #f0a830;
	font-size: 0.88rem;
	line-height: 1.6;
}

/* --- Single review: score overview card ------------------- */

.myfxedu-review-score-overview {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.myfxedu-score-ring {
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid rgba(79, 209, 139, 0.35);
	background: rgba(79, 209, 139, 0.06);
}
.myfxedu-score-ring.myfxedu-score--high { border-color: rgba(79, 209, 139, 0.4); }
.myfxedu-score-ring.myfxedu-score--mid  { border-color: rgba(245, 185, 70, 0.4); background: rgba(245, 185, 70, 0.06); }
.myfxedu-score-ring.myfxedu-score--low  { border-color: rgba(224, 85, 85, 0.4);  background: rgba(224, 85, 85, 0.06); }

.myfxedu-score-ring__num {
	font-size: 1.8rem;
	font-weight: 800;
	color: #4fd18b;
	line-height: 1;
	letter-spacing: -0.03em;
}
.myfxedu-score-ring.myfxedu-score--mid .myfxedu-score-ring__num { color: #f0a830; }
.myfxedu-score-ring.myfxedu-score--low .myfxedu-score-ring__num { color: #e05555; }

.myfxedu-score-ring__label {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
}

.myfxedu-score-overview-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.myfxedu-score-stars {
	color: #f5a623;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.myfxedu-score-overview-verdict {
	margin: 0;
	color: #a0b0c8;
	font-size: 0.95rem;
	line-height: 1.6;
}

.myfxedu-score-bestfor {
	font-size: 0.82rem;
	color: #5a687e;
}

/* --- Single review: pros & cons redesign ------------------ */

.myfxedu-review-pros,
.myfxedu-review-cons {
	padding: 1.25rem 1.5rem;
	border-radius: 16px;
}

.myfxedu-review-pros {
	background: rgba(79, 209, 139, 0.04);
	border: 1px solid rgba(79, 209, 139, 0.12);
}

.myfxedu-review-cons {
	background: rgba(224, 85, 85, 0.04);
	border: 1px solid rgba(224, 85, 85, 0.12);
}

.myfxedu-review-pros h3,
.myfxedu-review-cons h3 {
	margin: 0 0 0.8rem;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.myfxedu-icon-check { color: #4fd18b; margin-right: 0.35rem; }
.myfxedu-icon-x     { color: #e05555; margin-right: 0.35rem; }

.myfxedu-review-pros li::marker { color: #4fd18b; }
.myfxedu-review-cons li::marker { color: #e05555; }

/* --- Single review: content prose ------------------------- */

.myfxedu-review-prose {
	color: #9aabca;
	line-height: 1.8;
	font-size: 0.95rem;
}

.myfxedu-review-prose h2,
.myfxedu-review-prose h3 {
	color: #e0e8f8;
	margin-top: 1.5rem;
}

.myfxedu-review-prose p {
	margin: 0 0 1rem;
}

.myfxedu-review-methodology-link {
	margin: 1rem 0 0;
	font-size: 0.88rem;
}

.myfxedu-review-methodology-link a {
	color: #4fd18b;
	text-decoration: none;
	font-weight: 600;
}

/* --- Single review: sidebar ------------------------------- */

.myfxedu-review-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: sticky;
	top: 90px;
}

.myfxedu-review-sidebar-card {
	padding: 1.25rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
}

.myfxedu-review-sidebar-card h4 {
	margin: 0 0 0.85rem;
	font-size: 0.85rem;
	color: #6a7a90;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.myfxedu-review-cta-card {
	border-color: rgba(79, 209, 139, 0.2);
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.14) 0%, rgba(10, 14, 26, 0.98) 70%);
}

.myfxedu-review-cta-eyebrow {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #4fd18b;
	margin-bottom: 0.6rem;
}

.myfxedu-review-cta-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: #f0f4ff;
}

.myfxedu-review-cta-card p {
	font-size: 0.85rem;
	color: #7a8aa0;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.myfxedu-review-cta-card .myfxedu-button {
	width: 100%;
	text-align: center;
}

.myfxedu-review-cta-disclaimer {
	display: block;
	margin-top: 0.6rem;
	font-size: 0.72rem;
	color: #4a5a70;
	text-align: center;
}

.myfxedu-sidebar-score-row {
	display: flex;
	justify-content: space-between;
	font-size: 0.82rem;
	color: #8a9ab8;
	margin-bottom: 4px;
}

.myfxedu-sidebar-score-row strong {
	color: #c8d3e8;
	font-size: 0.82rem;
}

.myfxedu-sidebar-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.myfxedu-sidebar-links li {
	padding: 0.45rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.myfxedu-sidebar-links li:last-child { border-bottom: 0; }

.myfxedu-sidebar-links a {
	color: #7cc8ff;
	text-decoration: none;
	font-size: 0.88rem;
	font-weight: 500;
	transition: color 0.15s ease;
}

.myfxedu-sidebar-links a:hover { color: #4fd18b; }

/* --- Single review: related grid -------------------------- */

.myfxedu-review-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.myfxedu-review-related-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(16, 22, 40, 0.8);
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.myfxedu-review-related-card:hover {
	border-color: rgba(79, 209, 139, 0.3);
	transform: translateY(-3px);
}

.myfxedu-review-related-thumb {
	position: relative;
	height: 120px;
	overflow: hidden;
}

.myfxedu-review-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.myfxedu-review-related-score {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 3px 8px;
	border-radius: 6px;
	background: rgba(10, 15, 28, 0.85);
	backdrop-filter: blur(4px);
	color: #4fd18b;
	font-weight: 700;
	font-size: 0.8rem;
}

.myfxedu-review-related-body {
	padding: 0.85rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.myfxedu-review-related-body h3 {
	margin: 0;
	font-size: 0.92rem;
	color: #e0e8f8;
	line-height: 1.35;
}

.myfxedu-review-related-best {
	font-size: 0.78rem;
	color: #6a7a90;
}

.myfxedu-review-related-link {
	font-size: 0.82rem;
	color: #4fd18b;
	font-weight: 600;
	margin-top: 4px;
}

/* --- Single review: responsive ---------------------------- */

@media (max-width: 860px) {
	.myfxedu-review-grid {
		grid-template-columns: 1fr;
	}
	.myfxedu-review-sidebar {
		position: static;
	}
	.myfxedu-review-related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.myfxedu-review-score-overview {
		flex-direction: column;
		text-align: center;
	}
	.myfxedu-score-overview-body {
		align-items: center;
	}
}

.myfxedu-rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.1);
	border: 1px solid rgba(79, 209, 139, 0.2);
	color: #4fd18b;
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: -0.01em;
}

.myfxedu-review-risk-note {
	margin: 0;
	color: #5a687e;
	line-height: 1.65;
	font-size: 0.88rem;
}

.myfxedu-review-faqs { display: grid; gap: 0.6rem; }

.myfxedu-review-faq {
	padding: 0.9rem 1.1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.18s ease;
}

.myfxedu-review-faq[open] {
	background: rgba(79, 209, 139, 0.04);
	border-color: rgba(79, 209, 139, 0.12);
}

.myfxedu-review-faq summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 0.92rem;
	color: #c8d3e8;
	list-style: none;
}

.myfxedu-review-faq summary::-webkit-details-marker { display: none; }

.myfxedu-review-faq summary::after {
	content: '+';
	float: right;
	color: #4fd18b;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1;
}

.myfxedu-review-faq[open] summary::after {
	content: '−';
}

.myfxedu-review-faq p {
	margin: 0.75rem 0 0;
	color: #7a8aa0;
	line-height: 1.75;
	font-size: 0.9rem;
}

/* --- Resource pages --------------------------------------- */

.myfxedu-resource-hero,
.myfxedu-resource-benefits,
.myfxedu-resource-main,
.myfxedu-resource-gate-card,
.myfxedu-resource-recommendations,
.myfxedu-resource-thankyou {
	padding: 1.5rem 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
}

.myfxedu-resource-thankyou--success {
	border-color: rgba(79, 209, 139, 0.22);
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.18) 0%, rgba(10, 14, 26, 0.98) 72%);
}

.myfxedu-resource-thankyou__success-badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(79, 209, 139, 0.35);
	background: rgba(79, 209, 139, 0.12);
	color: #9ee6c0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.myfxedu-resource-thankyou__lead {
	font-size: 1.02rem;
	color: #b8c4d8 !important;
}

.myfxedu-resource-gate-card {
	border-color: rgba(79, 209, 139, 0.14);
	background: radial-gradient(ellipse at top left, rgba(38, 80, 60, 0.14) 0%, rgba(10, 14, 26, 0.98) 70%);
}

.myfxedu-resource-benefits h2,
.myfxedu-resource-main h2,
.myfxedu-resource-gate-card h2,
.myfxedu-resource-recommendations h2,
.myfxedu-resource-thankyou h1 {
	margin-top: 0;
	color: #f0f4ff;
	letter-spacing: -0.025em;
}

.myfxedu-resource-benefits ul,
.myfxedu-resource-main ul {
	margin: 0;
	padding-left: 1.2rem;
	color: #8a9ab8;
	line-height: 1.85;
}

.myfxedu-resource-main p,
.myfxedu-resource-gate-card p,
.myfxedu-resource-thankyou p {
	color: #8a9ab8;
	line-height: 1.8;
}

.myfxedu-resource-form { display: grid; gap: 0.85rem; }

.myfxedu-resource-form label {
	display: grid;
	gap: 0.3rem;
	color: #5a687e;
	font-size: 0.85rem;
	font-weight: 600;
}

.myfxedu-resource-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 0.5rem;
	align-items: start;
	font-size: 0.85rem;
	color: #5a687e;
}

.myfxedu-form-error {
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 107, 107, 0.22);
	background: rgba(255, 107, 107, 0.06);
	color: #f0b0b0;
	font-size: 0.9rem;
}

/* --- Cookie notice ---------------------------------------- */

.myfxedu-cookie-notice {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 2000;
	max-width: 900px;
	margin: 0 auto;
}

.myfxedu-cookie-notice__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1rem 1.25rem;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(10, 14, 26, 0.97);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(16px);
}

.myfxedu-cookie-notice__inner p {
	margin: 0;
	color: #7a8aa0;
	font-size: 0.88rem;
	line-height: 1.65;
}

.myfxedu-cookie-notice__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	flex-shrink: 0;
}

.myfxedu-cookie-notice__actions a {
	color: #7cc8ff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.88rem;
}

/* --- Admin notice / notice box ---------------------------- */

.myfxedu-notice {
	padding: 0.85rem 1.1rem;
	border-radius: 12px;
	border: 1px solid rgba(245, 179, 66, 0.25);
	background: rgba(245, 179, 66, 0.05);
	color: #c8a060;
	line-height: 1.7;
	font-size: 0.9rem;
}

.myfxedu-notice code {
	background: rgba(255, 255, 255, 0.07);
	padding: 0.1em 0.4em;
	border-radius: 5px;
	font-size: 0.88em;
	color: #d8b880;
}

/* --- Contact page ----------------------------------------- */

.myfxedu-contact-page { display: grid; gap: 1.5rem; }

.myfxedu-contact-details__dummy {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	color: #8a9ab8;
	line-height: 1.6;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-contact-details__dummy {
	color: #5a6b82;
}

/* --- Forms ----------------------------------------------- */

body.myfxedu-site-shell input[type="search"],
body.myfxedu-site-shell input[type="email"],
body.myfxedu-site-shell input[type="text"],
body.myfxedu-site-shell textarea,
body.myfxedu-site-shell select {
	background: #0c1222;
	color: #e8edf8;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.myfxedu-site-shell input[type="email"]:focus,
body.myfxedu-site-shell input[type="text"]:focus,
body.myfxedu-site-shell textarea:focus {
	border-color: rgba(79, 209, 139, 0.4);
	box-shadow: 0 0 0 3px rgba(79, 209, 139, 0.08);
	outline: none;
}

body.myfxedu-site-shell :focus-visible {
	outline: 2px solid #4fd18b;
	outline-offset: 3px;
}

/* === MFX Course Detail Hero & Layout ====================== */

.mfx-course-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding: 2.5rem 0 2.35rem;
	background:
		radial-gradient(ellipse 80% 50% at 15% -10%, rgba(79, 209, 139, 0.14) 0%, transparent 55%),
		radial-gradient(ellipse 55% 40% at 92% 18%, rgba(47, 140, 255, 0.1) 0%, transparent 50%),
		linear-gradient(165deg, #0a1020 0%, #060a14 55%, #050810 100%);
}

.mfx-course-hero-bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 78%);
	pointer-events: none;
}

.mfx-course-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 2.5rem;
	align-items: center;
}

.mfx-course-hero-nav {
	margin-bottom: 0.35rem;
}

.mfx-course-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.95rem;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	color: #c8dff8;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.mfx-course-back-link:hover {
	color: #fff;
	background: rgba(47, 140, 255, 0.12);
	border-color: rgba(47, 140, 255, 0.35);
	transform: translateX(-2px);
}

.mfx-course-back-link-icon {
	font-size: 0.95rem;
	opacity: 0.9;
}

.mfx-course-hero-content {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.mfx-course-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.mfx-course-cat-pill {
	display: inline-flex;
	padding: 0.25rem 0.7rem;
	border-radius: 999px;
	background: rgba(79, 209, 139, 0.1);
	border: 1px solid rgba(79, 209, 139, 0.2);
	color: #4fd18b;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: background 0.2s ease;
}

.mfx-course-cat-pill:hover {
	background: rgba(79, 209, 139, 0.18);
	color: #7fe1ac;
}

.mfx-course-title {
	font-size: clamp(1.6rem, 3.5vw, 2.2rem);
	font-weight: 800;
	color: #f0f4ff;
	line-height: 1.15;
	letter-spacing: -0.03em;
	margin: 0;
}

.mfx-course-excerpt {
	color: #8a9ab8;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 54ch;
}

.mfx-course-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 0.3rem;
}

.mfx-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.85rem;
	color: #a8b4c8;
}

.mfx-meta-rating {
	color: #f5a623;
	font-weight: 700;
}

.mfx-star-icon { font-size: 1rem; }

.mfx-rating-count {
	color: #6a7a90;
	font-weight: 400;
}

.mfx-meta-level {
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	background: rgba(124, 200, 255, 0.08);
	border: 1px solid rgba(124, 200, 255, 0.18);
	color: #9ed8ff;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Tutor duration HTML (short form) inside hero meta */
.mfx-meta-duration .tutor-meta-level {
	color: #e8eef8 !important;
	font-weight: 700;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	text-transform: none;
}

.mfx-meta-duration .tutor-meta-value.tutor-color-secondary {
	color: #9aa8bc !important;
}

/* Hero media */
.mfx-course-hero-media {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	aspect-ratio: 16 / 10;
	background: rgba(10, 14, 24, 0.6);
}

.mfx-course-hero-media iframe,
.mfx-course-hero-media video {
	width: 100%;
	height: 100%;
	display: block;
}

.mfx-course-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Course sections */
.mfx-course-section {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
	margin-bottom: 1.25rem;
}

/* Tab nav */
.mfx-tab-nav-wrap {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(14, 20, 38, 0.9);
}

.mfx-course-tabs .tutor-tab-item {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.96) 0%, rgba(10, 14, 26, 0.98) 100%);
	margin-top: 1rem;
}

/* Sidebar */
.mfx-course-sidebar {
	position: sticky;
	top: 80px;
}

.mfx-sidebar-more {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Responsive */
@media (max-width: 960px) {
	.mfx-course-hero-inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.mfx-course-hero-media {
		max-height: 280px;
	}
}

@media (max-width: 600px) {
	.mfx-course-hero {
		padding: 1.5rem 0 1.25rem;
	}
	.mfx-course-title {
		font-size: 1.4rem;
	}
	.mfx-course-hero-meta {
		gap: 0.6rem;
	}
}

/* Light mode */
body.myfx-mode-light .mfx-course-title { color: #0f2140; }
body.myfx-mode-light .mfx-course-excerpt { color: #3d5473; }
body.myfx-mode-light .mfx-meta-item { color: #5a7090; }
body.myfx-mode-light .mfx-course-cat-pill { background: rgba(0, 160, 100, 0.06); border-color: rgba(0, 160, 100, 0.15); color: #0a8f55; }
body.myfx-mode-light .mfx-course-cat-pill:hover { background: rgba(0, 160, 100, 0.12); }
body.myfx-mode-light .mfx-meta-level { background: rgba(30, 100, 200, 0.06); border-color: rgba(30, 100, 200, 0.12); color: #1858bc; }
body.myfx-mode-light .mfx-meta-duration .tutor-meta-level { color: #0f2140 !important; }
body.myfx-mode-light .mfx-meta-duration .tutor-meta-value.tutor-color-secondary { color: #5a6f8c !important; }
body.myfx-mode-light .mfx-course-hero-media { border-color: rgba(20, 50, 100, 0.1); box-shadow: 0 12px 40px rgba(16, 36, 72, 0.08); }
body.myfx-mode-light .mfx-course-section,
body.myfx-mode-light .mfx-course-tabs .tutor-tab-item { background: #fff; border-color: rgba(20, 50, 100, 0.08); }
body.myfx-mode-light .mfx-tab-nav-wrap { background: #fff; border-color: rgba(20, 50, 100, 0.08); }

body.myfx-mode-light .mfx-course-hero {
	background:
		radial-gradient(ellipse 80% 50% at 12% -10%, rgba(79, 209, 139, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 60% 40% at 92% 15%, rgba(47, 140, 255, 0.08) 0%, transparent 50%),
		linear-gradient(180deg, #f3f6fc 0%, #fafcff 100%);
	border-bottom-color: rgba(20, 50, 100, 0.09);
}

body.myfx-mode-light .mfx-course-hero-bg {
	background-image:
		linear-gradient(rgba(15, 40, 80, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 40, 80, 0.06) 1px, transparent 1px);
}

body.myfx-mode-light .mfx-course-back-link {
	color: #1858bc;
	background: rgba(255, 255, 255, 0.75);
	border-color: rgba(20, 50, 100, 0.12);
}

body.myfx-mode-light .mfx-course-back-link:hover {
	color: #0f2140;
	background: #fff;
	border-color: rgba(47, 140, 255, 0.35);
}

/* --- Single course page (scoped) ------------------------- */

body.myfxedu-single-course-page .tutor-course-details-page,
body.myfxedu-single-resource-page .tutor-course-details-page,
body.myfxedu-single-blog-page .tutor-course-details-page {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

body.myfxedu-single-course-page .tutor-wrap-parent.tutor-course-top-info,
body.myfxedu-single-resource-page .mfx-resource-detail-shell.tutor-course-top-info,
body.myfxedu-single-blog-page .mfx-blog-detail-shell.tutor-course-top-info {
	background: transparent !important;
	margin-top: 2.75rem;
}

/*
 * Tutor rows use flex + column padding (--tutor-gutter-x), not gap.
 * Avoid gap here: .tutor-row>* has flex-shrink:0, so gap can exceed 100% width.
 * Widen gutter on xl+ for clear space between main / sidebar; extra row gap when stacked.
 */
body.myfxedu-single-course-page .tutor-course-details-page > .tutor-row,
body.myfxedu-single-resource-page .tutor-course-details-page > .tutor-row,
body.myfxedu-single-blog-page .tutor-course-details-page > .tutor-row {
	--tutor-gutter-y: 2.5rem;
}

@media (min-width: 1200px) {
	body.myfxedu-single-course-page .tutor-course-details-page > .tutor-row,
	body.myfxedu-single-resource-page .tutor-course-details-page > .tutor-row,
	body.myfxedu-single-blog-page .tutor-course-details-page > .tutor-row {
		--tutor-gutter-x: 3.75rem;
	}

	body.myfxedu-single-course-page .tutor-course-details-page .tutor-col-xl-8,
	body.myfxedu-single-resource-page .tutor-course-details-page .tutor-col-xl-8,
	body.myfxedu-single-blog-page .tutor-course-details-page .tutor-col-xl-8 {
		padding-right: 1.25rem;
	}

	body.myfxedu-single-course-page .tutor-course-details-page .tutor-col-xl-4,
	body.myfxedu-single-resource-page .tutor-course-details-page .tutor-col-xl-4,
	body.myfxedu-single-blog-page .tutor-course-details-page .tutor-col-xl-4 {
		padding-left: 1.25rem;
	}
}

body.myfxedu-single-course-page .mfx-course-section {
	margin-bottom: 2.25rem !important;
	padding: 1.75rem 1.5rem !important;
}

body.myfxedu-single-course-page .mfx-course-tabs {
	margin-top: 0.75rem;
}

body.myfxedu-single-course-page .mfx-course-tabs .tutor-tab {
	padding-top: 1.5rem !important;
}

body.myfxedu-single-course-page .mfx-course-tabs .tutor-tab-item + .tutor-tab-item {
	margin-top: 1.25rem !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card {
	border-radius: 18px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: linear-gradient(180deg, rgba(22, 30, 48, 0.95) 0%, rgba(10, 14, 24, 0.98) 100%) !important;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-card-body {
	padding: 1.35rem 1.25rem !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-color-black,
body.myfxedu-single-course-page .tutor-sidebar-card .tutor-fs-5 {
	color: #f0f4ff !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-fs-7,
body.myfxedu-single-course-page .tutor-sidebar-card .tutor-color-secondary {
	color: #9aa8bc !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-btn-primary,
body.myfxedu-single-course-page .tutor-sidebar-card a.tutor-btn-primary {
	background: linear-gradient(135deg, #4fd18b 0%, #2ec278 100%) !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	font-weight: 700 !important;
	border-radius: 999px !important;
	padding: 0.55rem 1.15rem !important;
	box-shadow: 0 4px 20px rgba(79, 209, 139, 0.28);
	transition: transform 0.15s ease, box-shadow 0.2s ease !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-btn-primary:hover {
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 28px rgba(79, 209, 139, 0.38);
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-btn-outline-primary {
	border-radius: 999px !important;
	font-weight: 700 !important;
	border-color: rgba(79, 209, 139, 0.45) !important;
	color: #b8f5d8 !important;
	background: rgba(79, 209, 139, 0.1) !important;
}

body.myfxedu-single-course-page .tutor-sidebar-card .tutor-btn-outline-primary:hover {
	background: rgba(79, 209, 139, 0.18) !important;
	color: #d8fff0 !important;
}

body.myfxedu-single-course-page .tutor-progress-bar {
	background: rgba(255, 255, 255, 0.08) !important;
	border-radius: 999px !important;
}

body.myfxedu-single-course-page .tutor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0.5rem !important;
	list-style: none;
	margin: 0 !important;
	background: rgba(0, 0, 0, 0.2) !important;
	border-radius: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.myfxedu-single-course-page .tutor-nav .tutor-nav-link {
	border-radius: 999px !important;
	padding: 0.45rem 1rem !important;
	font-weight: 600 !important;
	font-size: 0.88rem !important;
	color: #b4c0d4 !important;
	border: 1px solid transparent !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.myfxedu-single-course-page .tutor-nav .tutor-nav-link:hover {
	color: #e8f0ff !important;
	background: rgba(255, 255, 255, 0.06) !important;
}

body.myfxedu-single-course-page .tutor-nav .tutor-nav-link.is-active {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4fd18b 0%, #2ec278 100%) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 4px 16px rgba(79, 209, 139, 0.25);
}

body.myfxedu-single-course-page .mfx-course-section .tutor-course-benefits-content h3,
body.myfxedu-single-course-page .mfx-course-section .tutor-course-single-prerequisites-title,
body.myfxedu-single-course-page .mfx-course-tabs .tutor-course-content-title h3 {
	color: #f0f4ff !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
}

body.myfxedu-single-course-page .mfx-course-section,
body.myfxedu-single-course-page .mfx-course-tabs .tutor-tab-item {
	border-color: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-sidebar-card {
	background: #fff !important;
	border-color: rgba(20, 50, 100, 0.1) !important;
	box-shadow: 0 10px 36px rgba(16, 36, 72, 0.08) !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-sidebar-card .tutor-color-black,
body.myfx-mode-light.myfxedu-single-course-page .tutor-sidebar-card .tutor-fs-5 {
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-sidebar-card .tutor-btn-primary {
	color: #063a24 !important;
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-nav {
	background: #f0f4fa !important;
	border-color: rgba(20, 50, 100, 0.1) !important;
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-nav .tutor-nav-link {
	color: #4a5a72 !important;
}

body.myfx-mode-light.myfxedu-single-course-page .tutor-nav .tutor-nav-link.is-active {
	color: #063a24 !important;
}

/* === Courses archive (/courses/) ========================= */
.mfx-courses-archive-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding: 2.5rem 0 2.75rem;
	background:
		radial-gradient(ellipse 80% 50% at 15% -10%, rgba(79, 209, 139, 0.14) 0%, transparent 55%),
		radial-gradient(ellipse 60% 40% at 90% 20%, rgba(47, 140, 255, 0.1) 0%, transparent 50%),
		linear-gradient(165deg, #0a1020 0%, #060a14 55%, #050810 100%);
}

.mfx-courses-archive-hero-bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 78%);
	pointer-events: none;
}

.mfx-courses-archive-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
}

.mfx-courses-archive-hero-layout {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 340px);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
}

.mfx-courses-archive-hero-main {
	min-width: 0;
	animation: mfxCoursesHeroIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mfx-courses-archive-spotlight {
	animation: mfxCoursesHeroIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

@keyframes mfxCoursesHeroIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mfx-courses-archive-hero-main,
	.mfx-courses-archive-spotlight {
		animation: none;
	}
}

.mfx-courses-archive-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #4fd18b;
}

.mfx-courses-archive-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.65rem, 3.6vw, 2.35rem);
	font-weight: 800;
	color: #f5f8ff;
	line-height: 1.12;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.mfx-courses-archive-lead {
	margin: 0 0 1.15rem;
	max-width: 48ch;
	font-size: 1.02rem;
	line-height: 1.68;
	color: #97a4bd;
}

.mfx-courses-archive-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.6rem;
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.mfx-courses-archive-chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #c5d0e8;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.mfx-courses-archive-chip-icon {
	display: flex;
	color: #4fd18b;
	opacity: 0.95;
}

.mfx-courses-archive-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

.mfx-courses-archive-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 1rem;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 999px;
}

/* Shell global `a { color: #7cc8ff }` wins over class-only rules - scope + !important + static hover */
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:visited {
	background: linear-gradient(135deg, #4fd18b 0%, #2ec278 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 20px rgba(79, 209, 139, 0.28);
	color: #ffffff !important;
}

body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:hover,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:focus,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:focus-visible,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:active {
	color: #ffffff !important;
	transform: none;
	box-shadow: 0 4px 20px rgba(79, 209, 139, 0.28);
}

body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:visited {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #c8dff8 !important;
}

body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:hover,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:focus,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:focus-visible,
body.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:active {
	color: #c8dff8 !important;
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.12);
	transform: none;
}

.mfx-courses-archive-pill-icon {
	font-size: 0.95rem;
	opacity: 0.9;
}

.mfx-courses-archive-spotlight {
	position: relative;
	border-radius: 20px;
	padding: 1px;
	background: linear-gradient(145deg, rgba(79, 209, 139, 0.35) 0%, rgba(47, 140, 255, 0.2) 50%, rgba(255, 255, 255, 0.08) 100%);
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.mfx-courses-archive-spotlight-inner {
	height: 100%;
	padding: 1.35rem 1.4rem 1.45rem;
	border-radius: 19px;
	background: linear-gradient(180deg, rgba(16, 22, 40, 0.95) 0%, rgba(8, 11, 22, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.mfx-courses-archive-spotlight-title {
	margin: 0 0 1rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7a8aa8;
}

.mfx-courses-archive-spotlight-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.mfx-courses-archive-spotlight-list li {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #b8c4dc;
}

.mfx-courses-archive-spotlight-dot {
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	margin-top: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #4fd18b, #2f8cff);
	box-shadow: 0 0 12px rgba(79, 209, 139, 0.45);
}

@media (max-width: 900px) {
	.mfx-courses-archive-hero-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.mfx-courses-archive-hero {
		padding: 1.65rem 0 2rem;
	}
	.mfx-courses-archive-lead {
		font-size: 0.96rem;
	}
	.mfx-courses-archive-chips li {
		font-size: 0.74rem;
	}
}

/* Full-bleed when hero is injected inside .entry-content */
body.myfxedu-courses-archive-page .entry-content > .mfx-courses-archive-hero:first-child {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

body.myfx-mode-light .mfx-courses-archive-hero {
	background:
		radial-gradient(ellipse 80% 50% at 12% -10%, rgba(79, 209, 139, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 60% 40% at 92% 15%, rgba(47, 140, 255, 0.08) 0%, transparent 50%),
		linear-gradient(180deg, #f3f6fc 0%, #fafcff 100%);
	border-bottom-color: rgba(20, 50, 100, 0.09);
}

body.myfx-mode-light .mfx-courses-archive-hero-bg {
	background-image:
		linear-gradient(rgba(15, 40, 80, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 40, 80, 0.06) 1px, transparent 1px);
}

body.myfx-mode-light .mfx-courses-archive-title {
	color: #0f2140;
}

body.myfx-mode-light .mfx-courses-archive-lead {
	color: #3d5473;
}

body.myfx-mode-light .mfx-courses-archive-chips li {
	color: #3d5473;
	background: rgba(255, 255, 255, 0.75);
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:visited,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:hover,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:focus,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:focus-visible,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--primary:active {
	color: #000000 !important;
	box-shadow: 0 4px 18px rgba(0, 140, 90, 0.2);
	transform: none;
}

body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:visited {
	color: #1858bc !important;
	background: rgba(255, 255, 255, 0.65);
	border-color: rgba(20, 50, 100, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:hover,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:focus,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:focus-visible,
body.myfx-mode-light.myfxedu-site-shell .mfx-courses-archive-nav .mfx-courses-archive-pill--ghost:active {
	color: #1858bc !important;
	background: rgba(255, 255, 255, 0.65);
	border-color: rgba(20, 50, 100, 0.12);
	transform: none;
}

body.myfx-mode-light .mfx-courses-archive-spotlight {
	box-shadow: 0 16px 44px rgba(16, 36, 72, 0.08);
}

body.myfx-mode-light .mfx-courses-archive-spotlight-inner {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
	border-color: rgba(20, 50, 100, 0.08);
}

body.myfx-mode-light .mfx-courses-archive-spotlight-title {
	color: #6b7c99;
}

body.myfx-mode-light .mfx-courses-archive-spotlight-list li {
	color: #3d5473;
}

/* Courses archive: lower content band (below grid) */
.mfx-courses-archive-lower {
	margin-top: 0.5rem;
	padding: 2.5rem 0 3rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background:
		radial-gradient(ellipse 70% 80% at 50% 100%, rgba(47, 140, 255, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, rgba(8, 11, 20, 0.5) 0%, rgba(5, 7, 14, 0.92) 100%);
}

.mfx-courses-archive-lower-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.mfx-courses-archive-lower-intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 2rem;
}

.mfx-courses-archive-lower-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 2.5vw, 1.55rem);
	font-weight: 800;
	color: #f0f4ff;
	letter-spacing: -0.03em;
}

.mfx-courses-archive-lower-text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #97a4bd;
}

.mfx-courses-archive-lower-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

@media (max-width: 768px) {
	.mfx-courses-archive-lower-grid {
		grid-template-columns: 1fr;
	}
}

.mfx-courses-archive-lower-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 1.15rem 1.2rem 1.2rem;
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mfx-courses-archive-lower-card:hover {
	transform: translateY(-3px);
	border-color: rgba(79, 209, 139, 0.35);
	background: rgba(79, 209, 139, 0.06);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.mfx-courses-archive-lower-card-kicker {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #4fd18b;
}

.mfx-courses-archive-lower-card-title {
	font-size: 1.05rem;
	font-weight: 800;
	color: #f5f8ff;
	line-height: 1.25;
}

.mfx-courses-archive-lower-card-desc {
	font-size: 0.86rem;
	color: #8b9ab5;
	line-height: 1.45;
}

.mfx-courses-archive-lower-card-cta {
	margin-top: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #9ed8ff;
}

.mfx-courses-archive-lower-card:hover .mfx-courses-archive-lower-card-cta {
	color: #b8f5d8;
}

.mfx-courses-archive-lower-note {
	margin: 1.75rem 0 0;
	text-align: center;
	font-size: 0.82rem;
	color: #6b7a94;
	line-height: 1.5;
}

body.myfx-mode-light .mfx-courses-archive-lower {
	border-top-color: rgba(20, 50, 100, 0.1);
	background: linear-gradient(180deg, #f6f9fd 0%, #eef2f8 100%);
}

body.myfx-mode-light .mfx-courses-archive-lower-title {
	color: #0f2140;
}

body.myfx-mode-light .mfx-courses-archive-lower-text {
	color: #3d5473;
}

body.myfx-mode-light .mfx-courses-archive-lower-card {
	background: #fff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 6px 24px rgba(16, 36, 72, 0.06);
}

body.myfx-mode-light .mfx-courses-archive-lower-card:hover {
	border-color: rgba(0, 160, 100, 0.28);
	background: #fafcff;
}

body.myfx-mode-light .mfx-courses-archive-lower-card-title {
	color: #0f2140;
}

body.myfx-mode-light .mfx-courses-archive-lower-card-desc {
	color: #5a6f8c;
}

body.myfx-mode-light .mfx-courses-archive-lower-card-cta {
	color: #1858bc;
}

body.myfx-mode-light .mfx-courses-archive-lower-note {
	color: #6b7c99;
}

body.myfxedu-courses-archive-page .entry-content > .mfx-courses-archive-lower:last-child {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: max(1.25rem, env(safe-area-inset-left));
	padding-right: max(1.25rem, env(safe-area-inset-right));
	box-sizing: border-box;
}

body.myfxedu-courses-archive-page .entry-content > .mfx-courses-archive-lower:last-child .mfx-courses-archive-lower-inner {
	padding-left: 0;
	padding-right: 0;
}

/* Listing: toolbar, grid, cards */
body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page {
	padding-top: 0.75rem;
	padding-bottom: 3rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-course-filter + br {
	display: none;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-course-filter {
	margin-bottom: 1.15rem;
	text-align: right;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-form-select {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #e8edf8;
	padding: 0.45rem 2rem 0.45rem 0.75rem;
	font-weight: 600;
	font-size: 0.88rem;
	min-width: 220px;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-form-select:focus {
	border-color: rgba(79, 209, 139, 0.45);
	outline: none;
	box-shadow: 0 0 0 3px rgba(79, 209, 139, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-form-select {
	background: #fff;
	border-color: rgba(20, 50, 100, 0.12);
	color: #0f2140;
}

@media (max-width: 600px) {
	body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-course-filter {
		text-align: left;
		width: 100%;
	}
	body.myfxedu-site-shell.myfxedu-courses-archive-page .course-archive-page .tutor-form-select {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list {
	gap: 1.65rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, transparent 42%),
		linear-gradient(180deg, rgba(22, 30, 52, 0.88) 0%, rgba(10, 14, 26, 0.92) 100%);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.06) inset,
		0 4px 6px rgba(0, 0, 0, 0.12),
		0 20px 48px rgba(0, 0, 0, 0.32);
	transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.22s ease;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card:hover {
	transform: translateY(-6px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.08) inset,
		0 14px 28px rgba(0, 0, 0, 0.22),
		0 32px 64px rgba(0, 0, 0, 0.38);
	border-color: rgba(79, 209, 139, 0.38);
}

/* Wishlist / bookmark - glass pill on image */
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-bookmark {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-bookmark .tutor-iconic-btn {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	border-radius: 999px !important;
	background: rgba(6, 10, 20, 0.55) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	color: #b8e0ff !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-bookmark .tutor-iconic-btn:hover {
	background: rgba(79, 209, 139, 0.2) !important;
	color: #d8fff0 !important;
	border-color: rgba(79, 209, 139, 0.45) !important;
	transform: scale(1.05);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-thumbnail {
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-thumbnail img {
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card:hover .tutor-course-thumbnail img {
	transform: scale(1.05);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-body {
	padding: 1.2rem 1.25rem 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-name {
	margin-bottom: 0.25rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-name a {
	color: #f5f8ff !important;
	transition: color 0.18s ease;
	line-height: 1.32;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card:hover .tutor-course-name a {
	color: #b8f5d8 !important;
}

/* Duration / enrolled row - higher contrast */
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12 {
	margin-top: 0.65rem !important;
	margin-bottom: 0.75rem !important;
	font-size: 0.84rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12 .tutor-meta-value {
	color: #c8d4e8 !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12 .tutor-meta-icon {
	color: #4fd18b !important;
	opacity: 1 !important;
}

/* Author / category row */
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto {
	margin-top: 0.5rem !important;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	font-size: 0.8rem;
	line-height: 1.45;
	color: #aeb9cc !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto a {
	color: #9ed8ff !important;
	font-weight: 600;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto a:hover {
	color: #4fd18b !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto .tutor-avatar {
	border: 2px solid rgba(79, 209, 139, 0.35);
}

/* Footer + CTA */
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer {
	margin-top: auto;
	padding: 1rem 1.2rem 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.22);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-course-price,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-course-price .price,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .price {
	font-weight: 800;
	font-size: 1.08rem;
	color: #4fd18b !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-color-black {
	color: #e8edf8 !important;
}

/*
 * Primary CTA (Enroll / Start learning / Add to cart) - same as hero .mfx-courses-archive-pill--primary
 */
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list-btn .tutor-btn,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn.tutor-btn-block,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .list-item-button .tutor-btn {
	background: linear-gradient(135deg, #4fd18b 0%, #2ec278 100%) !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	font-weight: 700 !important;
	font-size: 0.88rem !important;
	letter-spacing: 0.02em;
	border-radius: 999px !important;
	padding: 0.55rem 1rem !important;
	box-shadow: 0 4px 20px rgba(79, 209, 139, 0.28);
	transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list-btn .tutor-btn:hover,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn.tutor-btn-block:hover,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .list-item-button .tutor-btn:hover {
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 28px rgba(79, 209, 139, 0.38);
	filter: none;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list-btn .tutor-btn .tutor-icon-cart-line,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn .tutor-icon-cart-line {
	color: inherit !important;
	opacity: 0.9;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn-outline-primary:not(.tutor-btn-block) {
	background: rgba(79, 209, 139, 0.12) !important;
	color: #b8f5d8 !important;
	border: 1px solid rgba(79, 209, 139, 0.45) !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-d-flex.tutor-align-center.tutor-justify-between .list-item-button .tutor-btn {
	min-width: 8rem;
}

/* Light mode cards */
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #fafcfe 100%);
	border-color: rgba(20, 50, 100, 0.12);
	box-shadow: 0 4px 20px rgba(16, 36, 72, 0.07);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card:hover {
	border-color: rgba(0, 160, 100, 0.3);
	box-shadow: 0 16px 44px rgba(16, 36, 72, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-name a {
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card:hover .tutor-course-name a {
	color: #0a8f55 !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-12 .tutor-meta-value {
	color: #3d5473 !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto {
	color: #5a6f8c !important;
	border-top-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto a {
	color: #1858bc !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-card .tutor-meta.tutor-mt-auto a:hover {
	color: #0a8f55 !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-bookmark .tutor-iconic-btn {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: rgba(20, 50, 100, 0.12) !important;
	color: #1858bc !important;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer {
	background: linear-gradient(180deg, #f4f7fb 0%, #eef2f8 100%);
	border-top-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list-btn .tutor-btn,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn.tutor-btn-block,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .list-item-button .tutor-btn {
	color: #063a24 !important;
	border-color: rgba(255, 255, 255, 0.35) !important;
	box-shadow: 0 4px 18px rgba(0, 140, 90, 0.2);
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-course-list-btn .tutor-btn:hover,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .tutor-btn.tutor-btn-block:hover,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-card-footer .list-item-button .tutor-btn:hover {
	box-shadow: 0 8px 24px rgba(0, 140, 90, 0.28);
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination {
	margin-top: 2.25rem;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-hints,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-hints .tutor-fs-7 {
	color: #8b9ab5 !important;
}

body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-numbers a.page-numbers,
body.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-numbers span.page-numbers {
	border-radius: 10px;
	font-weight: 600;
	min-width: 2.25rem;
	text-align: center;
}

body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-hints,
body.myfx-mode-light.myfxedu-site-shell.myfxedu-courses-archive-page .tutor-pagination-hints .tutor-fs-7 {
	color: #5a6f8c !important;
}

/* --- Tutor LMS -------------------------------------------- */

body.myfxedu-site-shell .tutor-wrap,
body.myfxedu-site-shell .tutor-dashboard {
	background: transparent;
	color: #c8d3e8;
}

body.myfxedu-site-shell .tutor-course-filter-wrapper,
body.myfxedu-site-shell .tutor-course-listing-wrap,
body.myfxedu-site-shell .tutor-dashboard .tutor-dashboard-content,
body.myfxedu-site-shell .tutor-dashboard-content-inner,
body.myfxedu-site-shell .tutor-course-single-content-wrapper,
body.myfxedu-site-shell .tutor-quiz-single-wrap,
body.myfxedu-site-shell .tutor-course-topic-item,
body.myfxedu-site-shell .tutor-course-details-widget,
body.myfxedu-site-shell .tutor-course-material-includes-wrap,
body.myfxedu-site-shell .tutor-course-benefits-wrap,
body.myfxedu-site-shell .tutor-course-requirements-wrap,
body.myfxedu-site-shell .tutor-course-target-audience-wrap,
body.myfxedu-site-shell .tutor-course-content-wrap,
body.myfxedu-site-shell .tutor-course-sidebar-card {
	background: linear-gradient(180deg, rgba(18, 26, 45, 0.94) 0%, rgba(9, 13, 24, 0.98) 100%);
	color: #c8d3e8;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
}

body.myfxedu-site-shell .tutor-dashboard .tutor-dashboard-content,
body.myfxedu-site-shell .tutor-dashboard-content-inner,
body.myfxedu-site-shell .tutor-course-single-content-wrapper,
body.myfxedu-site-shell .tutor-quiz-single-wrap {
	padding: 1.4rem;
}

body.myfxedu-site-shell .tutor-dashboard-left-menu,
body.myfxedu-site-shell .tutor-course-topic-item {
	background: #0f1525;
}

body.myfxedu-site-shell .tutor-dashboard-left-menu a,
body.myfxedu-site-shell .tutor-course-lesson-name,
body.myfxedu-site-shell .tutor-fs-5,
body.myfxedu-site-shell .tutor-color-black,
body.myfxedu-site-shell .tutor-course-details-widget-title,
body.myfxedu-site-shell .tutor-course-topic-title h4,
body.myfxedu-site-shell .tutor-form-label {
	color: #e8edf8 !important;
}

body.myfxedu-site-shell .tutor-dashboard-left-menu a:hover,
body.myfxedu-site-shell .tutor-dashboard-left-menu .active a {
	color: #4fd18b !important;
}

body.myfxedu-site-shell .tutor-btn,
body.myfxedu-site-shell .tutor-btn-primary,
body.myfxedu-site-shell .tutor-btn-outline-primary {
	border-radius: 9px;
	font-weight: 600;
}

body.myfxedu-site-shell .tutor-btn-primary {
	background: #00d084;
	color: #ffffff;
	border-color: transparent;
}

body.myfxedu-site-shell .tutor-btn-outline-primary {
	background: transparent;
	color: #c8d3e8;
	border-color: rgba(255, 255, 255, 0.15);
}

body.myfxedu-site-shell .tutor-course-spotlight-wrapper,
body.myfxedu-site-shell .tutor-course-loop-header-meta,
body.myfxedu-site-shell .tutor-course-topic-single-body,
body.myfxedu-site-shell .tutor-course-topic-item-header,
body.myfxedu-site-shell .tutor-form-control,
body.myfxedu-site-shell .tutor-quiz-single-wrap input,
body.myfxedu-site-shell .tutor-quiz-single-wrap textarea {
	background: transparent;
	color: #c8d3e8;
}

body.myfxedu-site-shell .tutor-course-topic-item,
body.myfxedu-site-shell .tutor-course-details-widget,
body.myfxedu-site-shell .tutor-quiz-single-wrap,
body.myfxedu-site-shell .tutor-dashboard-left-menu {
	overflow: hidden;
}

body.myfxedu-site-shell .tutor-course-topic-item + .tutor-course-topic-item,
body.myfxedu-site-shell .tutor-dashboard .tutor-dashboard-content,
body.myfxedu-site-shell .tutor-course-single-content-wrapper {
	margin-top: 1rem;
}

body.myfxedu-site-shell .tutor-course-topic-item-header {
	padding: 1rem 1.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.myfxedu-site-shell .tutor-course-topic-single-body {
	padding: 0.75rem 1.1rem 1rem;
}

body.myfxedu-site-shell .tutor-course-topic-item .tutor-course-topic-contents {
	border-top: 0;
}

body.myfxedu-site-shell .tutor-course-topic-item .tutor-course-topic-contents .tutor-course-topic-content {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.myfxedu-site-shell .tutor-course-topic-item .tutor-course-topic-contents .tutor-course-topic-content:last-child {
	border-bottom: 0;
}

/*
 * Tutor LMS - dark mode contrast (not myfx-mode-light)
 * - Global h4 uses var(--fx-text) !important; Tutor accordion headers keep light BG from tutor.min.css → unreadable.
 * - tutor-front forces light .tutor-card-body / .tutor-single-course-sidebar-more panels → light text (tutor-color-black) on white.
 */
body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
	background: linear-gradient(180deg, rgba(22, 30, 48, 0.96) 0%, rgba(12, 17, 30, 0.99) 100%) !important;
	border-radius: 16px 16px 0 0 !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-single-course-sidebar-more > div {
	background: linear-gradient(180deg, rgba(18, 26, 45, 0.94) 0%, rgba(9, 13, 24, 0.98) 100%) !important;
	border-color: rgba(255, 255, 255, 0.1) !important;
	color: #c8d3e8;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-single-course-sidebar-more > div:first-child {
	border-top-color: rgba(255, 255, 255, 0.1) !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-single-course-sidebar-more .tutor-course-details-instructors + div {
	border-top-color: rgba(255, 255, 255, 0.08) !important;
}

/* Curriculum accordion: dark surfaces, light labels (beats global h4 + tutor light headers) */
body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item {
	background: linear-gradient(180deg, rgba(19, 27, 48, 0.92) 0%, rgba(10, 14, 26, 0.96) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	overflow: hidden;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item-header {
	color: #e8edf8 !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	border-radius: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item-header:hover {
	color: #ffffff !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item-header.is-active {
	color: #ffffff !important;
	background-color: rgba(79, 209, 139, 0.14) !important;
	border-radius: 0 !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item-header:after {
	color: #4fd18b !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-accordion .tutor-accordion-item-body-content {
	background: rgba(6, 10, 20, 0.55);
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item {
	background-color: rgba(255, 255, 255, 0.03) !important;
	color: #c8d3e8;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item:hover {
	background-color: rgba(255, 255, 255, 0.07) !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item-title,
body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item-title a {
	color: #dce4f5 !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item-title a:hover {
	color: #4fd18b !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-content-list-item-icon {
	color: rgba(200, 211, 232, 0.45) !important;
}

/* Lesson sidebar (single lesson) accordion - same contrast issue */
body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
	color: #e8edf8 !important;
	background-color: rgba(255, 255, 255, 0.06) !important;
	border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active,
body.myfxedu-site-shell:not(.myfx-mode-light) .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover {
	color: #4fd18b !important;
}

/* --- Tutor LMS light mode ------------------------------ */

body.myfx-mode-light.myfxedu-site-shell .tutor-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard {
	background: transparent;
	color: #1a2a3f;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-course-filter-wrapper,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-listing-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard .tutor-dashboard-content,
body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard-content-inner,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-single-content-wrapper,
body.myfx-mode-light.myfxedu-site-shell .tutor-quiz-single-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-item,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-details-widget,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-material-includes-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-benefits-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-requirements-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-target-audience-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-content-wrap,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-sidebar-card {
	background: #ffffff;
	color: #1a2a3f;
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard-left-menu,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-item {
	background: #f8faff;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard-left-menu a,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-lesson-name,
body.myfx-mode-light.myfxedu-site-shell .tutor-fs-5,
body.myfx-mode-light.myfxedu-site-shell .tutor-color-black,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-details-widget-title,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-title h4,
body.myfx-mode-light.myfxedu-site-shell .tutor-form-label {
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard-left-menu a:hover,
body.myfx-mode-light.myfxedu-site-shell .tutor-dashboard-left-menu .active a {
	color: #0a8f55 !important;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-btn-outline-primary {
	color: #1a3560;
	border-color: #c0cfe8;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-btn-primary {
	color: #000000 !important;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-course-spotlight-wrapper,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-loop-header-meta,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-single-body,
body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-item-header,
body.myfx-mode-light.myfxedu-site-shell .tutor-form-control,
body.myfx-mode-light.myfxedu-site-shell .tutor-quiz-single-wrap input,
body.myfx-mode-light.myfxedu-site-shell .tutor-quiz-single-wrap textarea {
	background: transparent;
	color: #1a2a3f;
}

body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-item-header {
	border-bottom-color: rgba(20, 50, 100, 0.08);
}

body.myfx-mode-light.myfxedu-site-shell .tutor-course-topic-item .tutor-course-topic-contents .tutor-course-topic-content {
	border-bottom-color: rgba(20, 50, 100, 0.06);
}

/* --- Responsive1280px ---------------------------------- */

@media (max-width: 1280px) {
	.myfxedu-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --- Responsive1024px ---------------------------------- */

@media (max-width: 1024px) {
	.myfxedu-home-hero,
	.myfxedu-hub-hero {
		grid-template-columns: 1fr;
	}

	.myfxedu-home-hero h1 {
		font-size: clamp(2rem, 5vw, 3rem);
	}

	.myfxedu-feature-row {
		grid-template-columns: 1fr;
	}

	.myfxedu-resource-banner {
		grid-template-columns: auto 1fr;
	}

	.myfxedu-resource-actions {
		grid-column: 1 / -1;
		flex-direction: row;
	}

	.myfxedu-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.myfxedu-review-filter-form {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.myfxedu-review-archive-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.myfxedu-broker-archive-hero {
		grid-template-columns: 1fr;
	}

	.myfxedu-broker-archive-hero-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.myfxedu-review-comparison-head,
	.myfxedu-review-comparison-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.myfxedu-hub-hero__stats {
		flex-direction: row;
	}
}

/* --- Responsive768px ----------------------------------- */

@media (max-width: 768px) {
	.myfxedu-section {
		padding: 1.5rem 1.25rem;
	}

	.myfxedu-home-hero {
		padding: 1.75rem 1.25rem;
	}

	.myfxedu-home-hero h1 {
		font-size: clamp(1.9rem, 8vw, 2.6rem);
	}

	.myfxedu-trust-strip,
	.myfxedu-card-grid--four,
	.myfxedu-card-grid--three,
	.myfxedu-review-split,
	.myfxedu-footer-grid {
		grid-template-columns: 1fr;
	}

	.myfxedu-resource-banner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.myfxedu-resource-actions {
		flex-direction: column;
		width: 100%;
	}

	.myfxedu-resource-actions .myfxedu-button {
		justify-content: center;
	}

	.myfxedu-newsletter-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.myfxedu-newsletter-cta > .myfxedu-button {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.myfxedu-review-filter-form,
	.myfxedu-review-comparison-head,
	.myfxedu-review-comparison-row,
	.myfxedu-review-summary-row {
		grid-template-columns: 1fr;
	}

	.myfxedu-review-archive-stats {
		grid-template-columns: 1fr;
	}

	.myfxedu-broker-archive-hero-actions {
		grid-template-columns: 1fr;
	}

	.myfxedu-footer-bottom {
		flex-direction: column;
		gap: 0.75rem;
	}

	.myfxedu-cookie-notice__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.myfxedu-hub-hero {
		grid-template-columns: 1fr;
	}

	.myfxedu-hub-hero__stats {
		flex-direction: column;
	}
}

/* --- Review archive cardnew design ---------------------- */

/* Remove default WP article padding so our card fills edge-to-edge */
body.post-type-archive-broker_review .site-main article,
body.post-type-archive-prop_review .site-main article,
body.post-type-archive-tool_review .site-main article {
	padding: 0 !important;
	overflow: hidden;
}

/* Hide the default entry-title (our card renders its own link via h2 in the article) */
body.post-type-archive-broker_review .entry-header,
body.post-type-archive-prop_review .entry-header,
body.post-type-archive-tool_review .entry-header {
	padding: 1rem 1.1rem 0;
}

body.post-type-archive-broker_review .entry-header .entry-title,
body.post-type-archive-prop_review .entry-header .entry-title,
body.post-type-archive-tool_review .entry-header .entry-title {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}

body.post-type-archive-broker_review .entry-summary,
body.post-type-archive-prop_review .entry-summary,
body.post-type-archive-tool_review .entry-summary {
	display: none;
}

/* Arc card wrapper */
.myfxedu-arc-card {
	display: flex;
	flex-direction: column;
}

/* Image strip */
.myfxedu-arc-card__img-wrap {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7;
	overflow: hidden;
	flex-shrink: 0;
	text-decoration: none;
}

.myfxedu-arc-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.38s ease;
}

.myfxedu-arc-card__img-wrap:hover .myfxedu-arc-card__img {
	transform: scale(1.04);
}

.myfxedu-arc-card__img-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(79, 209, 139, 0.07) 0%, rgba(124, 200, 255, 0.07) 100%);
}

.myfxedu-arc-card__img-placeholder span {
	font-size: 2.5rem;
	font-weight: 900;
	color: #4fd18b;
	letter-spacing: -0.04em;
	opacity: 0.55;
}

/* Status badge (overlaid on image) */
.myfxedu-arc-card__badge {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	padding: 0.18rem 0.55rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.myfxedu-arc-card__badge--live {
	background: rgba(79, 209, 139, 0.18);
	border: 1px solid rgba(79, 209, 139, 0.35);
	color: #4fd18b;
}

.myfxedu-arc-card__badge--template {
	background: rgba(245, 179, 66, 0.14);
	border: 1px solid rgba(245, 179, 66, 0.3);
	color: #e5aa2a;
}

/* Body */
.myfxedu-arc-card__body {
	padding: 0.9rem 1.1rem 1.1rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}

/* Rating row */
.myfxedu-arc-card__rating {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
}

.myfxedu-arc-card__stars {
	color: #f0b429;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
}

.myfxedu-arc-card__score {
	font-size: 1.1rem;
	font-weight: 800;
	color: #4fd18b;
	letter-spacing: -0.02em;
}

.myfxedu-arc-card__score-max {
	font-size: 0.78rem;
	color: #5a687e;
}

/* Pills */
.myfxedu-arc-card__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.myfxedu-arc-card__pill {
	display: inline-flex;
	gap: 0.25rem;
	align-items: center;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	font-size: 0.74rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #8a9ab8;
}

.myfxedu-arc-card__pill em {
	font-style: normal;
	color: #6a7a90;
	font-weight: 700;
}

/* Verdict */
.myfxedu-arc-card__verdict {
	margin: 0;
	font-size: 0.88rem;
	color: #7a8aa0;
	line-height: 1.6;
	flex: 1;
}

/* CTA */
.myfxedu-arc-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-top: 0.4rem;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(79, 209, 139, 0.28);
	background: rgba(79, 209, 139, 0.08);
	color: #4fd18b;
	font-size: 0.83rem;
	font-weight: 700;
	text-decoration: none;
	align-self: flex-start;
	transition: background 0.18s ease, border-color 0.18s ease;
}

.myfxedu-arc-card__cta:hover {
	background: rgba(79, 209, 139, 0.16);
	border-color: rgba(79, 209, 139, 0.45);
	color: #7fe1ac;
}

/* --- Light mode overrides for arc card ---- */
body.myfx-mode-light .myfxedu-arc-card__pill {
	background: #f2f7ff;
	border-color: rgba(20, 50, 100, 0.12);
	color: #3d5473;
}

body.myfx-mode-light .myfxedu-arc-card__pill em {
	color: #2c4668;
}

body.myfx-mode-light .myfxedu-arc-card__verdict {
	color: #4a6080;
}

body.myfx-mode-light .myfxedu-arc-card__score-max {
	color: #6a80a0;
}

body.myfx-mode-light .myfxedu-arc-card__cta {
	background: rgba(26, 122, 80, 0.08);
	border-color: rgba(26, 122, 80, 0.2);
	color: #0e5e38;
}

body.myfx-mode-light .myfxedu-arc-card__cta:hover {
	background: rgba(26, 122, 80, 0.15);
	border-color: rgba(26, 122, 80, 0.35);
	color: #0a4a2c;
}

body.myfx-mode-light .myfxedu-arc-card__badge--live {
	background: rgba(26, 122, 80, 0.12);
	border-color: rgba(26, 122, 80, 0.28);
	color: #0e5e38;
}

/* Legacy selectors kept for safety */
.myfxedu-review-loop-meta { display: none; }
.myfxedu-review-card-thumb,
.myfxedu-review-card-body,
.myfxedu-review-card-meta-rows { display: none; }

/* --- Review singlehero featured image ------------------- */

.myfxedu-review-hero-banner {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.myfxedu-review-hero-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 6;
	overflow: hidden;
	min-height: 220px;
}

.myfxedu-review-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(0.55);
}

.myfxedu-review-hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem 2.25rem;
	background: linear-gradient(to top, rgba(9, 13, 24, 0.92) 0%, rgba(9, 13, 24, 0.2) 60%, transparent 100%);
}

.myfxedu-review-hero-title {
	margin: 0.6rem 0 0.5rem;
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	color: #f0f4ff;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.myfxedu-rating-badge--hero {
	font-size: 1rem;
	padding: 0.5rem 1rem;
}

.myfxedu-review-hero-overlay .myfxedu-review-verdict {
	color: rgba(200, 211, 232, 0.85);
	font-size: 1rem;
	max-width: 68ch;
}

@media (max-width: 768px) {
	.myfxedu-review-loop-meta {
		grid-template-columns: 68px 1fr;
		gap: 0.6rem;
	}

	.myfxedu-review-card-thumb {
		width: 68px;
		height: 52px;
	}

	.myfxedu-review-hero-img-wrap {
		aspect-ratio: 16 / 8;
		min-height: 160px;
	}

	.myfxedu-review-hero-overlay {
		padding: 1.25rem;
	}
}

/* ============================================================
   LIGHT MODEFull Site Override
   All tokens scoped to body.myfx-mode-light
   ============================================================ */

/* Base */
body.myfx-mode-light.myfxedu-site-shell {
	background: #f4f7fb !important;
	color: #1a2a3f;
}

body.myfx-mode-light.myfxedu-site-shell h1,
body.myfx-mode-light.myfxedu-site-shell h2,
body.myfx-mode-light.myfxedu-site-shell h3,
body.myfx-mode-light.myfxedu-site-shell h4,
body.myfx-mode-light.myfxedu-site-shell h5 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell p {
	color: #3d5370;
}

body.myfx-mode-light.myfxedu-site-shell li {
	color: #3d5370;
}

body.myfx-mode-light.myfxedu-site-shell a:not(.myfxedu-button) {
	color: #1858bc;
}

body.myfx-mode-light.myfxedu-site-shell a:not(.myfxedu-button):hover,
body.myfx-mode-light.myfxedu-site-shell a:not(.myfxedu-button):focus {
	color: #0f46a0;
}

/* ---- Header & Nav ---- */
body.myfx-mode-light.myfxedu-site-shell .site-header {
	background: #ffffff !important;
	border-bottom-color: rgba(20, 45, 90, 0.1) !important;
}

body.myfx-mode-light.myfxedu-site-shell .main-navigation {
	background: rgba(255, 255, 255, 0.97) !important;
	border-bottom-color: rgba(20, 45, 90, 0.1) !important;
	box-shadow: 0 1px 0 rgba(20, 45, 90, 0.04) !important;
}

body.myfx-mode-light.myfxedu-site-shell .main-navigation .main-nav ul li a,
body.myfx-mode-light.myfxedu-site-shell .main-navigation .menu-bar-items a {
	color: #1a3254 !important;
}

body.myfx-mode-light.myfxedu-site-shell .main-navigation .main-nav ul li a:hover,
body.myfx-mode-light.myfxedu-site-shell .main-navigation .main-nav ul li.current-menu-item > a {
	color: #1a7a50 !important;
}

body.myfx-mode-light.myfxedu-site-shell .main-navigation .main-nav ul ul {
	background: #ffffff !important;
	border-color: rgba(20, 45, 90, 0.12) !important;
	box-shadow: 0 10px 30px rgba(16, 36, 72, 0.1) !important;
}

body.myfx-mode-light.myfxedu-site-shell .main-navigation .main-nav ul ul li a {
	color: #1a3254 !important;
}

/* ---- Surfaces & Cards ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-section,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-surface-card,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-home-hero,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-card-grid > *,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-feature-card,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-path-card,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-banner {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 4px 18px rgba(16, 36, 72, 0.06);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-section {
	background: #f4f7fb;
}

/* ---- Hero sections ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-home-hero,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero {
	background: linear-gradient(135deg, #e8f2ff 0%, #f5faff 55%, #eaf3ff 100%);
	border-color: rgba(47, 140, 255, 0.14);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-home-hero h1,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero h1 {
	color: #0d2244;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-home-hero p,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero p {
	color: #3d5473;
}

/* ---- Trust strip ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-trust-strip {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-trust-item {
	color: #344f6e;
}

/* ---- Blog ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-toc,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-content-section,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-takeaway,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-author-box,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-related-posts {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 4px 18px rgba(16, 36, 72, 0.05);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-toc h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-content-section h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-takeaway h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-author-box h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-related-posts h2 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-content-section p,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-content-section li {
	color: #344f6e;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-author-box p {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-toc a {
	color: #1a7a50;
}

/* ---- Review sections ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-section,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 4px 18px rgba(16, 36, 72, 0.05);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-verdict {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero {
	border-color: rgba(26, 122, 80, 0.18);
	background: linear-gradient(160deg, #f0fff8 0%, #ffffff 100%);
}

/* ---- Review archive cards ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-loop-meta,
body.myfx-mode-light.post-type-archive-broker_review .site-main article,
body.myfx-mode-light.post-type-archive-prop_review .site-main article,
body.myfx-mode-light.post-type-archive-tool_review .site-main article {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 4px 16px rgba(16, 36, 72, 0.06);
}

body.myfx-mode-light.post-type-archive-broker_review .entry-title a,
body.myfx-mode-light.post-type-archive-prop_review .entry-title a,
body.myfx-mode-light.post-type-archive-tool_review .entry-title a {
	color: #0f2140 !important;
}

body.myfx-mode-light.post-type-archive-broker_review .entry-summary,
body.myfx-mode-light.post-type-archive-prop_review .entry-summary,
body.myfx-mode-light.post-type-archive-tool_review .entry-summary {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-card-verdict {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-card-meta-item {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-card-meta-item strong {
	color: #2c4668;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-card-thumb,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-thumb {
	background: #e8f0ff;
	border-color: rgba(20, 50, 100, 0.14);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-thumb-initials,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-thumb-fallback {
	color: #1a5fb4;
}

/* ---- Comparison table ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-head {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-row {
	background: #f2f7ff;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-row span {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-title {
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-comparison-row a {
	color: #1a7a50;
}

/* ---- Summary table ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-summary-row {
	background: #f2f7ff;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-summary-row span {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-summary-row strong {
	color: #0f2140;
}

/* ---- Rating bars ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-rating-head {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-rating-bar {
	background: #dde8f8;
}

/* ---- Pros / cons / faqs ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-split ul,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-section ul {
	color: #344f6e;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-faq summary {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-faq p {
	color: #3d5473;
}

/* ---- Filter forms ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-form {
	background: #f0f5ff;
	border-color: rgba(20, 50, 100, 0.1);
	border-radius: 14px;
	padding: 1rem;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-form select,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-form input[type="search"] {
	background: #ffffff !important;
	border-color: rgba(20, 50, 100, 0.16) !important;
	color: #0f2140 !important;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-form label span {
	color: #4a6080;
}

/* ---- Archive intro stats ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-archive-stat {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-archive-stat span {
	color: #5a7090;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-archive-stat strong {
	color: #0f2140;
}

/* ---- Active filter chips ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-chip {
	background: rgba(47, 140, 255, 0.1);
	border-color: rgba(47, 140, 255, 0.22);
	color: #1858bc;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-chip em {
	color: #1046a0;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-reset {
	color: #0f2140;
}

/* ---- Hero broker archive ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-broker-archive-hero {
	background: linear-gradient(135deg, #eaf3ff 0%, #f8fbff 55%, transparent 100%);
	border-color: rgba(47, 140, 255, 0.14);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-broker-archive-hero-copy h2 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-broker-archive-hero-copy p {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-broker-archive-pill {
	background: rgba(47, 140, 255, 0.1);
	border-color: rgba(47, 140, 255, 0.22);
	color: #1858bc;
}

/* ---- Rating badge ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-rating-badge {
	background: rgba(26, 122, 80, 0.1);
	border-color: rgba(26, 122, 80, 0.2);
	color: #0e5e38;
}

/* ---- Disclosure / risk bars ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-disclosure-bar {
	background: rgba(47, 140, 255, 0.08);
	border-color: rgba(47, 140, 255, 0.18);
	color: #1a4a8f;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-risk-warning,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-risk-bar {
	background: rgba(220, 150, 20, 0.1);
	border-color: rgba(180, 120, 10, 0.2);
	color: #6b4510;
}

/* ---- Tool links ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-tool-link {
	background: rgba(26, 122, 80, 0.08);
	border-color: rgba(26, 122, 80, 0.18);
	color: #0e5e38;
}

/* ---- Buttons ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-button--secondary {
	background: #ffffff;
	color: #0056d2;
	border-color: #d1d9e6;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-button--secondary:hover,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-button--secondary:focus {
	background: #edf4ff;
	color: #0047c4;
	border-color: #8ab4e0;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-button:not(.myfxedu-button--secondary) {
	color: #000000;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-button:not(.myfxedu-button--secondary):hover,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-button:not(.myfxedu-button--secondary):focus {
	color: #000000;
}

/* ---- Single review hero image overlay ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero-img {
	filter: brightness(0.72);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero-overlay {
	background: linear-gradient(to top, rgba(10, 22, 50, 0.82) 0%, rgba(10, 22, 50, 0.38) 65%, transparent 100%);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero-title {
	color: #f0f6ff;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero-overlay .myfxedu-review-verdict {
	color: rgba(220, 234, 255, 0.92);
}

/* ---- Cookie notice ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-cookie-notice {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.12);
	color: #1a2a3f;
}

/* ---- Eyebrow labels ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-eyebrow {
	color: #1a7a50;
}

/* ---- Section headings ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-section-heading h1,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-section-heading h2 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-section-heading p {
	color: #3d5473;
}

/* ---- Hub stats ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero__stat {
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(20, 50, 100, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero__stat-num {
	color: #1a7a50;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-hero__stat-label {
	color: #4a6080;
}

/* ---- Newsletter ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta input[type="email"] {
	background: #f4f7fb;
	border-color: rgba(20, 50, 100, 0.16);
	color: #0f2140;
}

/* ---- Resource banner ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-banner {
	background: linear-gradient(135deg, #f0f8ff 0%, #f8fbff 100%);
	border-color: rgba(47, 140, 255, 0.14);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-icon-circle {
	background: rgba(47, 140, 255, 0.1);
	color: #1858bc;
}

/* ---- Breadcrumbs ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-breadcrumbs,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-breadcrumbs a {
	color: #5a7090;
}

/* ---- Archive intro section heading ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-archive-intro h1 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-archive-intro p {
	color: #3d5473;
}

/* ---- Notice / contact ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-notice,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-contact-page {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
}

/* ---- Single review (light mode) ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-sidebar-card {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cta-card {
	background: linear-gradient(135deg, #f0faf5 0%, #fff 60%);
	border-color: rgba(0, 160, 100, 0.18);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cta-card h3 { color: #0f2140; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cta-card p { color: #4a6080; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cta-eyebrow { color: #0a8f55; }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring { border-color: rgba(0, 160, 100, 0.3); background: rgba(0, 160, 100, 0.04); }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring__num { color: #0a8f55; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring__label { color: rgba(0, 0, 0, 0.35); }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-overview-verdict { color: #3d5473; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-bestfor { color: #68809f; }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-pros { background: rgba(0, 160, 100, 0.03); border-color: rgba(0, 160, 100, 0.12); }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cons { background: rgba(200, 50, 50, 0.03); border-color: rgba(200, 50, 50, 0.12); }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-prose { color: #3d5473; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-prose h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-prose h3 { color: #0f2140; }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-sidebar-links a { color: #1858bc; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-sidebar-links a:hover { color: #0a8f55; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-sidebar-links li { border-color: rgba(20, 50, 100, 0.06); }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-notice { background: rgba(245, 185, 70, 0.06); border-color: rgba(245, 185, 70, 0.18); }

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-card { background: #fff; border-color: rgba(20, 50, 100, 0.08); }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-card:hover { border-color: rgba(0, 160, 100, 0.25); }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-body h3 { color: #0f2140; }
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-score { background: rgba(255, 255, 255, 0.9); color: #0a8f55; }

/* ============================================================
   LIGHT MODE  Additional Missing Overrides
   ============================================================ */

/* ---- Trust strip items ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-trust-item {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 2px 8px rgba(16, 36, 72, 0.04);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-trust-item strong {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-trust-item span {
	color: #4a6080;
}

/* ---- Hero stat cards ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hero-stat {
	background: rgba(255, 255, 255, 0.85);
	border-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hero-stat__value {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hero-stat__label {
	color: #4a6080;
}

/* ---- Highlight card ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-highlight-card {
	background: linear-gradient(135deg, #eef5ff 0%, #ffffff 70%);
	border-color: rgba(47, 140, 255, 0.14);
	box-shadow: 0 4px 18px rgba(16, 36, 72, 0.06);
}

/* ---- Surface card text ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-surface-card h3 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-surface-card p {
	color: #3d5473;
}

/* ---- Card link ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-card-link {
	color: #0a8f55;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-card-link:hover {
	color: #066d3e;
}

/* ---- Card badge / icon ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-card-badge {
	background: rgba(0, 160, 100, 0.06);
	border-color: rgba(0, 160, 100, 0.15);
	color: #0a7a4a;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-card-icon {
	background: rgba(0, 160, 100, 0.06);
	border-color: rgba(0, 160, 100, 0.12);
}

/* ---- Hub stat (matching actual markup class) ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-stat {
	background: rgba(255, 255, 255, 0.75);
	border-color: rgba(20, 50, 100, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-stat strong {
	color: #0a8f55;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-hub-stat span {
	color: #4a6080;
}

/* ---- Newsletter CTA text ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta h3 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta p {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta__icon {
	background: rgba(0, 160, 100, 0.06);
	border-color: rgba(0, 160, 100, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta > .myfxedu-button {
	color: #000000 !important;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta > .myfxedu-button:hover,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-newsletter-cta > .myfxedu-button:focus {
	color: #000000 !important;
}

/* ---- Footer shell (complete) ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-shell {
	border-top-color: rgba(20, 50, 100, 0.1);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-tagline {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-column {
	background: rgba(244, 248, 255, 0.6);
	border-color: rgba(20, 50, 100, 0.08);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-column h3 {
	color: #2c4668;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-menu a {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-menu a:hover,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-menu a:focus {
	color: #0a8f55;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-cta p {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-bottom {
	border-top-color: rgba(20, 50, 100, 0.08);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-disclaimer {
	color: #5a7090;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-copy {
	color: #6a80a0;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-footer-logo img {
	opacity: 1;
}

/* ---- Breadcrumb shell ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-breadcrumb-shell .rank-math-breadcrumb {
	background: rgba(244, 248, 255, 0.7);
	border-color: rgba(20, 50, 100, 0.1);
	color: #5a7090;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-breadcrumb-shell .rank-math-breadcrumb a {
	color: #4a6080;
}

/* ---- Resource pages ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-hero,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-benefits,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-main,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-recommendations,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou {
	background: #ffffff;
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 4px 18px rgba(16, 36, 72, 0.05);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-gate-card {
	background: linear-gradient(135deg, #f0faf5 0%, #ffffff 70%);
	border-color: rgba(0, 160, 100, 0.14);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou--success {
	background: linear-gradient(135deg, #f0faf5 0%, #ffffff 72%);
	border-color: rgba(0, 160, 100, 0.2);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou__success-badge {
	border-color: rgba(0, 140, 90, 0.28);
	background: rgba(0, 160, 100, 0.1);
	color: #0a6b48;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou__lead {
	color: #2d4560 !important;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-benefits h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-main h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-gate-card h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-recommendations h2,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou h1 {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-benefits ul,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-main ul {
	color: #344f6e;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-main p,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-gate-card p,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-thankyou p {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-form label {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-consent {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-resource-banner__icon {
	background: rgba(47, 140, 255, 0.08);
	border-color: rgba(47, 140, 255, 0.14);
}

/* ---- Cookie notice inner ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-cookie-notice__inner {
	background: rgba(255, 255, 255, 0.97);
	border-color: rgba(20, 50, 100, 0.12);
	box-shadow: 0 20px 60px rgba(16, 36, 72, 0.12);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-cookie-notice__inner p {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-cookie-notice__actions a {
	color: #1858bc;
}

/* ---- Score ring mid/low in light mode ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring.myfxedu-score--mid {
	border-color: rgba(200, 150, 20, 0.35);
	background: rgba(200, 150, 20, 0.04);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring.myfxedu-score--mid .myfxedu-score-ring__num {
	color: #a07a10;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring.myfxedu-score--low {
	border-color: rgba(200, 50, 50, 0.35);
	background: rgba(200, 50, 50, 0.04);
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-score-ring.myfxedu-score--low .myfxedu-score-ring__num {
	color: #b83a3a;
}

/* ---- Review sidebar card details ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-sidebar-card h4 {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-sidebar-score-row {
	color: #3d5473;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-sidebar-score-row strong {
	color: #0f2140;
}

/* ---- Review risk note ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-risk-note {
	color: #4a6080;
}

/* ---- Review methodology link ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-methodology-link a {
	color: #0a8f55;
}

/* ---- Review related "best for" ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-best {
	color: #4a6080;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-related-link {
	color: #0a8f55;
}

/* ---- Form error ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-form-error {
	background: rgba(200, 50, 50, 0.06);
	border-color: rgba(200, 50, 50, 0.18);
	color: #8a2020;
}

/* ---- Global form inputs ---- */
body.myfx-mode-light.myfxedu-site-shell input[type="search"],
body.myfx-mode-light.myfxedu-site-shell input[type="email"],
body.myfx-mode-light.myfxedu-site-shell input[type="text"],
body.myfx-mode-light.myfxedu-site-shell textarea,
body.myfx-mode-light.myfxedu-site-shell select {
	background: #ffffff;
	color: #0f2140;
	border-color: rgba(20, 50, 100, 0.16);
}

body.myfx-mode-light.myfxedu-site-shell input[type="email"]:focus,
body.myfx-mode-light.myfxedu-site-shell input[type="text"]:focus,
body.myfx-mode-light.myfxedu-site-shell textarea:focus {
	border-color: rgba(0, 160, 100, 0.4);
	box-shadow: 0 0 0 3px rgba(0, 160, 100, 0.06);
}

body.myfx-mode-light.myfxedu-site-shell :focus-visible {
	outline-color: #0a8f55;
}

/* ---- Eyebrow badge ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-eyebrow {
	background: rgba(0, 160, 100, 0.06);
	border-color: rgba(0, 160, 100, 0.15);
	color: #0a7a4a;
}

/* ---- Disclosure / risk / notice bars ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-disclosure-bar strong,
body.myfx-mode-light.myfxedu-site-shell .myfxedu-risk-warning strong {
	color: #0f2140;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-notice {
	background: rgba(200, 150, 20, 0.06);
	border-color: rgba(180, 120, 10, 0.18);
	color: #6b4510;
}

body.myfx-mode-light.myfxedu-site-shell .myfxedu-notice code {
	background: rgba(20, 50, 100, 0.06);
	color: #6b4510;
}

/* ---- Review hero banner in light mode ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-hero-banner {
	border-color: rgba(20, 50, 100, 0.1);
	box-shadow: 0 20px 60px rgba(16, 36, 72, 0.1);
}

/* ---- Inline list tags ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-inline-list a {
	background: rgba(0, 160, 100, 0.06);
	border-color: rgba(0, 160, 100, 0.14);
	color: #0a7a4a;
}

/* ---- Review filter label ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-filter-form label {
	color: #4a6080;
}

/* ---- Review section lists ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-prose {
	color: #344f6e;
}

/* ---- Blog archive TOC links ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-toc a:hover {
	color: #066d3e;
}

/* ---- Blog author box details ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-blog-author-box strong {
	color: #0f2140;
}

/* ---- Review CTA disclaimer ---- */
body.myfx-mode-light.myfxedu-site-shell .myfxedu-review-cta-disclaimer {
	color: #6a80a0;
}

/* ---- Mobile nav light mode ---- */
@media (max-width: 960px) {
	body.myfx-mode-light.myfxedu-site-shell .myfx-nav-actions {
		border-top-color: #dde5f0;
	}
}

/* --- Reduced motion ---------------------------------------- */

@media (prefers-reduced-motion: reduce) {
	.myfxedu-button,
	.myfxedu-surface-card,
	.myfxedu-trust-item,
	.myfxedu-card-link {
		transition: none;
	}
}

/* --- Mobile polish (shell + Tutor) -------------------------------- */

body.myfxedu-site-shell {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

@media (max-width: 600px) {
	body.myfxedu-site-shell .tutor-container {
		padding-left: max(1rem, env(safe-area-inset-left, 0px));
		padding-right: max(1rem, env(safe-area-inset-right, 0px));
		box-sizing: border-box;
	}

	body.myfxedu-site-shell .myfxedu-section {
		padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
		padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
	}

	body.myfxedu-site-shell .myfxedu-home-hero,
	body.myfxedu-site-shell .myfxedu-hub-hero {
		padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
		padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
	}

	body.myfxedu-site-shell .myfxedu-home-hero .myfxedu-hero-actions,
	body.myfxedu-site-shell .myfxedu-hub-hero .myfxedu-hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	body.myfxedu-site-shell .myfxedu-home-hero .myfxedu-hero-actions .myfxedu-button,
	body.myfxedu-site-shell .myfxedu-hub-hero .myfxedu-hero-actions .myfxedu-button {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	body.myfxedu-site-shell .myfxedu-section-heading h1,
	body.myfxedu-site-shell .myfxedu-section-heading h2 {
		font-size: clamp(1.35rem, 6vw, 1.75rem);
	}
}
