x-label {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
x-label > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
x-label > div label {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
x-label > div small {
  font-size: 0.7rem;
}