.vx-textbox-text {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
  color: #f0e4cf;
}

.vx-textbox-text::placeholder {
  font: inherit;
  color: rgba(240, 228, 207, 0.45);
}

@media (max-width: 640px) {
  .vx-textbox-text { font-size: 16px; }
}
