.erp-alertas-dropdown .erp-alertas-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.erp-alertas-badge {
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.erp-alertas-menu {
  width: min(420px, calc(100vw - 1.5rem));
  max-height: 70vh;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
}

.erp-alertas-list {
  max-height: 52vh;
  overflow: auto;
}

.erp-alerta-item {
  display: block;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.erp-alerta-item:last-child {
  border-bottom: 0;
}

.erp-alerta-item:hover {
  background: rgba(13, 110, 253, 0.05);
}

.erp-alerta-item.is-unread {
  background: rgba(13, 110, 253, 0.045);
}

.erp-alerta-item-title {
  font-weight: 700;
  font-size: 0.94rem;
}

.erp-alerta-item-body {
  font-size: 0.875rem;
  color: #64748b;
}

.erp-alerta-item-meta {
  font-size: 0.75rem;
  color: #94a3b8;
}
