/* Hub : réutilise le style login / 2FA (#auth + .auth-card + .mfa-app-btn) */
#auth[data-hub="1"]{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:100vh;
  padding:28px 20px;
}
#auth[data-hub="1"] .ld-hub-card{
  width:100%;
  max-width:440px;
  margin:0 auto;
}
#auth[data-hub="1"] .auth-title{
  margin:0 0 8px;
}
#auth[data-hub="1"] .mfa-hint,
#auth[data-hub="1"] .auth-sub{
  margin:0 0 18px;
  font-size:13px;
  line-height:1.5;
  color:var(--muted,#6b7280);
}
#auth[data-hub="1"] .ld-hub-apps{
  display:grid;
  gap:10px;
  margin:0 0 16px;
}
#auth[data-hub="1"] .btn-block{
  width:100%;
}
#auth[data-hub="1"] .btn-primary{
  margin-top:2px;
}

.ld-plan-actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}
.ld-prep-card{background:var(--bg-soft,#f8fafc);border:1px solid var(--line,#e2e8f0);border-radius:12px;padding:12px 14px;margin-bottom:14px}
.ld-prep-title{font-weight:700;font-size:13px;margin-bottom:8px}
.ld-prep-row{font-size:13px;padding:6px 0;border-bottom:1px solid var(--line,#e2e8f0)}
.ld-prep-row .soft{color:var(--soft,#94a3b8)}

/* TMS capacité / flotte */
.ld-tms-panel{background:linear-gradient(180deg,#fff 0%,#fff7f4 100%);border:1px solid #fed7cb;border-radius:14px;padding:14px 16px;margin:0 0 16px;box-shadow:0 1px 0 rgba(255,94,46,.06)}
.ld-tms-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.ld-tms-head b{font-size:15px;color:#0f172a}
.ld-tms-head .soft{font-size:12px;color:#94a3b8;margin-top:2px}
.ld-tms-actions{display:flex;flex-wrap:wrap;gap:8px}
.ld-tms-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}
@media(max-width:900px){.ld-tms-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}
.ld-tms-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}
.ld-tms-kpi span{display:block;font-size:11px;color:#94a3b8;margin-bottom:4px}
.ld-tms-kpi b{font-size:18px;color:#0f172a}
.ld-tms-fleet-sum{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.ld-tms-veh-chip{font-size:12px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;border-radius:8px;padding:6px 10px}
.ld-tms-tours{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}
.ld-tms-tour-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}
.ld-tms-tour-card.overflow{border-color:#fca5a5;background:#fff}
.ld-tms-tour-top{display:flex;justify-content:space-between;gap:8px;font-size:13px;margin-bottom:8px}
.ld-tms-tour-top span{color:#64748b;font-size:12px}
.ld-tms-meter{margin:6px 0 10px}
.ld-tms-meter-lab{display:flex;justify-content:space-between;font-size:11px;color:#64748b;margin-bottom:4px}
.ld-tms-bar{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}
.ld-tms-bar i{display:block;height:100%;background:var(--orange,#ffffff);border-radius:999px}
.ld-tms-bar.warn i{background:#f59e0b}
.ld-tms-bar.danger i{background:#ef4444}
.ld-tms-stops-mini{font-size:12px;color:#334155;display:flex;flex-direction:column;gap:4px}
.ld-tms-empty{font-size:13px;color:#64748b;padding:8px 0}
.ld-tms-fleet-table{width:100%;font-size:13px;border-collapse:collapse}
.ld-tms-fleet-table th,.ld-tms-fleet-table td{padding:6px 4px;border-bottom:1px solid #e2e8f0;text-align:left}
.ld-tms-fleet-table input,.ld-tms-fleet-table select{width:100%;max-width:180px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:8px}

/* Bouton header fixe → portail livreur */
.ld-top-livreur{
  display:inline-flex!important;align-items:center;gap:6px;
  white-space:nowrap;font-weight:650;font-size:12.5px;
  border:1px solid #e2e8f0!important;background:#fff!important;color:#0f172a!important;
  border-radius:10px!important;padding:6px 12px!important;height:auto!important;
}
.ld-top-livreur:hover{border-color:var(--orange,#ffffff)!important;color:var(--orange,#ffffff)!important}
.ld-top-livreur svg{flex:0 0 auto}
@media(max-width:720px){
  .ld-top-livreur span{display:none}
  .ld-top-livreur{padding:8px!important}
}

/* Sidebar allégée */
.sidebar-recent,
.sidebar-monitor{display:none!important}

/* Planning livraisons — style site (cards neutres) */
.ld-plan-shell{margin:0 0 18px}
.ld-plan-tabs{
  display:flex;flex-wrap:wrap;gap:4px;margin:0 0 16px;padding:0;
  background:transparent;border:0;border-bottom:1px solid #e2e8f0;border-radius:0;
}
.ld-plan-tabs button{
  appearance:none;border:0;background:transparent;cursor:pointer;
  font:inherit;font-size:13px;font-weight:600;color:#64748b;
  padding:10px 14px;border-radius:0;border-bottom:2px solid transparent;margin-bottom:-1px;
}
.ld-plan-tabs button em{
  font-style:normal;font-size:11px;background:#f1f5f9;color:#475569;
  border-radius:999px;padding:1px 7px;margin-left:4px;
}
.ld-plan-tabs button.active{background:transparent;color:#0f172a;box-shadow:none;border-bottom-color:var(--orange,#ffffff)}
.ld-plan-tabs button.active em{background:var(--orange,#ffffff);color:#fff}
.ld-plan-pane{animation:none}
.ld-tms-kpis-slim{margin-bottom:14px}
.ld-tms-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}
.ld-suggest-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}
.ld-suggest{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:18px}
.ld-suggest-card{
  text-align:left;border:1px solid #e2e8f0;background:#fff;border-radius:12px;
  padding:14px 16px;cursor:pointer;display:flex;flex-direction:column;gap:4px;
  transition:border-color .15s;overflow:hidden;box-sizing:border-box;
}
.ld-suggest-card:hover{border-color:#cbd5e1}
.ld-suggest-card.primary{
  border:1px solid #e2e8f0;border-left:3px solid var(--orange,#ffffff);
  background:#fff;overflow:hidden;
}
.ld-suggest-card b{font-size:14px;color:#0f172a}
.ld-suggest-card span{font-size:12px;color:#64748b;line-height:1.35}
.ld-tour-preview{display:flex;flex-direction:column;gap:8px}
.ld-tour-chip{
  text-align:left;border:1px solid #e2e8f0;background:#fff;border-radius:12px;
  padding:12px 14px;cursor:pointer;display:flex;justify-content:space-between;gap:10px;align-items:center;
  overflow:hidden;box-sizing:border-box;
}
.ld-tour-chip:hover{border-color:#cbd5e1}
.ld-tour-chip b{font-size:13px;color:#0f172a}
.ld-tour-chip span{font-size:12px;color:#64748b}
.ld-tour-btn{cursor:pointer;width:100%;font:inherit;text-align:left;overflow:hidden;box-sizing:border-box}
.ld-plan-pane-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ld-config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:16px}
.ld-config-card{
  text-align:left;border:1px solid #e2e8f0;background:#fff;border-radius:12px;
  padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:6px;
  overflow:hidden;box-sizing:border-box;
}
.ld-config-card:hover{border-color:#cbd5e1}
.ld-config-card b{font-size:14px;color:#0f172a}
.ld-config-card span{font-size:12px;color:#64748b;line-height:1.35}
.ld-config-list-card{
  overflow:hidden !important;
  border-radius:12px !important;
  position:relative !important;
  isolation:isolate;
}
.ld-config-list-card .card-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  padding:14px 16px !important;
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  transform:none !important;
  margin:0 !important;
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
}
.ld-config-list-card .card-head h3{
  margin:0 !important;
  flex:1 1 auto;
  min-width:0;
}
.ld-config-list-card .card-head > .btn{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
  margin:0 !important;
  flex:0 0 auto;
  max-width:100%;
  box-shadow:0 2px 8px rgba(253,112,32,.22) !important;
}
.ld-config-list-card .card-head > .btn-ghost{
  box-shadow:none !important;
}
.ld-config-rows{
  display:flex;
  flex-direction:column;
  padding:0 16px 12px;
  box-sizing:border-box;
}
.ld-config-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:12px 0;border-bottom:1px solid #e2e8f0;
}
.ld-config-row:last-child{border-bottom:0}
.ld-config-row b{display:block;font-size:13px;color:#0f172a}
.ld-config-row .soft{display:block;font-size:12px;color:#64748b;margin-top:2px}
.ld-config-sum{display:none}
.ld-tour-stop-row{display:grid;grid-template-columns:1fr 1.2fr auto;gap:8px;padding:8px 0;border-bottom:1px solid #e2e8f0;font-size:12px}
@media(max-width:640px){.ld-tour-stop-row{grid-template-columns:1fr}}

/* Ancien panneau dense — au cas où */
.ld-tms-panel{display:none!important}
.ld-prep-card{display:none!important}
.ld-plan-actions{display:none!important}

/* Shell livreur */
.ld-livreur-shell{
  position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;
  background:#f1f5f9;color:#0f172a;
  font-family:Manrope,system-ui,sans-serif;
}
.ld-lv-top{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));
  background:#0b1220;color:#fff;
}
.ld-lv-top b{font-size:1.05rem}
.ld-lv-top span{display:block;font-size:12px;opacity:.7}
.ld-lv-iconbtn{
  background:rgba(255,255,255,.1);border:0;color:#fff;border-radius:10px;
  width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
}
.ld-lv-iconbtn .ld-ico{display:flex}
.ld-lv-iconbtn svg{width:18px;height:18px}

.ld-lv-main{
  flex:1;overflow:auto;-webkit-overflow-scrolling:touch;
  padding:16px 16px 96px;padding-bottom:calc(96px + env(safe-area-inset-bottom));
}
.ld-lv-main.ld-lv-main-map{
  padding:0;padding-bottom:calc(64px + env(safe-area-inset-bottom));
  overflow:hidden;display:flex;flex-direction:column;
}

.ld-lv-tabs{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  display:grid;grid-template-columns:repeat(5,1fr);
  background:#fff;border-top:1px solid #e2e8f0;
  padding-bottom:env(safe-area-inset-bottom);
  box-shadow:0 -8px 24px rgba(15,23,42,.06);
}
.ld-lv-tabs button{
  border:0;background:transparent;padding:10px 4px 12px;font-size:10px;color:#64748b;
  display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;
  font-family:inherit;
}
.ld-lv-tabs button em{font-style:normal;line-height:1.1}
.ld-lv-tabs button .ld-ico{
  display:flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:8px;color:#64748b;
}
.ld-lv-tabs button .ld-ico svg{width:20px;height:20px}
.ld-lv-tabs button.active{color:#ffffff;font-weight:700}
.ld-lv-tabs button.active .ld-ico{
  color:#ffffff;background:rgba(253,112,32,.12);
}

.ld-ico{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}
.ld-ico svg{display:block}
.btn .ld-ico{margin-right:8px}

.ld-lv-h{font-size:1.25rem;font-weight:800;margin:4px 0 14px}
.ld-lv-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}
.ld-chip{background:#e2e8f0;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}
.ld-lv-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.ld-lv-card{
  display:block;width:100%;text-align:left;border:1px solid #e2e8f0;background:#fff;
  border-radius:14px;padding:14px;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.04);
  border-top-color:#e2e8f0;outline:none;
}
button.ld-lv-card:focus-visible{
  outline:2px solid #ffffff;outline-offset:2px;
}
.ld-lv-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}
.ld-lv-card-name{font-weight:700;font-size:15px}
.ld-lv-card-meta{font-size:12px;color:#64748b;margin-top:2px;line-height:1.4}
.ld-badge{font-size:11px;background:#eff6ff;color:#1d4ed8;border-radius:6px;padding:2px 8px;text-transform:capitalize}
.ld-field{margin:12px 0 16px}
.ld-field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:#475569}
.ld-field input,.ld-field textarea{
  width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;
  padding:12px 14px;font-size:16px;
  font-family:inherit;background:#fff;
}
.ld-back{border:0;background:transparent;color:#ffffff;font-weight:700;padding:0 0 12px;cursor:pointer;font-size:14px}
.ld-stop-actions{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.ld-livreur-shell .ld-btn-stack,
.ld-livreur-shell .ld-flow,
.ld-livreur-shell .ld-map-actions,
.ld-livreur-shell .ld-sig-signed .ld-btn-stack,
.ld-livreur-shell .ld-lv-card-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
  row-gap:14px !important;
  margin:16px 0;
}
.ld-livreur-shell .ld-lv-card-actions{
  margin-top:14px;
}
.ld-livreur-shell .ld-btn-stack > .btn,
.ld-livreur-shell .ld-btn-stack > a.btn,
.ld-livreur-shell .ld-flow > .btn,
.ld-livreur-shell .ld-flow > a.btn,
.ld-livreur-shell .ld-map-actions > .btn,
.ld-livreur-shell .ld-map-actions > a.btn,
.ld-livreur-shell .ld-lv-card-actions > .btn,
.ld-livreur-shell .ld-lv-card-actions > a.btn{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100% !important;
  max-width:100%;
  box-sizing:border-box;
  text-decoration:none;
  min-height:48px;
  margin:0 !important;
}
.ld-sig-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-top:10px}
.ld-sig-wrap canvas{width:100%;height:auto;border:1px dashed #cbd5e1;border-radius:8px;touch-action:none;background:#fff}
.ld-sig-label{display:block;font-size:12px;font-weight:600;margin:10px 0 6px;color:#475569}
.ld-sig-signed{
  margin:16px 0;padding:16px;border:2px solid #22c55e;border-radius:16px;
  background:linear-gradient(180deg,#f0fdf4 0%,#fff 100%);
}
.ld-sig-signed-badge{
  display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#15803d;
  font-size:14px;margin-bottom:12px;
}
.ld-sig-signed-badge .ld-ico{color:#15803d}
.ld-sig-signed-frame{
  background:#fff;border:2px solid #ffffff;border-radius:12px;padding:10px;
  margin-bottom:10px;box-shadow:inset 0 0 0 1px rgba(253,112,32,.15);
}
.ld-sig-signed-frame img{width:100%;max-width:280px;display:block;margin:0 auto}
.ld-sig-signed-meta{font-size:13px;margin:4px 0;color:#334155}
.ld-sig-photo{margin-top:12px}
.ld-sig-photo img{width:100%;max-width:280px;border-radius:12px;border:1px solid #e2e8f0;display:block}
.ld-sig-photo #stDelPhoto{max-width:280px;margin-top:10px !important;color:#b91c1c;border-color:#fecaca}
.ld-offline-banner{
  background:#fef3c7;color:#92400e;text-align:center;font-size:12px;font-weight:600;
  padding:8px 12px;border-bottom:1px solid #fcd34d;
}
.ld-offline-banner.hidden{display:none}
.ld-sig-btns{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}
.ld-sig-preview img{max-width:180px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;margin-top:8px}
.ld-lv-help{font-size:12px;color:#64748b;line-height:1.5;margin-top:20px}
.ld-lv-loading{padding:40px;text-align:center;color:#64748b}
.btn-block{width:100%}

/* Carte : carte en haut, panneau actions ancré en bas (pas de carte « coupée ») */
.ld-map-wrap{
  flex:1;display:flex;flex-direction:column;min-height:0;position:relative;
  width:100%;height:100%;
}
.ld-map{flex:1 1 auto;min-height:220px;width:100%;background:#dbe4ee}
.ld-map-panel{
  flex:0 1 auto;
  background:#fff;
  border-top:1px solid #e2e8f0;
  border-radius:18px 18px 0 0;
  padding:16px 16px calc(14px + env(safe-area-inset-bottom));
  max-height:min(46vh,420px);
  overflow:auto;
  box-shadow:0 -12px 32px rgba(15,23,42,.1);
  width:100%;
  box-sizing:border-box;
}
.ld-map-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.ld-map-actions{margin:0 0 12px}
.ld-map-actions .btn{display:inline-flex;align-items:center;justify-content:center}
.ld-lv-fab{
  width:44px;height:44px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;
  color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;
}
.ld-lv-fab.active{color:#ffffff;border-color:#ffffff;background:rgba(253,112,32,.1)}
.ld-map-stops{display:flex;flex-direction:column;gap:8px}
.ld-map-stop{
  display:flex;align-items:center;gap:12px;width:100%;text-align:left;
  border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:10px 12px;cursor:pointer;
}
.ld-map-num{
  width:28px;height:28px;border-radius:50%;background:#ffffff;color:#fff;
  font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.ld-driver-marker{background:transparent !important;border:0 !important}
.ld-driver-dot{
  width:18px;height:18px;border-radius:50%;background:#2563eb;border:3px solid #fff;
  box-shadow:0 0 0 6px rgba(37,99,235,.25),0 2px 8px rgba(15,23,42,.3);
}
.ld-stop-marker{background:transparent !important;border:0 !important}
.ld-stop-marker span{
  display:flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:50%;background:#0b1220;color:#fff;
  font-size:12px;font-weight:800;border:2px solid #fff;box-shadow:0 2px 8px rgba(15,23,42,.25);
}

/* Tablette / petit desktop : colonne centrée (comportement actuel) */
@media(min-width:768px) and (max-width:1099.98px){
  .ld-livreur-shell{max-width:820px;margin:0 auto;left:0;right:0;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}
  .ld-lv-main{padding:20px 24px 100px}
  .ld-lv-tabs{max-width:820px;left:50%;transform:translateX(-50%)}
  .ld-map-panel{max-height:min(42vh,380px);border-radius:18px 18px 0 0}
}

/* PC large : header compact + nav gauche + contenu centré (largeur moyenne) */
@media(min-width:1100px){
  .ld-livreur-shell{
    max-width:none;margin:0;left:0;right:0;
    display:grid;
    grid-template-columns:220px minmax(0,1fr);
    /* row2 = offline (s’effondre si display:none) ; row3 = nav+main */
    grid-template-rows:auto auto minmax(0,1fr);
    height:100vh;height:100dvh;
    border:0;
    background:#f1f5f9;
  }
  .ld-lv-top{
    grid-column:1 / -1;
    grid-row:1;
    width:100%;
    box-sizing:border-box;
    flex:none;
    height:auto;
    min-height:0;
    align-self:start;
    padding:10px 18px;
    padding-top:max(10px,env(safe-area-inset-top));
  }
  .ld-offline-banner{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
  }
  .ld-lv-tabs{
    position:relative;left:auto;right:auto;bottom:auto;transform:none;
    grid-column:1;
    grid-row:3;
    width:220px;max-width:220px;
    display:flex;flex-direction:column;
    align-content:start;
    gap:6px;
    padding:16px 12px;
    border-top:0;border-right:1px solid #e2e8f0;
    box-shadow:none;
    height:auto;
    min-height:0;
    overflow:auto;
    background:#fff;
  }
  .ld-lv-tabs button{
    flex-direction:row;justify-content:flex-start;
    gap:10px;padding:12px 14px;font-size:13px;
    border-radius:12px;text-align:left;
    width:100%;
  }
  .ld-lv-tabs button em{font-size:13px}
  .ld-lv-tabs button.active{background:rgba(253,112,32,.1)}
  .ld-lv-main{
    grid-column:2;
    grid-row:3;
    min-width:0;
    min-height:0;
    overflow:auto;
    padding:28px 40px 48px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .ld-lv-main > *{
    width:100%;
    max-width:920px;
  }
  .ld-lv-main .ld-btn-stack,
  .ld-lv-main .ld-flow,
  .ld-lv-main .ld-lv-card-actions,
  .ld-lv-main .ld-map-actions{
    max-width:560px !important;
  }
  .ld-lv-main .ld-lv-list,
  .ld-lv-main .ld-lv-card{
    max-width:920px;
  }
  .ld-lv-main.ld-lv-main-map{
    padding:0;
    max-width:none;
    align-items:stretch;
    display:flex;
    flex-direction:column;
    min-height:0;
  }
  .ld-lv-main.ld-lv-main-map > *{
    max-width:none;
    width:100%;
  }
  .ld-map-wrap{
    flex:1;min-height:0;height:100%;display:flex;flex-direction:column;
  }
  .ld-map{
    flex:1 1 auto;min-height:0;height:auto;
  }
  .ld-map-panel{
    flex:0 0 auto;
    max-height:min(38vh,380px);
    max-width:none;
    width:100%;
    margin:0;
    border-radius:20px 20px 0 0;
    padding:18px 24px 20px;
    box-sizing:border-box;
  }
  .ld-lv-filters{
    display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:10px;align-items:end;
    max-width:920px;
  }
}

.ld-lv-filters{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}
.ld-lv-filters .ld-field{margin:0}
.ld-lv-filter-row{display:flex;gap:8px;flex-wrap:wrap}
.ld-lv-filter-row select{
  flex:1;min-width:120px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;
  padding:10px 12px;font-size:14px;font-family:inherit;background:#fff;
}

html.ld-livreur #app{display:none !important}
html.ld-livreur body{overflow:hidden}
