/*
Theme Name: Hello Elementor Subscription Manager
Theme URI: https://example.com/
Description: Child theme di Hello Elementor per i layout dinamici gestiti dal Subscription Manager.
Author: Codex
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-subscription-manager
*/

.sm-legal-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 24px 72px;
	font-family: Inter, system-ui, sans-serif;
	color: #0f172a;
}

.subscription-manager-legal-main {
	background: #f8fafc;
	min-height: 60vh;
}

.subscription-manager-site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.sm-legal-page h1,
.sm-legal-page h2 {
	font-family: Montserrat, Inter, system-ui, sans-serif;
	line-height: 1.15;
}

.sm-legal-page h1 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	margin: 0 0 1rem;
}

.sm-legal-page h2 {
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	margin: 2.5rem 0 0.9rem;
}

.sm-legal-page p,
.sm-legal-page li {
	font-size: 1rem;
	line-height: 1.75;
	color: #334155;
}

.sm-legal-page ul {
	margin: 0;
	padding-left: 1.2rem;
}

.sm-legal-page a {
	color: #2563eb;
	text-decoration: underline;
}

.sm-legal-page code {
	background: #eff6ff;
	color: #0f172a;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
	font-size: 0.92em;
}
