.map-container {
    position: relative;
}

.map-container > * {
    height: 30em;
}

#map-met-data {
    display: none;
    position: absolute;
    top: 0;
    width: 15.5em;
    background: white;
    border: var(--dark-grey-border-style);
    box-sizing: border-box;
    z-index: 1;
}

.map-met-data-header {
    display: flex;
    justify-content: end;
}

.map-met-data-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2em;
    cursor: pointer;
}