.dm-header {
  position: relative;
  z-index: 3;
}

.dm-header__logoNavWrapper {
  display: flex;
  align-items: baseline;
}

.dm-header__profileLink {
  margin-left: auto;
}

/* prevent display of text selection in the header (happens when doubleclicking) */

.dm-header::selection {
  color: initial;
  background: initial;
}
