.addtoany_list {
    line-height: 16px !important;
    padding-bottom: 20px;
}
.addtoany_list .addtoany_share {
    background-color: #06488d;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 5px;
    border-radius: 5px;
}
.addtoany_list .addtoany_share img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.addtoany_list .collapse > a {
    margin-right: 5px;
}
.addtoany_list .addtoany_share:hover {
    opacity: .7;
}
.addtoany_list .addtoany_share:hover img {
    opacity: 1 !important;
}