@mixin vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-block: var(--rs-spacing);
  height: auto;
}
