.search-auto-term {
    border-bottom: 2px dashed #0073aa;
    cursor: pointer;
    background-color: rgba(0, 115, 170, 0.05);
    padding: 0 2px;
}

#search-side-panel {
    position: fixed;
    top: 0; right: -400px;
    width: 350px; height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 99999;
    transition: 0.3s ease;
    padding: 30px 20px;
    overflow-y: auto;
}

#search-side-panel.open { right: 0; }

#search-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 99998;
}

#close-search {
    position: absolute;
    top: 10px; right: 15px;
    background: none; border: none;
    font-size: 28px; cursor: pointer;
}

.search-result-list { list-style: none; padding: 0; }
.search-result-list li { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.search-result-list li a { text-decoration: none; color: #333; font-weight: 500; }
.search-result-list li a:hover { color: #0073aa; }