.contact-form__textarea-wrap {
	position: relative;
}

.contact-form__textarea-wrap textarea {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}

.contact-form__ghost {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0.5rem 0;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.2rem;
	line-height: normal;
	color: color-mix(in srgb, currentColor 38%, transparent);
	white-space: pre-wrap;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.contact-form__ghost .prompt-cursor {
	background: currentColor;
}
