/* Search Parts BMW V0.5.4 - recherche compatibilite par reference + famille 07 */
.spb-ce-searchbox__form--reference { border-left: 4px solid #ffbd59 !important; }
.spb-ce-searchbox__form--reference .spb-search-label::before { content: "#"; display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; margin-right: 6px; border-radius: 999px; background: #ffbd59; color: #111; font-weight: 900; font-size: 12px; }
.spb-ref-compat { margin: 22px 0; padding: 24px; border: 1px solid rgba(17,24,39,.08); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(17,24,39,.08); }
.spb-ref-compat__head h2 { margin: 6px 0 14px; font-size: clamp(22px, 3vw, 34px); line-height: 1.15; color: #111827; }
.spb-ref-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 15px 0; }
.spb-ref-summary > div { padding: 14px 16px; border-radius: 16px; background: #f8fafc; border: 1px solid #e5e7eb; }
.spb-ref-summary strong { display: block; margin-bottom: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #6b7280; }
.spb-ref-summary span { color: #111827; font-weight: 800; }
.spb-ref-help { color: #4b5563; margin: 8px 0 18px; }
.spb-ref-model-grid { margin-top: 10px; }
@media (max-width: 767px) { .spb-ref-summary { grid-template-columns: 1fr; } }
