/* Chat highlight overrides to match dropdown highlight style */
/* This file overrides the default chat highlight styling to match the dropdown highlight UX */

.key-result-description.chat-highlight {
    color: #1f2937 !important;
    background-color: rgba(80, 98, 255, 0.1) !important;
    border-radius: 0.25rem !important;
    margin-left: 0.375rem !important;
    margin-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 0 0 1px rgba(80, 98, 255, 0.2) !important;
}
