
	/* Ensure breadcrumbs are accessible and don't break on small screens */
	nav.svelte-1sk4l78 {
		word-break: break-word;
		overflow-wrap: break-word;
	}

	/* Focus styles for better accessibility */
	a.svelte-1sk4l78:focus {
		outline: 2px solid #3b82f6;
		outline-offset: 2px;
	}
