.plss-login-box {
	margin: 0 0 1.5rem;
}

.plss-login-button {
	display: block !important;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.plss-login-divider {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin: 1rem 0;
	font-size: .85em;
	opacity: .7;
}

.plss-login-divider::before,
.plss-login-divider::after {
	content: "";
	flex: 1;
	border-top: 1px solid currentColor;
	opacity: .35;
}

.plss-store-badge {
	display: inline-block;
	min-width: 2.25em;
	padding: .2em .5em;
	margin-right: .45em;
	border-radius: 999px;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background: rgba(0, 0, 0, .08);
}

.plss-store-name {
	font-size: .9em;
}

.plss-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}

.plss-page-count {
	margin: auto;
}

.plss-order-warning {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.plss-store-name {
		display: inline;
	}
}
