.lookup-tabs-section {
    margin-left: -.85rem;
    margin-right: -.85rem;
}

.lookup-section {
    margin-top: 1.5rem;
    margin-left: .85rem;
    margin-right: .85rem;
}

.lookup-search-box {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 10px;
    padding: .625em .9375em;
    font-size: 1rem;
    background: white;
    border-radius: 1.25em;
    border: 1px solid #eee;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
}

.lookup-search-box:hover,
.lookup-search-box:focus-within {
    box-shadow: 0 .125em .25em #dddfe2;
}

.lookup-search-box > input {
    background-color: inherit;
    flex-grow: 1;
    border: 0;
    outline: none;
    font-size: .85rem;
}

.lookup-search-box > button {
    cursor: pointer;
    background-color: inherit;
    border: 0;
    outline: none;
    font-size: 1rem;
    color: var(--flex-text-muted)
}


.lookup-loading {
    padding: 3em;
    text-align: center;
    color: var(--flex-text-muted);
    font-size: var(--flex-text-sm);
}

.lookup-error {
    padding: 3em;
    text-align: center;
    color: var(--flex-text-danger);
    font-size: var(--flex-text-sm); 
    font-weight: bold;  
}
