.fv-search-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    background: #f9f9f9;
}

.fv-search-header { margin-bottom: 10px; }
.fv-search-box { margin-bottom: 10px; }

.fv-search-input,
#fv-filter-plz,
#fv-filter-type,
#fv-filter-gew,
#fv-filter-bundesland,
#fv-filter-stadt {
    padding: 6px 8px;
}

.fv-search-input { width: 100%; }

.fv-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

#fv-filter-type,
#fv-filter-gew,
#fv-filter-bundesland,
#fv-filter-stadt {
    min-width: 180px;
}

#fv-filter-plz {
    width: 120px;
}

.fv-filter-hint {
    margin-top: 6px;
    font-size: 11px;
    color: #666;
}

.fv-search-button,
#fv-search-btn {
    padding: 8px 14px;
    background: #0056d6;
    color: #fff;
    border: none;
    cursor: pointer;
}

.fv-search-button:hover,
#fv-search-btn:hover {
    background: #003f9e;
}

.fv-search-results { margin-top: 15px; }

.fv-search-result-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.fv-search-result-type {
    font-size: 11px;
    color: #777;
}
