/**
 * AiTeluguLo B.Com Tutorials
 * Frontend Styles
 *
 * @package AiTeluguLo_BCom_Tutorials
 */

/* =========================================================
   Base
   ========================================================= */

.ait-bcom-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.ait-bcom-wrap *,
.ait-bcom-wrap *::before,
.ait-bcom-wrap *::after {
	box-sizing: border-box;
}

/* =========================================================
   Breadcrumb
   ========================================================= */

.ait-bcom-breadcrumb {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.6;
}

.ait-bcom-breadcrumb a {
	text-decoration: none;
}

.ait-bcom-breadcrumb .separator {
	margin: 0 7px;
	opacity: 0.6;
}

.ait-bcom-breadcrumb .current {
	font-weight: 600;
}

/* =========================================================
   Headings
   ========================================================= */

.ait-bcom-title {
	margin: 0 0 15px;
	font-size: 32px;
	line-height: 1.3;
}

.ait-bcom-section-title {
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 1.4;
}

.ait-bcom-subtitle {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 1.5;
}

/* =========================================================
   Cards
   ========================================================= */

.ait-bcom-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.ait-bcom-card {
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ait-bcom-card-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.4;
}

.ait-bcom-card-title a {
	text-decoration: none;
}

.ait-bcom-card-description {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

/* =========================================================
   Lessons List
   ========================================================= */

.ait-bcom-lessons-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.ait-bcom-lessons-list li {
	margin-bottom: 10px;
	padding: 14px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.ait-bcom-lessons-list a {
	display: block;
	text-decoration: none;
	font-weight: 600;
}

/* =========================================================
   Lesson Content
   ========================================================= */

.ait-bcom-lesson {
	max-width: 900px;
	margin: 0 auto;
}

.ait-bcom-lesson-content {
	font-size: 17px;
	line-height: 1.85;
}

.ait-bcom-lesson-content p {
	margin: 0 0 18px;
}

.ait-bcom-lesson-content h2 {
	margin: 35px 0 15px;
	font-size: 26px;
	line-height: 1.4;
}

.ait-bcom-lesson-content h3 {
	margin: 28px 0 12px;
	font-size: 21px;
	line-height: 1.5;
}

.ait-bcom-lesson-content ul,
.ait-bcom-lesson-content ol {
	margin: 0 0 20px 25px;
}

.ait-bcom-lesson-content li {
	margin-bottom: 8px;
}

/* =========================================================
   Important Information Box
   ========================================================= */

.ait-bcom-info-box {
	margin: 25px 0;
	padding: 20px;
	border-left: 4px solid currentColor;
	border-radius: 6px;
	background: #f8fafc;
}

.ait-bcom-info-box-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 18px;
}

/* =========================================================
   Example Box
   ========================================================= */

.ait-bcom-example {
	margin: 25px 0;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
}

.ait-bcom-example-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
}

/* =========================================================
   Accounting Tables
   ========================================================= */

.ait-bcom-table-wrap {
	width: 100%;
	margin: 25px 0;
	overflow-x: auto;
}

.ait-bcom-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 500px;
}

.ait-bcom-table th,
.ait-bcom-table td {
	padding: 12px 14px;
	border: 1px solid #dfe3e8;
	text-align: left;
	vertical-align: top;
}

.ait-bcom-table th {
	font-weight: 700;
	background: #f5f7fa;
}

/* =========================================================
   Questions & Answers
   ========================================================= */

