﻿.footer_social-media {
    padding: 4px;
    min-width: 32px;
    text-align: center;
}

    .footer_social-media:hover {
        color: #004685;
        background-color: white;
        border-radius: 5px;
    }

.share-section_social-media {
    padding: 5px;
    text-align: center;
    min-width: 35px;

}
    .share-section_social-media:hover {
        color: white;
        background-color: #0172ae;
        border-radius: 5px;
    }


.share-section-link_block {
    width:fit-content;
}
.share-section-link_block:focus {
    outline: unset;
}