.mshai-article-shell {
	direction: rtl;
	text-align: right;
	isolation: isolate;
}

.mshai-article-shell .mshai-imported-block {
	min-width: 0;
}

.mshai-article-shell .mshai-toc {
	margin: 2rem 0;
	padding: 1rem 1.15rem;
	border: 1px solid #dce5e8;
	border-right: 4px solid #b07a00;
	border-radius: 14px;
	background: #f7faf9;
}

.mshai-article-shell .mshai-toc summary {
	color: #15324b;
	font-weight: 800;
	cursor: pointer;
}

.mshai-article-shell .mshai-toc ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem 1.5rem;
	margin: 1rem 0 0;
	padding-right: 1.25rem;
}

.mshai-article-shell .mshai-toc li {
	margin: 0;
	padding: 0.1rem 0;
}

.mshai-article-shell .mshai-toc__level-3 {
	margin-right: 1rem;
	font-size: 0.94em;
}

.mshai-article-shell .mshai-toc a {
	color: #1f766e;
	text-decoration: none;
}

.mshai-article-shell .mshai-toc a:hover {
	color: #b07a00;
	text-decoration: underline;
}

.mshai-article-shell,
.mshai-article-shell *,
.mshai-article-shell *::before,
.mshai-article-shell *::after {
	box-sizing: border-box;
}

.mshai-article-shell img,
.mshai-article-shell video,
.mshai-article-shell canvas {
	max-width: 100%;
	height: auto;
}

.mshai-article-shell iframe {
	max-width: 100%;
}

.mshai-article-shell table {
	max-width: 100%;
	border-collapse: collapse;
}

.mshai-article-shell :where(a, button, summary):focus-visible {
	outline: 3px solid rgb(176 122 0 / 32%);
	outline-offset: 3px;
}

@media (max-width: 680px) {
	.mshai-article-shell {
		overflow-wrap: anywhere;
	}

	.mshai-article-shell table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mshai-article-shell .mshai-toc ol {
		grid-template-columns: 1fr;
	}
}

@media print {
	.mshai-article-shell {
		color: #111;
		background: #fff;
	}
}
