/* Hidden File Input Styles - Structural CSS Only */

/* Styles for visually hidden file input elements */

.file-input-hidden {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;

	/* Completely hide the native file input - replaced by custom upload area */
}
