/* Fluent Forms — compact, Webzentics light theme */
.fluentform .ff-t-container {
	margin-bottom: 0.5rem;
}

.fluentform .ff-el-group {
	margin-bottom: 0.5rem !important;
}

.fluentform .ff-el-input--content {
	position: relative;
	overflow: visible;
}

.fluentform .ff-el-form-control,
.fluentform select.ff-el-form-control,
.fluentform textarea.ff-el-form-control {
	min-height: 34px;
	padding: 0.4rem 0.65rem;
	font-size: 0.8125rem;
	line-height: 1.35;
}

.fluentform textarea.ff-el-form-control {
	min-height: 4.5rem;
}

.fluentform select.ff-el-form-control {
	line-height: 1.35;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2rem;
	background-image: linear-gradient(45deg, transparent 50%, var(--wz-muted, #666) 50%),
		linear-gradient(135deg, var(--wz-muted, #666) 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% + 2px), calc(100% - 9px) calc(50% + 2px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.fluentform select.ff-el-form-control:focus {
	outline: none;
	border-color: var(--link, #3c9020);
	box-shadow: 0 0 0 1px var(--link, #3c9020), 0 0 0 3px color-mix(in srgb, var(--link, #3c9020) 12%, transparent);
}

.fluentform .ff-el-input--label label {
	font-weight: 500;
	font-size: 0.75rem;
	color: var(--wz-black, #111);
	margin-bottom: 0.25rem;
}

.fluentform .ff_submit_btn_wrapper {
	margin-top: 0.25rem;
}

.fluentform .ff-btn-submit,
.fluentform button[type="submit"] {
	min-height: 34px;
	padding: 0.4rem 1rem !important;
	font-size: 0.8125rem !important;
}
.fluentform .ff-el-is-required .ff-el-input--label label::after {
	color: var(--link, #3c9020);
}
.fluentform .ff-message-success {
	border-radius: 12px;
	padding: 1rem;
	background: #f5f3ff;
	border: 1px solid rgba(124, 58, 237, 0.2);
}
