.cfr-native-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #0057a8;
    border-radius: 4px;
    background: #0057a8;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.cfr-native-share:hover,
.cfr-native-share:focus {
    border-color: #003f7d;
    background: #003f7d;
    color: #fff;
}

.cfr-native-share:active {
    transform: translateY(1px);
}

.cfr-native-share:focus-visible {
    outline: 3px solid #ffcc00;
    outline-offset: 2px;
}

.cfr-native-share__icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cfr-native-share--icon-only {
    width: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    color: #0057a8;
}

.cfr-native-share--icon-only .cfr-native-share__icon {
    width: 20px;
    height: 20px;
}

.cfr-native-share--icon-only .cfr-native-share__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.news > .bshareGroup,
.stickyPost > .bshareGroup {
    float: left;
}

.news > .bshareGroup.comunicatH {
    margin-top: 15px;
    margin-bottom: -15px;
    margin-left: 0;
}

.stickyPost > .bshareGroup {
    margin-top: 0;
    margin-bottom: -15px;
    margin-left: 8px;
}

@media (max-width: 359px) {
    .news > .bshareGroup.comunicatH,
    .stickyPost > .bshareGroup {
        float: none;
        margin: 0 0 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfr-native-share {
        transition: none;
    }
}
