.nshei-original-renewal-row {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.nshei-renewal-ui { width: 100%; margin: 24px 0 28px; }
.nshei-renewal-heading { margin: 0 0 16px; font-size: 24px; font-weight: 700; line-height: 1.35; color: #222; }
.nshei-renewal-options { display: grid; gap: 14px; }
.nshei-renewal-card {
	display: flex; align-items: flex-start; gap: 15px; width: 100%; padding: 21px;
	border: 2px solid #d5d5d5; border-radius: 9px; background: #fff; color: #222;
	text-align: left; font-family: inherit; cursor: pointer; box-sizing: border-box;
}
.nshei-renewal-card:hover { border-color: #9c1748; }
.nshei-renewal-card.is-selected { border-color: #9c1748; background: #fff9fb; box-shadow: 0 3px 12px rgba(156, 23, 72, .10); }
.nshei-renewal-radio { flex: 0 0 24px; width: 24px; height: 24px; margin-top: 2px; border: 2px solid #777; border-radius: 50%; background: #fff; box-sizing: border-box; }
.nshei-renewal-card.is-selected .nshei-renewal-radio { border: 7px solid #9c1748; }
.nshei-renewal-content { flex: 1; min-width: 0; }
.nshei-renewal-title { display: block; margin-bottom: 7px; font-size: 20px; font-weight: 700; line-height: 1.35; }
.nshei-renewal-card.is-selected .nshei-renewal-title { color: #9c1748; }
.nshei-recommended { margin-left: 5px; font-size: 13px; font-weight: 700; color: #9c1748; }
.nshei-renewal-description { display: block; font-size: 15px; font-weight: 400; line-height: 1.55; color: #333; }

.ncnms-current-issue-offer {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(49, 95, 67, .18);
	font-size: 15px;
	line-height: 1.5;
}
.ncnms-current-issue-copy { margin: 0 0 10px; }
.ncnms-current-issue-copy strong { font-weight: 700; }
.ncnms-current-issue-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 16px;
	border: 1.5px solid #315f43;
	border-radius: 999px;
	background: #fff;
	color: #315f43;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .15s ease, color .15s ease, transform .15s ease;
}
.ncnms-current-issue-button:hover { background: #315f43; color: #fff; transform: translateY(-1px); }
.ncnms-current-issue-button:disabled { cursor: default; opacity: .72; transform: none; }
.ncnms-current-issue-error { margin: 8px 0 0; color: #9c1748; font-size: 13px; }

@media (max-width: 700px) {
	.nshei-renewal-heading { font-size: 21px; }
	.nshei-renewal-card { padding: 18px; }
	.nshei-renewal-title { font-size: 18px; }
	.nshei-recommended { display: block; margin: 4px 0 0; }
}

.ncnms-current-issue-added { display:inline-block; font-weight:700; color:#315f43; }
