#site-footer {
	background-color: #ecf2f6;
	color: #333;
	clear: both;
	padding-top: 3.5em !important;
	padding-bottom: 0;
	font-size: 0.85em;
	line-height: 1.7;
}

#site-footer,
#site-footer p,
#site-footer h3 {
	color: #333;
}

#site-footer .footer-inner {
	max-width: 64em;
	margin: 0 auto;
	padding: 0 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

#site-footer .footer-col {
	flex: 1;
	min-width: 180px;
}

#site-footer h3 {
	color: #00a0bc;
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 0.5em;
}

#site-footer a {
	color: #007a8c;
	text-decoration: none;
}

#site-footer a:hover {
	text-decoration: underline;
}

#site-footer p {
	margin: 0 0 0.8em;
}

#site-footer .footer-bottom {
	max-width: 64em;
	margin: 2em auto 0;
	padding: 1em 2em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 0.9em;
	color: #666;
}

.content-page {
	max-width: 48em;
	margin: 0 auto;
	padding: 3em 2em;
	line-height: 1.8;
}

.content-page h1 {
	margin: 0 0 1em;
	font-size: 2em;
}

.content-page h2 {
	margin: 2em 0 0.5em;
	font-size: 1.3em;
}

.content-page h3 {
	margin: 1.5em 0 0.3em;
	font-size: 1.1em;
}

.content-page p {
	margin: 0 0 1em;
}

.content-page ul {
	margin: 0 0 1em;
	padding-left: 1.5em;
}

.content-page li {
	margin-bottom: 0.3em;
}

.content-page .meta {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 2em;
}

@media screen and (max-width: 600px) {
	#site-footer .footer-inner {
		flex-direction: column;
		gap: 1.5em;
	}

	#site-footer .footer-col {
		min-width: auto;
	}

	.content-page {
		padding: 2em 1.2em;
	}
}
