.pswb-wrap {
	position: fixed;
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	z-index: 1030;
}

.pswb-wrap.pswb-right {
	right: max(1.25rem, env(safe-area-inset-right));
}

.pswb-wrap.pswb-left {
	left: max(1.25rem, env(safe-area-inset-left));
}

.pswb-button {
	min-height: 3rem;
	padding: .625rem 1rem;
	text-decoration: none;
}

.pswb-icon {
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 auto;
}

@media (max-width: 575.98px) {
	.pswb-wrap {
		bottom: max(1rem, env(safe-area-inset-bottom));
	}

	.pswb-wrap.pswb-right {
		right: max(1rem, env(safe-area-inset-right));
	}

	.pswb-wrap.pswb-left {
		left: max(1rem, env(safe-area-inset-left));
	}
}
