.al-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.al-title {
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
}

.al-logo {
  width: 20px;
  height: 20px !important;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
  position: relative;
  bottom: 3px;
}

.al-logo-text-container {
  display: flex;
}

.al-text {
  line-height: 100%;
  white-space: nowrap;
}