.tvfenix-social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	margin: 0;
	padding: 0;
}

.tvfenix-social-icons .tvfenix-social-link {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #777;
	border-radius: 50%;
	background: #fff;
	color: #222;
	text-decoration: none !important;
	line-height: 1;
	transition: transform .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease;
}

.tvfenix-social-icons .tvfenix-social-link:hover,
.tvfenix-social-icons .tvfenix-social-link:focus {
	color: #0879e8;
	border-color: #0879e8;
	background: #fff;
	transform: translateY(-2px);
	text-decoration: none !important;
}

.tvfenix-social-svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

@media (max-width: 1024px) {
	.tvfenix-social-icons {
		gap: 12px;
	}

	.tvfenix-social-icons .tvfenix-social-link {
		width: 44px;
		height: 44px;
	}

	.tvfenix-social-svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 767px) {
	.tvfenix-social-icons {
		gap: 8px;
	}

	.tvfenix-social-icons .tvfenix-social-link {
		width: 38px;
		height: 38px;
	}

	.tvfenix-social-svg {
		width: 18px;
		height: 18px;
	}
}
