/* FuelDash R222 — iOS-stable price input and final Tankbuch control material. */

html body .fd-alert-modal .fd-alert-row input[type="number"] {
  font-size: 16px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tank-form :is(input, select, textarea, .fd-field-affix) {
  border-color: #1e1e1e !important;
  background: #080808 !important;
  background-color: #080808 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #f5f5f7 !important;
  color-scheme: dark !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tank-form .fd-field-affix > input {
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
}
