/**
 * PasionGift App — Component Base
 *
 * Shared structural conventions for all components.
 * No visual styling — layout primitives only.
 *
 * @package PasionGift_App
 */

[class^="pg-"],
[class*=" pg-"] {
	box-sizing: border-box;
}
