/* Site-specific overrides (not overwritten by download_design_system.php) */

/* Orange underline under titles — ensure ::after clears descenders */
.entry-title,
.team .heading {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    h1.entry-title {
        padding-bottom: 48px;
    }
}
