.iben-wp-min-max-notice {
	clear: both;
	display: none;
	width: 100%;
	margin: 12px 0 0;
	padding: 10px 12px;
	border: 1px solid #d63638;
	border-left-width: 4px;
	background: #fff7f7;
	color: #8a1f1f;
	font-size: 14px;
	line-height: 1.35;
	box-sizing: border-box;
}

.iben-wp-min-max-popup {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}

.iben-wp-min-max-popup--visible {
	display: flex !important;
}

.iben-wp-min-max-popup__panel {
	position: relative;
	width: min(440px, 100%);
	padding: 22px 48px 22px 22px;
	border: 1px solid #d63638;
	border-left-width: 5px;
	border-radius: 4px;
	background: #fff;
	color: #8a1f1f;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	font-size: 15px;
	line-height: 1.45;
	box-sizing: border-box;
}

.iben-wp-min-max-popup__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8a1f1f;
	font-size: 26px;
	line-height: 32px;
	cursor: pointer;
}

.iben-wp-min-max-invalid {
	opacity: 0.75;
}
