main section {
    margin: 0 0 25px 0;
    border-bottom: 2px dotted var(--col-mg);
}

main section header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

main section header hgroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 100%;
}

main section header h1 {
    margin: 0 .5em 0 0;
    text-wrap: nowrap;
}

main section header h2 {
    font-size: 16pt;
    margin: 0 .5em 0 0;
    text-wrap: nowrap;
}

@media (max-width: 650px) {
    section header h1 {
        width: 100%;
    }
}

main section img {
    box-sizing: border-box;
    border: 1px solid var(--col-fg);
    width: 100%;
}

.link-styled-mg {
    margin-right: 1em;
    text-wrap: nowrap;
    line-height: 1.75em;
}

.link-styled-mg::before {
    content: "\1F872\FE0E";
    display: inline-block;
    position: relative;
    left: 0px;
    margin: -5px .25em -5px 0;
    font-family: var(--glyph-font); /* Forcing iOS to render glyphs */
    font-weight: 400;
    transition: inherit;
}

.link-styled-mg:hover::before {
    left: 2px;
}

.key-name {
    color: var(--col-accent);
    font-weight: 700;
}

