/**
 * RC Filter Dependency Styles
 * Minimal styling for smooth transitions
 *
 * @package UnqorkElementorAddon
 * @since 1.0.0
 */

/* Smooth transitions for option visibility */
.rc-filter-resource-type .jet-select__control option {
	transition: opacity 0.2s ease;
}

/* Ensure hidden options stay hidden */
.rc-filter-resource-type .jet-select__control option[style*="display: none"] {
	display: none !important;
}
