.btt-wrapper-0b1fb4fc {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* Position settings */
.btt-position-left .btt-wrapper-0b1fb4fc {
    left: 30px;
}

.btt-position-right .btt-wrapper-0b1fb4fc {
    right: 30px;
}

/* Visibility classes */
.btt-wrapper-0b1fb4fc.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Button style rules */
.btt-btn-0b1fb4fc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btt-btn-0b1fb4fc:focus-visible {
    outline: 3px solid #0073aa;
    outline-offset: 3px;
}

.btt-icon-0b1fb4fc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btt-icon-0b1fb4fc svg {
    display: block;
}

.btt-text-0b1fb4fc {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
}

/* Editor preview layout */
.btt-wrapper-0b1fb4fc.btt-preview {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

/* Admin bar awareness */
body.admin-bar .btt-wrapper-0b1fb4fc {
    /* Offset bottom marginally or top if layout calls for it, but for BTT standard bottom is fine */
}
