.maplibregl-ctrl-sidebar {
    position: absolute;
    background-color: #FEFCFD;
}

.maplibregl-ctrl-sidebar-header {
    padding: 10px;
    color: #FEF2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}

.maplibregl-ctrl-sidebar-body {
    overflow-y: auto;
}



.maplibregl-ctrl-sidebar-header-close-btn {
    background: none;
    border: none;
    color: #FEF2F2;
    cursor: pointer;
}
