.ii-iip .ii-iip-shared {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 4px;
}

.ii-iip .ii-iip-shared .field {
	margin-bottom: 0;
	flex: 0 0 240px;
	max-width: 100%;
}

.ii-iip .ii-iip-shared select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
	line-height: 1.4;
	min-height: 42px;
	background: #fff;
}

@media (max-width: 560px) {
	.ii-iip .ii-iip-shared .field {
		flex: 1 1 100%;
	}
}

.ii-iip .ii-iip-topics-field,
.ii-iip .ii-iip-plan-field {
	margin-top: 18px;
}

.ii-iip-tabs {
	display: inline-flex;
	gap: 4px;
	padding: 4px;
	margin-bottom: 18px;
	background: #f1f5f9;
	border-radius: 10px;
}

.ii-iip-tab {
	padding: 8px 18px;
	border: none;
	border-radius: 8px;
	background: transparent;
	font: inherit;
	font-size: .92rem;
	font-weight: 600;
	color: #5a6474;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.ii-iip-tab:hover:not(:disabled) {
	color: #006089;
}

.ii-iip-tab.is-active {
	background: #fff;
	color: #006089;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}

.ii-iip-tab:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.ii-iip-empty {
	margin: 0;
	color: #6b7280;
}

.ii-iip-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 14px;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	color: #006089;
	background: #f9fafa;
	border: 2px solid #006089;
	border-radius: 4px;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ii-iip-btn-secondary:hover:not(:disabled) {
	background: #006089;
	color: #ffeded;
}

.ii-iip-btn-secondary:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.ii-iip-btn-secondary.is-loading,
.ii-iip-btn-secondary:disabled.is-loading {
	opacity: .6;
	cursor: wait;
}

.ii-iip-meta {
	margin: 0 0 16px;
	color: #4b5563;
	font-size: .95rem;
}

.ii-iip-topics__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.ii-iip-topic {
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fafbfc;
}

.ii-iip-topic__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.ii-iip-topic__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	color: #111827;
}

.ii-iip-topic__pick {
	flex-shrink: 0;
	padding: 6px 12px;
	border: 1px solid #006089;
	border-radius: 8px;
	background: #fff;
	color: #006089;
	font: inherit;
	font-size: .85rem;
	font-weight: 600;
	cursor: pointer;
}

.ii-iip-topic__pick:hover {
	background: #006089;
	color: #fff;
}

.ii-iip-topic__reason,
.ii-iip-topic__product {
	margin: 8px 0 0;
	line-height: 1.45;
	color: #374151;
}

.ii-iip-plan__topic {
	margin: 0 0 20px;
	font-size: inherit;
	line-height: 1.5;
	color: #1f2937;
}

.ii-iip-plan__topic strong {
	color: #111827;
}

.ii-iip-section {
	margin-bottom: 20px;
	padding: 18px 18px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fafbfc;
}

.ii-iip-section:last-child {
	margin-bottom: 0;
}

.ii-iip-section__title {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 1.08rem;
	font-weight: 700;
	color: #006089;
}

.ii-iip-kv {
	margin-bottom: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #eef2f6;
}

.ii-iip-kv:last-child {
	margin-bottom: 0;
}

.ii-iip-kv__label {
	margin-bottom: 4px;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #006089;
}

.ii-iip-kv__value {
	line-height: 1.55;
	color: #1f2937;
}

.ii-iip-labeled-list {
	margin-bottom: 14px;
}

.ii-iip-labeled-list:last-child {
	margin-bottom: 0;
}

.ii-iip-labeled-list__label {
	margin: 0 0 8px;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #006089;
}

.ii-iip-list {
	list-style: none;
	margin: 0;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #eef2f6;
	border-radius: 8px;
}

.ii-iip-list li {
	margin-bottom: 8px;
	padding-left: 0;
	line-height: 1.5;
	color: #1f2937;
}

.ii-iip-list li:last-child {
	margin-bottom: 0;
}

.ii-iip-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}

.ii-iip-list--outline {
	counter-reset: iip-outline;
}

.ii-iip-list--outline li::before {
	content: counter(iip-outline) ". ";
	counter-increment: iip-outline;
}

.ii-iip-list--checklist li::before {
	content: "☐ ";
	color: #4b5563;
	font-weight: 400;
}

.ii-iip-chapter {
	margin-bottom: 14px;
	padding: 14px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #eef2f6;
}

.ii-iip-chapter:last-child {
	margin-bottom: 0;
}

.ii-iip-chapter__title {
	margin: 0 0 8px;
	font-size: .98rem;
	font-weight: 700;
	color: #111827;
}

.ii-iip-chapter__purpose {
	margin: 0 0 10px;
	color: #4b5563;
	line-height: 1.5;
}

.ii-iip-chapter .ii-iip-list {
	margin-bottom: 10px;
}

.ii-iip-chapter__hints-wrap {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e5e7eb;
}

.ii-iip-chapter__hints-wrap .ii-iip-labeled-list__label {
	font-size: .78rem;
	color: #6b7280;
	text-transform: none;
	letter-spacing: 0;
}

.essay27-admin-view.ii-iip .ii-iip-section__title {
	font-size: 1rem;
}
