/*
Theme Name:  ResultsHindi
Theme URI:   https://resultshindi.com
Author:      ResultsHindi
Description: Lightning-fast, mobile-first Hindi Result Portal theme for UP, Bihar & MP Board and University results. Built for Core Web Vitals, Google News, E-E-A-T & Schema.org.
Version:     1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       resultshindi
Tags:              news, education, hindi, results, seo, lightweight, mobile-first
*/

/* =====================================================
   1. CSS VARIABLES (Design Tokens)
   ===================================================== */
:root{
  --navy:#1B1F3A; --navy2:#252A4A;
  --saffron:#FF6B1A; --saffron-d:#E55500; --saffron-l:#FFF3EC;
  --surface:#fff; --bg:#F5F0EB; --cream:#FFF8F0;
  --ink:#0D0D0D; --ink2:#3A3A3A; --ink3:#777;
  --border:rgba(0,0,0,.08); --border2:rgba(0,0,0,.13);
  --live:#E53935;
  --up-bg:#FFF3E0; --up-c:#E65100;
  --bih-bg:#E8F5E9; --bih-c:#1B5E20;
  --mp-bg:#E3F2FD; --mp-c:#0D47A1;
  --uni-bg:#F3E5F5; --uni-c:#4A148C;
  --r4:4px; --r8:8px; --r12:12px; --r16:16px; --r20:20px;
  --sh1:0 1px 4px rgba(0,0,0,.06);
  --sh2:0 4px 16px rgba(0,0,0,.09);
  --f-main:'Baloo 2',sans-serif;
  --f-ui:'Inter',sans-serif;
  --t:.2s ease;
}

/* =====================================================
   2. RESET
   ===================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--f-main);background:var(--bg);color:var(--ink);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:var(--saffron);text-decoration:none;transition:color var(--t)}
a:hover{color:var(--saffron-d)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--f-main);font-weight:700;line-height:1.2;color:var(--ink)}
button{font-family:var(--f-main)}
input,select,textarea{font-family:var(--f-main)}

/* =====================================================
   3. LAYOUT
   ===================================================== */
.rh-wrap{max-width:1200px;margin:0 auto;padding:0 16px}
.rh-wrap--wide{max-width:1400px;margin:0 auto;padding:0 16px}

.rh-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start;padding:16px 0}
@media(max-width:1024px){.rh-grid{grid-template-columns:1fr}.rh-sidebar{display:none}}

.rh-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* =====================================================
   4. TOP STRIP
   ===================================================== */
