/* Local BWF Code of Conduct page — scoped so Avada chrome stays unchanged. */
.bmc-doc {
	--bmc-red: #e10707;
	--bmc-ink: #1a1a1a;
	--bmc-muted: #5c636a;
	--bmc-line: #e4e7eb;
	--bmc-bg: #f6f7f9;
	box-sizing: border-box;
	max-width: 44rem;
	margin: 0 0 2.75rem;
	font-family: inherit;
	color: var(--bmc-ink);
	line-height: 1.65;
}

.bmc-doc *,
.bmc-doc *::before,
.bmc-doc *::after {
	box-sizing: border-box;
}

.fusion-text .bmc-doc p,
.fusion-text .bmc-doc h2,
.fusion-text .bmc-doc h3,
.fusion-text .bmc-doc ol,
.fusion-text .bmc-doc li,
.post-content .bmc-doc p,
.post-content .bmc-doc h2,
.post-content .bmc-doc h3 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-transform: none;
	letter-spacing: normal;
	box-shadow: none;
}

.bmc-doc-source,
.fusion-text .bmc-doc p.bmc-doc-source {
	margin: 0 0 0.2rem;
	color: var(--bmc-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.bmc-doc-meta,
.fusion-text .bmc-doc p.bmc-doc-meta {
	margin: 0 0 0.9rem;
	color: var(--bmc-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.bmc-doc-actions,
.fusion-text .bmc-doc p.bmc-doc-actions {
	margin: 0 0 1.5rem;
}

.bmc-doc-download {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.75rem;
	border: 1px solid var(--bmc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bmc-ink);
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.2;
	text-decoration: none;
}

.bmc-doc-download:hover,
.bmc-doc-download:focus {
	border-color: var(--bmc-red);
	color: var(--bmc-red);
	text-decoration: none;
}

.bmc-doc-toc {
	margin: 0 0 1.85rem;
	padding: 0.85rem 1rem 0.95rem;
	background: var(--bmc-bg);
	border: 1px solid var(--bmc-line);
	border-radius: 10px;
}

.bmc-doc-toc-label,
.fusion-text .bmc-doc p.bmc-doc-toc-label {
	margin: 0 0 0.45rem;
	color: var(--bmc-ink);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bmc-doc-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bmc-doc-toc ol ol {
	margin: 0.2rem 0 0.35rem;
	padding: 0 0 0 1.05rem;
}

.bmc-doc-toc li {
	margin: 0.16rem 0;
	color: var(--bmc-ink);
	font-size: 0.92rem;
	line-height: 1.4;
}

.bmc-doc-toc a {
	color: var(--bmc-ink);
	text-decoration: none;
}

.bmc-doc-toc a:hover,
.bmc-doc-toc a:focus {
	color: var(--bmc-red);
	text-decoration: underline;
}

.bmc-doc-section {
	margin: 0 0 1.75rem;
	scroll-margin-top: 6.5rem;
}

.bmc-doc-h2,
.bmc-doc-h3,
.bmc-doc-clause,
.bmc-doc-lead {
	scroll-margin-top: 6.5rem;
}

.fusion-text .bmc-doc h2.bmc-doc-h2,
.post-content .bmc-doc h2.bmc-doc-h2,
.bmc-doc-h2 {
	display: block;
	margin: 0 0 0.85rem;
	padding: 0 0 0.4rem;
	border-bottom: 2px solid var(--bmc-red);
	color: var(--bmc-ink);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.fusion-text .bmc-doc h3.bmc-doc-h3,
.post-content .bmc-doc h3.bmc-doc-h3,
.bmc-doc-h3 {
	display: block;
	margin: 1.25rem 0 0.65rem;
	padding: 0;
	border: 0;
	color: var(--bmc-ink);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
}

.bmc-doc-hnum {
	margin-right: 0.28rem;
	color: var(--bmc-red);
}

.bmc-doc-lead,
.fusion-text .bmc-doc p.bmc-doc-lead {
	margin: 0 0 0.75rem;
	color: var(--bmc-ink);
	font-size: 1.02rem;
	line-height: 1.65;
}

.bmc-doc-clause {
	display: grid;
	grid-template-columns: 3.6rem minmax(0, 1fr);
	gap: 0.35rem 0.7rem;
	margin: 0 0 0.7rem;
	align-items: start;
}

.bmc-doc-num {
	padding-top: 0.12rem;
	color: var(--bmc-muted);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.45;
	font-variant-numeric: tabular-nums;
}

.bmc-doc-body p,
.fusion-text .bmc-doc .bmc-doc-body p {
	margin: 0 0 0.55rem;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--bmc-ink);
}

.bmc-doc-body p:last-child,
.fusion-text .bmc-doc .bmc-doc-body p:last-child {
	margin-bottom: 0;
}

.bmc-doc-ul,
.fusion-text .bmc-doc ul.bmc-doc-ul {
	margin: 0 0 0.85rem 1.25rem;
	padding: 0;
}

.bmc-doc-ul li {
	margin: 0.2rem 0;
	font-size: 1.02rem;
	line-height: 1.55;
}

.bmc-doc-kicker,
.fusion-text .bmc-doc p.bmc-doc-kicker {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bmc-muted);
}

@media (max-width: 640px) {
	.bmc-doc-clause {
		grid-template-columns: 3.15rem minmax(0, 1fr);
		gap: 0.25rem 0.5rem;
	}

	.bmc-doc-num {
		font-size: 0.82rem;
	}

	.bmc-doc-lead,
	.bmc-doc-body p,
	.fusion-text .bmc-doc p.bmc-doc-lead,
	.fusion-text .bmc-doc .bmc-doc-body p {
		font-size: 1rem;
	}

	.fusion-text .bmc-doc h2.bmc-doc-h2,
	.bmc-doc-h2 {
		font-size: 1.05rem;
	}
}

/* About page — intro + Mission/Vision panels */
.bmc-doc.bmc-about {
	max-width: 42rem;
}

.bmc-about-intro,
.fusion-text .bmc-about p.bmc-about-intro,
.post-content .bmc-about p.bmc-about-intro {
	margin: 0 0 1.05rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bmc-about-intro strong {
	font-weight: 700;
}

.bmc-about-panel {
	margin: 1.35rem 0 0;
	padding: 1.05rem 1.2rem 1.15rem 1.2rem;
	background: #fffafa;
	border-left: 3px solid var(--bmc-red);
	border-radius: 0 10px 10px 0;
}

.fusion-text .bmc-about h2.bmc-about-heading,
.post-content .bmc-about h2.bmc-about-heading,
.bmc-about-heading {
	display: block;
	margin: 0 0 0.45rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bmc-ink);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
}

.bmc-about-quote,
.fusion-text .bmc-about p.bmc-about-quote,
.post-content .bmc-about p.bmc-about-quote {
	margin: 0;
	color: #2a2e33;
	font-size: 1.06rem;
	line-height: 1.62;
}

.bmc-about-close,
.fusion-text .bmc-about p.bmc-about-close,
.post-content .bmc-about p.bmc-about-close {
	margin: 1.7rem 0 0;
	color: var(--bmc-ink);
	font-size: 1.02rem;
	line-height: 1.65;
}

.bmc-about-close a {
	color: var(--bmc-ink);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--bmc-red);
}

.bmc-about-close a:hover,
.bmc-about-close a:focus {
	color: var(--bmc-red);
	text-decoration: none;
}

.bmc-about-close a:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.bmc-about-panel {
		padding: 0.95rem 1rem 1.05rem 1.05rem;
	}

	.fusion-text .bmc-about h2.bmc-about-heading,
	.post-content .bmc-about h2.bmc-about-heading,
	.bmc-about-heading {
		font-size: 1.12rem;
	}

	.bmc-about-intro,
	.fusion-text .bmc-about p.bmc-about-intro,
	.bmc-about-quote,
	.fusion-text .bmc-about p.bmc-about-quote {
		font-size: 1.02rem;
	}
}

/* History page — editorial text, matching About typography */
.bmc-doc.bmc-history {
	max-width: 42rem;
}

.bmc-history-lead,
.fusion-text .bmc-history p.bmc-history-lead,
.post-content .bmc-history p.bmc-history-lead {
	margin: 0 0 1.15rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bmc-history-lead strong {
	font-weight: 700;
}

.fusion-text .bmc-history h2.bmc-history-heading,
.post-content .bmc-history h2.bmc-history-heading,
.bmc-history-heading {
	display: block;
	margin: 1.85rem 0 0.7rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bmc-ink);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
}

.bmc-history p,
.fusion-text .bmc-history p,
.post-content .bmc-history p {
	margin: 0 0 1.15rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bmc-history-close,
.fusion-text .bmc-history p.bmc-history-close,
.post-content .bmc-history p.bmc-history-close {
	margin: 1.7rem 0 0;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

@media (max-width: 640px) {
	.fusion-text .bmc-history h2.bmc-history-heading,
	.post-content .bmc-history h2.bmc-history-heading,
	.bmc-history-heading {
		font-size: 1.12rem;
		margin-top: 1.55rem;
	}

	.bmc-history-lead,
	.fusion-text .bmc-history p.bmc-history-lead,
	.post-content .bmc-history p.bmc-history-lead,
	.bmc-history p,
	.fusion-text .bmc-history p,
	.post-content .bmc-history p,
	.bmc-history-close,
	.fusion-text .bmc-history p.bmc-history-close,
	.post-content .bmc-history p.bmc-history-close {
		font-size: 1.02rem;
	}
}

/* Declaration — compact source action and contents panel */
.bmc-doc-source-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.38rem 0.8rem;
	border: 1px solid var(--bmc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bmc-ink);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.bmc-doc-source-link:hover,
.bmc-doc-source-link:focus {
	border-color: var(--bmc-red);
	color: var(--bmc-red);
	text-decoration: none;
}

.bmc-doc-source-link:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
}

.bmc-declaration .bmc-doc-actions,
.bmc-statute .bmc-doc-actions,
.bmc-bwf .bmc-doc-actions {
	margin: 0 0 1.15rem;
}

.bmc-doc-kickerblock {
	margin: 0 0 0.85rem;
}

.bmc-doc-kicker-title,
.fusion-text .bmc-doc p.bmc-doc-kicker-title,
.post-content .bmc-doc p.bmc-doc-kicker-title {
	margin: 0 0 0.22rem;
	color: #1a1a1a;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.bmc-doc-kicker-meta,
.fusion-text .bmc-doc p.bmc-doc-kicker-meta,
.post-content .bmc-doc p.bmc-doc-kicker-meta {
	margin: 0;
	color: #1a1a1a;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.5;
}

.bmc-decl-toc,
.bmc-nav-toc {
	margin: 0 0 1.6rem;
	padding: 0.85rem 0.95rem 0.7rem;
	background: var(--bmc-bg);
	border: 1px solid var(--bmc-line);
	border-radius: 10px;
}

.bmc-decl-toc .bmc-doc-toc-label,
.bmc-nav-toc .bmc-doc-toc-label {
	margin: 0 0 0.45rem;
	color: var(--bmc-red);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bmc-decl-toc-list,
.bmc-nav-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bmc-decl-toc-list li,
.bmc-nav-toc-list > li {
	margin: 0;
	border-top: 1px solid var(--bmc-line);
}

.bmc-decl-toc-list li:first-child,
.bmc-nav-toc-list > li:first-child {
	border-top: 0;
}

.bmc-decl-toc-list a,
.bmc-nav-toc-list > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0.1rem;
	color: var(--bmc-ink);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
}

.bmc-decl-toc-list a:hover,
.bmc-decl-toc-list a:focus,
.bmc-nav-toc-list a:hover,
.bmc-nav-toc-list a:focus {
	color: var(--bmc-red);
	text-decoration: none;
}

.bmc-decl-toc-list a:focus-visible,
.bmc-nav-toc-list a:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 2px;
	border-radius: 4px;
}

.bmc-decl-toc-arrow,
.bmc-nav-toc-arrow {
	flex: 0 0 auto;
	color: var(--bmc-red);
	font-weight: 500;
}

.bmc-nav-toc-parent {
	border-top: 1px solid var(--bmc-line);
}

.bmc-nav-toc-sub {
	list-style: none;
	margin: 0 0 0.35rem;
	padding: 0 0 0 0.9rem;
}

.bmc-nav-toc-sub li {
	margin: 0;
	border-top: 0;
}

.bmc-nav-toc-sub a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.32rem 0.1rem;
	color: #2a2e33;
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.bmc-stat-toc-group {
	margin: 0 0 0.55rem;
}

.bmc-stat-toc-group:last-child {
	margin-bottom: 0.15rem;
}

.bmc-stat-toc-section,
.fusion-text .bmc-doc p.bmc-stat-toc-section,
.post-content .bmc-doc p.bmc-stat-toc-section {
	margin: 0.45rem 0 0.1rem;
	padding: 0.15rem 0 0.2rem;
	border: 0;
	color: var(--bmc-red);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bmc-stat-toc-section a {
	color: inherit;
	text-decoration: none;
}

.bmc-stat-toc-section a:hover,
.bmc-stat-toc-section a:focus {
	color: var(--bmc-ink);
}

.bmc-stat-toc .bmc-nav-toc-list > li {
	border-top: 0;
}

.bmc-stat-toc .bmc-nav-toc-list > li > a {
	padding: 0.38rem 0.1rem;
	font-size: 0.92rem;
}

@media (min-width: 720px) {
	.bmc-stat-toc-list--wide {
		column-count: 2;
		column-gap: 1.35rem;
	}

	.bmc-stat-toc-list--wide > li {
		break-inside: avoid;
	}
}

/* Privacy Policy — legal reading page */
.bmc-doc.bmc-privacy {
	max-width: 46rem;
}

.bmc-privacy-lead,
.fusion-text .bmc-privacy p.bmc-privacy-lead,
.post-content .bmc-privacy p.bmc-privacy-lead {
	margin: 0 0 1.25rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.7;
}

.bmc-privacy-lead strong {
	font-weight: 700;
}

.fusion-text .bmc-privacy h2.bmc-privacy-heading,
.post-content .bmc-privacy h2.bmc-privacy-heading,
.bmc-privacy-heading {
	display: block;
	margin: 1.85rem 0 0.7rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bmc-ink);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
}

.bmc-privacy p,
.fusion-text .bmc-privacy p,
.post-content .bmc-privacy p {
	margin: 0 0 1.05rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bmc-privacy ul,
.fusion-text .bmc-privacy ul,
.post-content .bmc-privacy ul {
	margin: 0 0 1.15rem 1.2rem;
	padding: 0;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	line-height: 1.65;
}

.bmc-privacy li {
	margin: 0.22rem 0;
}

.bmc-privacy a {
	color: var(--bmc-ink);
	font-weight: 650;
	text-decoration: none;
	border-bottom: 1px solid var(--bmc-red);
}

.bmc-privacy a:hover,
.bmc-privacy a:focus {
	color: var(--bmc-red);
}

.bmc-privacy a:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.fusion-text .bmc-privacy h2.bmc-privacy-heading,
	.post-content .bmc-privacy h2.bmc-privacy-heading,
	.bmc-privacy-heading {
		font-size: 1.12rem;
		margin-top: 1.55rem;
	}

	.bmc-privacy-lead,
	.bmc-privacy p,
	.bmc-privacy ul,
	.fusion-text .bmc-privacy p.bmc-privacy-lead,
	.post-content .bmc-privacy p {
		font-size: 1.02rem;
	}
}
