.share-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}
.custom-social-share {
    margin-bottom: 20px;
}
.custom-social-share:last-child {
    margin-top: 20px;
}
.custom-social-share a {
    display: flex !Important;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    flex-grow: 1;
    color: inherit;
    text-decoration: none;
    height: 40px;
    transition: background-color 0.3s;
    border-bottom: none !Important;
    border-radius: 5px;
    margin-right: 5px;
}
.custom-social-share a:last-child {
    margin-right: 0;
}

.custom-social-share i {
    margin: 0;
    font-size: 24px;
}
.fa-facebook-f, .fa-twitter, .fa-linkedin-in, .fa-whatsapp, .fa-telegram-plane, .fa-link, .fa-envelope {
    color: #ffffff;
}
.facebook-button {
	background: #1877f2;
}
.twitter-button {
	background: #1da1f2;
}
.linkedin-button {
	background: #2867b2;
}
.whatsapp-button {
	background: #25D366;
}
.telegram-button {
	background: #229ED9;
}
.copy-button {
	background: #808080;
}
.email-button {
	background: #323b43;
}
.share-text {
    font-weight: 700;
}