label:has(> input[type="checkbox"]) {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}

aside > img {
  height: 54px;
  width: 190px;
}
