.wheelsys-on-request-chip {
  display: inline-block;
  background-color: var(--c-white-transparent-1); /* Grey for warning/attention */
  color: var(--blue-base);
  border: 1px solid var(--blue-base);
  padding: var(--margin-xs) var(--margin-s);
  border-radius: var(--br-s);
  font-size: var(--fc-small);
  font-weight: var(--fw-semibold);
  margin-top: var(--margin-xs);
  white-space: nowrap;
}

/* Position it at the bottom left of the card if possible */
/* We assume the card has relative positioning. If not, this might need adjustment. */
.views-row {
  position: relative;
}

.wheelsys-on-request-chip.bottom-left {
  position: absolute;
  bottom: var(--margin-m);
  left: var(--margin-m);
  z-index: 10;
}
