.page-search-popup .page-search-popup-content {display:block!important;margin-top:30px}
.search-field {margin-bottom:20px;border-color:#000!important;}
.page-popup.open .popup-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
}

.page-popup.open .popup-close-button:hover {
    color: #000;
}
.custom-search-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

#ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 1000;
    display: none;
}

.ajax-search-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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

.search-result-item:last-child {
    border-bottom: none;
}

.result-number {
    font-weight: bold;
    margin-right: 5px;
}

.view-more-wrapper {
    text-align: center;
    padding: 10px;
}

.view-more-btn {
    display: inline-block;
    padding: 5px 10px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}

.view-more-btn:hover {
    background: #e0e0e0;
}
