.ah-post-share-buttons-element {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ah-post-share-buttons-element img,
.ah-post-share-buttons-element svg {
    width: 25px;
}

.ah-post-share-buttons-element i {
    font-size: 25px;
}

.ah-post-share-buttons-element a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease .15s;
}

.ah-post-share-buttons-element a:hover {
    transform: scale(1.1);
}