/* DSA CRM v11.7 — dossier documentaire du mandat strictement vendeur. */
.mandate-doc-scope{
  display:flex;
  align-items:center;
  gap:10px 18px;
  flex-wrap:wrap;
  margin:14px 0 12px;
  padding:10px 12px;
  border:1px solid color-mix(in srgb,var(--acc) 20%,var(--bord));
  border-left:3px solid var(--acc);
  border-radius:10px;
  background:color-mix(in srgb,var(--acc) 4%,#fff);
}
.mandate-doc-scope strong{
  color:var(--acc);
  font-size:11px;
  font-weight:780;
  letter-spacing:.02em;
}
.mandate-doc-scope span{
  color:var(--ink3);
  font-size:10px;
  line-height:1.45;
}
.doc-batch-types{
  align-items:stretch;
}
.doc-batch-type{
  min-height:36px;
  line-height:1.2;
}
@media(max-width:720px){
  .mandate-doc-scope{align-items:flex-start;gap:5px;padding:9px 10px}
  .mandate-doc-scope strong,.mandate-doc-scope span{width:100%}
  .doc-batch-types{grid-template-columns:1fr 1fr}
}
