/*
Theme Name: Workreap Child - Archihub
Template: workreap
Description: Custom child theme for Archihub architecture marketplace
Author: Orlando Toro | Remote Cosmo
Author URI: https://archihub.com
Version: 1.0.0
Text Domain: archihub
*/

/* Child theme styles will go here */

/* ==========================================================================
   Login Page - Social Button Alignment Fix
   ========================================================================== */

/**
 * Fix Facebook button alignment on login/register pages
 * Ensures all social login buttons are properly centered
 */
.wt-loginicon ul li,
.single-social-style .wt-loginicon ul li,
.wc-login .wt-loginicon ul li,
.wc-register_single .wt-loginicon ul li {
    text-align: center !important;
    display: inline-block !important;
    float: none !important;
}

.wt-loginicon ul {
    text-align: center !important;
    display: block !important;
}

.wt-loginicon ul li a {
    margin: 0 auto !important;
    display: block !important;
}
