.pd-google-login-wrap {
	margin-bottom: 20px;
}

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

.pd-google-btn:hover {
	background: #f8f9fa;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	color: #3c4043;
	text-decoration: none;
}

.pd-google-btn svg {
	flex-shrink: 0;
}

.pd-google-divider {
	display: flex;
	align-items: center;
	margin: 16px 0 0;
	color: #70757a;
	font-size: 13px;
}

.pd-google-divider::before,
.pd-google-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #dadce0;
}

.pd-google-divider span {
	padding: 0 10px;
}

/* WP login page */
#login .pd-google-login-wrap {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 16px;
	margin-bottom: 0;
}

#login .pd-google-divider {
	margin: 0 0 16px;
}

#login .pd-google-btn {
	margin-bottom: 24px;
}


.woocommerce-form-login .pd-google-login-wrap,
.woocommerce-form-register .pd-google-login-wrap {
	margin-bottom: 20px;
}

.pd-google-notice-sep {
	margin: 24px 0;
	border: none;
	border-top: 1px solid #e0e0e0;
}

.pd-google-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 20px;
	margin-bottom: 24px;
	background: #f0f6ff;
	border-left: 4px solid #4285f4;
	border-radius: 0 4px 4px 0;
}

.pd-google-notice__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.pd-google-notice__btn {
	flex-shrink: 0;
	display: inline-block;
	padding: 8px 18px;
	background: #4285f4;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: background 0.15s;
}

.pd-google-notice__btn:hover {
	background: #3367d6;
	color: #fff !important;
}

@media (max-width: 600px) {
	.pd-google-notice {
		flex-direction: column;
		align-items: flex-start;
	}
}
