/* --------------------------------------------------------------------------
 * GRZ Gaming — compact unselected variation total (v1.7.9)
 *
 * Presentation only. The live WooCommerce placeholder keeps its original DOM
 * node and is replaced by the existing variation script when a package is
 * selected. No price, variation, quantity or submit state is changed here.
 * ----------------------------------------------------------------------- */

@media (max-width: 620px) {
	/* A selection prompt is status copy, not a price. Later receipt rules make
	 * real amounts intentionally large; restore a compact, wrapping-safe style
	 * only while WooCommerce marks this same live node as a placeholder. */
	.single-product .grz-tp-card--summary .grz-tp-total__now.is-placeholder {
		max-width: 100%;
		color: #66758b;
		font-size: clamp(12px, 3.35vw, 14px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.25;
		white-space: normal;
		text-align: end;
		overflow-wrap: anywhere;
	}

	.single-product .grz-tp-card--summary .grz-tp-total:has(.grz-tp-total__now.is-placeholder) .grz-tp-total__prices {
		align-items: flex-end;
		justify-content: flex-start;
		padding-top: 6px;
	}
}