.ait-bcom-question {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.ait-bcom-question-title {
	margin: 0 0 10px;
	font-weight: 700;
}

.ait-bcom-answer {
	margin: 0;
	line-height: 1.8;
}

/* =========================================================
   MCQ
   ========================================================= */

.ait-bcom-mcq {
	margin: 25px 0;
}

.ait-bcom-mcq-item {
	margin-bottom: 18px;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.ait-bcom-mcq-question {
	margin: 0 0 12px;
	font-weight: 700;
}

.ait-bcom-mcq-options {
	margin: 0;
	padding-left: 22px;
}

.ait-bcom-mcq-options li {
	margin-bottom: 6px;
}

/* =========================================================
   Quick Revision
   ========================================================= */

.ait-bcom-quick-revision {
	margin: 30px 0;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
}

.ait-bcom-quick-revision ul {
	margin-bottom: 0;
}

/* =========================================================
   Lesson Navigation
   ========================================================= */

.ait-bcom-lesson-navigation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #e5e7eb;
}

.ait-bcom-lesson-navigation a {
	display: block;
	max-width: 48%;
	text-decoration: none;
	font-weight: 600;
}

.ait-bcom-lesson-navigation .next {
	margin-left: auto;
	text-align: right;
}

/* =========================================================
   Related Lessons
   ========================================================= */

.ait-bcom-related {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #e5e7eb;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {

	.ait-bcom-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ait-bcom-title {
		font-size: 28px;
	}

}

@media (max-width: 600px) {

	.ait-bcom-wrap {
		padding: 15px;
	}

	.ait-bcom-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.ait-bcom-title {
		font-size: 25px;
	}

	.ait-bcom-section-title {
		font-size: 22px;
	}

	.ait-bcom-lesson-content {
		font-size: 16px;
		line-height: 1.8;
	}

	.ait-bcom-lesson-navigation {
		flex-direction: column;
	}

	.ait-bcom-lesson-navigation a {
		max-width: 100%;
	}

	.ait-bcom-lesson-navigation .next {
		text-align: left;
		margin-left: 0;
	}

}


/* B.Com Lesson Navigation */
.ait-bcom-lesson-navigation {
	margin-top: 40px;
	padding: 24px 0;
	border-top: 1px solid #e5e7eb;
}

.ait-bcom-lesson-nav-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
}

.ait-bcom-lesson-nav-item {
	min-width: 0;
}

.ait-bcom-lesson-nav-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
}

.ait-bcom-lesson-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	text-decoration: none;
}

.ait-bcom-lesson-nav-unit {
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
}

.ait-bcom-lesson-nav-unit a {
	text-decoration: none;
}

.ait-bcom-lesson-nav-next {
	text-align: right;
}

.ait-bcom-lesson-nav-empty {
	visibility: hidden;
}

@media (max-width: 700px) {

	.ait-bcom-lesson-nav-inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ait-bcom-lesson-nav-unit {
		order: -1;
		text-align: left;
	}

	.ait-bcom-lesson-nav-next {
		text-align: left;
	}
}

/* =========================================
   B.Com Lesson Layout
========================================= */

.ait-bcom-lesson-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}


/* =========================================
   B.Com Lesson Sidebar
========================================= */

.ait-bcom-lesson-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.ait-bcom-lesson-sidebar {
	position: sticky;
	top: 25px;
	align-self: start;
}

.ait-bcom-sidebar-box {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* Unit */

.ait-bcom-sidebar-heading {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.ait-bcom-sidebar-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #666666;
}

.ait-bcom-sidebar-unit-title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #0b70ce;
	text-decoration: none;
}

.ait-bcom-sidebar-unit-title:hover {
	color: #095da9;
}


/* Academic information */

.ait-bcom-sidebar-academic {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}

.ait-bcom-sidebar-dot {
	color: #999999;
}


/* Divider */

.ait-bcom-sidebar-divider {
	margin: 16px 0;
	border-top: 1px solid #e5e7eb;
}


/* Lesson list */

.ait-bcom-lesson-sidebar-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ait-bcom-lesson-sidebar-list li {
	margin: 0;
	padding: 0;
}

.ait-bcom-lesson-sidebar-list li a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 9px;
	border-radius: 7px;
	color: #172b4d;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.45;
}

.ait-bcom-lesson-sidebar-list li a:hover {
	background: #f3f7fb;
	color: #0b70ce;
}


/* Number */

.ait-bcom-sidebar-number {
	flex: 0 0 22px;
	font-weight: 600;
	color: #666666;
}


/* Current lesson */

.ait-bcom-lesson-sidebar-list li.is-current a {
	background: #eef6ff;
	color: #0b70ce;
	font-weight: 700;
}

.ait-bcom-lesson-sidebar-list li.is-current
.ait-bcom-sidebar-number {
	color: #0b70ce;
}


/* Main */

