.kst-axis-control {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.kst-axis-control > label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  color: var(--kst-muted);
  font-size: 11px;
}

.kst-axis-control > label::after {
  content: attr(data-axis);
}

.kst-axis-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px 48px;
  gap: 7px;
}

.kst-page-verbraucher .kst-axis-inputs #xInput,
.kst-page-verbraucher .kst-axis-inputs #yInput {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  height: 48px;
  padding: 10px 12px !important;
  color: #e3edf9 !important;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  text-align: center;
  background: rgba(255,255,255,.055) !important;
  cursor: default !important;
}

.kst-axis-arrow {
  width: 48px !important;
  min-width: 48px;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-color: rgba(99,230,255,.34) !important;
  color: #dffaff !important;
  background: rgba(99,230,255,.09) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  touch-action: manipulation;
}

.kst-axis-arrow:active {
  color: #061017 !important;
  background: var(--kst-cyan) !important;
  transform: scale(.94);
}

.kst-axis-hint {
  margin: 7px 0 2px;
  color: var(--kst-muted);
  font-size: 9px;
  letter-spacing: .06em;
  text-align: right;
}

#grundriss .kst-position-preview {
  filter: drop-shadow(0 0 9px #f59e0b);
}

#grundriss .kst-position-preview .kst-socket-halo {
  stroke: #f59e0b;
  stroke-width: 4;
}

@media (pointer: coarse) {
  .kst-axis-inputs {
    grid-template-columns: minmax(0, 1fr) 54px 54px;
    gap: 8px;
  }

  .kst-axis-arrow {
    width: 54px !important;
    min-width: 54px;
    min-height: 52px !important;
  }
}
