/* Shared layout tweaks for static school/hospital card pages */

.header__section-label {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #818a91;
    user-select: none;
}

@media (max-width: 767px) {
    .header__section-label {
        justify-content: flex-end;
        padding-right: 0;
        font-size: 1rem;
    }
}
