/* Dynamics Marketing forms – minimal overrides; preserve native layout */

.comp--microsoft-dynamics-form .form-wrapper .marketingForm {
	width: 100% !important;
	max-width: 100% !important;
	font-family: "Freizeit", Helvetica, Roboto, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	color: #1f2e4b !important;
	background: transparent !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm label,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm input,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm button,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm p,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm span,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm strong {
	font-family: "Freizeit", Helvetica, Roboto, Arial, sans-serif !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm table.outer,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm table.containerWrapper,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm table.containerWrapper.tbContainer {
	width: 100% !important;
	max-width: 100% !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm th.columnContainer,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm th.columnContainer.inner {
	background: transparent !important;
	border: 0 !important;
}

/* Text fields */
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock {
	margin-bottom: 24px;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label div,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label span {
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #1f2e4b !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label div,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label span {
	display: inline !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock label::after {
	display: inline !important;
	width: auto !important;
	margin-left: 4px;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock input[type="text"],
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock input[type="email"],
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock input[type="tel"],
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock input[type="url"],
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .textFormFieldBlock input[type="number"] {
	width: 100% !important;
	box-sizing: border-box;
	padding: 16px 22px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #1f2e4b !important;
	background-color: #f7f4f1 !important;
	border: 2px solid #e1d5c8 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

/* Checkboxes / consent – keep Dynamics flex row, only tune typography */
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock {
	padding: 0 0 12px !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock > div {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 8px !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock input[type="checkbox"] {
	flex-shrink: 0 !important;
	width: 17px !important;
	height: 17px !important;
	min-width: 17px !important;
	margin: 2px 0 0 !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label {
	flex: 1 1 auto !important;
	margin: 0 !important;
	text-align: left !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label p,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label span,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label strong {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #3d3936 !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label p {
	margin: 0 !important;
	display: inline !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label strong {
	font-weight: 500 !important;
	color: #1f2e4b !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .consentBlock label p:first-of-type::after {
	display: inline !important;
	width: auto !important;
	margin-left: 4px;
}

/* Body copy blocks */
.comp--microsoft-dynamics-form .form-wrapper .marketingForm div[data-editorblocktype="Text"] p,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm div[data-editorblocktype="Text"] span {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #3d3936 !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm div[data-editorblocktype="Text"] strong,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm div[data-editorblocktype="Text"] b {
	font-weight: 500 !important;
	color: #1f2e4b !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm div[data-editorblocktype="Text"] a {
	color: #1f2e4b !important;
}

/* Submit */
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .submitButtonWrapper,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .primaryButtonWrapper {
	text-align: right !important;
	margin-top: 24px !important;
}

.comp--microsoft-dynamics-form .form-wrapper .marketingForm .submitButton,
.comp--microsoft-dynamics-form .form-wrapper .marketingForm .primaryButton {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #1f2e4b !important;
	box-shadow: none !important;
}

@media screen and (max-width: 639px) {
	.comp--microsoft-dynamics-form .form-wrapper .marketingForm th.columnContainer,
	.comp--microsoft-dynamics-form .form-wrapper .marketingForm th.columnContainer.inner {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
	}

	.comp--microsoft-dynamics-form .form-wrapper .marketingForm th.columnContainer + th.columnContainer {
		margin-top: 16px;
	}
}
