

#wp-link-wrap {
    display: none;
    background-color: #fff;
    width: 500px;
    overflow: hidden;
    margin-left: -250px;
    position: fixed;
    top: 40% !important;
    left: 50%;
    z-index: 100105;
    transition: height .2s,margin-top .2s;
    height: 600px !important;
    margin-top: -250px;
}

.has-text-field #wp-link .query-results {
    top: 270px !important;
}
