.faq-search-box {
    text-align: center;
    margin: 30px auto;
    max-width: 500px;
}

#faq_search_input {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}

#faq_search_btn {
    padding: 10px 20px;
    margin-right: 5px;
    border: none;
    background-color: #ffb703;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#faq_search_btn:hover {
    background-color: #f48c06;
}

#faq_search_results {
    margin-top: 20px;
    text-align: right;
}

#faq_search_results p {
    margin: 10px;
}

#faq_search_results a {
    color: black;
    text-decoration: none;
}

#faq_search_results a:hover {
    text-decoration: underline;
}

.faq-no-results {
    color: #666;
    font-size: 14px;
}
