@mixin mobile-header-row {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 50px;
}
