/* Center the footer text and make it full width */
.site-footer-bottom .site-info {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    font-size: 18px !important;
}

/* Hide the default theme-info container if still present (extra safety) */
.site-footer-bottom .fairy-footer-theme-info {
    display: none !important;
}

/* Ensure social/menu area doesn't push layout (optional) */
.site-footer-bottom .fairy-menu-social {
    text-align: center;
    margin-bottom: 8px;
}
