.map-content {
    overflow-y: auto;
    overflow-x: auto;
    white-space: pre;
    padding: 0;
    background-color: #000;
    font-family: var(--cv-mono-font, 'DejaVu Sans Mono', 'Fira Mono', monospace);
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 0;
    font-kerning: none;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
    text-rendering: geometricPrecision;
}

.map-content .out {
    white-space: pre;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.map-content .map-row {
    margin: 0;
    padding: 0;
    white-space: pre;
    line-height: 1;
    min-height: 1ch;
}

.map-content .map-glyph {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1;
    vertical-align: baseline;
}
