.pgb-vip-preorder-notice {
	background: #f7f7f8;
	border: 1px solid #e4e4e7;
	border-left: 4px solid #c99810;
	border-radius: 14px;
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding: 18px 20px;
}

.pgb-vip-preorder-notice__eyebrow {
	color: #9a7600;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.pgb-vip-preorder-notice > strong {
	color: #171717;
	font-size: 20px;
	line-height: 1.25;
}

.pgb-vip-preorder-notice p,
.pgb-vip-preorder-notice small {
	margin: 0;
}

.pgb-vip-preorder-notice p {
	color: #333;
	font-size: 14px;
	line-height: 1.55;
}

.pgb-vip-preorder-notice small {
	color: #6b6b70;
	font-size: 11px;
	line-height: 1.45;
}

.pgb-vip-preorder-notice.is-open {
	background: linear-gradient(135deg, #f7f7f8 0%, #fff9e8 100%);
}

.woocommerce-cart-form .variation-VIP,
.woocommerce-checkout-review-order-table .variation-VIP {
	color: #9a7600;
	font-weight: 700;
}

@media (max-width: 767px) {
	.pgb-vip-preorder-notice {
		border-radius: 12px;
		margin-bottom: 18px;
		padding: 16px;
	}

	.pgb-vip-preorder-notice > strong {
		font-size: 18px;
	}
}
