rad-ui-tooltip {
  font-family: Circe;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0 5px;

  .description {
    max-width: 500px;
    background: #ffff99;
    padding: 10px;
    border: 1px solid #ffcc66;
    font-size: 8pt;
    position: absolute;
    z-index: 9000;
  }
}
