.acf-widget {
	box-sizing: border-box;
}

.acf-widget * {
	box-sizing: border-box;
}

.acf-header {
	margin-bottom: 32px;
}

.acf-eyebrow {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.acf-eyebrow-underline {
	width: 32px;
	height: 2px;
	background-color: currentColor;
	opacity: 0.6;
	margin: 0 auto 16px;
}

.acf-header[style*="text-align: left"] .acf-eyebrow-underline,
.acf-card[style*="text-align: left"] {
	margin-left: 0;
}

.acf-heading {
	margin: 0 0 12px;
}

.acf-subtext {
	margin: 0;
}

.acf-card {
	position: relative;
}

.acf-field {
	display: flex;
	align-items: center;
	gap: 14px;
}

.acf-field--message {
	align-items: flex-start;
}

.acf-field--message .acf-field__icon {
	margin-top: 4px;
}

.acf-field__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.acf-field input,
.acf-field textarea {
	flex: 1 1 auto;
	width: 100%;
	border: 1px solid;
	padding: 14px 16px;
	font-family: inherit;
	outline: none;
	transition: border-color 0.2s ease;
	resize: vertical;
}

.acf-field textarea {
	min-height: 110px;
}

.acf-field input:focus,
.acf-field textarea:focus {
	border-color: currentColor;
}

.acf-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.acf-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.acf-submit:hover {
	opacity: 0.92;
}

.acf-submit:active {
	transform: translateY(1px);
}

.acf-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.acf-submit__icon {
	display: inline-flex;
	align-items: center;
}

.acf-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.acf-form-response {
	margin-top: 14px;
	font-size: 14px;
	text-align: center;
	display: none;
}

.acf-form-response.is-success {
	display: block;
	color: #2E8B57;
}

.acf-form-response.is-error {
	display: block;
	color: #C0392B;
}
