.live-post-search-box {
    position: relative;
    max-width: 400px;
    margin: 1rem 0; /* removes center alignment */
}

#live-post-search-input {
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #a0a0a0;
}

#live-post-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000000;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#live-post-search-results li {
    padding: 8px 12px;
    cursor: pointer;
}

#live-post-search-results li:hover {
    background: #000000;
}

#live-post-search-results .no-result {
    color: #888;
    cursor: default;
}
