.contactForm-field-file {
	input {
		display: flex;
		width: 100%;
		height: 3em;
	}
}

.contactForm-field-file-info {
	display: flex;
	flex-direction: column;
	gap: var(--layout-space-100);
	margin-top: var(--layout-space-100);
}

.contactForm-field-additional {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
