.ah-share-buttons-2 a {
    border: none;
    background-color: var(--ahura-c-bg-secondary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 5px;
    transition: ease .15s;
}

.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 7px #00000026;
}

.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;
}