/*
 * Compatibility contract for ZShop Platform.
 * Editorial rules live in main.css; this stable file intentionally remains
 * available for platform version checks and cache-safe future extensions.
 */

.zshop-prose {
	overflow-wrap: anywhere;
}

.zshop-prose iframe,
.zshop-prose video {
	max-width: 100%;
	border: 0;
	border-radius: 20px;
}

