.itc-wrap {
	--itc-border: #d9e1df;
	--itc-text: #24312f;
	--itc-muted: #64716e;
	--itc-bg: #ffffff;
	--itc-panel: #f6f8f7;
	--itc-accent: #0f7a63;
	--itc-accent-soft: #dff3ed;
	--itc-gold: #b89445;
	--itc-gold-soft: #f7f1e3;
	--itc-cream: #fffdf8;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 28px;
	align-items: start;
	color: var(--itc-text);
	direction: rtl;
}

.itc-main {
	min-width: 0;
}

.itc-header {
	margin-bottom: 24px;
}

.itc-title {
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--itc-border);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--itc-text);
}

.itc-intro {
	font-size: 18px;
	line-height: 1.8;
}

.itc-sidebar {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 14px;
}

.itc-mobile-sidecards {
	display: none;
}

.itc-side-card {
	display: block;
	padding: 16px;
	border: 1px solid var(--itc-border);
	border-radius: 8px;
	background: var(--itc-bg);
	box-shadow: 0 8px 24px rgba(21, 38, 35, 0.08);
	color: inherit;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.itc-side-card:hover {
	border-color: var(--itc-accent);
}

.itc-side-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
}

.itc-side-excerpt {
	display: block;
	color: var(--itc-muted);
	font-size: 14px;
	line-height: 1.55;
}

.itc-chapters {
	direction: rtl;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.itc-chapter {
	width: 100%;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
	overflow: visible;
	scroll-margin-top: 36px;
}

.itc-chapter.is-open {
	border-color: transparent;
	box-shadow: none;
}

.itc-chapter-toggle {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 86px;
	padding: 18px 22px 18px 20px;
	border: 1px solid #eadfca;
	border-radius: 16px;
	background: #fffdf7;
	color: #1f2a2e;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(30, 25, 15, 0.07);
	overflow: hidden;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.itc-chapter-toggle::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: #c9a24d;
	content: "";
}

.itc-chapter-toggle:hover,
.itc-chapter-toggle:focus {
	background: #fff8eb;
	border-color: #d6b15f;
	box-shadow: 0 7px 20px rgba(30, 25, 15, 0.10);
	transform: translateY(-1px);
}

.itc-chapter-toggle:focus {
	outline: 2px solid #c9a24d;
	outline-offset: 3px;
}

.itc-chapter.is-open .itc-chapter-toggle {
	background: #fffdf7;
	border-color: #d8bd76;
	box-shadow: inset -4px 0 0 #c9a24d, 0 2px 10px rgba(0, 0, 0, 0.07);
	transform: none;
}

.itc-chapter-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.35;
	color: #1f2a2e;
}

.itc-chapter-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	order: -1;
	margin-inline-start: 4px;
	border: 1px solid #ead7ac;
	border-radius: 50%;
	background: #f7efe0;
	color: #b58a2e;
}

