.pl-copy-link-item {
    position: relative;
}

.pl-copy-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    z-index: 20;
    width: max-content;
    max-width: 240px;
    padding: 7px 10px;
    border-radius: 5px;
    background: #202327;
    color: #fff;
    font: 13px/1.4 sans-serif;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease;
    word-spacing: normal;
}

.pl-copy-tooltip.is-visible {
    opacity: 1;
}
