/* Exhibit RSGDX — custom-product-page-sections.css — v2
   v2: #exhibitrsgdx-single-product root wrapper for the dedicated template.
   Shared padded wrapper for product tabs, related products, and customers
   section below the gallery hero. */

#exhibitrsgdx-single-product,
#exhibitrsgdx-single-product *,
#exhibitrsgdx-single-product *::before,
#exhibitrsgdx-single-product *::after {
	box-sizing: border-box;
}

#exhibitrsgdx-single-product.exhibitrsgdx-single-product {
	width: 100%;
}

#exhibitrsgdx-product-page-sections,
#exhibitrsgdx-product-page-sections *,
#exhibitrsgdx-product-page-sections *::before,
#exhibitrsgdx-product-page-sections *::after {
	box-sizing: border-box;
}

#exhibitrsgdx-product-page-sections.exhibitrsgdx-product-page-sections {
	width: 100%;
}

#exhibitrsgdx-product-page-sections .exhibitrsgdx-product-page-sections__inner {
	max-width: var(--exhibitrsgdx-content-max-width, 1600px);
	margin: 0 auto;
	padding: 0 24px;
}

@media (max-width: 500px) {
	#exhibitrsgdx-product-page-sections .exhibitrsgdx-product-page-sections__inner {
		padding: 0 16px;
	}
}
