#social-links {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.social-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-btn--wa {
	background: #25d366;
	box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.6);
}

.social-btn--phone {
	background: #0b84d6;
	box-shadow: 0 10px 24px -6px rgba(11, 132, 214, 0.6);
}

@media screen and (max-width: 768px) {
	#social-links {
		bottom: 20px;
		right: 16px;
	}
}
