/* Login with Ohlom — button styles */
.ohlom-login-wrap {
	margin: 12px 0;
	text-align: center;
}

.ohlom-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 16px;
	border: 0;
	border-radius: 999px;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	background-image: linear-gradient(140deg, #ff8a33, #ff4866 55%, #ff1e8c);
	box-shadow: 0 4px 14px rgba(255, 72, 102, 0.25);
}

.ohlom-login-button:hover,
.ohlom-login-button:focus {
	color: #fff !important;
	filter: brightness(1.03);
}

.ohlom-login-button__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
