/**
 * Preserve visual styles after demoting decorative h5/h6 to non-heading tags
 * (footer column labels, blog Previous/Next) for correct heading hierarchy.
 *
 * Note: Many listing templates skip wp_head(), so these rules are also mirrored
 * in style.css (.submenu_list .footer-heading, .previous-next .pn-label).
 */

.footer .submenu_list .footer-heading,
.submenu_list .footer-heading {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 600;
	font-family: var(--font-serif-pro);
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff !important;
}

.footer .footer-tagline,
.left_logo .footer-tagline {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.75;
	font-family: var(--font-serif-pro);
	color: #fff !important;
}

.previous-next .pn-label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0;
	text-align: left;
	color: #1797c5;
	margin: 0 0 8px 12px;
	font-family: var(--font-serif-pro);
}

.next .pn-label {
	text-align: right !important;
	margin: 0 12px 8px 0 !important;
}

@media only screen and (max-width: 1200px) {
	.previous-next .pn-label {
		font-size: 14px;
		font-weight: 600;
		margin: 0 0 0 8px;
	}
}
