.poi-overlay {
    z-index:1001;
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: 360px;
    height: 500px;
    background-color: var(--background-color);
    border-radius: 0.5em;
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.4);
}
