/* Search Parts BMW V0.6.3 - lien choix manuel sans VIN */
.spb-manual-choice-link,
.spb-compact-form__manual {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #b20a15 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.spb-manual-choice-link::before,
.spb-compact-form__manual::before {
  content: '→';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(178, 10, 21, .10);
  color: #b20a15;
  font-size: 12px;
  line-height: 1;
}
.spb-manual-choice-link:hover,
.spb-compact-form__manual:hover {
  color: #8d0710 !important;
  text-decoration: underline !important;
}
.spb-compact-form__manual {
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .spb-ce-wrapper.spb-state-home.spb-state-manual .spb-ce-model-grids {
    display: block !important;
  }
}
