.fcm-menu {
	bottom: 88px;
	position: fixed;
	z-index: 9999;
}

.fcm-menu-right {
	right: 24px;
}

.fcm-menu-left {
	left: 24px;
}

.fcm-menu__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.fcm-menu__item {
	align-items: center;
	background: #102542;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(16, 37, 66, 0.18);
	color: #fff;
	display: inline-flex;
	gap: 10px;
	min-height: 48px;
	padding: 10px 16px 10px 10px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.fcm-menu__item:hover {
	box-shadow: 0 14px 30px rgba(16, 37, 66, 0.24);
	color: #fff;
	opacity: 1;
	transform: translateY(-2px);
}

.fcm-menu__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.fcm-menu__icon svg {
	display: block;
	fill: currentColor;
	height: 15px;
	width: 15px;
}

.fcm-phone {
	background: #1b4d3e;
}

.fcm-instagram {
	background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.fcm-whatsapp {
	background: #20c45a;
}

.fcm-email {
	background: #2b59c3;
}

.fcm-menu__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.fcm-menu {
		bottom: 88px;
	}

	.fcm-menu-right {
		right: 16px;
	}

	.fcm-menu-left {
		left: 16px;
	}

	.fcm-menu__item {
		padding-right: 12px;
	}

	.fcm-menu__label {
		display: none;
	}
}
