.order-header { grid-template-columns: 44px minmax(0, 1fr) auto auto; }
.order-language { display: flex; padding: 2px; border: 1px solid var(--line); border-radius: 10px; background: #080808; }
.order-language button { min-height: 34px; padding: 5px 7px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 10px; cursor: pointer; }
.order-language button.active { background: var(--gold); color: #080808; font-weight: 800; }
@media (max-width: 430px) {
  .order-header { grid-template-columns: 38px minmax(0, 1fr) auto 40px; gap: 7px; padding-inline: 8px; }
  .order-brand strong { font-size: 14px; }
  .order-language button { padding-inline: 5px; font-size: 9px; }
}
