/* Suggestions marque / modèle (assets/js/fcg-vehicle-picker.js). Autonome :
   aucune dépendance au reste du site — utilisable dans les tunnels standalone. */
.fcg-vp{position:relative}
.fcg-vp__list{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:40;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #dce5f0;border-radius:12px;box-shadow:0 18px 40px rgba(12,26,61,.14);max-height:280px;overflow:auto}
.fcg-vp__list[hidden]{display:none}
.fcg-vp__list li{padding:9px 10px;border-radius:8px;cursor:pointer;font-size:.92rem;color:#0c1a3d}
.fcg-vp__list li:hover,.fcg-vp__list li[aria-selected="true"]{background:#e8f0ff}
.fcg-vp__list mark{background:transparent;color:#1a5cff;font-weight:700}
.fcg-vp__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
