body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding-top: 0px; background-color: #f7f7f7; color: #333; }
h1, h2, h3, h4 { color: #004080; }
h2, h3, h4 { margin-top: 20px; }
table { width: 100%; border-collapse: collapse; margin: 10px 0; }
table, th, td { border: 1px solid #004080; }
th, td { padding: 10px; text-align: left; }
th { background-color: #004080; color: #fff; }
img { max-width: 100%; max-height: 300px; display: block; margin: 0px auto; border-radius: 8px; }
ul { margin: 10px 0 10px 20px; }
exam-list-section { background-color: #fff; padding: 8px; margin: 10px auto; max-width: 1200px; }
.paging-footer { text-align: center; padding: 10px; margin-top: 0px; }
.paging-header { position: fixed; top: 75px; left: 0; width: 100%; background-color: #31987E; color: #fff; text-align: center; padding: 5px 0; z-index: 98; }
.quick-link-btn { position: fixed; top: 180px; right: 20px; background-color: #0066cc; color: #fff; padding: 10px 20px; border-radius: 5px; cursor: pointer; z-index: 99; transition: background 0.3s; }
.quick-link-btn:hover { background-color: #004080; }
.left-dashboard { position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background-color: #004080; color: #fff; overflow-y: auto; transition: left 0.3s; z-index: 10000; padding-top: 80px; }
.left-dashboard.active { left: 0; }
.left-dashboard a { display: block; color: #fff; text-decoration: none; padding: 12px 20px; border-bottom: 1px solid #0066cc; transition: background 0.2s; }
.left-dashboard a:hover { background-color: #0066cc; }
.overlay { position: fixed; top: 0px; left: 0; width: 0; height: 100%; background: rgba(0,0,0,0.5); z-index: 9997; transition: width 0.3s; overflow: hidden; }
.overlay.active { width: 100%; }
html { scroll-behavior: smooth; }
exam-list-section { scroll-margin-top: 180px; }
@media (max-width: 768px) {
img { margin: 0px auto; border-radius: 8px; }
.paging-header { top: 75px; padding: 0px 0; }
.quick-link-btn { top: 130px; }
}
@media (max-width: 480px) {
img { margin: 0px auto; border-radius: 8px; }
.paging-header { top: 75px; padding: 0px 0; }
.quick-link-btn { top: 130px; }
}

.collapsible { cursor:pointer; padding:10px 15px; border:none; text-align:left; outline:none; width:100%; font-size:15px; background:#eee; margin-top:5px; }
.non-collapsible { cursor:pointer; padding:10px 15px; border:none; text-align:left; outline:none; width:100%; font-size:15px; background:#eee; margin-top:5px; }
.content { display:none; padding-left:15px; }
/* Always show Daily Current Affairs content */
.always-open {
    display: block !important;  /* overrides JS toggle */
    padding-left: 15px;
}