/* 
 * RAD Platform Search Highlighting Styles
 * Used for text highlighting in iframes and documents
 */

.rad-search-text-highlight {
    background-color: #ffff0033 !important;
    padding: .1rem 0 !important;
    font-weight: 500 !important;
    border-radius: 2px !important;
    transition: background-color 0.2s ease !important;
}