.ait-bcom-lesson-main {
	min-width: 0;
}


/* Mobile */

@media (max-width: 900px) {

	.ait-bcom-lesson-layout {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.ait-bcom-lesson-sidebar {
		position: static;
	}

}

@media (max-width: 600px) {

	.ait-bcom-sidebar-box {
		padding: 16px;
	}

	.ait-bcom-sidebar-unit-title {
		font-size: 17px;
	}

	.ait-bcom-sidebar-academic {
		font-size: 11px;
	}

}


/* Main lesson area */

.ait-bcom-lesson-main {
	min-width: 0;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 900px) {

	.ait-bcom-lesson-layout {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.ait-bcom-lesson-sidebar {
		position: static;
	}

}


@media (max-width: 600px) {

	.ait-bcom-sidebar-box {
		padding: 16px;
	}

	.ait-bcom-sidebar-unit-title {
		font-size: 17px;
	}

}


/* =========================================
   Main Lesson Area
========================================= */

.ait-bcom-lesson-main {
	min-width: 0;
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 900px) {

	.ait-bcom-lesson-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ait-bcom-lesson-sidebar {
		position: static;
	}

}

@media (max-width: 600px) {

	.ait-bcom-sidebar-box {
		padding: 14px;
	}

	.ait-bcom-lesson-sidebar-list li a {
		font-size: 14px;
		padding: 8px;
	}

}

/* =========================================
   Hide Theme Breadcrumb on ALL B.Com Pages
========================================= */

/* Common breadcrumb systems */
.single-ait_bcom_course .breadcrumb,
.single-ait_bcom_course .breadcrumbs,
.single-ait_bcom_course .breadcrumb-trail,
.single-ait_bcom_course .rank-math-breadcrumb,
.single-ait_bcom_course .yoast-breadcrumb,

.single-ait_bcom_lesson .breadcrumb,
.single-ait_bcom_lesson .breadcrumbs,
.single-ait_bcom_lesson .breadcrumb-trail,
.single-ait_bcom_lesson .rank-math-breadcrumb,
.single-ait_bcom_lesson .yoast-breadcrumb,

.archive.post-type-archive-ait_bcom_course .breadcrumb,
.archive.post-type-archive-ait_bcom_course .breadcrumbs,
.archive.post-type-archive-ait_bcom_course .breadcrumb-trail,
.archive.post-type-archive-ait_bcom_course .rank-math-breadcrumb,
.archive.post-type-archive-ait_bcom_course .yoast-breadcrumb,

.tax-ait_bcom_year .breadcrumb,
.tax-ait_bcom_year .breadcrumbs,
.tax-ait_bcom_year .breadcrumb-trail,
.tax-ait_bcom_year .rank-math-breadcrumb,
.tax-ait_bcom_year .yoast-breadcrumb,

.tax-ait_bcom_semester .breadcrumb,
.tax-ait_bcom_semester .breadcrumbs,
.tax-ait_bcom_semester .breadcrumb-trail,
.tax-ait_bcom_semester .rank-math-breadcrumb,
.tax-ait_bcom_semester .yoast-breadcrumb,

.tax-ait_bcom_subject .breadcrumb,
.tax-ait_bcom_subject .breadcrumbs,
.tax-ait_bcom_subject .breadcrumb-trail,
.tax-ait_bcom_subject .rank-math-breadcrumb,
.tax-ait_bcom_subject .yoast-breadcrumb,

.tax-ait_bcom_unit .breadcrumb,
.tax-ait_bcom_unit .breadcrumbs,
.tax-ait_bcom_unit .breadcrumb-trail,
.tax-ait_bcom_unit .rank-math-breadcrumb,
.tax-ait_bcom_unit .yoast-breadcrumb {
	display: none !important;
}


/* =========================================
   Tutorials Page
========================================= */

.ait-bcom-tutorials-page {
	max-width: 100%;
}

.ait-bcom-tutorials-header {
	margin-bottom: 32px;
}

.ait-bcom-tutorials-title {
	margin-bottom: 10px;
}

.ait-bcom-tutorials-description {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
}


/* =========================================
   Tutorials Grid
========================================= */

.ait-bcom-tutorials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}


/* =========================================
   Tutorial Card
========================================= */

.ait-bcom-tutorial-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;

	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ait-bcom-tutorial-card-content {
	max-width: 700px;
}

.ait-bcom-tutorial-card-label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #666;
}

