.h-resume .u-photo {
    width: 0.8em;
    image-rendering: pixelated;
}

.h-resume h1 {
    margin-bottom: 0;
}

.p-contact .p-role {
    margin-top: 0;
}

.h-card dl {
    display: grid;
    grid-template-columns: max-content 1fr; 
    column-gap: 0.5rem;
}

.h-card dt {
    font-weight: bold;
    color: var(--muted);
}

.h-card dt::after {
    content: ":";
}

.h-card dd {
    margin: 0;
}

h3 {
    color: var(--muted);
}

@media print {
    nav.sidebar,
    footer.site-footer,
    body > header,
    .u-photo
    {
        display: none;
    }
}