<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.vtextresize-buttons {
  display: flex;
  justify-content: space-between;
}

button.vtextresize {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px;
}

button.vtextresize-decrease::before {
  content: 'A-';
}

button.vtextresize-reset::before {
  content: 'A';
}

button.vtextresize-increase::before {
  content: 'A+';
}</pre></body></html>