.pa-thai-year-conversion {
  margin-left: .18em;
  color: var(--pa-muted, #68756f);
  font-family: Inter, Arial, sans-serif;
  font-size: .72em;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline dotted color-mix(in srgb, currentColor 42%, transparent) 1px;
  text-underline-offset: .2em;
}

.pa-thai-year-conversion:hover,
.pa-thai-year-conversion:focus-visible {
  color: var(--pa-forest, #123f35);
}

@media print {
  .pa-thai-year-conversion {
    color: inherit;
    text-decoration: none;
  }
}
