/* MAP brand palette (mirrors src/scss/map_modules/_variables.scss). */
:root {
    --map-blue: #0095FF;
    --map-dark-blue: #0056b3;
    --map-green: #42CC42;
    --map-red: #FF2E00;
    --map-orange: #F89F06;
    --map-white: #FFFFFF;
    --map-off-white: #F5F5F5;
    --map-light-grey: #DFE8E8;
    --map-grey: #AAAAAA;
    --map-dark-grey: #555555;
    --map-charcoal: #2B2B2B;
    --map-black: #000000;
}

/* Browser Reset */
body {
    padding: 0;
    margin: 0;
}

/* Links */
.link__no-underline, .link__no-underline:hover {
    text-decoration: none;
    --rz-link-text-decoration: none;
    --rz-link-hover-text-decoration: none;
}

/* Full Scroll React Mounting */
.map-radzen-shell.full-scroll.rz-layout .rz-body.map-radzen-body {
    overflow: auto;
}

.map-radzen-shell.full-scroll .map-legacy-react-host {
    min-height: 100%;
    height: fit-content;
}

.map-radzen-header ~ .map-radzen-body #content-container .iframe-container {
    height: calc(100vh - var(--rz-header-min-height));
}