.rh-strip{background:var(--navy);padding:5px 0;font-family:var(--f-ui)}
.rh-strip__in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:4px}
.rh-strip__links{display:flex;gap:14px;flex-wrap:wrap}
.rh-strip__links a{color:#8892B0;font-size:11px;letter-spacing:.3px}
.rh-strip__links a:hover{color:#fff}
.rh-strip__live{display:flex;align-items:center;gap:6px}
.rh-strip__live span{font-size:10px;color:#8892B0;font-family:var(--f-ui)}
.rh-dot{width:6px;height:6px;border-radius:50%;background:#4CAF50;animation:livePulse 2s ease-in-out infinite;flex-shrink:0}
@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}

/* =====================================================
   5. HEADER
   ===================================================== */
.rh-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999;box-shadow:var(--sh1)}
.rh-header__in{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:12px}

/* Logo */
.rh-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.rh-logo__mark{width:44px;height:44px;background:var(--saffron);border-radius:var(--r8);display:flex;align-items:center;justify-content:center;font-family:serif;font-size:22px;font-weight:900;color:#fff;flex-shrink:0;line-height:1}
.rh-logo__name{line-height:1}
.rh-logo__name strong{display:block;font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.4px}
.rh-logo__name small{display:block;font-size:9px;color:var(--saffron);font-weight:600;letter-spacing:.9px;font-family:var(--f-ui);margin-top:1px}

/* Search */
.rh-search-form{display:flex;gap:6px;flex:1;max-width:400px}
.rh-search-form input{flex:1;border:1.5px solid var(--border2);border-radius:var(--r8);padding:8px 12px;font-size:13px;outline:none;background:var(--bg);transition:all var(--t);min-width:0}
.rh-search-form input:focus{border-color:var(--saffron);background:#fff}
.rh-search-form button{background:var(--saffron);color:#fff;border:none;border-radius:var(--r8);padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background var(--t)}
.rh-search-form button:hover{background:var(--saffron-d)}

/* Alert btn */
.rh-alert-btn{background:var(--saffron);color:#fff;border:none;border-radius:var(--r8);padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all var(--t);flex-shrink:0}
.rh-alert-btn:hover{background:var(--saffron-d);transform:translateY(-1px)}

/* Mobile menu toggle */
.rh-menu-toggle{display:none;background:none;border:1.5px solid var(--border2);border-radius:var(--r8);width:36px;height:36px;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;flex-shrink:0}
.rh-menu-toggle span{display:block;width:18px;height:2px;background:var(--ink2);border-radius:2px;transition:all var(--t)}

@media(max-width:768px){
  .rh-search-form{display:none}
  .rh-menu-toggle{display:flex}
  .rh-alert-btn{padding:7px 10px;font-size:11px}
  .rh-logo__name strong{font-size:17px}
}

/* =====================================================
   6. TRICOLOR BAR
   ===================================================== */
.rh-tricolor{display:flex;height:3px}
.rh-tricolor span:nth-child(1){flex:1;background:#FF9933}
.rh-tricolor span:nth-child(2){flex:1;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.rh-tricolor span:nth-child(3){flex:1;background:#138808}

/* =====================================================
   7. PRIMARY NAV
   ===================================================== */
.rh-nav{background:var(--navy);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rh-nav::-webkit-scrollbar{display:none}
.rh-nav__list{display:flex;list-style:none;padding:0 16px;max-width:1200px;margin:0 auto}
.rh-nav__list li a{display:block;color:#8892B0;font-size:12px;font-weight:600;font-family:var(--f-ui);padding:10px 13px;white-space:nowrap;border-bottom:2px solid transparent;letter-spacing:.2px;transition:all var(--t)}
.rh-nav__list li a:hover,.rh-nav__list li.current-menu-item a,.rh-nav__list li.current_page_item a{color:#FF9933;border-bottom-color:#FF9933}

/* Mobile Nav Drawer */
.rh-nav--mobile{display:none;background:var(--navy);overflow:hidden;max-height:0;transition:max-height .3s ease}
.rh-nav--mobile.is-open{max-height:400px}
.rh-nav--mobile ul{list-style:none;padding:8px 0}
.rh-nav--mobile ul li a{display:block;color:#8892B0;font-size:14px;font-weight:600;padding:11px 20px;border-left:3px solid transparent;transition:all var(--t)}
.rh-nav--mobile ul li a:hover{color:#FF9933;border-left-color:#FF9933;background:rgba(255,255,255,.03)}
@media(max-width:768px){.rh-nav--mobile{display:block}}

/* =====================================================
   8. BREAKING NEWS TICKER
   ===================================================== */
.rh-ticker{background:var(--navy2);border-top:1px solid rgba(255,255,255,.05);padding:6px 0;overflow:hidden}
.rh-ticker__in{display:flex;align-items:center;gap:12px;padding:0 16px;max-width:1200px;margin:0 auto}
.rh-ticker__badge{background:var(--live);color:#fff;font-size:9px;font-weight:700;padding:3px 8px;border-radius:var(--r4);white-space:nowrap;letter-spacing:.8px;font-family:var(--f-ui);flex-shrink:0}
.rh-ticker__track{overflow:hidden;flex:1;min-width:0}
.rh-ticker__text{font-size:12px;color:#CCD6F6;white-space:nowrap;font-family:var(--f-ui);display:inline-block;animation:tickScroll 28s linear infinite}
@keyframes tickScroll{0%{transform:translateX(100vw)}100%{transform:translateX(-100%)}}
@media(prefers-reduced-motion:reduce){.rh-ticker__text{animation:none;overflow:hidden;text-overflow:ellipsis;display:block}}

/* =====================================================
   9. HERO SEARCH SECTION
   ===================================================== */
.rh-hero{background:var(--navy);padding:28px 0 0;position:relative;overflow:hidden}
.rh-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:rgba(255,107,26,.05);pointer-events:none}
.rh-hero__in{position:relative;z-index:1}
.rh-hero__eyebrow{display:inline-flex;align-items:center;background:rgba(255,153,51,.12);border:1px solid rgba(255,153,51,.25);border-radius:20px;padding:3px 12px;margin-bottom:10px}
.rh-hero__eyebrow span{font-size:10px;color:#FF9933;font-weight:700;letter-spacing:.9px;font-family:var(--f-ui)}
.rh-hero h2{font-size:28px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:6px}
.rh-hero h2 em{color:var(--saffron);font-style:normal}
.rh-hero__sub{font-size:13px;color:#8892B0;margin-bottom:20px;font-family:var(--f-ui)}

/* Search Card */
.rh-search-card{background:#fff;border-radius:var(--r12) var(--r12) 0 0;padding:18px;margin-top:6px}
.rh-search-card__lbl{font-size:9px;font-weight:700;color:var(--saffron);letter-spacing:.9px;font-family:var(--f-ui);margin-bottom:10px}
.rh-search-card__selects{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.rh-search-card select{border:1.5px solid #E8E8E8;border-radius:var(--r8);padding:9px 10px;font-size:13px;outline:none;color:var(--ink);background:#FAFAFA;width:100%;transition:border-color var(--t)}
.rh-search-card select:focus{border-color:var(--saffron)}
.rh-search-card__row{display:flex;gap:8px}
.rh-search-card input[type=text]{flex:1;border:1.5px solid #E8E8E8;border-radius:var(--r8);padding:9px 12px;font-size:14px;outline:none;transition:border-color var(--t);min-width:0}
.rh-search-card input[type=text]:focus{border-color:var(--saffron)}
.rh-search-card__btn{background:var(--saffron);color:#fff;border:none;border-radius:var(--r8);padding:9px 20px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background var(--t);flex-shrink:0}
.rh-search-card__btn:hover{background:var(--saffron-d)}

@media(max-width:480px){
  .rh-hero h2{font-size:20px}
  .rh-search-card__selects{grid-template-columns:1fr}
  .rh-search-card{padding:14px}
}

/* =====================================================
   10. QUICK PILLS
   ===================================================== */
.rh-pills{background:var(--cream);border-bottom:1px solid var(--border);padding:10px 0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rh-pills::-webkit-scrollbar{display:none}
.rh-pills__in{display:flex;gap:6px;padding:0 16px;max-width:1200px;margin:0 auto}
.rh-pill{background:#fff;border:1px solid var(--border);border-radius:20px;padding:5px 13px;font-size:11px;font-weight:600;color:var(--ink2);white-space:nowrap;cursor:pointer;flex-shrink:0;transition:all var(--t);font-family:var(--f-ui)}
.rh-pill:hover,.rh-pill.is-active{background:var(--saffron);color:#fff;border-color:var(--saffron)}

/* =====================================================
   11. SECTION HEADERS
   ===================================================== */
.rh-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.rh-sec-title{font-size:15px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:8px}
.rh-sec-title::before{content:'';display:inline-block;width:3px;height:16px;background:var(--saffron);border-radius:2px;flex-shrink:0}
.rh-see-all{font-size:11px;color:var(--saffron);font-weight:600;font-family:var(--f-ui)}
.rh-see-all:hover{color:var(--saffron-d)}

/* =====================================================
   12. RESULT CARDS
   ===================================================== */
.rh-card{background:var(--surface);border-radius:var(--r12);border:1px solid var(--border);padding:12px 14px;margin-bottom:8px;display:flex;align-items:flex-start;gap:12px;transition:all var(--t);cursor:pointer;box-shadow:var(--sh1);-webkit-tap-highlight-color:transparent}
.rh-card:hover{border-color:rgba(255,107,26,.3);transform:translateY(-2px);box-shadow:var(--sh2)}
.rh-card:active{transform:translateY(0)}

.rh-card__left{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px}
.rh-badge{font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.4px;font-family:var(--f-ui);text-align:center}
.rh-badge--up {background:var(--up-bg);color:var(--up-c)}
.rh-badge--bih{background:var(--bih-bg);color:var(--bih-c)}
.rh-badge--mp {background:var(--mp-bg);color:var(--mp-c)}
.rh-badge--uni{background:var(--uni-bg);color:var(--uni-c)}

.rh-card__icon{width:36px;height:36px;border-radius:var(--r8);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.rh-card__icon--up {background:var(--up-bg)}
.rh-card__icon--bih{background:var(--bih-bg)}
.rh-card__icon--mp {background:var(--mp-bg)}
.rh-card__icon--uni{background:var(--uni-bg)}

.rh-card__body{flex:1;min-width:0}
.rh-card__title{font-size:13px;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:2px}
.rh-card__meta{font-size:11px;color:var(--ink3);font-family:var(--f-ui)}
.rh-card__tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}

.rh-tag{font-size:9px;font-weight:700;padding:2px 7px;border-radius:4px;letter-spacing:.3px;font-family:var(--f-ui)}
.rh-tag--live{background:#FFEBEE;color:#C62828;animation:tagBlink 1.8s ease-in-out infinite}
.rh-tag--new {background:#E8F5E9;color:#1B5E20}
.rh-tag--soon{background:#FFF8E1;color:#F57F17}
.rh-tag--hot {background:#FCE4EC;color:#880E4F}
@keyframes tagBlink{0%,100%{opacity:1}50%{opacity:.55}}

.rh-card__arrow{flex-shrink:0;align-self:center;color:var(--ink3);font-size:18px;margin-left:4px}

/* =====================================================
   13. AD SLOTS
   ===================================================== */
.rh-ad{background:var(--surface);border:1px dashed var(--border2);border-radius:var(--r8);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--ink3);font-family:var(--f-ui);letter-spacing:.3px;margin:14px 0}
.rh-ad--leader{height:90px}
.rh-ad--rect  {height:250px}
.rh-ad--mob   {height:50px;display:none}
@media(max-width:768px){.rh-ad--leader{display:none}.rh-ad--mob{display:flex}}

/* =====================================================
   14. SIDEBAR WIDGETS
   ===================================================== */
.rh-widget{background:var(--surface);border-radius:var(--r12);border:1px solid var(--border);padding:14px;margin-bottom:14px;box-shadow:var(--sh1)}
.rh-widget--dark{background:var(--navy);border-color:transparent}
.rh-widget__title{font-size:11px;font-weight:700;font-family:var(--f-ui);letter-spacing:.4px;color:var(--ink);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border)}
.rh-widget--dark .rh-widget__title{color:#FF9933;border-color:rgba(255,255,255,.07)}

.rh-wlist li{padding:5px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:7px;cursor:pointer;transition:var(--t)}
.rh-wlist li:last-child{border:none;padding-bottom:0}
.rh-wlist li:hover .rh-wlist__link{color:var(--saffron)}
.rh-wlist__dot{width:4px;height:4px;border-radius:50%;background:var(--saffron);flex-shrink:0}
.rh-wlist__link{font-size:11px;color:var(--ink2);line-height:1.3;transition:color var(--t)}

.rh-update-item{display:flex;gap:7px;margin-bottom:9px}
.rh-update-item:last-child{margin:0}
.rh-update-item__bar{width:2px;background:rgba(255,153,51,.3);border-radius:2px;flex-shrink:0}
.rh-update-item__text{font-size:10px;color:#8892B0;font-family:var(--f-ui);line-height:1.55}
.rh-update-item__text strong{color:#CCD6F6;font-weight:600}

/* =====================================================
   15. ARTICLE / SINGLE POST
   ===================================================== */
.rh-article{background:var(--surface);border-radius:var(--r12);border:1px solid var(--border);padding:20px;box-shadow:var(--sh1)}
.rh-article__cats{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}
.rh-article__cat{background:var(--saffron-l);color:var(--saffron-d);font-size:10px;font-weight:700;padding:3px 10px;border-radius:var(--r4);font-family:var(--f-ui)}
.rh-article__title{font-size:22px;font-weight:800;line-height:1.25;margin-bottom:12px;color:var(--ink)}
.rh-article__meta{display:flex;gap:14px;flex-wrap:wrap;font-size:11px;color:var(--ink3);font-family:var(--f-ui);padding-bottom:14px;border-bottom:1px solid var(--border);margin-bottom:16px;align-items:center}
.rh-article__meta a{color:var(--saffron)}

.rh-article__content{font-size:15px;line-height:1.85;color:var(--ink2)}
.rh-article__content h2{font-size:18px;font-weight:700;color:var(--ink);margin:22px 0 9px;padding-left:10px;border-left:3px solid var(--saffron)}
.rh-article__content h3{font-size:15px;font-weight:700;color:var(--ink);margin:16px 0 7px}
.rh-article__content p{margin-bottom:13px}
.rh-article__content a{color:var(--saffron);text-decoration:underline;text-underline-offset:2px}
.rh-article__content ul li{padding-left:16px;position:relative;margin-bottom:5px}
.rh-article__content ul li::before{content:'•';position:absolute;left:0;color:var(--saffron)}
.rh-article__content table{width:100%;border-collapse:collapse;font-size:13px;margin:14px 0;font-family:var(--f-ui);overflow-x:auto;display:block;-webkit-overflow-scrolling:touch}
.rh-article__content th{background:var(--navy);color:#fff;padding:9px 11px;font-weight:600;text-align:left;white-space:nowrap}
.rh-article__content td{padding:8px 11px;border-bottom:1px solid var(--border);color:var(--ink2)}
.rh-article__content tr:nth-child(even) td{background:var(--bg)}

@media(max-width:600px){
  .rh-article{padding:14px}
  .rh-article__title{font-size:18px}
  .rh-article__content{font-size:14px}
}

/* Result Info Box */
.rh-infobox{background:var(--cream);border:1.5px solid rgba(255,107,26,.25);border-radius:var(--r12);padding:16px;margin:16px 0}
.rh-infobox__title{font-size:13px;font-weight:700;color:var(--saffron-d);margin-bottom:10px;display:flex;align-items:center;gap:6px}
.rh-infobox ol{counter-reset:steps;list-style:none}
.rh-infobox ol li{counter-increment:steps;display:flex;gap:9px;align-items:flex-start;margin-bottom:7px;font-size:13px;color:var(--ink2)}
.rh-infobox ol li::before{content:counter(steps);min-width:20px;height:20px;background:var(--saffron);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;margin-top:2px}

/* Download Buttons */
.rh-btn{display:inline-flex;align-items:center;gap:7px;background:var(--saffron);color:#fff;border:none;border-radius:var(--r8);padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer;transition:all var(--t);text-decoration:none;font-family:var(--f-main)}
.rh-btn:hover{background:var(--saffron-d);color:#fff;transform:translateY(-1px)}
.rh-btn:active{transform:translateY(0)}
.rh-btn--outline{background:transparent;color:var(--saffron);border:2px solid var(--saffron)}
.rh-btn--outline:hover{background:var(--saffron);color:#fff}
.rh-btn--sm{padding:7px 14px;font-size:12px}
.rh-btn--full{width:100%;justify-content:center}

/* =====================================================
   16. FAQ
   ===================================================== */
.rh-faq{margin:16px 0}
.rh-faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r8);margin-bottom:6px;overflow:hidden;transition:border-color var(--t)}
.rh-faq__item.is-open{border-color:rgba(255,107,26,.3)}
.rh-faq__q{padding:11px 14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:8px;-webkit-tap-highlight-color:transparent}
.rh-faq__q-text{font-size:13px;font-weight:600;color:var(--ink);line-height:1.4}
.rh-faq__ico{width:20px;height:20px;border-radius:5px;background:var(--cream);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--t);font-size:13px;color:var(--saffron);line-height:1;user-select:none}
.rh-faq__item.is-open .rh-faq__ico{background:var(--saffron);color:#fff}
.rh-faq__a{padding:0 14px;font-size:13px;color:var(--ink2);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.rh-faq__item.is-open .rh-faq__a{max-height:400px;padding:0 14px 12px}

/* =====================================================
   17. BREADCRUMBS
   ===================================================== */
.rh-breadcrumb{padding:8px 0;font-size:11px;font-family:var(--f-ui);color:var(--ink3);display:flex;align-items:center;flex-wrap:wrap;gap:3px}
.rh-breadcrumb a{color:var(--saffron)}
.rh-breadcrumb a:hover{color:var(--saffron-d)}
.rh-breadcrumb__sep{color:var(--ink3);font-size:10px}

/* =====================================================
   18. PAGINATION
   ===================================================== */
.rh-pagination{display:flex;justify-content:center;gap:5px;flex-wrap:wrap;margin:20px 0;padding:0 16px}
.rh-pagination a,.rh-pagination span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--r8);font-size:13px;font-weight:600;font-family:var(--f-ui);border:1px solid var(--border);color:var(--ink2);background:var(--surface);transition:all var(--t)}
.rh-pagination a:hover,.rh-pagination .current{background:var(--saffron);color:#fff;border-color:var(--saffron)}

/* =====================================================
   19. TAGS
   ===================================================== */
.rh-tagcloud{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.rh-tagcloud a{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:4px 12px;font-size:11px;color:var(--ink2);font-family:var(--f-ui);transition:all var(--t)}
.rh-tagcloud a:hover{background:var(--saffron);color:#fff;border-color:var(--saffron)}

/* =====================================================
   20. SEARCH RESULTS
   ===================================================== */
.rh-search-header{background:var(--surface);border-radius:var(--r12);border:1px solid var(--border);padding:16px;margin-bottom:14px}
.rh-search-header h1{font-size:18px;font-weight:700;color:var(--ink)}
.rh-search-header p{font-size:13px;color:var(--ink3);font-family:var(--f-ui);margin-top:4px}

/* =====================================================
   21. 404 PAGE
   ===================================================== */
.rh-404{text-align:center;padding:48px 20px}
.rh-404__code{font-size:80px;font-weight:800;color:var(--saffron);line-height:1}
.rh-404 h2{font-size:22px;margin:10px 0 8px}
.rh-404 p{font-size:14px;color:var(--ink3);margin-bottom:20px;font-family:var(--f-ui)}

/* =====================================================
   22. COMMENTS
   ===================================================== */
.rh-comments{background:var(--surface);border-radius:var(--r12);border:1px solid var(--border);padding:20px;margin-top:16px}
.rh-comments h2{font-size:16px;font-weight:700;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.comment-list{list-style:none}
.comment{padding:12px 0;border-bottom:1px solid var(--border)}
.comment:last-child{border:none}
.comment-author{font-weight:600;font-size:13px;color:var(--ink)}
.comment-meta{font-size:11px;color:var(--ink3);font-family:var(--f-ui);margin:2px 0 6px}
.comment-content p{font-size:13px;color:var(--ink2);line-height:1.7}

/* Comment form */
.comment-form input,.comment-form textarea{width:100%;border:1.5px solid var(--border2);border-radius:var(--r8);padding:9px 12px;font-size:13px;font-family:var(--f-main);outline:none;margin-bottom:8px;transition:border-color var(--t)}
.comment-form input:focus,.comment-form textarea:focus{border-color:var(--saffron)}
.comment-form textarea{resize:vertical;min-height:100px}
.comment-form .submit{background:var(--saffron);color:#fff;border:none;border-radius:var(--r8);padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--f-main);transition:background var(--t)}
.comment-form .submit:hover{background:var(--saffron-d)}

/* =====================================================
   23. FOOTER
   ===================================================== */
.rh-footer{background:var(--navy);padding:28px 0 0;margin-top:24px}
.rh-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:20px;padding-bottom:20px}
@media(max-width:900px){.rh-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.rh-footer__grid{grid-template-columns:1fr}}

.rh-footer__brand strong{display:block;font-size:17px;font-weight:800;color:#fff;margin-bottom:7px}
.rh-footer__brand p{font-size:11px;color:#8892B0;line-height:1.7;font-family:var(--f-ui);margin-bottom:12px}
.rh-footer__social{display:flex;gap:8px}
.rh-footer__social a{width:30px;height:30px;background:rgba(255,255,255,.07);border-radius:var(--r4);display:flex;align-items:center;justify-content:center;font-size:10px;color:#8892B0;font-family:var(--f-ui);font-weight:700;transition:all var(--t)}
.rh-footer__social a:hover{background:var(--saffron);color:#fff}

.rh-footer__col h5{font-size:9px;font-weight:700;color:#FF9933;letter-spacing:.9px;margin-bottom:10px;font-family:var(--f-ui)}
.rh-footer__col a{display:block;font-size:11px;color:#8892B0;font-family:var(--f-ui);margin-bottom:5px;transition:color var(--t)}
.rh-footer__col a:hover{color:#fff}

.rh-footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:12px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.rh-footer__copy{font-size:10px;color:#555C7C;font-family:var(--f-ui)}
.rh-footer__badges{display:flex;gap:5px;flex-wrap:wrap}
.rh-footer__badge{background:rgba(255,255,255,.05);border-radius:4px;padding:2px 8px;font-size:9px;color:#8892B0;letter-spacing:.3px;font-family:var(--f-ui)}

/* =====================================================
   24. UTILITY
   ===================================================== */
.rh-mt-8 {margin-top:8px}
.rh-mt-16{margin-top:16px}
.rh-mt-24{margin-top:24px}
.rh-mb-8 {margin-bottom:8px}
.rh-mb-16{margin-bottom:16px}
.rh-mb-24{margin-bottom:24px}
.rh-text-center{text-align:center}
.rh-hide{display:none}

/* WordPress Core */
.alignleft {float:left;margin:0 16px 10px 0}
.alignright{float:right;margin:0 0 10px 16px}
.aligncenter{display:block;margin:14px auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:11px;color:var(--ink3);text-align:center;margin-top:5px;font-family:var(--f-ui)}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* =====================================================
   25. PRINT
   ===================================================== */
@media print{
  .rh-strip,.rh-header,.rh-nav,.rh-ticker,.rh-hero,.rh-pills,.rh-sidebar,.rh-footer,.rh-ad{display:none!important}
  .rh-article{border:none;padding:0}
  body{background:#fff;color:#000;font-size:12pt}
}
/* =====================================================
   26. AUTHOR BIO BOX
   ===================================================== */
.rh-author-box{
  display:flex;gap:18px;align-items:flex-start;
  background:linear-gradient(135deg,#FFFAF6 0%,#FFF8F0 100%);
  border:1px solid rgba(255,107,26,.18);
  border-left:4px solid var(--saffron);
  border-radius:var(--r12);
  padding:20px 22px;
  margin-top:20px;
  box-shadow:0 2px 12px rgba(255,107,26,.06);
}
.rh-author-box__img{
  width:72px;height:72px;border-radius:50%;
  border:3px solid var(--saffron);
  object-fit:cover;flex-shrink:0;display:block;
}
.rh-author-box__avatar{flex-shrink:0}
.rh-author-box__info{flex:1;min-width:0}
.rh-author-box__top{
  display:flex;justify-content:space-between;align-items:flex-start;
  margin-bottom:10px;gap:10px;flex-wrap:wrap;
}
.rh-author-box__label{
  display:block;font-size:9px;font-weight:700;
  color:var(--saffron);letter-spacing:1.2px;
  font-family:var(--f-ui);margin-bottom:3px;
}
.rh-author-box__name{
  font-size:17px;font-weight:800;
  color:var(--navy);line-height:1.2;margin:0;
}
.rh-author-box__name a{
  color:var(--navy);text-decoration:none;
  transition:color var(--t);
}
.rh-author-box__name a:hover{color:var(--saffron)}
.rh-author-box__job{
  display:block;font-size:11px;color:var(--ink3);
  font-family:var(--f-ui);margin-top:3px;font-weight:500;
}
.rh-author-box__all{
  font-size:11px;font-weight:600;color:var(--saffron);
  font-family:var(--f-ui);white-space:nowrap;flex-shrink:0;
  text-decoration:none;border:1px solid rgba(255,107,26,.3);
  border-radius:20px;padding:4px 12px;
  transition:all var(--t);align-self:flex-start;
}
.rh-author-box__all:hover{
  background:var(--saffron);color:#fff;
  border-color:var(--saffron);
}
.rh-author-box__bio{
  font-size:13.5px;line-height:1.85;
  color:#444;margin:0 0 12px;
  font-family:var(--f-main);
}
.rh-author-box__social{display:flex;gap:7px;flex-wrap:wrap}
.rh-author-box__social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;border-radius:var(--r4);
  background:var(--navy);color:#8892B0;
  font-size:9px;font-weight:700;font-family:var(--f-ui);
  text-decoration:none;transition:all var(--t);
}
.rh-author-box__social a:hover{background:var(--saffron);color:#fff}

@media(max-width:600px){
  .rh-author-box{flex-direction:column;gap:12px;padding:16px}
  .rh-author-box__img{width:60px;height:60px}
  .rh-author-box__name{font-size:15px}
  .rh-author-box__bio{font-size:13px}
  .rh-author-box__top{flex-direction:column;gap:8px}
}

/* =====================================================
   27. FONT SIZE OPTIMISATION — Improved Readability
   ===================================================== */
/* Article body — slightly larger for Hindi readability */
.rh-article__content{font-size:15.5px;line-height:1.95;color:#3A3A3A}
.rh-article__content h2{font-size:19px;font-weight:800;margin:24px 0 10px}
.rh-article__content h3{font-size:16px;font-weight:700;margin:18px 0 8px}
.rh-article__content p{margin-bottom:14px;color:#3A3A3A}

/* Card titles — slightly bigger for scan-ability */
.rh-card__title{font-size:13.5px;line-height:1.4}
.rh-card__meta{font-size:11.5px}

/* Article title */
.rh-article__title{font-size:23px;line-height:1.22}

/* Widget list links */
.rh-wlist__link{font-size:12px}

/* Footer */
.rh-footer__col a{font-size:12px}

/* Nav */
.rh-nav__list li a{font-size:12.5px}

/* Article meta bar */
.rh-article__meta{font-size:11.5px}

@media(max-width:600px){
  .rh-article__content{font-size:15px;line-height:1.9}
  .rh-article__title{font-size:19px}
  .rh-article__content h2{font-size:17px}
}
