.bb-vpd {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(24px, 5vw, 48px);
	border: 1px solid #d9e2da;
	border-radius: 12px;
	background: #fff;
	color: #1f2933;
	box-shadow: 0 12px 32px rgb(0 59 5 / 8%);
}

.bb-vpd h2,
.bb-vpd h3 {
	color: #003b05;
}

.bb-vpd__button,
.bb-vpd .woocommerce-form-login__submit {
	min-height: 48px;
	padding: 12px 24px;
	border: 2px solid #003b05;
	border-radius: 6px;
	background: #003b05;
	color: #fee004;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.bb-vpd__button:hover,
.bb-vpd__button:focus-visible,
.bb-vpd .woocommerce-form-login__submit:hover,
.bb-vpd .woocommerce-form-login__submit:focus-visible {
	background: #fee004;
	color: #003b05;
}

.bb-vpd__button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.bb-vpd__status {
	min-height: 1.5em;
	margin-top: 12px;
	color: #8a1c1c;
}

.bb-vpd__details {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #d9e2da;
}

.bb-vpd__details li + li {
	margin-top: 8px;
}

.bb-vpd__login {
	margin-top: 24px;
}

.bb-vpd__powered {
	margin: 32px 0 0;
	padding-top: 20px;
	border-top: 1px solid #d9e2da;
	color: #59636e;
	font-size: 0.9em;
	text-align: center;
}

