/* Batman City Social Login */
.bcsl-buttons {
    display: grid;
    gap: 8px;
    width: 100%;
}

.bcsl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 900;
    text-decoration: none !important;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

.bcsl-button i {
    width: 18px;
    text-align: center;
}

.bcsl-google {
    background: #ffffff;
    color: #202124 !important;
}

.bcsl-facebook {
    background: #1877f2;
    color: #ffffff !important;
}

.bcsl-microsoft {
    background: #2f2f2f;
    color: #ffffff !important;
}

.bcsl-apple {
    background: #000000;
    color: #ffffff !important;
}

.bcsl-empty {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 12px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}
