.navbar {
	min-height: 60px;
	}
.m-logo-retina {
    height: 50px;
    position: relative; /* Or absolute, fixed, sticky */
    z-index: 1;
}

/* Indents and shrinks Community Hub navigation items */
.nav-child {
    margin-left: 2em;
    font-size: .9em;
}

/* Fix for flow fields overflowing container after Spring '24 release. */
flowruntime-lwc-field > div {
  max-width: 100%;
}