/**
 * FAQ Search Bar Styles
 */

/* Search input with purple border */
#faq-search {
    border-color: #9f62fb !important;
    border-style: solid !important;
    border-width: 2px !important;
}

#faq-search:focus {
    outline: none !important;
    border-color: #9f62fb !important;
    box-shadow: 0 0 0 2px rgba(159, 98, 251, 0.2) !important;
}

/* Clear button hover */
.faq-clear-btn:hover {
    color: #9f62fb;
}
