.happy_shortcode_form_wrap {
  width: 200px;
  position: relative;

  .copy.icon {
    position: absolute;
    right: 0;
    top: 5px;
  }

  .happy_copied_tooltip {
    background-color: black;
    color: white;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 100%;
    opacity: 0.7;
    visibility: hidden;
  }
}

.happy_shortcode_show {
  cursor: pointer;
  width: 100%;
}
