/* Pulse Moments — PayPal block inside the pay modal */

.pm-pp { margin-top: 18px; }

.pm-pp-or {
	position: relative;
	text-align: center;
	margin: 4px 0 14px;
}
.pm-pp-or::before {
	content: "";
	position: absolute;
	left: 0; right: 0; top: 50%;
	height: 1px;
	background: rgba(255, 255, 255, .12);
}
.pm-pp-or span {
	position: relative;
	background: #1c2333;
	padding: 0 12px;
	color: #8a93a6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pm-pp-note {
	margin: 0 0 12px;
	color: #9aa3b2;
	font-size: 12.5px;
	line-height: 1.55;
	text-align: center;
}
.pm-pp-usd {
	display: inline-block;
	margin-left: 4px;
	color: #e2c074;
	font-weight: 700;
	white-space: nowrap;
}

#pm-pp-buttons { min-height: 46px; }

.pm-pp-msg:empty { display: none; }
.pm-pp-msg { margin-top: 10px; text-align: center; }

@media (max-width: 600px) {
	.pm-pp-note { font-size: 12px; }
}
