.Footer__container2 { 
  display: none !important; 
} /* Add your custom footer content */ 
.custom-footer { 
  display: block !important; 
  text-align: center; 
  font-size: 12px; 
  color: #666; 
  padding: 10px; 
  background-color: #f9f9f9; 
} /* Add your custom branding text */ 
.custom-footer::before {
  content: "Powered by mConsent"; 
}  
