/* Search Parts BMW V0.5.3 - VIN FR + loading state */
.spb-ce-wrapper .spb-vin-helper,
.spb-ce-searchbox .spb-vin-helper {
  margin-top: 10px;
  color: #f3f4f6;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}
.spb-ce-wrapper .spb-vin-helper strong,
.spb-ce-searchbox .spb-vin-helper strong {
  color: #ffbd59;
  font-weight: 800;
}
.spb-ce-wrapper .spb-vin-helper span,
.spb-ce-searchbox .spb-vin-helper span {
  color: #ffffff;
  background: rgba(255, 189, 89, 0.18);
  border: 1px solid rgba(255, 189, 89, 0.32);
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 800;
  white-space: nowrap;
}
.spb-loading-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.45);
  border-top-color: #fff;
  vertical-align: -2px;
  animation: spbSpin .8s linear infinite;
}
@keyframes spbSpin { to { transform: rotate(360deg); } }
.spb-js-loading-form.is-loading input,
.spb-js-loading-form.is-loading button {
  opacity: .82;
}
.spb-js-loading-form.is-loading button {
  cursor: wait !important;
  pointer-events: none;
}
.spb-vin-date-num {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.spb-vin-result-card .spb-vin-result-head strong {
  word-break: normal;
}
