/* KDS: Keuken/Oven/Diner = zelfde knopmaat als Chef/Uitserveer/Bar. */
.kds-theme-keuken .kds-topbar {
  flex-wrap: nowrap;
  row-gap: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.kds-theme-keuken .kds-topbar .kds-topbar-acties {
  flex: 0 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-top: 0;
  margin-left: 0;
  border-left: none;
  border-top: none;
  gap: 6px;
}

.kds-theme-keuken .kds-topbar .kds-topbar-acties .kds-modus-rij {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  order: 0;
  gap: 6px;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
}

.kds-theme-keuken .kds-modus-tegel--oven,
.kds-theme-keuken .kds-modus-tegel--keuken,
.kds-theme-keuken .kds-modus-tegel--diner {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  min-width: 72px;
  width: 72px;
  height: 48px;
  min-height: 48px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(134, 176, 120, 0.28);
  background: rgba(58, 78, 56, 0.22);
  color: #d7e2c6;
  box-shadow: none;
  overflow: hidden;
}

.kds-theme-keuken .kds-modus-tegel--oven .kds-modus-tegel-visueel,
.kds-theme-keuken .kds-modus-tegel--keuken .kds-modus-tegel-visueel,
.kds-theme-keuken .kds-modus-tegel--diner .kds-modus-tegel-visueel {
  display: none;
}

.kds-theme-keuken .kds-modus-tegel--oven .kds-modus-tegel-label,
.kds-theme-keuken .kds-modus-tegel--keuken .kds-modus-tegel-label,
.kds-theme-keuken .kds-modus-tegel--diner .kds-modus-tegel-label {
  text-transform: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: inherit;
}

.kds-theme-keuken .kds-modus-tegel--oven.is-uit,
.kds-theme-keuken .kds-modus-tegel--keuken.is-uit,
.kds-theme-keuken .kds-modus-tegel--diner.is-uit {
  border-color: rgba(232, 168, 132, 0.4);
  background: rgba(176, 78, 52, 0.28);
  color: #f3c4b0;
  box-shadow: none;
}

.kds-theme-keuken .kds-modus-tegel--weg {
  flex: 0 0 auto;
  min-width: 72px;
  width: 72px;
  height: 48px;
  min-height: 48px;
  padding: 6px 8px;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .kds-theme-keuken .kds-modus-tegel--oven,
  .kds-theme-keuken .kds-modus-tegel--keuken,
  .kds-theme-keuken .kds-modus-tegel--diner,
  .kds-theme-keuken .kds-modus-tegel--weg {
    min-width: 64px;
    width: 64px;
    height: 44px;
    min-height: 44px;
    padding: 5px 8px;
  }
}
