/*
 * Custom social-link services — mirror core per-service color rules from
 * wp-includes/blocks/social-links/style.css for services WordPress does not
 * ship (e.g. Houzz).
 */

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-houzz {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-houzz {
	color: #4dbc15;
}

/* Match theme footer specificity (.wp-block-social-link.wp-social-link). */
.wp-block-social-links .wp-block-social-link.wp-social-link.wp-social-link-houzz {
	color: #fff;
}
