.brand strong {
    color: #96c000;
}

h1 {
    line-height: 1.1;
}

.page-hero.compact h1 {
    margin-inline: 0;
}

[hidden] {
    display: none !important;
}

.text-lime {
    color: var(--lime);
}

.footer-grid .brand-mark {
    display: flex;
    margin: 0;
}

.site-footer .brand {
    display: flex;
}

.site-footer .brand-mark {
    background: #10282b;
    border: 1px solid #718583;
}

.footer-grid .brand > span:last-child {
    margin: 0;
}

.footer-grid .footer-credit {
    margin-top: 14px;
    font-size: 0.75rem;
    font-weight: 700;
}

.footer-credit a {
    display: inline;
    margin: 0;
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
