.angie-btt-4396973f {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.angie-btt-4396973f.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.angie-btt-4396973f .btt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: inherit;
}
.angie-btt-4396973f .btt-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Editor preview styling */
.elementor-editor-active .angie-btt-4396973f {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: auto;
    right: auto;
    margin: 20px auto;
}