.item {
  font-family: "Moonstone";
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.5rem;
  padding: 0.125rem 0.375rem;
  line-height: 2.25rem;
  position: relative;
  color: inherit;
}
:global(.enact-locale-non-latin) .item {
  font-family: "Moonstone";
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7em;
}
:global(.enact-locale-non-latin) .item {
  line-height: 2.25rem;
}
.item:global(.largeText) {
  font-size: 1.625rem;
  line-height: 2.75rem;
}
:global(.enact-locale-non-latin) .item:global(.largeText) {
  line-height: 2.75rem;
}
.item.inline {
  max-width: 10rem;
}
:global(.enact-locale-ja) .item {
  line-break: strict;
}
