.copy-text {
    cursor: pointer;
    user-select: text;
    transition: color .2s ease;
}

.copy-text.copied {
    color: var(--bs-primary);
    font-weight: bold;
}
