/* Pułapka na boty: niewidoczna dla człowieka, obecna w drzewie dokumentu. */
.iwca-trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.iwca-gate__status {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #58594f;
	min-height: 1.5em;
}

.iwca-gate__status:empty {
	margin: 0;
	min-height: 0;
}
