/**
 * Legal pages: isolate typography/layout from Bold Page Builder / theme (015exp-legal-sms).
 */

/* Legal pages only: hide top bar + full logo/menu row (Bold/Nifty). */
body.o15exp-legal-page header.mainHeader .topBar,
body.o15exp-legal-page #top header.mainHeader .topBar,
body.o15exp-legal-page header.mainHeader .main-header-inner > .topBar,
body.o15exp-legal-page header.mainHeader .bt-logo-area.menu-holder,
body.o15exp-legal-page #top header.mainHeader .bt-logo-area.menu-holder,
body.o15exp-legal-page header.mainHeader .main-header-inner > .bt-logo-area.menu-holder {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.o15exp-legal-page .o15exp-legal-doc-shell {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	max-width: 52rem;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: clamp(1rem, 4vw, 2.75rem) clamp(0.75rem, 3vw, 1.5rem) clamp(2rem, 6vw, 4rem);
	box-sizing: border-box;
	text-align: left;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.65;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: transparent;
	position: relative;
	z-index: 2;
}

body.o15exp-legal-page .o15exp-legal-doc-inner {
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.o15exp-legal-page .o15exp-legal-doc h1 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.2;
	margin: 0 0 0.75rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

body.o15exp-legal-page .o15exp-legal-doc h2 {
	font-size: 1.125rem;
	line-height: 1.35;
	margin: 2rem 0 0.65rem;
	font-weight: 600;
}

body.o15exp-legal-page .o15exp-legal-doc h3 {
	font-size: 1rem;
	margin: 1.25rem 0 0.5rem;
	font-weight: 600;
}

body.o15exp-legal-page .o15exp-legal-doc p {
	margin: 0 0 1rem;
}

body.o15exp-legal-page .o15exp-legal-doc ul,
body.o15exp-legal-page .o15exp-legal-doc ol {
	margin: 0 0 1rem 1.35rem;
	padding: 0;
}

body.o15exp-legal-page .o15exp-legal-doc ul {
	list-style: disc;
}

body.o15exp-legal-page .o15exp-legal-doc ol {
	list-style: decimal;
}

body.o15exp-legal-page .o15exp-legal-doc li {
	margin-bottom: 0.35rem;
}

body.o15exp-legal-page .o15exp-legal-doc a {
	color: #0f5132;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.o15exp-legal-page .o15exp-legal-doc a:hover,
body.o15exp-legal-page .o15exp-legal-doc a:focus {
	color: #0a3622;
}

/* Common theme / Bold wrappers: keep content column readable */
body.o15exp-legal-page .entry-content,
body.o15exp-legal-page .btArticleBody,
body.o15exp-legal-page article .bt_bb_content,
body.o15exp-legal-page .bt_content {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

body.o15exp-legal-page .entry-content .o15exp-legal-doc-shell {
	margin-top: 0.5rem;
}
