/* Benchmark Reference Styles */
.benchmark-reference {
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    margin: 2px 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    background-color: rgba(5, 136, 94, 0.1) !important;
    color: rgb(5, 136, 94) !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}


.benchmark-reference:hover {
    background-color: rgba(5, 136, 94, 0.15) !important;
}

.benchmark-reference:active {
    background-color: rgba(5, 136, 94, 0.2) !important;
}
