/* Agent Search UI Styles */

/* Select2 customization for agent search */
.select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 43px;
    color: #495057;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 43px;
}

.select2-container--default .select2-results__option {
    padding: 10px;
}

.select2-results__option--highlighted {
    background-color: #f78930 !important;
    color: #ffffff !important;
}

.select2-results__option--highlighted .select2-result-agent__title {
    color: #ffffff !important;
}

.select2-results__option--highlighted .select2-result-agent__meta {
    color: #ffffff !important;
}

/* Agent data protection badges */
.badge-info {
    background-color: #f78930;
    color: white;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Agent search result formatting */
.select2-result-agent {
    padding: 5px 0;
}

.select2-result-agent__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.select2-result-agent__meta {
    font-size: 0.85em;
    color: #666;
}

.select2-result-agent__meta span {
    margin-right: 15px;
}
