.logo--wordmark {
display:none;
background-image: url('https://cdn.masto.host/canadaptsocial/site_uploads/files/000/000/007/original/d793154eb8e6af41.png');
}
.column-link--logo {
height:36px;
width: 200px;
background-size: cover;
background-image: url('https://cdn.masto.host/canadaptsocial/site_uploads/files/000/000/007/original/3dbc019848c27688.png');
}
.logo {
  width: 50px; /* Logo size */
  height: 50px;
  background-image: url('https://canadapt.network/canadapt/favicon.svg'); /* Replace with your logo file path */
  background-size: cover;
  background-position: center;
  margin-right: 15px; /* Spacing between logo and title */
}

.ui__header {
display:block !important:
}


/* Adding text with CSS using the ::after pseudo-element */
.ui__header::after {
  content: "CanAdapt"; /* The text you want to display */
  font-size: 24px;
  color: #ffffff; /* Text color */
  margin-left: 15px; /* Spacing between logo and title */
}

