.search-container {
    display: flex;
    padding: 0.3rem 0.4594594594594595rem;
    background-color: #fff;
    margin-bottom: 0.2rem;
}

.search-input {
    flex: 1;
    height: 0.9rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.45rem;
    padding: 0 0.3rem;
    font-size: 0.35rem;
    background-color: #f5f5f5;
}

.search-button {
    width: 1.8rem;
    height: 0.9rem;
    background-color: #007AFF;
    color: white;
    border: none;
    border-radius: 0.45rem;
    margin-left: 0.3rem;
    font-size: 0.35rem;
    font-weight: bold;
}

.search-results {
    display: none;
    margin: 0 0.4594594594594595rem;
    background-color: #fff;
    border-radius: 0.1891891891891892rem;
    overflow: hidden;
}

.search-results-title {
    padding: 0.3rem;
    font-size: 0.4rem;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    background-color: #f8f8f8;
}

.no-results {
    padding: 1rem;
    text-align: center;
    color: #888;
}

.app-count {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #007AFF;
}

.load-more-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.more-plat {
    padding: 0.6216216216216216rem 0 1.8918918918918919rem;
    background-color: #f7f8fc;
    text-align: center;
}