#uspbl-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 3vh;
}

@media (max-width: 767px) {
	#uspbl-popup-overlay {
		padding-top: 5vh;
		padding-bottom: 5vh;
	}
}

#uspbl-popup-overlay.uspbl-hidden {
	display: none;
}

#uspbl-popup-box {
	background: #fff;
	color: #000;
	padding: 2rem;
	width: 90%;
	position: relative;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	#uspbl-popup-box {
		width: 50%;
	}
}

#uspbl-popup-close {
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
    width: 50px;
    height: 50px;
	background: none;
	border: none;
	font-size: 4rem;
	line-height: 1;
	cursor: pointer;
    background-color: #000000;
	color: #ffffff;
    border-radius: 50px;
}
