/* Desktop geometry uses the shared baseline in common.css.
   Desktop interaction and motion are centralized in motion.css. */

/* Keep the authenticated ERP launcher compact even when generic SVG rules
   are present elsewhere in the page. */
.portal-systems .portal-external{
  box-sizing:border-box;
  display:inline-grid;
  width:38px;
  height:38px;
  padding:8px;
  place-items:center;
  flex:0 0 38px;
  border:1px solid rgba(224,238,248,.26);
  border-radius:9px;
  background:rgba(235,245,252,.1);
  color:#edf5fb
}
.portal-systems .portal-external svg{
  display:block;
  width:20px!important;
  height:20px!important;
  max-width:20px;
  max-height:20px
}
