.ah-share-buttons-2 a {
	border: none;
	background-color: var(--ahura-c-bg-secondary);
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-block: 4px;
	margin-inline: 3px;
	transition: background-color 0.15s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.ah-share-buttons-2 a:focus-visible {
	outline: 2px solid var(--ahura-theme-primary, var(--ahura-accent-color, #1d67e8));
	outline-offset: 2px;
}

.ah-share-buttons-2 a i {
	font-size: 22px;
}

.ah-share-buttons-2 a:hover {
	background-color: var(--ahura-c-bg-primary);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.ah-share-buttons-2 a i.fa-facebook {
	color: #475993;
}

.ah-share-buttons-2 a i.fa-twitter {
	color: #03a9f4;
}

.ah-share-buttons-2 a i.fa-linkedin-in {
	color: #0077b7;
}

.ah-share-buttons-2 a i.fa-telegram {
	color: #2ca5e0;
}

.ah-share-buttons-2 a i.fa-pinterest {
	color: #cb2027;
}

.ah-share-buttons-2 a i.fa-whatsapp {
	color: #4caf50;
}

.ah-share-buttons-2 a i.fa-envelope {
	color: #f3584d;
}
