/*
 * Zibll 社交登录 - 前台样式
 * Google：对齐 v9 的中性浅底 + 四色 Logo（v8 原样式是纯蓝底 + 白色单色 G）。
 * Apple ：v8 主题无此按钮，由本插件 JS 注入，这里提供深色底 + 白色 Apple Logo。
 * Facebook / Microsoft / Twitter：v8 已原生渲染且样式与 v9 一致，无需覆盖。
 */

/* ---------- Google ---------- */
.social_loginbar .social-login-item.google {
    color: var(--main-color) !important;
    background: var(--main-shadow);
}
.social_loginbar .social-login-item.google i.fa-google::before {
    content: "";
    display: none;
}
.social_loginbar .social-login-item.google i.fa-google {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.25em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%201024'%3E%3Cpath%20d='M214.101333%20512c0-32.512%205.546667-63.701333%2015.36-92.928L57.173333%20290.218667A491.861333%20491.861333%200%200%200%204.693333%20512c0%2079.701333%2018.858667%20154.88%2052.394667%20221.610667l172.202667-129.066667A290.56%20290.56%200%200%201%20214.101333%20512'%20fill='%23FBBC05'/%3E%3Cpath%20d='M516.693333%20216.192c72.106667%200%20137.258667%2025.002667%20188.458667%2065.962667L854.101333%20136.533333C763.349333%2059.178667%20646.997333%2011.392%20516.693333%2011.392c-202.325333%200-376.234667%20113.28-459.52%20278.826667l172.373334%20128.853333c39.68-118.016%20152.832-202.88%20287.146666-202.88'%20fill='%23EA4335'/%3E%3Cpath%20d='M516.693333%20807.808c-134.357333%200-247.509333-84.864-287.232-202.88l-172.288%20128.853333c83.242667%20165.546667%20257.152%20278.826667%20459.52%20278.826667%20124.842667%200%20244.053333-43.392%20333.568-124.757333l-163.584-123.818667c-46.122667%2028.458667-104.234667%2043.776-170.026666%2043.776'%20fill='%2334A853'/%3E%3Cpath%20d='M1005.397333%20512c0-29.568-4.693333-61.44-11.648-91.008H516.650667V614.4h274.602666c-13.696%2065.962667-51.072%20116.650667-104.533333%20149.632l163.541333%20123.818667c93.994667-85.418667%20155.136-212.650667%20155.136-375.850667'%20fill='%234285F4'/%3E%3C/svg%3E");
}
.social_loginbar .social-login-item.google.button-lg i.fa-google {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.35em;
    margin-left: -6px;
    margin-right: 4px;
}

/* ---------- Apple（对齐 v9：深色底 #454545 + 白色 Logo） ---------- */
.social_loginbar .social-login-item.apple {
    background: #454545;
    color: #fff !important;
}
.social_loginbar .social-login-item.apple .icon,
.social_loginbar .social-login-item.apple svg {
    width: 1.15em;
    height: 1.15em;
    fill: currentColor;
    vertical-align: -0.2em;
}
.social_loginbar .social-login-item.apple.button-lg svg {
    width: 1.35em;
    height: 1.35em;
    margin-right: 4px;
}
