.pTihP4qYwnE- {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  justify-content: space-between;
}

.kY81R27N1jE- {
  justify-content: flex-start;
}

.MGMnwjOqrjc- {
  white-space: nowrap;
  flex-shrink: 0;
  color: var(--font-color);
  font-size: var(--font-size-sm);
  font-weight: 600;
}

.T7fvhpZbqkk- {
  color: var(--red);
}

/* Input base styles */
.t-uqxV6u-dU- {
  flex: 1;
  max-width: max(300px, 50%);
  font-size: var(--font-size-sm);
  line-height: 1.4;
  outline: none;
  border: 1px solid var(--input-border);
  border-radius: var(--radius-md);
  background: var(--input-bg);
  color: var(--dark-blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.t-uqxV6u-dU-::placeholder {
  color: var(--text-secondary);
}

.t-uqxV6u-dU-:disabled {
  opacity: 0.72;
}

.t-uqxV6u-dU-:hover:not(:disabled):not(.yXy6kY2cFwk-) {
  border-color: var(--border-strong);
}

.t-uqxV6u-dU-:focus,
.t-uqxV6u-dU-:focus-visible {
  border-color: var(--accent-blue);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

.MiwpfJ1epy4- {
  flex: 0;
  max-width: none;
  width: auto;
}

/* Sizes */
.rkbRE7j6I-k- {
  min-height: 48px;
  padding: 12px 16px;
}

.ZWT5q7lu5ig- {
  min-height: 40px;
  padding: 8px 12px;
}

.fltJztfXlO0- {
  min-height: 34px;
  padding: 6px 10px;
}

/* Error state */
.yXy6kY2cFwk- {
  border-color: var(--red);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--red) 18%, transparent);
}

/* Remove number spinners */
.t-uqxV6u-dU-::-webkit-outer-spin-button,
.t-uqxV6u-dU-::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.t-uqxV6u-dU-[type="number"] {
  -moz-appearance: textfield;
}

._9gF9uHn4Olg- {
  flex-basis: 100%;
  color: var(--red);
  font-size: var(--font-size-xs);
  line-height: 1.4;
}

/* Responsive: stack vertically on mobile */
@media (max-width: 900px) {
  .pTihP4qYwnE-:not(.kY81R27N1jE-) {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs);
  }

  .pTihP4qYwnE-:not(.kY81R27N1jE-) .MGMnwjOqrjc- {
    font-size: var(--font-size-sm);
  }

  .pTihP4qYwnE-:not(.kY81R27N1jE-) .t-uqxV6u-dU- {
    max-width: 100%;
    width: 100%;
    font-size: var(--font-size-md);
  }
}
