/* Copy button states */
.copy-md-btn.copied {
    color: var(--sidebar-active);
}

.copy-md-btn.error {
    color: var(--warning);
}
