/* --------------------------------------------------------------------------
 * GRZ Gaming — single mobile package selector (v2.0.1)
 *
 * Once the live denomination controls have moved into the existing mobile
 * sheet, the legacy text-only trigger card is redundant. The image-backed
 * Selected package card remains visible and opens that same sheet through the
 * existing review handler.
 * ----------------------------------------------------------------------- */

@media (max-width: 760px) {
	body.single-product.grz-product-design div.product form.grz-tp-form.grz-tp-mobile-package-card-hidden > .grz-tp-card--package {
		display: none !important;
	}
}
