/* DGAIA: Red comercial a ancho completo en panel propietario */
#salesPanel,
#sales-panel,
#redComercialPanel,
#red-comercial,
section:has(h2, h3):has(.commercial-terms),
section:has(h2, h3):has([onclick*="loadSales"]),
section:has(h2, h3):has([onclick*="red comercial"]) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

#salesPanel .grid,
#sales-panel .grid,
#redComercialPanel .grid,
#red-comercial .grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

.owner-commercial-wide,
.owner-commercial-wide * {
  box-sizing: border-box;
}

.owner-commercial-wide {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}
