.eyemarly-link-button {
	position: fixed;
	right: 24px;
	bottom: 104px;
	z-index: 99999;
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	line-height: 0;
}

.eyemarly-link-button:hover {
	transform: scale(1.08);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.eyemarly-link-button img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.eyemarly-link-button {
		right: 16px;
		bottom: 96px;
		width: 96px;
		height: 96px;
	}
}
