@media(max-width:900px){
  [data-standard-operation-form-compact-layout].standard-operation-form-bounded-matrix{display:grid;grid-template-rows:auto auto}
  [data-standard-operation-form-compact-layout] .standard-operation-form-bounded-matrix-frame{display:grid;grid-template-rows:auto auto;min-height:0}
  [data-standard-operation-form-compact-layout] .standard-operation-form-bounded-matrix-scroll{height:auto;min-height:0;max-height:min(340px,calc(100dvh - 470px))}
  [data-standard-operation-form-compact-layout] .supplier-doc-matrix-table td{height:auto;min-height:44px;padding:6px;white-space:normal}
  .standard-operation-form-compact-identity{display:grid;min-width:0;gap:4px;text-align:left}
  .standard-operation-form-compact-identity>input{min-width:0;width:100%}
  .standard-operation-form-compact-identity>span{overflow:hidden;color:#526274;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
  .standard-operation-form-compact-identity>.standard-operation-form-compact-row-index{color:#0b61c9;font-weight:700}
  .standard-operation-form-compact-quantity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 4px;min-width:0}
  .standard-operation-form-compact-quantity{display:grid;min-width:0;gap:2px;color:#526274;font-size:10px;text-align:left}
  .standard-operation-form-compact-quantity>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .standard-operation-form-compact-quantity>input{min-width:0;width:100%;height:28px;padding:0 2px}
}
