@import "./mk-ui-2.css";

/* MK Asistente · overrides mínimos (light) */
.qa{ margin-top: 12px; }
.qaBox{
  padding: 10px 12px;
  border: 1px solid var(--edge2);
  border-radius: 12px;
  background: rgba(255,255,255,.7);
  color: var(--txt);
  font-size: 13px;
  line-height: 1.35;
  min-height: 44px;
  white-space: pre-wrap;
}
body.orbOnly .card:not(:first-child),
body.orbOnly .topbar,
body.orbOnly .sub{
  display:none !important;
}
body.orbOnly .grid{ grid-template-columns: 1fr; }
