html, body
{
    margin: 0;
    padding: 0;
    background-color: var(--hc-s-body-bg);
    overflow: hidden;
}

#map
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    touch-action: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.maplibregl-ctrl-bottom-right 
{
    display: none;
}

.ts-dropdown
{
    margin-top: 0 !important;
    background: #ffffffb5 !important;
}