.search-header {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-box {
    flex: 1;
    min-width: 0;
    height: 40px;
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 20px;
    padding: 0 14px;
}

.search-box i {
    color: #9ca3af;
    font-size: 16px;
    margin-right: 6px;
}

.search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.search-submit {
    border: 0;
    background: transparent;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    white-space: nowrap;
}

.search-empty {
    padding: 48px 16px;
    text-align: center;
    color: #9ca3af;
}

.search-empty i {
    display: block;
    color: #d1d5db;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}
