.lct-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: .35rem 0;
}

.lct-align-left { justify-content: flex-start; }
.lct-align-center { justify-content: center; }
.lct-align-right { justify-content: flex-end; }

.lct-control {
  cursor: pointer;
}

button.lct-style-l {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  text-decoration: underline;
}

button.lct-style-i {
  appearance: none;
  background: transparent;
  border: 0;
  line-height: 0;
  padding: 0;
}

.lct-separator {
  align-self: center;
}
