@layer base {
  span {
    word-break: break-word;
  }

  div {
    box-sizing: border-box;
  }
}
