.instagram-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0 !important;
	border: 0;
	border-radius: 12px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fdf497 5% 9%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	box-shadow: 0 8px 22px rgba(214, 36, 159, .28), 0 0 0 1px rgba(255, 255, 255, .18);
	color: #fff;
	transition: filter .22s ease, box-shadow .22s ease, transform .22s ease;
}
.instagram-link svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .18));
}
.instagram-link .instagram-dot {
	fill: currentColor;
	stroke: none;
}
.instagram-link:hover,
.instagram-link:focus-visible {
	color: #fff;
	filter: brightness(1.1) saturate(1.08);
	box-shadow: 0 11px 26px rgba(214, 36, 159, .4), 0 0 0 2px rgba(255, 255, 255, .28);
	transform: translateY(-3px) scale(1.04);
}
.instagram-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}
.instagram-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (max-width: 900px) {
	.instagram-link {
		width: auto;
		height: auto;
		justify-content: flex-start;
		gap: 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		padding: 12px 0 !important;
	}
	.instagram-link svg {
		width: 36px;
		height: 36px;
		box-sizing: border-box;
		padding: 7px;
		border-radius: 10px;
		background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fdf497 5% 9%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	}
	.instagram-link:hover,
	.instagram-link:focus-visible {
		background: transparent;
		box-shadow: none;
		color: #fff;
		filter: brightness(1.08);
		transform: none;
	}
	.instagram-link:hover .instagram-label,
	.instagram-link:focus-visible .instagram-label {
		color: #28b9d2;
	}
	.instagram-label {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
	}
}