/* Auto Post Linker — Footer Links (v1.1.0) */

.apl-footer-links {
	margin: 2.5em 0 1em;
	padding: 1.5em 0 0;
	border-top: 1px solid #ddd;
}

.apl-footer-links__section {
	margin: 0 0 0.8em;
	line-height: 1.6;
}

.apl-footer-links__section:last-child {
	margin-bottom: 0;
}

.apl-footer-links__heading {
	font-weight: 600;
}

.apl-footer-link {
	text-decoration: none;
	border-bottom: 0;
	transition: opacity 0.15s ease;
	font-weight: 400;
}

.apl-footer-link:hover,
.apl-footer-link:focus {
	opacity: 0.7;
}
