.cxsocialshare-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.cxsocialshare-label {
    font-weight: 600;
}

.cxsocialshare-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cxsocialshare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.875rem;
    border: 1px solid #ccc;
}

.cxsocialshare-btn span {
    line-height: 1;
}

.cxsocialshare-btn:hover {
    text-decoration: underline;
}
