:root {
	color-scheme: only light;
}

.title {
	text-align: center;
	margin-bottom: 0.2em;
	font-size: 38px;
}

.subtitle {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 35px;
	font-style: italic;
}

footer {
	font-style: italic;
	line-height: 0.9;
}

body {
	line-height: 1.4;
	font-size: 17px;
	padding: 0 10px;
	margin: 40px auto;
	max-width: 700px;
	background: #fff;
	color: #000;
}

h2,
h3 {
	line-height: 1.2;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

a:link,
a:visited {
	color: blue;
}

/* Mobile-specific padding */
@media (max-width: 768px) {
	body {
		padding: 0 20px;
	}
}

/* Legal pages */
.legal-header {
	text-align: center;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.legal-header h1 {
	font-size: 34px;
	margin: 0 0 0.3em;
	line-height: 1.2;
}

.legal-revision {
	font-size: 14px;
	color: #555;
	margin: 0;
	font-style: italic;
}

aside.callout {
	border-left: 3px solid #888;
	background: #f6f6f6;
	padding: 0.75em 1em;
	margin: 1.2em 0;
}

aside.callout > *:first-child {
	margin-top: 0;
}

aside.callout > *:last-child {
	margin-bottom: 0;
}

aside.callout-info {
	border-left-color: #2563eb;
}

aside.callout-warning {
	border-left-color: #d97706;
}

aside.callout-error {
	border-left-color: #dc2626;
}

.callout-title {
	font-weight: bold;
	display: block;
	margin-bottom: 0.4em;
}

ol,
ul {
	padding-left: 1.8em;
}

ol li,
ul li {
	margin: 0.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.appendix {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.appendix > h2 {
	text-align: center;
	font-size: 22px;
}

.address-block {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

.address-block p {
	margin: 0.2em 0;
}
