.cnc-scrolltop-btn {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
    padding: 5px;
}
.cnc-scrolltop-btn.show,
.elementor-editor-active .cnc-scrolltop-btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.cnc-scrolltop-btn .square-scroll-top-dark-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
    width: 42px;
    height: 42px;
    text-align: center;
    gap: 5px;
    box-shadow: 0px 0px 30px 0px #00000026;
    overflow: hidden;
}
.cnc-scrolltop-btn .square-scroll-top-dark-bg p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    word-break: break-word;
    color: #ffffff;
}
.cnc-scrolltop-btn .square-scroll-top-dark-bg svg,
.cnc-scrolltop-btn .square-scroll-top-dark-bg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
