.file-item {
	@apply text-sm w-full py-1 px-3 inline-flex items-center rounded-full overflow-hidden gap-x-2 no-underline cursor-default;
}

.file-item .file-remove {
	@apply opacity-0;
}

.file-item:hover .file-remove {
	@apply opacity-100;
}

.link {
	@apply text-primary cursor-pointer relative;
}

.link .btn {
	@apply relative z-10;
}

.anchor {
	@apply text-transparent absolute inset-0;
}