.itc-chapter-icon::before {
	width: 26px;
	height: 26px;
	background: currentColor;
	content: "";
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='26'%20height='26'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021V4'/%3E%3Cpath%20d='M8%208c2%200%204-2%204-4'/%3E%3Cpath%20d='M16%208c-2%200-4-2-4-4'/%3E%3Cpath%20d='M7%2012c2.5%200%205-2%205-4'/%3E%3Cpath%20d='M17%2012c-2.5%200-5-2-5-4'/%3E%3Cpath%20d='M7%2016c2.5%200%205-2%205-4'/%3E%3Cpath%20d='M17%2016c-2.5%200-5-2-5-4'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='26'%20height='26'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021V4'/%3E%3Cpath%20d='M8%208c2%200%204-2%204-4'/%3E%3Cpath%20d='M16%208c-2%200-4-2-4-4'/%3E%3Cpath%20d='M7%2012c2.5%200%205-2%205-4'/%3E%3Cpath%20d='M17%2012c-2.5%200-5-2-5-4'/%3E%3Cpath%20d='M7%2016c2.5%200%205-2%205-4'/%3E%3Cpath%20d='M17%2016c-2.5%200-5-2-5-4'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.itc-chapter-toggle::after {
	flex: 0 0 auto;
	margin-inline-start: auto;
	color: #9a8f7b;
	content: "";
	font-size: 24px;
	line-height: 1;
	transform: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.itc-chapter-toggle::after {
	content: "‹";
}

.itc-chapter.is-open .itc-chapter-toggle::after {
	color: #b58a2e;
	transform: rotate(-90deg);
}

.itc-chapter-panel {
	display: none;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #eee7d8;
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
}

.itc-chapter.is-open .itc-chapter-panel {
	display: block;
}

.itc-sidebar-item,
.itc-chapter-heading,
.itc-chapter-card,
.itc-chapter-toggle {
	width: 100% !important;
	max-width: none !important;
	display: flex !important;
	align-items: center !important;
	box-sizing: border-box !important;
	background: #fffdf7 !important;
	border: 1px solid #eadfca !important;
	border-radius: 14px !important;
	padding: 20px 24px !important;
	min-height: 86px !important;
	box-shadow: 0 4px 14px rgba(30,25,15,0.07) !important;
	color: #1f2a2e !important;
	text-decoration: none !important;
}

.itc-sidebar-item > *,
.itc-chapter-heading > *,
.itc-chapter-card > *,
.itc-chapter-toggle > * {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.itc-sidebar-item.itc-active,
.itc-chapter-heading.itc-active,
.itc-chapter-card.itc-active,
.itc-chapter.is-open .itc-chapter-toggle {
	background: #fff8eb !important;
	border-color: #c9a24d !important;
	box-shadow: inset -5px 0 0 #c9a24d, 0 6px 18px rgba(30,25,15,0.09) !important;
}

.itc-sidebar-title,
.itc-chapter-title {
	flex: 1 1 auto !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #1f2a2e !important;
}

.itc-sidebar-arrow,
.itc-chapter-arrow,
.itc-chapter-toggle::after {
	margin-inline-start: auto !important;
	color: #9a8f7b !important;
}

.itc-chapter-toggle {
	min-height: 78px !important;
	padding: 16px 22px !important;
}

.itc-chapter-toggle .itc-chapter-icon {
	position: relative;
	display: inline-flex !important;
	flex: 0 0 46px !important;
	width: 46px !important;
	height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	order: -1;
	margin-inline-start: 2px;
	background: #f7efe0 !important;
	border: 1px solid #ead7ac !important;
	border-radius: 50% !important;
	color: #b58a2e !important;
}

.itc-chapter-toggle .itc-chapter-icon::before {
	width: 27px;
	height: 27px;
	background: currentColor;
	content: "";
	mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='27'%20height='27'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%204h10'/%3E%3Cpath%20d='M7%204c-1.7%200-3%201.3-3%203v10c0%201.7%201.3%203%203%203h10c1.7%200%203-1.3%203-3V7c0-1.7-1.3-3-3-3'/%3E%3Cpath%20d='M8%207h8'/%3E%3Cpath%20d='M8%2010h8'/%3E%3Cpath%20d='M8%2013h5'/%3E%3Cpath%20d='M7%204c1.1%201.1%201.1%201.9%200%203'/%3E%3Cpath%20d='M17%204c-1.1%201.1-1.1%201.9%200%203'/%3E%3Cpath%20d='M7%2020c1.1-1.1%201.1-1.9%200-3'/%3E%3Cpath%20d='M17%2020c-1.1-1.1-1.1-1.9%200-3'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='27'%20height='27'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='1.7'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7%204h10'/%3E%3Cpath%20d='M7%204c-1.7%200-3%201.3-3%203v10c0%201.7%201.3%203%203%203h10c1.7%200%203-1.3%203-3V7c0-1.7-1.3-3-3-3'/%3E%3Cpath%20d='M8%207h8'/%3E%3Cpath%20d='M8%2010h8'/%3E%3Cpath%20d='M8%2013h5'/%3E%3Cpath%20d='M7%204c1.1%201.1%201.1%201.9%200%203'/%3E%3Cpath%20d='M17%204c-1.1%201.1-1.1%201.9%200%203'/%3E%3Cpath%20d='M7%2020c1.1-1.1%201.1-1.9%200-3'/%3E%3Cpath%20d='M17%2020c-1.1-1.1-1.1-1.9%200-3'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.itc-chapter-toggle::after {
	content: "›" !important;
}

.itc-chapter.is-open .itc-chapter-toggle::after {
	transform: rotate(90deg) !important;
}

.itc-chapter-image {
	margin: 0 0 18px;
}

.itc-chapter-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.itc-chapter-content {
	font-size: 17px;
	line-height: 1.85;
}

.itc-term {
	border-radius: 5px;
	background: var(--itc-accent-soft);
	color: #075d4b;
	text-decoration: none;
	padding: 0 0.16em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.itc-term:hover,
.itc-term:focus {
	color: #033c31;
}

.itc-active.itc-term {
	background: var(--itc-accent);
	color: #ffffff;
	box-shadow: 0 0 0 2px rgba(15, 122, 99, 0.18);
}

.itc-active.itc-side-card {
	border-color: var(--itc-accent);
	background: #f0faf7;
	box-shadow: 0 10px 28px rgba(15, 122, 99, 0.18);
}

.itc-side-card:focus,
.itc-term:focus {
	outline: 2px solid var(--itc-accent);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.itc-wrap {
		display: block;
	}

	.itc-sidebar {
		display: none;
	}

	.itc-mobile-sidecards {
		position: relative;
		display: flex;
		gap: 8px;
		margin: 18px 0 24px;
		padding-bottom: 4px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: thin;
	}

	.itc-mobile-sidecards::after {
		position: sticky;
		left: 0;
		display: grid;
		flex: 0 0 28px;
		width: 28px;
		min-height: 44px;
		place-items: center;
		border-radius: 8px;
		background: linear-gradient(90deg, #ffffff 40%, rgba(255, 255, 255, 0));
		color: var(--itc-accent);
		content: "<";
		font-weight: 700;
		pointer-events: none;
	}

	.itc-mobile-sidecards .itc-side-card {
		flex: 0 0 auto;
		width: 136px;
		min-height: 58px;
		padding: 9px 10px;
		box-shadow: 0 4px 14px rgba(21, 38, 35, 0.08);
	}

	.itc-mobile-sidecards .itc-side-title {
		margin: 0;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 13px;
		line-height: 1.35;
	}

	.itc-mobile-sidecards .itc-side-excerpt {
		display: none;
	}

	.itc-title {
		font-size: 26px;
	}

	.itc-intro,
	.itc-chapter-content {
		font-size: 16px;
		line-height: 1.75;
	}

	.itc-chapter-title {
		font-size: 16px !important;
		line-height: 1.3;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.itc-chapter-toggle {
		min-height: 68px !important;
		padding: 12px 15px !important;
		gap: 14px;
	}

	.itc-chapter-toggle .itc-chapter-icon {
		flex-basis: 38px !important;
		width: 38px !important;
		height: 38px !important;
	}

	.itc-chapter-toggle .itc-chapter-icon::before {
		width: 23px;
		height: 23px;
	}

	.itc-chapter-panel {
		padding: 16px 14px;
	}
}

@media (max-width: 420px) {
	.itc-mobile-sidecards .itc-side-card {
		width: 124px;
	}

	.itc-chapter-title {
		font-size: 15px !important;
	}
}
