.lih-cancel {
	max-width: 40rem;
}

.lih-cancel__lead,
.lih-cancel__note,
.lih-cancel__hint {
	margin: 0;
	color: #506b84;
	font-size: 15px;
	line-height: 1.5;
}

.lih-cancel__lead {
	margin-bottom: 1.5rem;
	color: #1a2a3a;
}

.lih-cancel__fields {
	display: grid;
	gap: 1rem;
}

.lih-cancel__field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
}

.lih-cancel__field label {
	font-size: 14px;
	font-weight: 600;
	color: #1a2a3a;
}

.lih-cancel__input {
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid #d5dde6;
	border-radius: 12px;
	background: #fff;
	color: #1a2a3a;
	width: 100%;
	font: inherit;
}

.lih-cancel__input:focus {
	outline: 2px solid #087dc4;
	outline-offset: 2px;
}

.lih-cancel__hint {
	font-size: 13px;
}

.lih-cancel__hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lih-cancel__actions {
	margin-top: 1.5rem;
}

.lih-cancel__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 24px;
	border: 0;
	border-radius: 999px;
	background: #fb850f;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.lih-cancel__submit:hover {
	filter: brightness(0.96);
}

.lih-cancel__submit:focus-visible {
	outline: 2px solid #087dc4;
	outline-offset: 3px;
}

.lih-cancel__submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.lih-cancel__status {
	margin: 1rem 0 0;
	font-size: 15px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.lih-cancel__status.is-ok {
	color: #0f6b46;
}

.lih-cancel__status.is-error {
	color: #b91c1c;
}

.lih-cancel__note {
	margin-top: 1.25rem;
	font-size: 13px;
}

.lih-cancel__note a {
	color: #087dc4;
}

.lih-donate__manage {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #506b84;
}

.lih-donate__manage a {
	color: #087dc4;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.lih-cancel-page {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px 16px 48px;
}

.lihrc-form-link {
	display: block;
	width: 100%;
	flex: 0 0 100%;
	margin: 0 0 12px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

.lihrc-form-link a {
	color: #999;
	text-decoration: underline;
}
