.wcla-line-button {
	display: inline-flex !important;
	align-items: center;
	gap: .65em;
	background: #06c755 !important;
	border-color: #06c755 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}
.wcla-line-button:hover,
.wcla-line-button:focus { opacity: .9; color: #fff !important; }
.wcla-line-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .72em;
	font-weight: 800;
	letter-spacing: -.02em;
	background: #fff;
	color: #06c755;
	border-radius: 999px;
	width: 2.3em;
	height: 2.3em;
}
.wcla-login-wrap { margin-top: 1rem; display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.wcla-or { color: #777; }
.wcla-checkout-login .wcla-line-button { margin-left: .4rem; }
.wcla-block-checkout-login {
	padding: 1rem;
	margin: 0 0 1rem;
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: .75rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wcla-account-panel .wcla-status-good { color: #16733a; }
.wcla-account-panel .wcla-status-warn { color: #8a5a00; }
.wcla-preferences-form { margin: 1.5rem 0; }
