.lookup-search-form-home {
    position: relative;
}

.lookup-search-form-home .search-list {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0.5rem;
    right: calc(82px + 0.5rem);
    max-height: 300px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d6dbe7;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    z-index: 99;
}

.lookup-search-form-home .lookup-search-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lookup-search-form-home .lookup-search-items li {
    margin: 0;
    border-bottom: 1px solid #eef1f7;
}

.lookup-search-form-home .lookup-search-items li:last-child {
    border-bottom: 0;
}

.lookup-search-form-home .lookup-search-items a {
    display: block;
    padding: 0.55rem 0.75rem;
    color: #1b1b1b;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
}

.lookup-search-form-home .lookup-search-items a:hover {
    background: #f6f9ff;
}

.lookup-search-form-home .no-match-found {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0.5rem;
    right: calc(82px + 0.5rem);
    padding: 0.55rem 0.75rem;
    background: #ffffff;
    border: 1px solid #d6dbe7;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    color: #333333;
    z-index: 99;
}
