/**
 * Boksiowo Portal Engine PRO — public (frontend) styles.
 * Base reset shared by every future module; kept intentionally minimal
 * so it never conflicts with the active theme's design.
 */

.bpe-frontend {
	box-sizing: border-box;
}

.bpe-frontend img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
