.ii-o #iio-problem {
	line-height: 1.5;
	resize: vertical;
	min-height: 120px;
}

.ii-o #iio-problem:disabled {
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.ii-o .ii-plan-block p {
	margin: 0 0 10px;
	line-height: 1.55;
	color: #1f2937;
}

.ii-o .ii-plan-block p:last-child {
	margin-bottom: 0;
}

.ii-o .iio-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	color: #1f2937;
	line-height: 1.5;
}

.ii-o .iio-list:last-child {
	margin-bottom: 0;
}

.ii-o .iio-list li {
	margin-bottom: 8px;
	padding-left: 0;
}

.ii-o .iio-list li:last-child {
	margin-bottom: 0;
}

.ii-o .iio-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}

.ii-o .iio-answer {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafa;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.45;
	color: #111827;
}

.ii-o .iio-similar-item__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.ii-o .iio-btn {
	display: inline-block;
	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-o .iio-btn:hover {
	background: #006089;
	color: #ffeded;
}

.ii-o .iio-btn--secondary {
	background: #fff;
	border-width: 1px;
	border-color: #b8d4e0;
}

.ii-o .iio-btn--secondary:hover {
	background: #f0f7fa;
	border-color: #006089;
	color: #006089;
}

.ii-o .iio-reveal {
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f9fafa;
	border: 1px dashed #d1d5db;
	font-size: .92rem;
	line-height: 1.45;
	color: #1f2937;
}

.ii-o .iio-reveal.hidden {
	display: none !important;
}

.essay27-admin-view .iio-list,
.ii-primer .iio-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	color: #1f2937;
	line-height: 1.5;
}

.essay27-admin-view .iio-list li,
.ii-primer .iio-list li {
	margin-bottom: 8px;
}

.essay27-admin-view .iio-list li::before,
.ii-primer .iio-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}

.essay27-admin-view .iio-answer,
.ii-primer .iio-answer {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafa;
	font-weight: 600;
}

.essay27-admin-view .iio-btn,
.ii-primer .iio-btn {
	display: inline-block;
	padding: 4px 14px;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	color: #006089;
	background: #f9fafa;
	border: 2px solid #006089;
	border-radius: 4px;
}

.essay27-admin-view .iio-btn--secondary,
.ii-primer .iio-btn--secondary {
	background: #fff;
	border-width: 1px;
	border-color: #b8d4e0;
}

.essay27-admin-view .iio-reveal,
.ii-primer .iio-reveal {
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f9fafa;
	border: 1px dashed #d1d5db;
}

.essay27-admin-view .iio-reveal.hidden,
.ii-primer .iio-reveal.hidden {
	display: none !important;
}
