/* --------------------------------------------------------------------------
 * GRZ Gaming — standard package-price alignment (v1.8.0)
 *
 * Discounted packages keep the lower price row so the compare-at amount and
 * promotional metadata have room above it. A plain package has no secondary
 * price information, so its single amount belongs on the card's middle axis.
 * ----------------------------------------------------------------------- */

.single-product .grz-tp-pill:not(:has(.grz-tp-pill__regular, .grz-tp-pill__discount, .grz-tp-pill__badge)) .grz-tp-pill__pricing {
	top: 50%;
	bottom: auto;
	align-items: center;
	transform: translateY(-50%);
}
