/*
 Theme Name: TNPSCSM Ultimate Pro
 Version: 17.2.4
*/

/* 1. CORE UX & EYE SAFETY */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    background: #fcfcfc; /* Soft White for long-time study */
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; 
    color: #333333; 
    line-height: 1.5; 
}

/* 2. NAVIGATION (Strictly No Bullets) */
.tn-navbar { background: #00072D; height: 60px; display: flex; align-items: center; padding: 0 15px; position: relative; z-index: 9999; }
.tn-logo a { color: #fff; font-weight: 700; font-size: 15px; text-decoration: none !important; }
#tn-menu-wrapper { background: #00072D; position: absolute; top: 60px; left: 0; width: 100%; z-index: 999; display: none; }
#tn-menu-wrapper ul { list-style: none !important; }
#tn-menu-wrapper li { list-style: none !important; border-bottom: 1px solid rgba(255,255,255,0.05); }
#tn-menu-wrapper li a { display: block; padding: 15px 20px; color: #00d2ff; text-decoration: none; font-size: 15px; }
.tn-search-inside { width: 100%; display: none; align-items: center; }
.tn-search-inside input { width: 100%; background: transparent; border: none; color: #fff; font-size: 16px; outline: none; padding: 10px 0; }

/* 3. TYPOGRAPHY (Professional & Eye-Safe) */
h1, .entry-title { 
    font-size: 19px !important; 
    color: #1a2b48 !important; /* Muted Deep Blue - softer than pure black */
    font-weight: 600 !important; /* Semi-bold (not too heavy) */
    margin: 15px 0 12px 0; 
    line-height: 1.3;
}

h2 {
    font-size: 18px !important;
    color: #2c3e50 !important; /* Soft Charcoal */
    font-weight: 600 !important;
    margin: 25px 0 12px 0;
    line-height: 1.3;
}

h3 {
    font-size: 17px !important;
    color: #34495e !important; /* Muted Slate */
    font-weight: 600 !important;
    margin: 20px 0 10px 0;
}

h4 {
    font-size: 16px !important;
    color: #444444 !important; /* Neutral Gray-Black */
    font-weight: 600 !important;
    margin: 18px 0 10px 0;
}

/* Ensure paragraph text is also eye-safe */
body {
    color: #333333; /* Softened black to reduce glare */
    -webkit-font-smoothing: antialiased;
}

/* 4. VERTICAL DATES (Left Aligned, No Line, Sentence Case) */
.entry-meta-visible { 
    margin-bottom: 20px; 
    padding-bottom: 0; 
    border-bottom: none !important; /* Line Removed */
    text-align: left; /* Left Aligned */
}
.meta-line { 
    font-size: 11px; 
    color: #aaaaaa; /* Lite Gray */
    text-transform: none !important; /* No all-caps */
    font-weight: 500; 
    display: block; /* Vertical Stack */
    line-height: 1.6;
}

/* 5. CONTENT STRATEGY (TABLE BREAKOUT) */
article { padding: 15px 0 !important; max-width: 900px; margin: auto; }
article > p, article > h1, article > h2, article > h3, .entry-meta-visible, .entry-content > p { 
    padding-left: 25px !important; 
    padding-right: 25px !important; 
}

/* 6. PROFESSIONAL BULLETS (Dot + Indent) */
.entry-content ul { 
    list-style-type: disc !important; 
    margin: 15px 0 25px 0 !important; 
    padding-left: 55px !important; /* Professional Gap */
}
.entry-content li { display: list-item !important; margin-bottom: 10px !important; padding-left: 8px; }

/* 7. TABLES (Edge-to-Edge Viability) */
table { 
    width: 100% !important; 
    border-collapse: collapse; 
    margin: 30px 0; 
    font-size: 14px; 
    background:#fff;
}
table th, table td { 
    border: 1px solid #cccccc !important; /* Clearly Visible lines */
    padding: 12px 10px; 
    text-align: left; 
}
table th { background-color: #f8f9fa !important; color: #00072D !important; }

/* 8. FOOTER (Blue Links & Legal Pages) */
.site-footer { background: #fff; padding: 45px 15px; border-top: 1px solid #eee; text-align: center; width: 100%; }
.footer-para { font-size: 11px; color: #888; margin-bottom: 25px; line-height: 1.6; }
.footer-nav a { font-size: 11px; margin: 0 10px; color: #005a87 !important; text-decoration: none !important; font-weight: 500; }
.footer-social { display: flex; justify-content: center; gap: 20px; margin: 25px 0; }
.footer-social a { display: flex; align-items: center; gap: 6px; font-size: 11px; text-decoration: none !important; color: #005a87 !important; font-weight: 600; }
.footer-social svg { width: 14px; height: 14px; fill: #005a87 !important; }
.footer-copyright { font-size: 10px; color: #999; margin-top: 20px; border-top: 1px solid #f9f9f9; padding-top: 15px; }

/* 9. MOBILE FIXES */
@media (max-width: 768px) {
    article > *:not(table) { padding-left: 15px !important; padding-right: 15px !important; }
    .entry-meta-visible { padding-left: 15px !important; }
    .entry-content ul { padding-left: 40px !important; }
}

/* Educational Highlight Box - 100% Bot Friendly */
.study-summary-area {
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
    line-height: 1.7;
}

/* Very Boring & Safe Name */
.text-accent {
    font-weight: 600;
    color: #1a2b48;
}