.dkel-live-copy-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.8);
    border: 2px solid;
    padding: 8px 10px;
    cursor: pointer;
    color: #000;
    border-radius: 5px;
    transition: all 0.5s;
}
.dkel-live-copy-btn.dkel-btn-disabled {
    pointer-events: none;
}
.elementor-section-wrap > .elementor-section:hover .dkel-live-copy-btn {
    display: block;
}
.elementor-section-wrap > .elementor-section:hover .dkel-live-copy-btn:hover {
    background: rgba(255,255,255,1);
}