.cpsb-share {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.cpsb-btn {
    border: none;
    border-radius: 18px;
    height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 120ms ease, filter 120ms ease;
}

.cpsb-btn:focus {
    outline: 2px solid rgba(0,0,0,0.2);
    outline-offset: 2px;
}

.cpsb-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.cpsb-x {
    background: #0d0d0d;
    color: #ffffff;
}

.cpsb-fb {
    background: #1877f2;
    color: #ffffff;
}

.cpsb-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.cpsb-icon-x {
    background: #000000;
    color: #ffffff;
}

.cpsb-icon-fb {
    background: #ffffff;
    color: #1877f2;
    font-family: "Arial Black", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
}

.cpsb-label {
    font-size: 14px;
}

.cpsb-count {
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px;
}

@media (max-width: 480px) {
    .cpsb-btn {
        height: 28px;
        padding: 0 10px;
        font-size: 13px;
    }

    .cpsb-label,
    .cpsb-count {
        font-size: 13px;
    }
}
