.sf365-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
}

.sf365-share__label {
    font-size: 14px;
    font-weight: 700;
}

.sf365-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
}

.sf365-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.sf365-share__button:hover,
.sf365-share__button:focus {
    color: #fff;
    opacity: .9;
    text-decoration: none;
}

.sf365-share__button--facebook { background: #1877f2; }
.sf365-share__button--whatsapp { background: #128c7e; }
.sf365-share__button--x { background: #111; }
.sf365-share__button--pinterest { background: #bd081c; }
.sf365-share__button--email { background: #59636e; }
.sf365-share__button--copy { background: #2f6f3e; }

.sf365-share__icon {
    min-width: 16px;
    text-align: center;
    text-transform: uppercase;
}

.sf365-share__notice {
    min-height: 18px;
    color: #2f6f3e;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 520px) {
    .sf365-share {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf365-share__button {
        min-width: 92px;
    }
}
