html[data-aurora-surface="gestion-erp"] [data-bom-extra-row],
html[data-aurora-surface="gestion-erp"] [data-movement-extra-row],
html[data-aurora-surface="gestion-erp"] [data-receipt-line],
html[data-aurora-surface="gestion-erp"] [data-invoice-line]{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(1,70,81,.10);
}

html[data-aurora-surface="gestion-erp"] [data-trace-result] .erpv1-table-wrap{
  margin-top:16px;
}

html[data-aurora-surface="gestion-erp"] [data-trace-result] caption{
  text-align:left;
  font-weight:700;
  padding:10px 0;
  color:#014651;
}

html[data-aurora-surface="gestion-erp"] .erpv1-field-span-2{
  grid-column:span 2;
}

html[data-aurora-surface="gestion-erp"] .erpv1-risk-box{
  margin-top:14px;
  padding:14px 16px;
  border:1px solid #e0b79f;
  border-radius:14px;
  background:#fff8f3;
}

html[data-aurora-surface="gestion-erp"] .erpv1-risk-box strong{
  display:block;
  color:#7c3d1d;
}

html[data-aurora-surface="gestion-erp"] .erpv1-risk-box p{
  margin:6px 0 10px;
  color:#6b5548;
  line-height:1.5;
  font-size:.78rem;
}

html[data-aurora-surface="gestion-erp"] .erpv1-risk-check{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#543d31;
  font-size:.78rem;
  font-weight:800;
}

html[data-aurora-surface="gestion-erp"] .erpv1-risk-check input{
  width:auto;
  min-height:auto;
  margin-top:2px;
}

@media (max-width:760px){
  html[data-aurora-surface="gestion-erp"] .erpv1-field-span-2{grid-column:auto;}
}