/**
 * Notizie e Avvisi: tipografia fedele al Classic Editor, conforme linee guida lettura AgID.
 */

.apsp-comuni-page-column .apsp-post-date {
	color: #525252;
	display: block;
	font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 0.5rem;
}

.apsp-single-post .entry-content,
.apsp-single-post .page-content-wrapper {
	word-wrap: break-word;
}

.apsp-single-post .entry-content > *:first-child {
	margin-top: 0;
}

.apsp-single-post .entry-content > *:last-child {
	margin-bottom: 0;
}

.apsp-single-post .entry-content p {
	margin: 0 0 1rem;
}

.apsp-single-post .entry-content p:last-child {
	margin-bottom: 0;
}

.apsp-single-post .entry-content ul,
.apsp-single-post .entry-content ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.apsp-single-post .entry-content ul {
	list-style: disc;
}

.apsp-single-post .entry-content ol {
	list-style: decimal;
}

.apsp-single-post .entry-content li {
	margin-bottom: 0.35rem;
}

.apsp-single-post .entry-content li:last-child {
	margin-bottom: 0;
}

.apsp-single-post .entry-content ul ul,
.apsp-single-post .entry-content ol ol,
.apsp-single-post .entry-content ul ol,
.apsp-single-post .entry-content ol ul {
	margin-top: 0.35rem;
	margin-bottom: 0;
}

.apsp-single-post .entry-content h2,
.apsp-single-post .entry-content h3,
.apsp-single-post .entry-content h4 {
	color: #17334f;
	font-weight: 600;
	line-height: 1.3;
	margin: 1.5rem 0 0.75rem;
}

.apsp-single-post .entry-content h2 {
	font-size: 1.5rem;
}

.apsp-single-post .entry-content h3 {
	font-size: 1.25rem;
}

.apsp-single-post .entry-content h4 {
	font-size: 1.125rem;
}

.apsp-single-post .entry-content strong,
.apsp-single-post .entry-content b {
	font-weight: 700;
}

.apsp-single-post .entry-content em,
.apsp-single-post .entry-content i {
	font-style: italic;
}

.apsp-single-post .entry-content blockquote {
	border-left: 4px solid #0066cc;
	color: #404040;
	margin: 0 0 1rem;
	padding: 0.25rem 0 0.25rem 1rem;
}

.apsp-single-post .entry-content hr {
	border: 0;
	border-top: 1px solid #d4d4d4;
	margin: 1.5rem 0;
}

.apsp-single-post .entry-content table {
	border-collapse: collapse;
	margin: 0 0 1rem;
	max-width: 100%;
	width: 100%;
}

.apsp-single-post .entry-content th,
.apsp-single-post .entry-content td {
	border: 1px solid #d4d4d4;
	padding: 0.5rem 0.75rem;
	text-align: left;
	vertical-align: top;
}

.apsp-single-post .entry-content th {
	background: #f5f5f5;
	font-weight: 600;
}

.apsp-single-post .entry-content img {
	height: auto;
	max-width: 100%;
}

.apsp-single-post .entry-content a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.apsp-single-post .entry-content a:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 2px;
}