.ait-bcom-tutorial-card h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.3;
}

.ait-bcom-tutorial-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}


/* =========================================
   Button
========================================= */

.ait-bcom-tutorial-card-button {
	display: inline-block;
	padding: 11px 18px;
	border-radius: 6px;
	background: #0b70ce;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
}

.ait-bcom-tutorial-card-button:hover {
	background: #095da9;
	color: #ffffff !important;
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 600px) {

	.ait-bcom-tutorial-card {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.ait-bcom-tutorial-card-content {
		max-width: 100%;
	}

	.ait-bcom-tutorial-card h2 {
		font-size: 23px;
	}

	.ait-bcom-tutorials-description {
		font-size: 16px;
	}

}
/* =========================================
   B.Com Semester Card
========================================= */

.ait-bcom-semester-card {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 34px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* First Year > Semester */

.ait-bcom-semester-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	font-weight: 600;
}

.ait-bcom-year-name {
	color: #0b70ce;
}

.ait-bcom-heading-separator {
	color: #666;
	font-weight: 400;
}

.ait-bcom-semester-name {
	color: #0b70ce;
	text-decoration: none;
}


/* Divider */

.ait-bcom-semester-divider {
	margin: 22px 0;
	border-top: 1px solid #e5e7eb;
}


/* Subject row */

.ait-bcom-subject-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}

.ait-bcom-subject-name {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #172b4d;
}


/* Button */

.ait-bcom-card-button {
	flex-shrink: 0;
	display: inline-block;
	padding: 11px 18px;
	border-radius: 6px;
	background: #0b70ce;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}

.ait-bcom-card-button:hover {
	background: #095da9;
	color: #ffffff !important;
}


/* Mobile */

@media (max-width: 600px) {

	.ait-bcom-semester-card {
		padding: 22px;
	}

	.ait-bcom-semester-heading {
		font-size: 20px;
	}

	.ait-bcom-subject-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.ait-bcom-card-button {
		width: auto;
	}

}

/* =========================================
   Subject → Unit Cards
========================================= */

.ait-bcom-subject-unit-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}


.ait-bcom-subject-unit-card {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 34px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* Subject > Unit heading */

.ait-bcom-subject-unit-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 20px;
	line-height: 1.5;
}

.ait-bcom-subject-name {
	color: #172b4d;
	font-weight: 500;
}

.ait-bcom-heading-separator {
	color: #666;
}

.ait-bcom-unit-heading-name {
	color: #0b70ce;
	font-weight: 500;
}


/* Divider */

.ait-bcom-subject-unit-divider {
	margin: 20px 0;
	border-top: 1px solid #e5e7eb;
}


/* Unit + Button */

.ait-bcom-subject-unit-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}

.ait-bcom-subject-unit-name {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}


/* Button */

.ait-bcom-subject-unit-row .ait-bcom-card-button {
	flex-shrink: 0;
	display: inline-block;
	padding: 11px 18px;
	border-radius: 6px;
	background: #0b70ce;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}

.ait-bcom-subject-unit-row .ait-bcom-card-button:hover {
	background: #095da9;
	color: #ffffff !important;
}


/* Mobile */

@media (max-width: 600px) {

	.ait-bcom-subject-unit-card {
		padding: 22px;
	}

	.ait-bcom-subject-unit-heading {
		font-size: 18px;
	}

	.ait-bcom-subject-unit-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

}

/* =========================================
   Unit → Lesson One Row Cards
========================================= */

.ait-bcom-unit-lessons {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 34px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* Unit > Lessons */

.ait-bcom-unit-lessons-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	line-height: 1.5;
	color: #172b4d;
}

.ait-bcom-unit-heading-name {
	color: #0b70ce;
	font-weight: 500;
}

.ait-bcom-heading-separator {
	color: #666;
}


/* Divider */

.ait-bcom-unit-lessons-divider {
	margin: 20px 0;
	border-top: 1px solid #e5e7eb;
}


/* Lesson row */

.ait-bcom-unit-lesson-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	padding: 8px 0;
}

