.asm-form-runtime .rental-wrap-main {
	display: flex !important;
	flex-wrap: wrap;
	gap: var(--asm-field-gap, var(--asm-form-gap, 12px));
	--asm-field-gap: 12px;
	width: 100%;
	grid-template-columns: none !important;
}

.asm-form-runtime .rental-wrap-section-block {
	background: transparent;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}
.asm-form-runtime .asm-form-builder-label-inline {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.asm-form-runtime .asm-form-builder-label-inline .label {
	flex: 0 0 140px;
	margin: 0;
	text-align: center;
}
.asm-form-runtime .asm-form-builder-label-inline > :not(.label) {
	flex: 1 1 auto;
	min-width: 0;
}
.asm-form-runtime .asm-form-builder-preview-row + .asm-form-builder-preview-row {
	margin-top: 16px;
}

.asm-form-runtime .asm-form-builder-help {
	font-size: 12px;
	color: #64748b;
	margin-top: 6px;
}

.asm-form-runtime .asm-form-builder-dynamic-output {
	min-height: 20px;
	min-width: 20px;
}

.asm-form-runtime .asm-form-builder-dynamic-output[data-dynamic-tag="span"] {
	display: inline-block;
}

.asm-form-datepicker.ui-datepicker .ui-datepicker-header {
	grid-template-columns: 36px 1fr 36px !important;
	margin: -6px -6px 10px !important;
}
