.wcif-fields {
	margin: 18px 0 20px;
	display: grid;
	gap: 16px;
}

.wcif-field {
	display: grid;
	gap: 7px;
}

.wcif-field label {
	font-weight: 600;
	line-height: 1.35;
}

.wcif-field .required {
	color: #b32d2e;
}

.wcif-field input[type="text"],
.wcif-field input[type="file"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.wcif-field input[type="text"] {
	min-height: 46px;
	padding: 9px 12px;
}

.wcif-field input[type="file"] {
	padding: 10px;
	border: 1px solid rgba(0,0,0,.18);
	background: #fff;
}

.wcif-field small {
	opacity: .7;
	font-size: 12px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.wcif-fields {
		margin-top: 14px;
		gap: 14px;
	}
}
