.lppso-shell {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 99999;
	font-size: 16px;
}

.lppso-launch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: #25211f;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .22);
	cursor: pointer;
}

.lppso-shell.is-active .lppso-launch {
	background: #216e45;
}

.lppso-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #9df2bb;
}

.lppso-dialog {
	position: absolute;
	right: 0;
	bottom: 56px;
	width: min(350px, calc(100vw - 28px));
	padding: 20px;
	border: 1px solid #dfd6cf;
	border-radius: 14px;
	background: #fffaf5;
	color: #28231f;
	box-shadow: 0 12px 38px rgba(0, 0, 0, .24);
}

.lppso-heading {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 800;
}

.lppso-seller-name {
	margin: 0 0 8px;
	color: #216e45;
	font-weight: 700;
}

.lppso-help,
.lppso-login-form label {
	display: block;
	margin: 0 0 10px;
}

.lppso-login-form input {
	width: 100%;
	margin: 0 0 12px;
	padding: 12px;
	font-size: 22px;
	letter-spacing: .25em;
	text-align: center;
}

.lppso-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lppso-error {
	margin: 0 0 10px;
	color: #a32222;
	font-weight: 700;
}

#lppso-checkout-fields {
	margin: 22px 0;
	padding: 18px;
	border: 2px solid #216e45;
	border-radius: 10px;
	background: #f5fff8;
}

#lppso-checkout-fields h3 {
	margin-top: 0;
}

.lppso-admin-meta {
	margin-top: 18px;
	padding: 12px;
	border-left: 4px solid #216e45;
	background: #f5fff8;
}

.lppso-admin-meta h3,
.lppso-admin-meta p {
	margin: 0 0 6px;
}

@media (max-width: 600px) {
	.lppso-shell {
		right: 12px;
		bottom: 12px;
	}
}
