.psb-banner {
	width: 100%;
	text-align: center;
	padding: 14px 20px;
	box-sizing: border-box;
	font-size: 15px;
}

.psb-banner-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.psb-banner-inner p {
	margin: 0;
}

/* Popup */
.psb-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.6 );
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

.psb-popup-overlay.psb-visible {
	display: flex !important;
}

.psb-popup-box {
	position: relative;
	max-width: 520px;
	width: 90%;
	padding: 40px 30px 30px;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.3 );
	text-align: center;
}

.psb-popup-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: transparent;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: inherit;
	opacity: 0.85;
}

.psb-popup-close:hover {
	opacity: 1;
}

.psb-popup-content p {
	margin: 0 0 0.5em;
}
