.bbi-contact {
	width: 100%;
	max-width: 550px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: left;
}

.bbi-contact__fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.bbi-contact__field {
	display: block;
}

.bbi-contact__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.bbi-contact input,
.bbi-contact textarea {
	width: 100%;
	height: 46px;
	padding: 0 15px;
	border: 1px solid var(--bbi-line-input, #69727D);
	border-radius: var(--bbi-radius-control, 5px);
	background: transparent;
	color: var(--bbi-heading, #fff);
	font-family: inherit;
	font-size: 16px;
}

.bbi-contact textarea {
	height: auto;
	min-height: 124px;
	padding: 9px 15px;
	resize: vertical;
}

.bbi-contact input::placeholder,
.bbi-contact textarea::placeholder {
	color: var(--bbi-muted, #fffc);
	opacity: 0.7;
}

.bbi-contact input:focus,
.bbi-contact textarea:focus {
	outline: none;
	border-color: var(--bbi-muted, #fffc);
}

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

.bbi-contact__message {
	margin: 0;
	min-height: 1.5em;
	text-align: center;
	color: var(--bbi-muted, #fffc);
}

.bbi-contact__message.is-error {
	color: var(--bbi-accent, #c44953);
}

.bbi-contact__submit {
	align-self: center;
	margin-top: 5px;
}

.bbi-contact__submit .bbi-btn__link {
	appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.bbi-contact__submit .bbi-btn__link:disabled {
	opacity: 0.6;
	cursor: default;
}

.bbi-contact.is-sent input,
.bbi-contact.is-sent textarea {
	opacity: 0.6;
}
