/**
 * Orisa Social Block — layout 1 footer pills (index-2.html / .mp-footer-style).
 * Scoped to the widget so links match HTML when not inside .mp-footer-style.
 */
.elementor-widget-orisa-social-block .at-hero-social:not(.style-2) a {
	color: var(--at-common-white);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.elementor-widget-orisa-social-block .at-hero-social:not(.style-2) a:hover {
	background: var(--at-common-white);
	color: var(--at-common-black);
	border-color: var(--at-common-white);
}
