/**
 * All of the the public-facing stylesheet code for `Social Icons` widget
 * reside in this file.
 *
 * @package     social-network-widget
 * @author      MyPreview (Github: @mahdiyazdani, @mypreview, @gookalani)
 */
ul.social-network-icons {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
li.social-network-icons__item {
	list-style: none;
	padding: 0 15px 11px 0;
}
li.social-network-icons__item:last-child {
	padding-right: 0;
}
li.social-network-icons__item a {
	display: flex;
	padding: 2px;
	border-radius: 2px;
}
.widget li.social-network-icons__item {
	margin: 0;
}
