.courses-table{padding:6rem 0;}
.courses-table h2{font-size:2.4rem;font-weight:600;text-align:center;margin-bottom:2.5rem;}
/* Wrapper for mobile scroll */
.table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.05); margin-bottom:3rem;}
/* Table */
.modern-table{width:100%;border-collapse:collapse;min-width:600px;background:#fff;}
/* Header */
.modern-table thead{background:#0b3c6d;color:#fff;}
.modern-table th{padding:1.4rem;text-align:left;font-size:1.4rem;}
/* Body */
.modern-table td{padding:1.2rem 1.4rem;border-bottom:1px solid #eee;font-size:1.3rem;color:#444;}
/* Row hover */
.modern-table tbody tr:hover{background:#f5f7fa;}
/* Alternate rows */
.modern-table tbody tr:nth-child(even){background:#fafafa;}
/* Rounded corners */
.modern-table thead tr th:first-child{border-top-left-radius:12px;}
.modern-table thead tr th:last-child{border-top-right-radius:12px;}

/* Responsive */
@media(max-width:768px){
	.courses-table h2{font-size:2rem;}
}

[id]{scroll-margin-top:150px;}