.cxcategoryshare-box {
    margin: 1rem 0;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-family: inherit;
}

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

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

.cxcategoryshare-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

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

/* cores das redes */
.cxcategoryshare-facebook  { background-color: #1877f2; }
.cxcategoryshare-x         { background-color: #000000; }
.cxcategoryshare-whatsapp  { background-color: #25D366; }
.cxcategoryshare-pinterest { background-color: #BD081C; }
.cxcategoryshare-linkedin  { background-color: #0077b5; }
.cxcategoryshare-bluesky   { background-color: #0285ff; }

.cxcategoryshare-btn:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

@media (max-width: 480px) {
    .cxcategoryshare-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
