/**
Theme Name: Questrom Technology
Author: Questrom Technology
Author URI: https://questromworld.bu.edu/
Description: Child theme for the Questrom Technology intranet
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: questrom-technology
Template: astra
*/

.relevanssi-live-search-result-status {
    display: none !important;
}

.relevanssi-live-search-results {
    border: 0 !important;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.relevanssi-live-search-result {
    border-bottom: 1px solid #e5e7eb;
}

.relevanssi-live-search-result:last-child {
    border-bottom: 0;
}

.relevanssi-live-search-result p {
    margin: 0 !important;
}

.relevanssi-live-search-result a {
    display: block;
    padding: 18px 16px;
    color: #111827 !important;
    text-decoration: none !important;
}

.relevanssi-live-search-result a:hover,
.relevanssi-live-search-result[aria-selected="true"] a {
    background: #edf6fc;
    color: #b11832 !important;
}


