.sd-icon-link {
	width: 2.35rem;
	height: 2.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid rgba(17, 24, 32, 0.12);
	box-shadow: 0 8px 24px rgba(17, 24, 32, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sd-icon-link svg {
	width: 1.1rem;
	height: 1.1rem;
	fill: #0f2533;
}

.sd-icon-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(17, 24, 32, 0.14);
}
