/* CSS for the new Search Action Button */
#search-action-btn {
    background: #007bff;
    color: white;
    font-weight: bold;
    border: 1px solid #444;
}

#search-action-btn:hover {
    background: #0056b3;
}