#spa-search-container .search-box {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

#spa-search-container .search-box input {
    border: none;
    font-size: 1.1rem;
    outline: none;
    flex: 1;
}

#spa-search-container .search-box svg {
    color: #666;
    width: 20px;
    height: 20px;
}

#spa-search-container .search-results {
    margin-top: 16px;
}

#search-preview-results .search-preview-item {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

#search-preview-results .search-preview-item:hover {
    background: #f9f9f9;
}
