* {
  --primary-color: #4A7CD2;
  --primary-color-rgb: 74, 124, 210;
  --secondary-color: #EAA638;
  --secondary-color-rgb: 59, 157, 31;
}

/* Branding mobil: logo-ul ramane ancorat la marginea stanga, iar meniul la dreapta. */
@media (max-width: 991.98px) {
  body .radioterapia-header .de-flex > .de-flex-col:first-child {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    margin-right: auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body .radioterapia-header #logo.radioterapia-logo-wrap {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: min(214px, 62vw) !important;
    text-align: left !important;
  }

  body .radioterapia-header #logo.radioterapia-logo-wrap > a {
    justify-content: flex-start !important;
    margin: 0 !important;
    width: auto !important;
  }

  body .radioterapia-header .de-flex > .de-flex-col:last-child {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
}
