html[data-aurora-surface="gestion-erp"] .erpv1-hero{
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
}

html[data-aurora-surface="gestion-erp"] .erpv1-release-card{
  align-self:center;
  justify-content:center;
  width:260px;
  min-width:260px;
  min-height:0;
  padding:16px 18px;
  border-radius:16px;
}
html[data-aurora-surface="gestion-erp"] .erpv1-release-card span{
  font-size:.62rem;
  letter-spacing:.1em;
}
html[data-aurora-surface="gestion-erp"] .erpv1-release-card strong{
  margin:6px 0 2px;
  font-size:1.15rem;
  line-height:1.05;
}
html[data-aurora-surface="gestion-erp"] .erpv1-release-card small{
  font-size:.72rem;
  line-height:1.35;
}

html[data-aurora-surface="gestion-erp"] .erpv1-connection{
  padding:10px 14px;
  min-height:52px;
  border-radius:13px;
  box-shadow:0 5px 18px rgba(1,70,81,.045);
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection strong{
  font-size:.9rem;
  line-height:1.2;
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection small{
  margin-top:1px;
  font-size:.72rem;
  line-height:1.35;
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection-dot{
  width:9px;
  height:9px;
  box-shadow:0 0 0 4px rgba(156,163,175,.10);
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection[data-state="offline"]{
  border-color:#ead9d2;
  background:#fffaf8;
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection[data-state="offline"] .erpv1-connection-dot{
  background:#b86645;
  box-shadow:0 0 0 4px rgba(184,102,69,.11);
}
html[data-aurora-surface="gestion-erp"] .erpv1-connection[data-state="offline"] strong{
  color:#7d3d26;
}

@media (max-width:1100px){
  html[data-aurora-surface="gestion-erp"] .erpv1-hero{grid-template-columns:1fr}
  html[data-aurora-surface="gestion-erp"] .erpv1-release-card{
    width:100%;
    min-width:0;
  }
}
