
	/* Minimalistic gray scrollbar */
	.svelte-13xv5mr::-webkit-scrollbar {
		height: 8px;
		width: 8px;
		background: transparent;
	}
	.svelte-13xv5mr::-webkit-scrollbar-thumb {
		background: #d1d5db;
		border-radius: 6px;
	}
	.svelte-13xv5mr::-webkit-scrollbar-thumb:hover {
		background: #b0b6be;
	}
	.svelte-13xv5mr::-webkit-scrollbar-corner {
		background: transparent;
	}
	.svelte-13xv5mr {
		scrollbar-width: thin;
		scrollbar-color: #d1d5db transparent;
	}
	#chat-content-wrapper.svelte-13xv5mr {
		position: relative;
		z-index: 0;
	}
	#chat-content-wrapper.svelte-13xv5mr::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url('../../../images/pattern.svg');
		background-blend-mode: multiply;
		opacity: 0.02;
		z-index: -1;
		pointer-events: none;
	}