.ait-bcom-unit-lesson-name {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	color: #172b4d;
}

.ait-bcom-unit-lesson-number {
	font-weight: 600;
}


/* Read Lesson button */

.ait-bcom-unit-lesson-row .ait-bcom-card-button {
	flex-shrink: 0;
	display: inline-block;
	padding: 11px 18px;
	border-radius: 6px;
	background: #0b70ce;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}

.ait-bcom-unit-lesson-row .ait-bcom-card-button:hover {
	background: #095da9;
	color: #ffffff !important;
}


/* Multiple lessons */

.ait-bcom-unit-lesson-row + .ait-bcom-unit-lesson-row {
	margin-top: 14px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}


/* Mobile */

@media (max-width: 600px) {

	.ait-bcom-unit-lessons {
		padding: 22px;
	}

	.ait-bcom-unit-lessons-heading {
		font-size: 18px;
	}

	.ait-bcom-unit-lesson-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

}


/* =========================================
   Subject Academic Meta
========================================= */

.ait-bcom-academic-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: -10px;
	margin-bottom: 32px;
	font-size: 14px;
	color: #666;
}

.ait-bcom-meta-separator {
	color: #999;
}

@media (max-width: 600px) {

	.ait-bcom-academic-meta {
		font-size: 13px;
	}

}


/* =========================================
   B.Com Year Page - Semester Cards
========================================= */

.ait-bcom-year-semester-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.ait-bcom-year-semester-card {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.ait-bcom-year-semester-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 22px 28px;
}


.ait-bcom-year-semester-name {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}


.ait-bcom-year-semester-row .ait-bcom-card-button {
	flex-shrink: 0;
	margin: 0;
}


@media (max-width: 700px) {

	.ait-bcom-year-semester-row {
		padding: 20px;
		gap: 15px;
	}

	.ait-bcom-year-semester-name {
		font-size: 18px;
	}

	.ait-bcom-year-semester-row .ait-bcom-card-button {
		padding: 10px 14px;
		font-size: 14px;
	}

}


@media (max-width: 500px) {

	.ait-bcom-year-semester-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.ait-bcom-year-semester-row .ait-bcom-card-button {
		width: auto;
	}

}

/* =========================================
   B.Com Semester Page - Subject Cards
========================================= */

.ait-bcom-semester-subject-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.ait-bcom-semester-subject-card {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.ait-bcom-semester-subject-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 22px 28px;
}


.ait-bcom-semester-subject-name {
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}


.ait-bcom-semester-subject-row .ait-bcom-card-button {
	flex-shrink: 0;
	margin: 0;
}


@media (max-width: 700px) {

	.ait-bcom-semester-subject-row {
		padding: 20px;
		gap: 15px;
	}

	.ait-bcom-semester-subject-name {
		font-size: 18px;
	}

}


@media (max-width: 500px) {

	.ait-bcom-semester-subject-row {
		flex-direction: column;
		align-items: flex-start;
	}

}

/* =========================================================
   B.Com Academic Row / Column Layout
   ========================================================= */

.ait-bcom-academic-table-wrap {
	width: 100%;
	margin-top: 30px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ait-bcom-academic-table {
	width: 100%;
	min-width: max-content;
}

.ait-bcom-academic-row {
	display: grid;
	gap: 0;
	margin-bottom: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ait-bcom-academic-cell {
	min-height: 72px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	border-right: 1px solid #e5e7eb;
	box-sizing: border-box;
}

.ait-bcom-academic-cell:last-child {
	border-right: 0;
}


/* Year */

.ait-bcom-academic-year {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
}


/* Semester */

.ait-bcom-academic-semester {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
}


/* Small labels */

.ait-bcom-academic-label {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	opacity: 0.65;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}


/* Subject */

.ait-bcom-academic-subject {
	justify-content: flex-start;
	background: #fafafa;
}

.ait-bcom-academic-subject {
	flex-direction: column;
	align-items: flex-start;
	background: #fafafa;
}

.ait-bcom-academic-subject a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-decoration: none;
}

.ait-bcom-academic-subject a:hover {
	text-decoration: underline;
}


/* =========================================================
   Subject Page
   Subject → Chapters / Lessons
   ========================================================= */

.ait-bcom-subject-academic-info {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 20px 0 30px;
}

.ait-bcom-subject-academic-item {
	padding: 14px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
	min-width: 150px;
}

.ait-bcom-subject-academic-label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	opacity: 0.65;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}


