/* ==========================================================================
   RDA Data Manager - Public Styles
   Only styles for components not achievable with pure Tailwind classes
   ========================================================================== */

/* Search input icon positioning */
.cprf-search__input-inner {
	position: relative;
}

.cprf-search__input-icon {
	position: absolute;
	left: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	color: hsl(var(--muted-foreground));
	pointer-events: none;
}

/* Guide progress step labels */
.cprf-guide__steps {
	display: flex;
	justify-content: space-between;
}

/* Loading state */
.cprf-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	color: hsl(var(--muted-foreground));
}
