.elementor-5135 .elementor-element.elementor-element-631c15b1{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a547c28 */.affwp-custom-link-generator{
    display: none;
}
.affwp-tab-content p strong:after {
    content: 'Copy your Link';
    margin-left: 10px;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    display: none; /* Hide it by default */
}

.affwp-tab-content p strong.show-copy-link:after {
    display: inline; /* Show only for elements with this class */
}

@media (max-width: 767px) {
    .affwp-tab-content p strong.show-copy-link::after {
        display: block; /* Make it block to appear on a new line */
        margin-left: 0;
        margin-top: 5px; /* Adjust as needed */
    }
}/* End custom CSS */