/**
 * Marking Scheme Page Specific Styles
 * URL: /marking-scheme
 * Created: November 15, 2025
 */

/* Mobile landscape specific */
@media screen and (max-width: 768px) and (min-width: 320px) and (orientation: landscape){
	.card .card-content {
		height: 144px;
		padding: 24px;
	}

	#mkid {
		margin-top: -106px !important;
	}
}

/* Typography */
h5 {
	font-size: 14px !important;
}

ul:not(.browser-default)>li {
	font-size: 14px;
	line-height: 1em;
	padding: 10px 0px 5px 0px;
	list-style-type: none;
}

/* Button styles */
li.btn {
	color: #000;
}

/* Desktop styles */
@media only screen and (min-width: 768px){
	.syllabus-menu{
		margin-top: 25px;
	}

	#mkid{
		line-height: 15px;
		margin-top: 0px;
	}

	#sidemenuid{
		margin-top: 126px;
	}

	.left-align{
		margin-top: 90px;
	}
}

/* Mobile/Tablet styles */
@media only screen and (max-width: 767px){
	#mkid{
		margin-top: -67px;
	}

	.syllabus-menu{
		margin-top: -76px;
	}

	.left-align{
		padding-left:15px !important;
	}

	.syllabus-menu ul li {
		color:#000;
		padding: 17px;
		line-height: 2px;
		margin: 3px;
	}

	/* Droop menu styles for mobile */
	.droopmenu-header, .droopmenu-mclose, .droopmenu-navbar, .droopmenu-offcanvas .droopmenu-nav {
		background: #fff;
	}

	.droopmenu-toggle {
		background-color: #000 !important;
	}

	li.droopmenu-parent .material-icons {
		display: none;
	}

	.droopmenu .droopmenu-tabheader {
		background-color: #26a69a;
	}

	.droopmenu .droopmenu-tabheader.droopmenu-tab-active {
		background: #ffd223;
		color: #000;
	}

	.droopmenu .dm-block-title, .droopmenu .droopmenu-content p, .droopmenu li li:hover>a, .droopmenu li ul li a, .droopmenu-col h4 {
		font-weight: 400 !important;
		font-size: 1em !important;
		color: #000;
		margin-bottom: 6px;
	}

	ul.droopmenu-col.droopmenu-col3 h5 {
		font-size: 20px;
		color: #8a8585;
		font-weight: 600;
		line-height: inherit;
	}
}

/* Second style block styles */
@media only screen and (max-width: 768px){
	.left-align{
		padding-left:-40px !important;
		margin-top: -80px;
	}
}

/* Table wrapper for horizontal scrolling */
.table-wrapper {
	overflow-x: auto;
	margin: 20px 0;
}

/* Marking scheme table styles */
.marking-scheme-table {
	width: 100%;
	border-collapse: collapse;
	display: table;
}

.marking-scheme-table thead {
	background-color: #efefef;
}

.marking-scheme-table thead th {
	font-weight: 600;
	text-align: left;
	padding: 12px 8px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.marking-scheme-table tbody td {
	padding: 10px 8px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.marking-scheme-table tbody tr:hover {
	background-color: #f5f5f5;
}

.marking-scheme-table .class-header {
	background-color: #efefef;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.marking-scheme-table .total-row {
	font-weight: 600;
	background-color: #f9f9f9;
}

@media only screen and (max-width: 768px){
	.marking-scheme-table thead th,
	.marking-scheme-table tbody td {
		padding: 8px 4px;
		font-size: 12px;
	}
}
