@media (max-width: 768px) {
    .app-header-row {
        min-height: 4.1rem;
        justify-content: space-between;
    }

    .app-header-row .hp-header-actions {
        margin-left: auto;
    }

    .app-brand-logo {
        height: 2.85rem;
        max-width: 14.75rem;
    }

}
