/* Product page only overrides (this stylesheet is enqueued solely on the single product page) */

/* Hide only the ratio texts BELOW each image inside the modal.
   These share the .wcpfmc-image-selector-description class with the labels ABOVE the images,
   so we target their specific ids to keep the labels ("Image with/without background") visible. */
#wcpfmc-bck-img-txt,
#wcpfmc-wo-bck-img-txt,
#wcpfmc-wo-bck-iso-img-txt
{
	display: none !important;
}

/* Hide the ratio text printed on the product page after the size selectors */
#wcpfmc-ratio-text
{
	display: none !important;
}

/* Committed image preview: half the modal size, placed below the reference field */
#wcpfmc-img-preview
{
	display: block;
	max-width: 100px !important;
	height: auto;
	margin-top: 10px;
}
