

/* Start:/local/components/cetera/share-button/templates/.default/style.css?17544875631934*/
.sharer {
    display: flex;
    height: auto;
    width: fit-content;
    position: relative;
}

.sharer:hover .sharer__content {
    display: block;
    opacity: 1;
}

.sharer__button {
    width: 1.87rem;
    height: 1.87rem;
    position: relative;
    display: inline-flex;
    border: .06rem solid #0068c5;
    border-radius: 50%;

    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    text-transform: uppercase;
    color: #0d47a1;

    background: white url('/local/components/cetera/share-button/templates/.default/./img/sharer.svg') center right 0.2rem / 85% no-repeat;
    cursor: pointer;
}

.sharer__button::after {
    content: '';
    display: block;
    position: absolute;
    bottom: .62rem;
    width: 100%;
    height: .62rem;
}


.sharer__content {
    display: none;
    position: absolute;
    z-index: 10;
    top: -5.3rem;
    left: 0;
    opacity: 0;
    border-radius: .18rem;
    border: .06rem solid #0d47a1;
    background: #fff;
    padding: .75rem .87rem .93rem;
    transition: all ease-in-out .15s;
}

.sharer__title {
    color: #000;
    font-size: .75rem;
    margin-bottom: .5rem;
    letter-spacing: .06rem;
}

.sharer__items {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.sharer__item {
    margin-right: .37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: .31rem .25rem .31rem .31rem;
    flex-shrink: 0;
    border-radius: .25rem;
    background-color: #0d47a1;
    cursor: pointer;
}

.sharer__item:hover {
    background-color: #0b3679;
}

.sharer__item:last-child {
    margin-right: 0;
}

@media (max-width: 40rem) {
    .sharer__button {
        margin-right: 0;
    }

    .sharer__content {
        right: 0;
        left: unset;
    }

    .sharer__item {
        width: 2.2rem;
        height: 2.2rem;
    }

    .sharer__item img {
        width: 100%;
        height: 100%;
    }
}

/* End */
/* /local/components/cetera/share-button/templates/.default/style.css?17544875631934 */