/* Chapters heading */

.ait-bcom-subject-lessons {
	margin-top: 30px;
}

.ait-bcom-subject-lessons-header {
	margin-bottom: 18px;
}

.ait-bcom-subject-lessons-header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
}


/* Chapter list */

.ait-bcom-subject-lesson-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ait-bcom-subject-lesson-item {
	margin: 0;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ait-bcom-subject-lesson-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}

.ait-bcom-subject-lesson-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 16px 18px;
	box-sizing: border-box;
	text-decoration: none;
}

.ait-bcom-subject-lesson-title {
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
}

.ait-bcom-subject-lesson-arrow {
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1;
}


/* =========================================================
   Empty State
   ========================================================= */

.ait-bcom-empty-state {
	margin-top: 30px;
	padding: 25px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	text-align: center;
	background: #fafafa;
}

.ait-bcom-empty-state p {
	margin: 0;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

	.ait-bcom-academic-table-wrap {
		margin-top: 20px;
	}

	.ait-bcom-academic-row {
		margin-bottom: 12px;
	}

	.ait-bcom-academic-cell {
		min-height: 65px;
		padding: 14px 16px;
	}

	.ait-bcom-academic-label {
		font-size: 11px;
	}

	.ait-bcom-academic-subject a {
		font-size: 15px;
	}

	.ait-bcom-subject-academic-info {
		gap: 10px;
	}

	.ait-bcom-subject-academic-item {
		min-width: 130px;
		padding: 12px 15px;
	}

	.ait-bcom-subject-lessons-header h2 {
		font-size: 21px;
	}

	.ait-bcom-subject-lesson-link {
		padding: 14px 15px;
		gap: 12px;
	}

	.ait-bcom-subject-lesson-title {
		font-size: 15px;
	}

}


/* =========================================================
   Small Mobile
   ========================================================= */

@media (max-width: 480px) {

	.ait-bcom-academic-cell {
		padding: 12px 14px;
	}

	.ait-bcom-subject-lesson-link {
		align-items: flex-start;
	}

	.ait-bcom-subject-lesson-arrow {
		font-size: 18px;
	}

}
/* =========================================
   B.Com Academic Group
   Year + Semester merged vertically
   ========================================= */

.ait-bcom-academic-group {
	display: grid;
	gap: 0;
	margin-bottom: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ait-bcom-academic-group
.ait-bcom-academic-cell {
	min-height: 72px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	border-right: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
}

.ait-bcom-academic-group
.ait-bcom-academic-cell:nth-last-child(-n+2) {
	border-bottom: 0;
}


/* Year */

.ait-bcom-academic-group
.ait-bcom-academic-year {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
	border-bottom: 0;
}


/* Semester */

.ait-bcom-academic-group
.ait-bcom-academic-semester {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
	border-bottom: 0;
}


/* Subject */

.ait-bcom-academic-group
.ait-bcom-academic-subject {
	background: #fafafa;
}


/* View Subject */

.ait-bcom-academic-group
.ait-bcom-academic-view-subject {
	background: #ffffff;
	border-right: 0;
}


/* Button */

.ait-bcom-subject-button {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 6px;
	background: #0b70ce;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none !important;
	white-space: nowrap;
}

.ait-bcom-subject-button:hover {
	background: #095da9;
	color: #ffffff !important;
}


/* Mobile */

@media (max-width: 767px) {

	.ait-bcom-academic-group {
		min-width: 700px;
	}

}

/* =========================================
   B.Com Subject Page - 2 Column Layout
   ========================================= */

.ait-bcom-subject-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	margin-top: 30px;
}


/* =========================================
   Left Column
   ========================================= */

.ait-bcom-subject-sidebar {
	position: sticky;
	top: 25px;
}

