﻿.lookup-item {
    border-bottom: 1px dashed lightgray;
    padding: 5px 10px;
}

    .lookup-item:hover {
        cursor: pointer;
        background-color: #e7edef;
    }

.lookup-items-container {
    width: 90%;
    z-index: 100;
    position: absolute;
    background-color: white;
    padding: 0.3em;
    /* box-shadow: 0 6px 12px rgb(0 0 0 / 18%);*/
    max-height: 200px;
    overflow-y: auto;
}
