.prod_detail_pg_sect_listing_details
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1rem;
	box-sizing: border-box;
}

/* Left: Image Area */
.pdpg_ld_left
{
	flex: 1 1 25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.piw_img_display img
{
	width: 100%;
	max-width: 25rem;
	height: auto;
	border-radius: 0.1rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.piw_img_selector
{
	text-align: center;
}

/* Right: Product Details and Interactions */
.pdpg_ld_right
{
	flex: 1 1 25rem;
	display: flex;
	align-items: flex-start;
}

.product_details_widget
{
	width: 100%;
}

.pdw_review_stars p
{
	font-size: 1rem;
	color: #ff9900;
	padding-bottom: 0.75rem;
}

.pdw_prod_details p
{
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	padding-bottom: 0.75rem;
}

.pdw_version_select select
{
	width: 100%;
	padding: 0.6rem;
	font-size: 1rem;
	border: 1px solid #CCC;
	border-radius: 0.1rem;
	margin-bottom: 1.5rem;
}

.pdw_btns .bottom_btns
{
	display: flex;
	gap: 0.75rem;
}

@media (max-width: 48rem)
{
	.prod_detail_pg_sect_listing_details
	{
		flex-direction: column;
		align-items: center;
	}

	.pdpg_ld_left,
	.pdpg_ld_right
	{
		flex: 1 1 100%;
	}
}
