/*
 * Table of contents
 * 1. Wrapper
 * 2. Button
 * 3. WooCommerce My Account form
 */

/* 1. Wrapper */
.thenine-zalo-login-wrap {
	margin-top: 16px;
	margin-bottom: 8px;
	text-align: center;
}

/* 3. WooCommerce My Account form */
.woocommerce-form-login .thenine-zalo-login-wrap {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

/* 2. Button */
.thenine-zalo-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid #0068ff;
	background: #0068ff;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.thenine-zalo-login-button:hover,
.thenine-zalo-login-button:focus {
	background: #0055d1;
	border-color: #0055d1;
	color: #fff;
	text-decoration: none;
}

.thenine-zalo-login-button:focus {
	outline: 2px solid #99c2ff;
	outline-offset: 2px;
}
