.category-combination-restrictions-disabled-button {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.category-combination-restrictions-restricted-message {
	color: #e2401c;
	font-size: 0.875em;
	margin: 8px 0 0;
}

.category-combination-restrictions-product-restricted .single_add_to_cart_button,
.category-combination-restrictions-product-restricted button[name="add-to-cart"],
.category-combination-restrictions-product-restricted input[name="add-to-cart"] {
	opacity: 0.5 !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
}

.category-combination-restrictions-tooltip-wrap {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: help;
}

.category-combination-restrictions-tooltip-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: none;
	background: #999;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family: inherit;
	cursor: help;
	padding: 0;
	line-height: 1;
	margin-left: 6px;
}

.category-combination-restrictions-tooltip-trigger:focus {
	outline: 2px solid #0073aa;
	outline-offset: 2px;
}

.category-combination-restrictions-tooltip-message {
	display: none;
	position: absolute;
	bottom: calc(100% + 8px);
	left: 0;
	background: #333;
	color: #fff;
	font-size: 0.8em;
	padding: 8px 12px;
	border-radius: 4px;
	width: 220px;
	z-index: 9999;
	text-align: left;
	pointer-events: none;
}

.category-combination-restrictions-tooltip-message::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 16px;
	border: 6px solid transparent;
	border-top-color: #333;
}

.category-combination-restrictions-tooltip-wrap:hover .category-combination-restrictions-tooltip-message,
.category-combination-restrictions-tooltip-trigger[aria-expanded="true"] ~ .category-combination-restrictions-tooltip-message {
	display: block;
}
