.fsbp-share-wrap {
    margin: 32px 0 16px;
    text-align: left;
}

.fsbp-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 6px;
    background: #1877f2;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.fsbp-share-button::before {
    content: "f";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    color: #1877f2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.fsbp-share-button:hover,
.fsbp-share-button:focus {
    color: #ffffff !important;
    opacity: 0.9;
    transform: translateY(-1px);
    text-decoration: none;
}
