/**
 * Shared resets/utilities reused by multiple Ventexia UI widgets.
 * Loaded as a dependency of any widget stylesheet that registers it.
 */

[class^='ventexia-'] img {
	max-width: 100%;
	height: auto;
}

[class^='ventexia-'] *,
[class^='ventexia-'] *::before,
[class^='ventexia-'] *::after {
	box-sizing: border-box;
}

[class^='ventexia-'] a {
	cursor: pointer;
}
