body.page-template-privacy-policy .site-inner,
body.page-template-privacy-policy .content-area,
body.page-template-privacy-policy .content-sidebar-wrap,
body.page-template-privacy-policy .content,
body.page-template-terms-and-conditions-for-purchases .site-inner,
body.page-template-terms-and-conditions-for-purchases .content-area,
body.page-template-terms-and-conditions-for-purchases .content-sidebar-wrap,
body.page-template-terms-and-conditions-for-purchases .content,
body.page-template-elearnposh-frequently-asked-questions-faqs .site-inner,
body.page-template-elearnposh-frequently-asked-questions-faqs .content-area,
body.page-template-elearnposh-frequently-asked-questions-faqs .content-sidebar-wrap,
body.page-template-elearnposh-frequently-asked-questions-faqs .content {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
}

html {
	scroll-padding-top: 120px;
}

.elp-legal {
	--elp-bg: #ffffff;
	--elp-text: #0d2238;
	--elp-muted: #54708d;
	--elp-line: #d9e6f6;
	--elp-accent: #0d73d4;
	--elp-accent-soft: #eef5ff;
	--elp-container: min(1290px, 100%);
	--elp-hero-container: min(1290px, 100%);
	background: var(--elp-bg);
	color: var(--elp-text);
	font-family: "Inter", "Nunito Sans", "Segoe UI", Arial, sans-serif;
	overflow-x: hidden;
	padding: 0 0 2.5rem;
}

.elp-legal * {
	box-sizing: border-box;
}

.elp-legal a {
	color: var(--elp-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.elp-legal a:hover {
	color: #0b4f93;
}

.elp-legal-hero .ep-breadcrumbs {
	margin: 0 0 1rem;
	padding: 0;
	font-family: "Nunito Sans", "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 600;
	color: #0d2238;
}

.elp-legal-hero .ep-breadcrumbs__link {
	color: #0d2238 !important;
	text-decoration: none !important;
	font-weight: 600;
}

.elp-legal-hero .ep-breadcrumbs__link:hover,
.elp-legal-hero .ep-breadcrumbs__link:focus-visible {
	color: #0d73d4 !important;
	text-decoration: underline !important;
}

.elp-legal-hero .ep-breadcrumbs__current {
	color: #0d73d4 !important;
	font-weight: 700;
	text-decoration: none;
}

.elp-legal-hero .ep-breadcrumbs__sep {
	color: #0d2238;
	font-weight: 600;
}

.elp-legal-wrap {
	width: var(--elp-container);
	margin: 0 auto;
	padding: 0 clamp(1rem, 2.5vw, 1.5rem);
}

.entry-content .elp-legal-section ol,
.entry-content .elp-legal-section ul {
	margin-bottom: 0.75rem;
	padding-left: 1.5rem;
}

.elp-legal-hero-wrap {
	width: var(--elp-hero-container);
}

.elp-legal-hero {
	padding: clamp(1.25rem, 3vw, 2rem) 0 1rem;
	background:
		radial-gradient(900px 460px at 0% 0%, rgba(47, 144, 239, 0.14), transparent 70%),
		radial-gradient(900px 460px at 100% 0%, rgba(10, 154, 116, 0.1), transparent 72%),
		#fff;
}

.elp-legal-kicker {
	display: inline-block;
	margin: 0 0 0.85rem;
	padding: 0.38rem 0.8rem;
	font-family: "Nunito Sans", "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0c5fae;
	background: linear-gradient(180deg, #f3f9ff 0%, #eaf4ff 100%);
	border: 1px solid #c5dff8;
	border-radius: 999px;
	line-height: 1.2;
	box-shadow: none;
}

.elp-legal-hero h1 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.85rem, 1.2rem + 2.2vw, 3rem);
	line-height: 1.12;
	color: var(--elp-text);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.elp-legal-panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(1.5rem, 3vw, 2.5rem);
	margin: 0;
}

.elp-legal-section + .elp-legal-section {
	margin-top: 1.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid var(--elp-line);
}

.elp-legal-section h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.75rem);
	line-height: 1.25;
	color: var(--elp-text);
	font-weight: 700;
}

.elp-legal-section h3 {
	margin: 1.1rem 0 0.55rem;
	font-size: 1.05rem;
	line-height: 1.35;
	color: #10273f;
	font-weight: 700;
}

.elp-legal-section p,
.elp-legal-section li {
	margin: 0 0 0.75rem;
	font-size: 16px;
	line-height: 1.75;
	color: #2f4358;
}

.elp-legal-section ul {
	margin: 0 0 0.75rem;
	padding-left: 1.5rem;
	list-style: disc;
}

.entry-content .elp-legal-section ul,
.entry-content .elp-legal-section ul > li,
.entry-content .elp-legal-section ul ul > li {
	list-style-type: disc;
}

.elp-legal-section b,
.elp-legal-section strong {
	font-weight: 700;
	color: #10273f;
}

.elp-legal-contact-card {
	margin-top: 0.5rem;
	padding: 1rem 1.1rem;
	background: var(--elp-accent-soft);
	border: 1px solid #c9e1fb;
	border-radius: 10px;
}

.elp-legal-contact-card p:last-child {
	margin-bottom: 0;
}

#privacy-policy-page .elp-legal-wrap,
#terms-conditions-page .elp-legal-wrap {
	width: min(1290px, calc(100% - 2rem));
	max-width: min(1290px, calc(100% - 2rem));
}

#privacy-policy-page .elp-legal-panel,
#terms-conditions-page .elp-legal-panel {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#privacy-policy-page .elp-legal-section ul,
#terms-conditions-page .elp-legal-section ul {
	list-style: disc !important;
}

#privacy-policy-page .elp-legal-section ul > li,
#privacy-policy-page .elp-legal-section ul ul > li,
#terms-conditions-page .elp-legal-section ul > li,
#terms-conditions-page .elp-legal-section ul ul > li {
	list-style-type: disc !important;
}