@media screen and (max-width: 480px) {
  #header {
    width: 100vw !important;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem !important;
    height: auto;
    min-height: 60px;
  }

  .row,
  .row-fluid,
  [class*="row"],
  [class*="grid"],
  [class*="flex"] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    box-sizing: border-box;
  }

  #header .flex:first-child {
    flex: 1;
  }
  #header > .flex:last-child {
    display: none !important;
  }
  #header {
    width: 100% !important;
    max-width: 100%;
    padding: 1rem !important;
  }
}
