/**
 * WPS AdBlocker Detector - public styles.
 *
 * The dynamic, option-driven popup styles are printed in <head> by
 * public/hooks/header.php. This file is reserved for any static rules.
 */

.wpsabd-bait-wrap {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
