.bm-share-wrap {
    margin: 36px 0 28px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #fafafa;
}

.bm-share-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.bm-share-heading {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #171717;
}

.bm-share-total {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
    white-space: nowrap;
}

.bm-share-total-number {
    font-size: 16px;
    font-weight: 900;
}

.bm-share-total-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bm-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bm-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 10px 8px 13px;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}

.bm-share-btn:hover {
    transform: translateY(-1px);
    opacity: .9;
    color: #fff !important;
}

.bm-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    font-size: 16px;
    font-weight: 900;
}

.bm-share-label { white-space: nowrap; }

.bm-share-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    font-size: 11px;
    font-weight: 900;
}

.bm-facebook { background: #1877f2; }
.bm-whatsapp { background: #25d366; }
.bm-x { background: #111; }
.bm-linkedin { background: #0a66c2; }
.bm-telegram { background: #229ed9; }
.bm-copy { background: #555; font-family: inherit; }
.bm-native { background: #c62828; font-family: inherit; }

.bm-share-status {
    min-height: 18px;
    margin-top: 10px;
    font-size: 13px;
    color: #555;
}

@media (max-width: 640px) {
    .bm-share-wrap {
        margin: 28px 0 22px;
        padding: 16px;
        border-radius: 13px;
    }

    .bm-share-topline {
        align-items: flex-start;
    }

    .bm-share-total {
        padding: 6px 9px;
    }

    .bm-share-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bm-share-btn {
        width: 100%;
        min-height: 44px;
        padding: 9px 7px;
        font-size: 13px;
    }

    .bm-share-count {
        min-width: 19px;
        height: 19px;
        padding: 0 4px;
        font-size: 10px;
    }
}
