/* UX polish v2 — narrow safety overrides after ux-polish-v1.css. */

/* Keep the proven desktop Copilot grid. Only Memoria organizzativa spans the full row. */
.copilot-grid{grid-template-columns:1.35fr .65fr!important}
.copilot-approvals{grid-column:auto!important;min-width:0!important}
.copilot-memory{grid-column:1/-1!important;min-width:0!important;width:100%!important}

/* Connectors: no extra elevation inside an already elevated panel. */
.trust-strip>div,.connector-actions,.drive-resources,.source-catalog article,.connector-note{box-shadow:none!important}

@media(max-width:1100px){
  .copilot-grid{grid-template-columns:1fr!important}
  .copilot-approvals,.copilot-memory{grid-column:1!important}
}
