.angie-scroll-up-daa1c559 {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 5px;
}

.angie-scroll-up-daa1c559 .angie-scroll-up-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.angie-scroll-up-daa1c559 .angie-scroll-up-icon svg {
    fill: #fff;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease;
}

.angie-scroll-up-daa1c559.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Positioning Classes */
.angie-scroll-up-pos-left {
    left: 30px;
    right: auto;
}

.angie-scroll-up-pos-right {
    right: 30px;
    left: auto;
}

/* To ensure it functions in the editor before scrolling, show slightly */
.elementor-editor-active .angie-scroll-up-daa1c559 {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative; /* Relative in editor so it doesn't float over controls initially */
    bottom: auto;
    left: auto;
    right: auto;
    margin: 20px auto; /* Center for editor visibility */
}
