.elementor-3456 .elementor-element.elementor-element-ced2fa2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ea315f5 *//* Hide the Knack menu bar */
#knack-dist_2 #kn-app-menu {
  display: none !important;
}

/* Set the top bar white */
#knack-dist_2 .kn-info-bar {
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove breadcrumbs completely */
#knack-dist_2 .kn-crumbtrail {
  display: none !important;
}

/* Flex control: force logout link to align right */
#knack-dist_2 .kn-info.kn-container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

/* Hide everything inside user except logout */
#knack-dist_2 .kn-current_user {
  font-size: 0 !important;
}

/* Show and style logout link, renamed */
#knack-dist_2 .kn-current_user .kn-log-out {
  font-size: 0 !important; /* hide original text */
  font-weight: bold !important;
  display: inline-block !important;
  
  margin-right: 10px;
  text-decoration: none;
}

#knack-dist_2 .kn-current_user .kn-log-out::before {
  content: 'Log Out of Family Connect';
  font-size: 16px;
}/* End custom CSS */