/* Immediate footer fixes */
#tanzify-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix for potential theme conflicts */
body .tanzify-footer {
    z-index: 9999;
    position: relative;
}

/* Loading transition */
body.loaded .tanzify-footer {
    transition: opacity 0.5s ease;
}