/* Bandeaux communs aux options, au visuel et au résumé des configurateurs.
   Le !important remplace uniquement les anciens fonds noirs inline des garages. */
#pvc-parcours .cs-band,
#vr-mount .cs-band,
.ob-config-band {
  background: linear-gradient(180deg, rgb(255 255 255 / 16%) 0%, rgb(255 255 255 / 4%) 34%, transparent 35%), linear-gradient(180deg, #45494f 0%, #292c31 55%, #16181c 100%) !important;
  color: #fff !important;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 22%), inset 0 -1px 0 rgb(0 0 0 / 45%) !important;
  text-shadow: 0 1px 2px rgb(0 0 0 / 50%) !important;
}

/* L’aluminium reprend les mêmes repères sans changer ses options ni son ordre mobile. */
#alu-parcours .ob-config-band {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .2px;
  text-align: left;
}
#alu-parcours .oa-options > .ob-config-band { margin: 0 0 16px; }
#alu-parcours .oa-preview > .ob-config-band { margin: -18px -18px 14px; }
#alu-parcours .oa-summary > .ob-config-band { margin: -20px -20px 16px; }
