
.main-header {
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    border-bottom: 1px solid var(--border, #d0d0d0);
}

.main-header__row {
    display: flex;
    align-items: center;      /* Center everything vertically */
    height: 100px;
    padding: 0 28px 0 18px;
    gap: 2.5rem;
}

.main-header__logo {
    width: 140px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
}


.main-header__title {
    font-size: 26pt;
    font-weight: lighter;
    margin: 0;
    white-space: nowrap;
}

.main-header__toolbar {
    margin: 0.3rem 0 0 -1rem;
}

.main-header__user {
    margin-left: auto;
    display: flex;
    align-items: center;
}
