/* Center the triangular glyph by its visible shape, not its text bounding box. */
.text-button .play > span {
  display: block;
  line-height: 1;
  transform: translate(1px, -0.5px);
}
