/* Align the docs brand and tagline to the sidebar's left edge. */
aside a[aria-label="Return to the SAFIX website"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
aside a[aria-label="Return to the SAFIX website"] > span:first-child {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
aside a[aria-label="Return to the SAFIX website"] img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}
aside a[aria-label="Return to the SAFIX website"] > span:last-child {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  text-wrap: balance;
}
