/* Inquiry form layout (modal + home contact share CF7 markup) */
.custom-form-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	margin-bottom: 16px;
}

.custom-form-col {
	flex: 1 1 0;
	min-width: 0;
}

.custom-form-full {
	margin-bottom: 16px;
	width: 100%;
}

.custom-form-submit {
	margin-bottom: 0;
	width: 100%;
}

.custom-form-row input,
.custom-form-row select,
.custom-form-full textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #fff;
	font-family: "Poppins Regular", ui-sans-serif, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #161717;
	outline: none;
	box-shadow: none;
	appearance: none;
}

.custom-form-row select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236b6c6c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 14px;
	padding-right: 40px;
}

.custom-form-full textarea {
	min-height: 120px;
	resize: vertical;
}

.custom-form-row input::placeholder,
.custom-form-full textarea::placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.custom-form-row input:focus,
.custom-form-row select:focus,
.custom-form-full textarea:focus {
	border-color: #b6272d;
}

.custom-form-submit input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 32px;
	border: 0;
	border-radius: 6px;
	background-color: #b6272d;
	font-family: "Poppins SemiBold", ui-sans-serif, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff;
	cursor: pointer;
	appearance: none;
}

.custom-form-submit input[type="submit"]:hover {
	background-color: #92191d;
	color: #ffffff;
}

@media (max-width: 640px) {
	.custom-form-row {
		flex-wrap: wrap;
	}

	.custom-form-col {
		flex: 1 1 100%;
	}
}

/* Single blog side form — flex gap 10px for any CF7 markup */
.wtai-single-blog__form .wpcf7-form,
.wtai-single-blog__form .wpcf7-form > p {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	margin: 0 !important;
}

.wtai-single-blog__form .wpcf7-form > p,
.wtai-single-blog__form .wpcf7-form > label,
.wtai-single-blog__form .custom-form-row,
.wtai-single-blog__form .custom-form-full,
.wtai-single-blog__form .custom-form-submit,
.wtai-single-blog__form .wpcf7-form-control-wrap {
	margin: 0 !important;
}

.wtai-single-blog__form .wpcf7-form br {
	display: none !important;
}

.wtai-single-blog__form label {
	display: block !important;
	margin: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}

.wtai-single-blog__form .wpcf7-form-control-wrap {
	display: block !important;
	width: 100% !important;
}

.wtai-single-blog__form textarea,
.wtai-single-blog__form .custom-form-full textarea {
	min-height: 72px !important;
	height: 72px !important;
}
