.social-links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.social-links-block a {
	text-decoration: none;
	color: inherit;
}

.social-links-block img {
	width: 24px;
	height: 24px;
}

.wp-block-pixfort-core-social-links .pix-social_widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-pixfort-core-social-links .pix-icon-preview {
	line-height: 0;
}

.wp-block-pixfort-core-social-links .pix-icon-preview img {
	width: 20px;
	height: 20px;
	opacity: .7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.wp-block-pixfort-core-social-links .pix-social-item:hover .pix-icon-preview img {
	opacity: 1;
}

.wp-block-pixfort-core-social-links .d-inline-block {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.wp-block-pixfort-core-social-links .shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	border-radius: 100%;
}

.wp-block-pixfort-core-social-links .shadow-hover-sm:hover {
	-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .09);
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .09);
}

.wp-block-pixfort-core-social-links .fly-sm {
	-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.wp-block-pixfort-core-social-links .fly-sm:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.wp-block-pixfort-core-social-links .pix-mr-10 {
	margin-right: 10px;
}

.wp-block-pixfort-core-social-links .mb-2 {
	margin-bottom: .5rem;
}

.wp-block-pixfort-core-social-links .pix-py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wp-block-pixfort-core-social-links .d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-pixfort-core-social-links .align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-pixfort-core-social-links .justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-pixfort-core-social-links .h-100 {
	height: 100%;
}

.wp-block-pixfort-core-social-links .text-body-default {
	color: #333;
}