html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
}

#map {
    height: 100%;
}

.tooltip {
    position: absolute;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.tooltip-overlay {
    padding: .25rem;
}

.tooltip-overlay > span {
    display: block;
}

.tooltip-overlay .tooltip-description {
    font-weight: 600;
}

.pin-glyph {
    height: 22px;
    width: 22px;
}

.fab, .fab-menu {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    z-index: 200000;
}

@supports (backdrop-filter: blur(56px) saturate(1.1)) {
    .fab, .fab-menu {
        background-color: rgba(255,255,255,.7);
        backdrop-filter: blur(56px) saturate(1.1);
    }
}

.fab {
    bottom: 1rem;
    cursor: pointer;
    padding: 4px;
    border-radius: 16px;
}

.fab, .fab svg {
    height: 48px;
    width: 48px;
}

.fab-menu {
    bottom: calc(2rem + 56px);
    max-width: 330px;
    padding: .5rem;
    border-radius: 8px;
}

.fab-menu .fab-menu-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.fab-menu .fab-menu-header h1 {
    font-size: 1rem;
    margin: 0;
}

.fab-menu .fab-menu-header svg {
    flex: 24px 0 0;
    margin-left: 1rem;
    cursor: pointer;
}

.fab-menu .fab-menu-body span {
    display: block;
    margin-top: .75rem;
    font-size: 14px;
    line-height: 1.3;
}

.fab-menu .fab-menu-body a {
    color: oklch(62.3% 0.214 259.815);
}
