@import "html-hint.css";

.hint--html {
    display: inline;
}


.hint__element {
    display: inline;

    text-decoration: underline dotted;
    font-style: italic;

    cursor: pointer;
}

.hint__content {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  pointer-events: none;
  min-width: 30vw;

  & .hint__title {
      display: block;
      font-weight: bold;
      margin-bottom: .4em;
      font-size: 1.1em;
  }
}
