.yith-wapo-addon.wyjedzone-wapo-require-selection .wapo-addon-title .required {
	color: #b91c1c;
	margin-left: 4px;
}

.yith-wapo-addon.wyjedzone-wapo-require-selection .wapo-addon-title .wyjedzone-wapo-required-inline {
	color: #b91c1c;
	font-weight: 700;
	margin-left: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.yith-wapo-addon.wyjedzone-wapo-require-selection .wyjedzone-wapo-required-badge {
	display: inline-block;
	margin: 4px 0 8px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	background: #fff1f2;
	color: #9f1239;
	border: 1px solid #fecdd3;
}

.yith-wapo-addon.wyjedzone-wapo-require-selection.wyjedzone-wapo-required-missing {
	outline: 2px solid #fecaca;
	outline-offset: 2px;
	border-radius: 8px;
}

.yith-wapo-addon.wyjedzone-wapo-require-selection .wyjedzone-wapo-missing-note {
	display: block;
	margin: 6px 0 10px;
	font-size: 12px;
	font-weight: 600;
	color: #b91c1c;
}

