.p-widget-hint {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid var(--v-color__1);
  font-size: 70%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--v-color__4);
  text-decoration: none;
  margin: 0 0.2rem;
  vertical-align: super;
}

.p-widget-hint:hover {
  color: var(--v-color__2);
  background-color: var(--v-color__4);
}