.ait-bcom-subject-info-card {
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


.ait-bcom-subject-degree {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 700;
	color: #172b4d;
}


.ait-bcom-subject-year,
.ait-bcom-subject-semester {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #0b70ce;
}


.ait-bcom-subject-page-title {
	margin: 18px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
	line-height: 1.45;
	color: #172b4d;
}


/* =========================================
   Right Column
   ========================================= */

.ait-bcom-subject-main {
	min-width: 0;
}


.ait-bcom-subject-lessons {
	margin-top: 0;
}


.ait-bcom-subject-lessons-header {
	margin-bottom: 18px;
}


.ait-bcom-subject-lessons-header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 900px) {

	.ait-bcom-subject-layout {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.ait-bcom-subject-sidebar {
		position: static;
	}

}


@media (max-width: 600px) {

	.ait-bcom-subject-info-card {
		padding: 20px;
	}

	.ait-bcom-subject-degree {
		font-size: 20px;
	}

	.ait-bcom-subject-page-title {
		font-size: 19px;
	}

	.ait-bcom-subject-lessons-header h2 {
		font-size: 21px;
	}

}

/* =========================================================
   Subject Page - Chapters + Quiz
   ========================================================= */

.ait-bcom-subject-lessons-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	align-items: end;
	gap: 20px;
	margin-bottom: 18px;
}

.ait-bcom-subject-lessons-heading {
	min-width: 0;
}

.ait-bcom-subject-lessons-title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}

.ait-bcom-subject-lessons-note {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	color: #646970;
}

.ait-bcom-subject-quiz-heading {
	align-self: end;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}


/* Lesson row */

.ait-bcom-subject-lesson-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 120px;
	align-items: stretch;
	gap: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ait-bcom-subject-lesson-item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}


/* Lesson link */

.ait-bcom-subject-lesson-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-width: 0;
	width: 100%;
	padding: 16px 18px;
	box-sizing: border-box;
	text-decoration: none;
}

.ait-bcom-subject-lesson-title {
	min-width: 0;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
}

.ait-bcom-subject-lesson-arrow {
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 1;
}


/* Quiz button */

.ait-bcom-subject-quiz-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 10px;
	padding: 8px 12px;
	border: 1px solid #dbeafe;
	border-radius: 7px;
	background: #eff6ff;
	color: #0b70ce !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	white-space: nowrap;
}

.ait-bcom-subject-quiz-button:hover {
	background: #dbeafe;
	color: #0759a5 !important;
}

.ait-bcom-quiz-icon {
	font-size: 16px;
	line-height: 1;
}


/* Mobile */

@media (max-width: 767px) {

	.ait-bcom-subject-lessons-header {
		grid-template-columns: minmax(0, 1fr) 95px;
		gap: 10px;
	}

	.ait-bcom-subject-lessons-heading,
	.ait-bcom-subject-quiz-heading {
		font-size: 21px;
	}

	.ait-bcom-subject-lesson-item {
		grid-template-columns: minmax(0, 1fr) 95px;
	}

	.ait-bcom-subject-quiz-button {
		margin: 8px;
		padding: 8px 8px;
		font-size: 13px;
	}

}
.ait-bcom-subject-lessons-title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #172b4d;
}

.ait-bcom-subject-lessons-note {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	color: #646970;
}

@media (max-width: 767px) {

	.ait-bcom-subject-lessons-title {
		font-size: 21px;
	}

	.ait-bcom-subject-lessons-note {
		font-size: 12px;
	}

}

.ait-bcom-quiz-review {
    margin-top: 24px;
    text-align: left;
}

.ait-bcom-quiz-review-item {
    padding: 16px;
    margin-bottom: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.ait-bcom-quiz-review-question {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
}

.ait-bcom-quiz-review-answer,
.ait-bcom-quiz-review-correct {
    font-size: 14px;
    margin-top: 5px;
}

.ait-bcom-quiz-review-status {
    margin-top: 8px;
    font-weight: 600;
}

.ait-bcom-quiz-review-status.correct {
    color: #15803d;
}

.ait-bcom-quiz-review-status.incorrect {
    color: #dc2626;
}