/* colors */
/* The CTA and Main colors are pulled from site templates created by the Design team. These colors vary per OEM or group. */
/* CTA stands for Call-to-Action. The CTA color is often a bright, eye-catching color like red or light blue, used for links and important buttons. */
/* The Main color is often a dark, muted color like black or navy blue, used for backgrounds and less important buttons. */
/* fonts */
/* breakpoints */
/* borders */
.vehicleFlags {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
}
.vehicleFlags--flag {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.vehicleFlags--flag .fa {
  color: var(--cta-background-color) !important;
}
.vehicleFlags--flag span {
  font-weight: bold;
}
.vehicleFlags--inTransit {
  width: 100%;
}

/*# sourceMappingURL=vehicleStatus.css.map */
