.postmark-term {
  border-bottom: 1px dotted currentColor;
  cursor: help;
  outline: none;
}

.postmark-term:focus-visible {
  border-radius: 2px;
  box-shadow: 0 0 0 3px rgba(229, 72, 74, 0.2);
}

.postmark-definition {
  display: none;
  margin: -8px 0 24px;
  padding: 12px 14px;
  border-left: 3px solid rgb(229, 72, 74);
  border-radius: 0 6px 6px 0;
  background: #f2f0eb;
  color: #57554e;
  font-size: 14px;
  line-height: 1.5;
}

.postmark-definition.is-open {
  display: block;
}

.postmark-definition b {
  color: #232320;
}
