.rrssShare .icon {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a7b5c1 !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border: 2px solid #a7b5c1;
    cursor: pointer;
}

.rrssShare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: fit-content;
    margin: auto;
}