.ambh-psf__banner {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	border-radius: 4px;
	font-size: var(--ambh-font-sm, 0.9375rem);
}

.ambh-psf__banner--success {
	background: #edfaef;
	border-left: 4px solid #27ae60;
}

.ambh-psf__banner--error {
	background: #fcf0f1;
	border-left: 4px solid #d63638;
}

.ambh-psf__closed {
	padding: 1rem 1.25rem;
	background: #f0f0f1;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: var(--ambh-font-sm, 0.9375rem);
}

.ambh-psf__status {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	background: #edfaef;
	border-left: 4px solid #27ae60;
	font-size: var(--ambh-font-sm, 0.9375rem);
}

.ambh-psf__status--error {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.ambh-psf__row {
	display: flex;
	gap: 1rem;
}

.ambh-psf__row p {
	flex: 1 1 50%;
}

.ambh-psf__form p {
	margin: 0 0 1rem;
}

.ambh-psf__form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.ambh-psf__checkbox label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 400;
}

.ambh-psf__form input[type="text"],
.ambh-psf__form input[type="email"],
.ambh-psf__form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.6rem 0.75rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 1rem;
}

.ambh-psf__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ambh-psf__submit {
	padding: 0.75rem 1.5rem;
	background-color: var(--ambh-color-primary, #2271b1);
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
}

.ambh-psf__submit:disabled {
	opacity: 0.6;
	cursor: default;
}

@media (max-width: 480px) {
	.ambh-psf__row {
		flex-direction: column;
		gap: 0;
	}
}
