/* Highlighted text */
mark.SearchHighlight {
    background: #fff3a0;
    border-radius: 3px;
    padding: 0 2px;
}

/* Top search banner */
.SearchBanner {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff8dc;
    border-bottom: 1px solid #e6d8a8;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.SearchBannerInner {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.SearchHint {
    color: #666;
    font-size: 0.85rem;
}

.SearchClose {
    border: none;
    background: transparent;
    font-size: 1rem;
    cursor: pointer;
}
