.nfc-recipient-disabled .nfc-recipient-msg {
	margin: 0;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid #ffc107;
	background: var(--nfc-msg-bg, #fff8e6);
	color: inherit;
	font: inherit;
}

.nfc-page-text--before {
	margin-bottom: 1.5rem;
}

.nfc-page-heading {
	margin: 0 0 1rem;
	padding: 0;
	font-weight: 600;
	line-height: 1.35;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.nfc-page-text--after {
	margin-top: 1.75rem;
}

.nfc-row > label:not(.nfc-check) {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	text-align: start;
	justify-content: flex-start !important;
}

.nfc-form {
	display: grid;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.nfc-row {
	display: grid;
	gap: 6px;
}

.nfc-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.nfc-form select,
.nfc-form textarea,
.nfc-form .nfc-editor {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #fff;
	color: inherit;
	font: inherit;
}

.nfc-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.nfc-form select,
.nfc-form textarea {
	min-height: 42px;
	padding: 9px 10px;
	resize: vertical;
}

.nfc-form input::placeholder,
.nfc-form textarea::placeholder {
	color: inherit;
	opacity: 0.55;
}

.nfc-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.nfc-form select:focus,
.nfc-form textarea:focus,
.nfc-form .nfc-editor:focus-within {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
}

.nfc-required {
	font-weight: inherit;
	flex-shrink: 0;
	display: inline;
}

.nfc-captcha-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	box-sizing: border-box;
}

.nfc-captcha-btn {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.nfc-captcha-btn img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nfc-captcha-btn.is-active {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.nfc-agreement {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.nfc-agreement input[type="checkbox"] {
	flex-shrink: 0;
	margin-top: 0.2em;
}

.nfc-agreement-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.12rem 0.4rem;
	align-items: start;
	flex: 1;
	min-width: 0;
}

.nfc-agreement-mark {
	line-height: 1.45;
	padding-top: 0.12em;
	white-space: nowrap;
}

.nfc-agreement-body {
	min-width: 0;
}

.nfc-agreement-body p:last-child {
	margin-bottom: 0;
}
