.xoo-elgl-wrap {
	margin-top: 16px;
	width: 100%;
}

.xoo-elgl-divider {
	display: flex;
	align-items: center;
	text-align: center;
	color: #757575;
	font-size: 13px;
	margin: 14px 0;
}

.xoo-elgl-divider::before,
.xoo-elgl-divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #e0e0e0;
}

.xoo-elgl-divider span {
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.xoo-elgl-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	color: #3c4043;
	border: 1px solid #dadce0;
	border-radius: 4px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: box-shadow .15s ease, background-color .15s ease;
}

.xoo-elgl-btn:hover,
.xoo-elgl-btn:focus {
	background-color: #f7f8f8;
	color: #3c4043;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.30), 0 1px 3px 1px rgba(60,64,67,.15);
	text-decoration: none;
}

.xoo-elgl-icon {
	display: inline-flex;
	flex-shrink: 0;
}

.xoo-elgl-icon svg {
	display: block;
}

.xoo-elgl-text {
	white-space: nowrap;
}
