
	/* Hide via opacity, not display:none — Chrome anchors the suggestion popup to this box, so it must stay in layout. */
	input.hide-native-picker.svelte-u3psvc::-webkit-calendar-picker-indicator {
		opacity: 0 !important;
		pointer-events: none;
	}

	input[type='date'].svelte-u3psvc::-webkit-calendar-picker-indicator {
		background: transparent;
		bottom: 0;
		color: transparent;
		cursor: pointer;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
