﻿ul.typeahead {
    background: black;
    color: white;
    z-index: 1000;
    width: 100%;
    left: 0px !important;
    padding-left: 320px;
    list-style-type: none;
    height: 100dvh;
}

ul.typeahead::-webkit-scrollbar {
    display: none;
}

ul.typeahead::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    ul.typeahead li {
        float: left;
        width: 20%;
        text-align: center;
    }

    .item-thumb {
        float: left;
        padding: 15px 0;
    }

.item-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.item-labels {
    color: white;
    float: left;
    padding: 10px;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    max-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .item-labels .item-date {
        color: #ff6a00;
        font-size: 0.9rem;
        margin: 5px;
        text-align: right;
    }