.aso-28c97721-wrapper {
    display: inline-block;
}
.aso-28c97721-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}
.aso-28c97721-icon svg {
    width: 20px;
    height: 20px;
    fill: #333;
}
.aso-28c97721-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
body.admin-bar .aso-28c97721-overlay {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}
@media screen and (max-width: 782px) {
    body.admin-bar .aso-28c97721-overlay {
        top: 46px;
        height: calc(100% - 46px);
    }
}
.aso-28c97721-overlay.active {
    opacity: 1;
    visibility: visible;
}
.aso-28c97721-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #333;
    text-decoration: none;
}
.aso-28c97721-content {
    width: 80%;
    max-width: 800px;
}
.aso-28c97721-input {
    width: 100%;
    font-size: 30px;
    padding: 15px 0;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    outline: none;
}
.aso-28c97721-results {
    margin-top: 30px;
    max-height: 50vh;
    overflow-y: auto;
}
.aso-28c97721-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aso-28c97721-results li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.aso-28c97721-results li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
.aso-28c97721-results li a:hover {
    color: #0073aa;
}