/**
 * Advanced Custom Form Builder — base frontend styles.
 * All colors, sizes and spacing come from admin settings and are injected
 * per-instance as inline <style> scoped to a unique wrapper ID — nothing
 * here uses unscoped selectors that could leak onto the rest of the site.
 */

.acfb-form-wrapper,
.acfb-form-wrapper * {
	box-sizing: border-box;
}

.acfb-form-wrapper {
	width: 100%;
}

.acfb-form {
	position: relative;
}

.acfb-field {
	min-width: 0;
}

.acfb-field-html img {
	max-width: 100%;
	height: auto;
}

.acfb-submit-btn {
	border: none;
	font-family: inherit;
}

.acfb-pill span,
.acfb-choice-item {
	line-height: 1.3;
}

.acfb-form-message {
	order: 999;
}

@media (max-width: 480px) {
	.acfb-pill-group,
	.acfb-choice-group {
		flex-direction: column;
	}
	.acfb-pill {
		min-width: 100% !important;
	}
}
