/* main color */
.share-button__toggle {
    background-color: #2EC4DF !important;
}

/* hover color */
.share-button__toggle:hover {
    background-color: #6CD5E8 !important;
}

