.dc-veh-noscroll{overflow:hidden}
.dc-veh-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:9998}
.dc-veh-drawer-overlay.is-open{opacity:1;pointer-events:auto}
.dc-veh-drawer{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;transform:translateY(105%);transition:transform .25s ease;z-index:9999;box-shadow:0 -10px 40px rgba(0,0,0,.12);max-height:85vh;overflow:auto}
.dc-veh-drawer.is-open{transform:translateY(0)}
.dc-veh-head{display:flex;gap:14px;padding:18px 18px 8px 18px;align-items:flex-start}
.dc-veh-icon{width:54px;height:54px;border:1px solid #eee;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.dc-veh-title{font-size:20px;font-weight:700;margin:0;line-height:1.2}
.dc-veh-sub{margin:6px 0 0 0;color:#555;line-height:1.35}
.dc-veh-close{margin-left:auto;border:0;background:transparent;font-size:26px;cursor:pointer;line-height:1;padding:0 6px;color:#222}
.dc-veh-body{padding:10px 18px 18px 18px}
.dc-veh-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}

.dc-veh-field label{display:block;font-weight:600;margin:0 0 6px 2px}
.dc-veh-field select{width:100%;padding:12px 12px;border-radius:12px;border:1px solid #ddd;background:#fff}
.dc-veh-field input.dc-veh-make-search{width:100%;padding:12px 12px;border-radius:12px;border:1px solid #ddd;background:#fff}

/* Marca predictiva */
.dc-veh-field-make{position:relative}
.dc-veh-make-suggestions{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:#fff;
  border:1px solid #ddd;
  border-radius:12px;
  margin-top:6px;
  max-height:240px;
  overflow:auto;
  z-index:50;
  display:none;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.dc-veh-make-suggestions .dc-veh-sug-item{
  padding:10px 12px;
  cursor:pointer;
}
.dc-veh-make-suggestions .dc-veh-sug-item:hover{
  background:#f5f5f5;
}

.dc-veh-actions{display:flex;gap:14px;justify-content:flex-end;align-items:center;margin-top:16px;flex-wrap:wrap}
.dc-veh-clear{color:#3483fa;text-decoration:none;font-weight:600}
.dc-veh-submit{padding:12px 16px;border-radius:12px;border:0;background:#e6e6e6;color:#999;font-weight:700;cursor:not-allowed}
.dc-veh-submit:not(.is-disabled){background:#3483fa;color:#fff;cursor:pointer}

@media (max-width:980px){.dc-veh-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:520px){.dc-veh-grid{grid-template-columns:1fr;}.dc-veh-actions{justify-content:stretch}.dc-veh-submit{width:100%}}

.dc-fitment-box{border:1px solid #e5e5e5;border-radius:12px;padding:14px;background:#fff}
.dc-fitment-ok{border-color:#b7eb8f;background:#f6ffed}
.dc-fitment-bad{border-color:#ffa39e;background:#fff2f0}
.dc-fitment-warn{border-color:#ffe58f;background:#fffbe6}
.dc-fitment-title{font-weight:700;margin-bottom:6px}
.dc-fitment-sub{color:#555}
.dc-fitment-note{margin-top:6px;color:#666;font-size:13px}
.dc-fitment-actions{margin-top:8px;display:flex;gap:10px;flex-wrap:wrap}
.dc-fitment-actions a{color:#3483fa;text-decoration:none;font-weight:600}
.dc-fitment-engines{display:none;margin-top:8px;color:#333}
