/**
 * Hide license-type dropdown on single product pages for non-admins.
 * Body class devkorneff-hide-license-dropdown is added by the plugin.
 * JS adds devkorneff-license-row-hidden to the tr for compatibility.
 */
body.devkorneff-hide-license-dropdown .variations tr.devkorneff-license-row-hidden,
body.devkorneff-hide-license-dropdown .variations tr:has(select[name="attribute_license-type"]) {
	display: none !important;
}

/**
 * Demo link shortcode: text style instead of button.
 * Use explicit font-size/color to avoid inheriting from Oxygen ct-shortcode.
 */
.devkorneff-demo-link {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: inherit;
	cursor: pointer;
	color: #111111 !important;
	text-decoration: none;
}

.devkorneff-demo-link:hover {
	background: none !important;
	border: none !important;
	color: #333333 !important;
	text-decoration: none;
}
