/* FuelDash R144 — the build marker is always visible in the About row. */
html body #app .about-build > em[data-fd-visible-build] {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: max-content !important;
  color: #8d8d95 !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
}
html body #app .about-build > em[data-fd-visible-build] small {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 2px !important;
  color: #6f6f77 !important;
  font-size: 10px !important;
}
html[data-fd-theme="light"] body #app .about-build > em[data-fd-visible-build] { color: #66666e !important; }
html[data-fd-theme="light"] body #app .about-build > em[data-fd-visible-build] small { color: #85858d !important; }
