/* Shared text-button contrast. Keep image/map controls and vehicle colors intact. */
form input:is([type="submit"],[type="button"]):not(.Grid3Button),
form button:not(:has(img,svg)):not(.gm-style *),
form a:is(.btn,[role="button"]) {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
form input:is([type="submit"],[type="button"]):not(.Grid3Button):not(.tp-map-tools *):not(.desktopLogoutButton):not(.mobileLogoutButton),
form button:not(:has(img,svg)):not(.gm-style *):not(.tp-map-tools *),
form a:is(.btn,[role="button"]) {
  background-color: #f5f5f5 !important;
}
/* Disabled remains disabled; use the border, not faint text, to indicate it. */
form input:is([type="submit"],[type="button"]):disabled:not(.Grid3Button),
form button:disabled:not(:has(img,svg)):not(.gm-style *),
form a:is(.btn,[role="button"])[aria-disabled="true"] {
  border-style: dashed !important;
  cursor: not-allowed;
}
