﻿.pac-container {
    background-color: white;
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: none !important;
    margin-top: -3px;
    max-height: 10rem;
    max-width: 100%;
    overflow-y: auto;
    outline: black solid 1px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pac-icon {
    display: none;
}

.pac-container > .pac-item {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5rem 0.9rem;
}

.pac-container.pac-logo.hdpi > .pac-item:hover {
    background-color: var(--primaryTint);
}
