html, body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

main {
    flex: 1 0 auto;
    display: block;
}

.footer {
    h5 {
        font-size: var(--font-size-headline-xs);
        margin-bottom: 0;
    }

    li {
        a,
        span,
        p {
            font-size: var(--font-size-body-s);
        }

        a > * {
            color: var(--component-footer-text-link) !important;
        }
    }
}

.mainList {
    width: fit-content;
    gap: var(--templates-margin-8xl);

    > li {
        width: unset;
    }
}

.copyright {
    font-size: var(--font-size-body-s);
}

.gov-header {
    background-color: var(--component-nav-background);
}

.logoBtn {
    display: flex;
}

.themeSwitch [name='moon'] svg {
    color: var(--interactive-active);
}

.envLabel span {
    font-weight: 700 !important;
}

.header-title {
    color: black;
}

.gov-footer-copy > p {
    white-space: normal;
}