.icba-membership-recovery {
	align-items: center;
	background: #f4f8ff;
	border: 1px solid #b9cce3;
	border-left: 5px solid var(--icba-energy-blue, #1e78d7);
	border-radius: var(--icba-radius-card, 20px);
	box-shadow: 0 12px 30px rgba(15, 76, 129, 0.1);
	box-sizing: border-box;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 0 32px;
	padding: clamp(24px, 3vw, 38px);
	width: 100%;
}

.icba-membership-recovery__copy {
	min-width: 0;
}

.icba-membership-recovery__eyebrow {
	color: var(--icba-global-blue, #0f4c81);
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 8px;
}

.icba-membership-recovery h2 {
	color: var(--icba-ink, #213247);
	font-size: clamp(23px, 2.5vw, 31px);
	line-height: 1.3;
	margin: 0 0 10px;
}

.icba-membership-recovery__copy > p:not(.icba-membership-recovery__eyebrow) {
	color: #50657d;
	font-size: 17px;
	line-height: 1.8;
	margin: 0;
}

.icba-membership-recovery__note {
	background: #dde9fe;
	border-radius: 999px;
	color: var(--icba-global-blue, #0f4c81);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-top: 14px;
	padding: 6px 12px;
}

.icba-membership-recovery__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.icba-membership-recovery__button {
	align-items: center;
	background: var(--icba-global-blue, #0f4c81);
	border: 1px solid var(--icba-global-blue, #0f4c81);
	border-radius: var(--icba-radius-button, 30px);
	box-shadow: var(--icba-button-shadow, 0 0 10px rgba(15, 76, 129, 0.16));
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 56px;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.icba-membership-recovery__button:hover,
.icba-membership-recovery__button:focus-visible {
	background: var(--icba-energy-blue, #1e78d7);
	border-color: var(--icba-energy-blue, #1e78d7);
	color: #fff !important;
}

.icba-membership-recovery__button:focus-visible {
	outline: 3px solid rgba(87, 184, 255, 0.45);
	outline-offset: 3px;
}

.icba-membership-recovery__help {
	color: var(--icba-global-blue, #0f4c81);
	font-size: 14px;
	font-weight: 700;
}

.icba-recovery-page {
	background: #fff;
	border: 1px solid #b9cce3;
	border-radius: var(--icba-radius-card, 20px);
	box-shadow: 0 14px 36px rgba(15, 76, 129, 0.1);
	box-sizing: border-box;
	color: var(--icba-ink, #213247);
	margin: 0 0 32px;
	max-width: 980px;
	padding: clamp(26px, 4vw, 48px);
}

.icba-recovery-page__eyebrow {
	color: var(--icba-global-blue, #0f4c81);
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 8px;
}

.icba-recovery-page h2 {
	color: var(--icba-ink, #213247);
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.35;
	margin: 0 0 14px;
}

.icba-recovery-page__lead {
	color: #50657d;
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 28px;
}

.icba-recovery-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 26px;
}

.icba-recovery-summary > div {
	background: #f4f8ff;
	border: 1px solid #cbd9e9;
	border-radius: var(--icba-radius-card, 20px);
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	padding: 20px;
}

.icba-recovery-summary span {
	color: #60758d;
	font-size: 13px;
	font-weight: 700;
}

.icba-recovery-summary strong {
	color: var(--icba-global-blue, #0f4c81);
	font-size: 18px;
	line-height: 1.45;
}

.icba-recovery-page__notice {
	background: #eef5ff;
	border-left: 5px solid var(--icba-energy-blue, #1e78d7);
	border-radius: var(--icba-radius-card, 20px);
	margin: 0 0 24px;
	padding: 20px 22px;
}

.icba-recovery-page__notice strong {
	color: var(--icba-global-blue, #0f4c81);
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.icba-recovery-page__notice p,
.icba-recovery-form__zero {
	color: #50657d;
	line-height: 1.7;
	margin: 0;
}

.icba-recovery-form {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.icba-recovery-form .icba-membership-recovery__button {
	align-self: flex-start;
	cursor: pointer;
}

.icba-recovery-consent {
	align-items: flex-start;
	background: #f8fbff;
	border: 1px solid #cbd9e9;
	border-radius: var(--icba-radius-card, 20px);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.7;
	padding: 18px 20px;
}

.icba-recovery-consent input {
	flex: 0 0 auto;
	height: 20px;
	margin: 3px 0 0;
	width: 20px;
}

@media (max-width: 760px) {
	.icba-membership-recovery {
		align-items: stretch;
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px 20px;
	}

	.icba-membership-recovery__actions {
		align-items: stretch;
	}

	.icba-membership-recovery__button {
		white-space: normal;
		width: 100%;
	}

	.icba-recovery-page {
		padding: 26px 20px;
	}

	.icba-recovery-summary {
		grid-template-columns: 1fr 1fr;
	}

	.icba-recovery-form .icba-membership-recovery__button {
		align-self: stretch;
	}
}

@media (max-width: 460px) {
	.icba-recovery-summary {
		grid-template-columns: 1fr;
	}
}
