
	.search-bar.svelte-1sy4i5n {
		position: relative;

		display: flex;
		align-items: center;

		border-radius: var(--border-radius_mid);
		overflow: hidden;
	}

	.input.svelte-1sy4i5n {
		width: 100%;

		color: var(--color-input-text);
	}

	.button.svelte-1sy4i5n {
		position: absolute;
		right: var(--s16);

		display: flex;
		align-items: center;
		justify-content: center;

		width: var(--s24);
		height: var(--s24);

		color: var(--color-red);
	}
