/**
 * BrainSync — product reference (articul) badge near title.
 */

.brainsync-product-ref {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0 8px;
    font-size: 0.9rem;
    color: #666;
}

.brainsync-product-ref__value {
    font-weight: 600;
    color: #333;
    letter-spacing: 0.02em;
}

.brainsync-product-ref__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 5px;
    cursor: pointer;
    color: #888;
    transition: all 0.2s;
}

.brainsync-product-ref__copy:hover {
    border-color: #2fb5d2;
    color: #2fb5d2;
}

.brainsync-product-ref__copy--ok {
    border-color: #4caf50;
    color: #4caf50;
}
