/* Ensure no extra spacing - rely on styles.css for body flexbox */
.name-plate {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
}


.name-plate blockquote {
    margin-bottom: 0 !important;
}

.name-plate blockquote:last-child {
    margin-bottom: 0 !important;
}

.name-plate pre {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.name-plate h2 {
    margin-bottom: 1rem;
}

.name-plate ul {
    margin-bottom: 2rem;
}

.foot {
    margin-top: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.foot p {
    margin: 0.25rem 0;
}

/* Override mobile centering - match archive page */
@media (max-width: 480px) {
    .name-plate {
        margin: 20px 0 !important;
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: left !important;
    }
}

