/*
 * Eva Völkle — Extra CSS overrides
 * Tailwind CDN handles all utility classes.
 * Only place rules here that Tailwind can't handle.
 */

/* WordPress custom logo sizing */
.custom-logo-link img {
    height: 3rem;
    width: auto;
    object-fit: contain;
}

/* Smooth image hover transition on about portrait */
.about-portrait {
    transition: filter 700ms ease;
}

/* Remove default WordPress margins on body-content areas */
.entry-content p:last-child {
    margin-bottom: 0;
}
