.gpl-sl-login-wrap {
	margin: 1.25em 0 1em;
}

.gpl-sl-or-divider {
	display: flex;
	align-items: center;
	margin: 0 0 1em;
	color: #50575e;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gpl-sl-or-divider::before,
.gpl-sl-or-divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #dcdcde;
}

.gpl-sl-or-divider span {
	padding: 0 12px;
}

.gpl-sl-login-heading {
	margin: 0 0 12px;
	text-align: center;
	color: #50575e;
	font-size: 14px;
}

.gpl-sl-login-intro {
	margin: 0 0 12px;
	text-align: center;
	color: #1d2327;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.gpl-sl-login-footer-text {
	margin: 16px 0 0;
	text-align: center;
	color: #646970;
	font-size: 14px;
	line-height: 1.4;
}

.gpl-sl-login-buttons {
	display: grid;
	gap: 10px;
}

.gpl-sl-login-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;	
	padding: 10px 16px;
	border: 1px solid #dadce0;
	border-radius: 4px;
	background: transparent;
	color: #1d2327;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.3;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.gpl-sl-login-button:hover,
.gpl-sl-login-button:focus {
	border-color: #ea4335;
	box-shadow: 0 0 0 1px #ea4335;
	color: #1d2327;
	text-decoration: none;
	background: transparent;
}

.gpl-sl-login-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.gpl-sl-button__svg {
	display: block;
	width: 20px;
	height: 20px;
}

.gpl-sl-login-button__label {
	flex: 1 1 auto;
}

.gpl-sl-login-button-google {
	border-color: #dadce0;
}

.gpl-sl-login-button-google:hover,
.gpl-sl-login-button-google:focus {
	border-color: #ea4335;
	box-shadow: 0 0 0 1px #ea4335;
}

/* WooCommerce */
.woocommerce .gpl-sl-login-wrap,
.woocommerce-page .gpl-sl-login-wrap {
	margin: 16px 0 20px;
}

.woocommerce form.login .gpl-sl-login-wrap,
.woocommerce form.register .gpl-sl-login-wrap,
.woocommerce .woocommerce-form-login .gpl-sl-login-wrap {
	margin-top: 18px;
}

.woocommerce form.register .gpl-sl-login-wrap--myaccount-register {
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce .gpl-sl-login-wrap--checkout-login {
	margin-top: 12px;
}

.woocommerce .gpl-sl-login-wrap--block-checkout {
	margin: 0 0 16px;
}

.gpl-sl-wc-settings-summary {
	margin-top: 10px;
	padding: 12px 14px;
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
}

.gpl-sl-wc-settings-summary ul {
	margin: 8px 0 0 18px;
}
