/* B4 Social Login - Frontend Styles */

.b4manga-social-login-wrapper {
	background: transparent !important;
}

.b4-social-login-buttons {
	margin: 0;
	padding: 0;
	background: transparent;
}

.b4-social-login-heading {
	display: none;
}

.b4-social-login-providers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	background: transparent !important;
}

.b4-social-login-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	background-color: #000000 !important;
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.b4-social-login-button:hover {
	background-color: #EC2024 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.b4-social-login-button .b4-social-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #fff !important;
}

.b4-social-login-button .b4-social-icon svg {
	width: 100%;
	height: 100%;
	color: #fff !important;
	fill: currentColor;
}

.b4-social-login-button .b4-social-text {
	display: none !important;
}

/* Icon-only style */
.b4-social-login-buttons[data-style="icon"] .b4-social-login-providers {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}

.b4-social-login-buttons[data-style="icon"] .b4-social-login-button {
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
}

.b4-social-login-buttons[data-style="icon"] .b4-social-text {
	display: none;
}

/* Rounded style */
.b4-social-login-buttons[data-style="rounded"] .b4-social-login-button {
	border-radius: 25px;
}

/* Colored buttons */
.b4-social-login-buttons {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons  {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons  {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons  {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-login-buttons {
	background-color: #000000 !important;
	color: #fff !important;
}

.b4-social-twitter:hover, .b4-social-linkedin:hover, .b4-social-apple:hover, .b4-social-github:hover, .b4-social-microsoft:hover, .b4-social-facebook:hover, .b4-social-google:hover {
	background-color: #EC2024 !important;
	color: #fff !important;
}

/* Responsive */
@media screen and (max-width: 600px) {
	.b4-social-login-providers {
		max-width: 100%;
	}
}
