/*
 * Footer "Explore more" resources block.
 *
 * Rendered by template-parts/footer/resources.php — sits between the widget
 * area and the "Free developer tools" promo. Calm utility styling to match
 * footer-tools-promo.css: small type, hairline borders, links that look like
 * links. Brand accent green #22C62C on hover.
 */

.footer-resources {
	padding: 1.75rem 0 1.5rem;
}

footer.site-footer .footer-resources {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-resources-heading {
	font-size: 1rem;
	letter-spacing: 0.01em;
}

.footer-resources-col-title {
	color: #111;
}
.footer-resources-col-title a {
	color: #111;
	text-decoration: none;
	transition: color 120ms ease;
}
.footer-resources-col-title a:hover,
.footer-resources-col-title a:focus {
	color: #22C62C;
}

.footer-resources-list li + li {
	margin-top: 0.4rem;
}

.footer-resources-link {
	color: #555;
	text-decoration: none;
	line-height: 1.35;
	display: inline-block;
	transition: color 120ms ease;
}
.footer-resources-link:hover,
.footer-resources-link:focus {
	color: #22C62C;
	text-decoration: none;
}

.footer-resources-all {
	color: #22C62C;
	text-decoration: none;
	white-space: nowrap;
}
.footer-resources-all:hover,
.footer-resources-all:focus {
	color: #1a9e22;
	text-decoration: none;
}

@media (max-width: 575.98px) {
	.footer-resources {
		text-align: center;
	}
}
