.ii-helper-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.ii-helper-tabs--wrap {
	display: flex;
}

.ii-helper-tab {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #b8d4e0;
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: #006089;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
	user-select: none;
	text-align: center;
	box-sizing: border-box;
}

button.ii-helper-tab {
	appearance: none;
}

label.ii-helper-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-weight: 400;
}

label.ii-helper-tab input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.ii-helper-tab:hover:not(:disabled) {
	background: #f0f7fa;
	border-color: #006089;
}

.ii-helper-tab.is-active,
.ii-helper-subject.is-active {
	background: #f0f7fa;
	border-color: #006089;
	color: #006089;
	box-shadow: none;
}

.ii-helper-tab.is-active:not(.ii-helper-subject) {
	font-weight: 600;
}

.ii-helper-tab:disabled,
.ii-plan-form--locked .ii-helper-tab {
	opacity: 0.6;
	cursor: not-allowed;
}

.ii-helper .field {
	margin-bottom: 18px;
}

.ii-helper-subjects {
	display: block;
}

.ii-helper-subjects__group.hidden {
	display: none;
}

.ii-helper-result {
	margin: 0;
}

.ii-helper-block {
	padding: 18px 0;
	border-bottom: 1px solid #e5e7eb;
}

.ii-helper-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ii-helper-block:first-child {
	padding-top: 4px;
}

.ii-helper-block__title {
	margin: 0 0 12px;
	font-size: 1rem;
	color: #006089;
}

.ii-helper-block__lead {
	margin: 0 0 10px;
	font-weight: 600;
	color: #111827;
	line-height: 1.45;
}

.ii-helper-block__text {
	margin: 0 0 10px;
	color: #1f2937;
	line-height: 1.55;
}

.ii-helper-block__text:last-child {
	margin-bottom: 0;
}

.ii-helper-block__label {
	margin: 14px 0 8px;
	font-size: .9rem;
	font-weight: 600;
	color: #374151;
}

.ii-helper-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	color: #1f2937;
	line-height: 1.5;
}

.ii-helper-list:last-child {
	margin-bottom: 0;
}

.ii-helper-list li {
	margin-bottom: 8px;
	padding-left: 0;
}

.ii-helper-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}
