/*
Theme Name: HSCResult2027.in
Theme URI: https://hscresult2027.in
Description: A focused, enterprise-grade WordPress theme for HSCResult2027.in — a single-purpose Maharashtra HSC (Class 12) Result 2027 portal. Auto-provisions the essential informational pages (About, Contact, Privacy, Terms, Disclaimer, Editorial Policy, Fact-Checking Policy, Correction Policy, DMCA, Sitemap). Every page shows exactly its own title — no site name, no suffix, no extra labels. Mobile-first, Core Web Vitals friendly, Google Search & Discover ready. English-only. Standalone theme (no parent required).
Author: HSCResult2027.in
Author URI: https://hscresult2027.in
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hscresult2027
Tags: education, blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS
   ═══════════════════════════════════════════════════════════ */
:root{
  --h-primary:#0b3d91;
  --h-primary-d:#082a66;
  --h-primary-l:#1565c0;
  --h-primary-xl:#e8f0fe;
  --h-accent:#f9a825;
  --h-red:#c62828;
  --h-green:#2e7d32;
  --h-green-l:#e8f5e9;
  --h-bg:#f4f6fb;
  --h-card:#fff;
  --h-border:#dde3ec;
  --h-text:#16202c;
  --h-muted:#5a6472;
  --h-link:#0b3d91;
  --h-font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --h-radius:6px;
  --h-shadow:0 1px 2px rgba(0,0,0,.06);
  --h-max:1180px;
}

/* ═══════════════════════════════════════════════════════════
   RESET + BASE
   ═══════════════════════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:var(--h-font);font-size:16px;line-height:1.7;color:var(--h-text);background:var(--h-bg);overflow-x:hidden}
a{color:var(--h-link);text-decoration:none}
a:hover{text-decoration:underline;color:var(--h-primary-d)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5{line-height:1.3;font-weight:700;color:var(--h-text)}
button{font-family:inherit;cursor:pointer;border:0;background:transparent}
input,select,textarea{font-family:inherit;font-size:inherit}
.h-wrap{max-width:var(--h-max);margin:0 auto;padding:0 16px}
.h-skip{position:absolute;left:-9999px}
.h-skip:focus{left:8px;top:8px;z-index:100000;background:#fff;padding:8px 14px;border-radius:6px;box-shadow:0 4px 14px rgba(0,0,0,.15)}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* ═══════════════════════════════════════════════════════════
   TOP BAR + HEADER
   ═══════════════════════════════════════════════════════════ */
.h-topbar{background:var(--h-primary-d);color:rgba(255,255,255,.92);font-size:12.5px;padding:6px 0}
.h-topbar .h-wrap{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.h-topbar-tag{background:var(--h-accent);color:#1a1a1a;font-size:10px;font-weight:800;padding:2px 8px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}
.h-topbar-btn{display:inline-flex;align-items:center;gap:5px;color:#fff!important;font-size:11.5px;padding:3px 9px;border:1px solid rgba(255,255,255,.25);border-radius:4px;text-decoration:none!important}
.h-topbar-btn:hover{background:rgba(255,255,255,.14)}

.h-header{background:var(--h-primary);padding:14px 0;border-bottom:3px solid var(--h-accent)}
.h-header-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.h-logo{display:flex;align-items:center;gap:12px;text-decoration:none!important;flex-shrink:0}
.h-logo-img,.h-logo-ph{width:54px;height:54px;border-radius:50%;border:3px solid rgba(255,255,255,.6);object-fit:cover;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.h-logo-txt{display:flex;flex-direction:column}
.h-site-name{color:#fff;font-size:22px;font-weight:800;line-height:1.15}
.h-site-tag{color:rgba(255,255,255,.85);font-size:12px;font-weight:500;line-height:1.3}
.h-header-right{margin-left:auto;display:flex;align-items:center;gap:10px}
.h-header-date{color:rgba(255,255,255,.85);font-size:12px;font-weight:500}
.h-search-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.14);color:#fff;font-size:13px;font-weight:600;padding:6px 12px;border-radius:4px;border:1px solid rgba(255,255,255,.25);text-decoration:none!important}
.h-search-btn:hover{background:rgba(255,255,255,.22)}

/* Nav */
.h-nav{background:var(--h-primary-d);border-bottom:1px solid rgba(255,255,255,.08)}
.h-nav-inner{display:flex;align-items:center;justify-content:space-between}
.h-menu{display:flex;flex-wrap:wrap;list-style:none}
.h-menu>li>a{display:block;color:rgba(255,255,255,.92);font-size:13.5px;font-weight:600;padding:10px 14px;text-decoration:none}
.h-menu>li>a:hover,.h-menu>li.current-menu-item>a{background:rgba(255,255,255,.10);color:#fff}
.h-menu-toggle{display:none;background:transparent;color:#fff;padding:10px;font-size:20px;line-height:1}

/* Alert bar */
.h-alert{background:var(--h-accent);color:#1a1a1a;font-size:13px;font-weight:600;text-align:center;padding:8px 12px}
.h-alert a{color:#0b3d91;text-decoration:underline;font-weight:700}

/* ═══════════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════════ */
.h-body{max-width:var(--h-max);margin:20px auto;padding:0 16px;display:grid;grid-template-columns:1fr 300px;gap:20px}
.h-main{min-width:0}
.h-sidebar{min-width:0}
.h-main>*+*{margin-top:16px}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.h-hero{background:linear-gradient(135deg,var(--h-primary) 0%,var(--h-primary-l) 100%);color:#fff;padding:36px 0;border-radius:0}
.h-hero-inner{display:grid;grid-template-columns:1.7fr 1fr;gap:24px;align-items:center}
.h-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;margin-bottom:10px}
.h-hero-title{font-size:32px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:10px}
.h-hero-sub{font-size:15px;color:rgba(255,255,255,.92);line-height:1.6;margin-bottom:14px}
.h-hero-status{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,.20);color:#fff;font-size:13px;font-weight:600;padding:7px 14px;border-radius:20px;margin-bottom:14px}
.h-sdot{width:8px;height:8px;background:#4caf50;border-radius:50%;box-shadow:0 0 0 3px rgba(76,175,80,.3);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.h-live-tag{background:var(--h-red);color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:2px;text-transform:uppercase;letter-spacing:.5px}
.h-hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.h-btn{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;padding:10px 18px;border-radius:var(--h-radius);text-decoration:none!important;border:0;transition:transform .15s ease}
.h-btn:hover{transform:translateY(-1px)}
.h-btn-primary{background:var(--h-accent);color:#1a1a1a}
.h-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}
.h-btn-outline:hover{background:rgba(255,255,255,.10)}

.h-notice-card{background:rgba(0,0,0,.20);border-radius:8px;overflow:hidden}
.h-nc-hd{background:rgba(0,0,0,.15);padding:10px 14px;color:#fff;font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.4px}
.h-nc-body{padding:14px}
.h-dates-table{width:100%;color:#fff;font-size:13px}
.h-dates-table td{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.h-dates-table tr:last-child td{border:0}
.h-dates-table td:first-child{color:rgba(255,255,255,.75)}
.h-dates-table td:last-child{text-align:right;font-weight:600}

/* ═══════════════════════════════════════════════════════════
   CARDS + SECTIONS (used ONLY where a card genuinely helps
   — not for page titles that must appear alone)
   ═══════════════════════════════════════════════════════════ */
.h-card{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);overflow:hidden;box-shadow:var(--h-shadow)}
.h-card-hd{background:var(--h-primary);color:#fff;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.h-card-title{color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;margin:0}
.h-card-more a{color:#fff;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px;text-decoration:none}
.h-card-more a:hover{text-decoration:underline}
.h-card-body{padding:16px;overflow:hidden}

/* Homepage/card tables — readable columns on desktop and mobile. */
.h-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--h-border);border-radius:var(--h-radius)}
.h-data-table{width:100%;border-collapse:collapse;border-spacing:0;font-size:13.5px;line-height:1.45;background:#fff}
.h-data-table th,.h-data-table td{padding:10px 12px;border-bottom:1px solid var(--h-border);text-align:left;vertical-align:top}
.h-data-table th{background:var(--h-primary-xl);color:var(--h-primary-d);font-weight:700;white-space:nowrap}
.h-data-table tbody tr:last-child td{border-bottom:0}
.h-data-table tbody tr:nth-child(even){background:#fafbfd}
.h-key-value-table td:first-child{width:42%;font-weight:600;color:var(--h-text)}
.h-key-value-table td:last-child{color:var(--h-text)}
.h-history-table{min-width:590px}
.h-history-table th:nth-child(1){width:70px}
.h-history-table th:nth-child(2){width:120px}
.h-history-table th:nth-child(3){width:90px}
.h-grading-table{min-width:420px}

/* Answer-first block and high-intent query cards. */
.h-answer-box{background:linear-gradient(135deg,#e8f5e9 0%,#fff 72%);border:1px solid #a5d6a7;border-left:4px solid var(--h-green);border-radius:var(--h-radius);padding:18px;box-shadow:var(--h-shadow)}
.h-answer-box h2{font-size:20px;color:var(--h-text);margin:0 0 8px}
.h-answer-lead{font-size:15px;line-height:1.75;margin:0;color:var(--h-text)}
.h-answer-label{display:inline-block;color:var(--h-green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}
.h-quick-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:14px}
.h-quick-fact{background:#fff;border:1px solid var(--h-border);border-radius:5px;padding:10px 11px;min-width:0}
.h-quick-fact span{display:block;color:var(--h-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.35px;margin-bottom:2px}
.h-quick-fact strong{display:block;color:var(--h-primary-d);font-size:13px;line-height:1.35;overflow-wrap:anywhere}
.h-intent-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.h-intent-card{background:#f8fafc;border:1px solid var(--h-border);border-radius:var(--h-radius);padding:14px}
.h-intent-card h3{font-size:15px;color:var(--h-primary-d);margin:0 0 6px}
.h-intent-card p{font-size:13.5px;line-height:1.65;color:var(--h-muted);margin:0}
#howto,#dates,#faq{scroll-margin-top:20px}

/* ═══════════════════════════════════════════════════════════
   PAGE TITLE (clean — matches the SERP screenshot)
   Single, clean H1. No colored bar, no icon wrap, no suffix.
   ═══════════════════════════════════════════════════════════ */
.h-page{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);padding:28px;box-shadow:var(--h-shadow)}
.h-page-title{font-size:28px;font-weight:700;color:var(--h-primary);line-height:1.25;margin-bottom:18px}
.h-page-body{font-size:15.5px;line-height:1.75;color:var(--h-text)}
.h-page-body>*+*{margin-top:14px}
.h-page-body h2{font-size:20px;color:var(--h-text);margin-top:26px;font-weight:700}
.h-page-body h3{font-size:17px;color:var(--h-text);margin-top:20px;font-weight:700}
.h-page-body p{margin-bottom:0}
.h-page-body ul,.h-page-body ol{padding-left:20px;list-style:disc}
.h-page-body ol{list-style:decimal}
.h-page-body li{margin-bottom:6px}
.h-page-body a{color:var(--h-link);text-decoration:underline}
.h-page-body table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px}
.h-page-body th,.h-page-body td{padding:9px 12px;border:1px solid var(--h-border);text-align:left}
.h-page-body th{background:var(--h-primary-xl);color:var(--h-primary-d);font-weight:700}
.h-page-body blockquote{border-left:3px solid var(--h-primary);background:var(--h-primary-xl);padding:12px 16px;color:var(--h-text);margin:14px 0;border-radius:0 var(--h-radius) var(--h-radius) 0}
.h-page-updated{display:inline-flex;align-items:center;gap:6px;color:var(--h-muted);font-size:12px;margin-bottom:14px}

.h-breadcrumb{font-size:12.5px;color:var(--h-muted);margin-bottom:14px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.h-breadcrumb a{color:var(--h-primary);text-decoration:none}
.h-breadcrumb a:hover{text-decoration:underline}
.h-breadcrumb-sep{color:var(--h-muted)}
.h-breadcrumb [aria-current]{color:var(--h-text);font-weight:600}

.h-notice{display:flex;gap:10px;align-items:flex-start;background:#fffbea;border:1px solid #ffe082;border-left:3px solid var(--h-accent);border-radius:var(--h-radius);padding:12px 14px;font-size:13.5px;line-height:1.65;margin:14px 0}
.h-notice.blue{background:var(--h-primary-xl);border-color:#c5d5f5;border-left-color:var(--h-primary)}
.h-notice.green{background:var(--h-green-l);border-color:#a5d6a7;border-left-color:var(--h-green)}
.h-notice svg{flex-shrink:0;margin-top:2px}

/* ═══════════════════════════════════════════════════════════
   HOMEPAGE-SPECIFIC BLOCKS
   ═══════════════════════════════════════════════════════════ */
.h-steps{counter-reset:s;display:grid;gap:10px;margin:6px 0}
.h-steps li{counter-increment:s;background:#f8fafc;border:1px solid var(--h-border);border-radius:var(--h-radius);padding:12px 14px 12px 46px;position:relative;font-size:14px;line-height:1.6;list-style:none;margin:0}
.h-steps li::before{content:counter(s);position:absolute;left:12px;top:12px;width:24px;height:24px;background:var(--h-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}

.h-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.h-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.h-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.h-feature{background:#f8fafc;border:1px solid var(--h-border);border-radius:var(--h-radius);padding:14px;display:flex;gap:10px;align-items:flex-start}
.h-feature-tx strong{display:block;font-size:14px;color:var(--h-text);margin-bottom:2px}
.h-feature-tx span{display:block;font-size:12.5px;color:var(--h-muted);line-height:1.55}

.h-linkcard{display:flex;gap:10px;align-items:center;background:var(--h-primary-xl);border:1px solid #c5d5f5;border-radius:var(--h-radius);padding:12px;text-decoration:none!important;color:var(--h-primary-d);transition:transform .15s ease}
.h-linkcard:hover{transform:translateY(-1px)}
.h-linkcard strong{display:block;font-size:14px;font-weight:700}
.h-linkcard small{display:block;font-size:11.5px;color:var(--h-muted);margin-top:1px}

.h-plist{list-style:none;padding:0}
.h-plist li{display:flex;gap:6px;align-items:flex-start;padding:8px 0;border-bottom:1px dashed var(--h-border);font-size:14px}
.h-plist li:last-child{border:0}
.h-plist a{color:var(--h-text);text-decoration:none;line-height:1.5}
.h-plist a:hover{color:var(--h-primary);text-decoration:underline}
.h-badge-new{background:var(--h-red);color:#fff;font-size:9px;font-weight:800;padding:1px 5px;border-radius:2px;margin-left:5px;letter-spacing:.4px}

.h-districts{display:flex;flex-wrap:wrap;gap:6px}
.h-district-chip{display:inline-flex;align-items:center;background:var(--h-primary-xl);border:1px solid #c5d5f5;color:var(--h-primary-d);font-size:12.5px;font-weight:600;padding:5px 11px;border-radius:16px;text-decoration:none!important}
.h-district-chip:hover{background:var(--h-primary);color:#fff}

.h-faq details{background:#f8fafc;border:1px solid var(--h-border);border-radius:var(--h-radius);margin-bottom:8px}
.h-faq summary{padding:12px 14px;font-weight:600;font-size:14px;color:var(--h-text);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px}
.h-faq summary::-webkit-details-marker{display:none}
.h-faq summary::after{content:'+';font-size:20px;color:var(--h-primary);flex-shrink:0}
.h-faq details[open] summary::after{content:'−'}
.h-faq-a{padding:0 14px 14px;font-size:13.5px;line-height:1.7;color:var(--h-muted)}

.h-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:12px 0}
.h-stat{background:#fff;border:1px solid var(--h-border);border-top:3px solid var(--h-primary);border-radius:var(--h-radius);padding:14px;text-align:center}
.h-stat-num{font-size:22px;font-weight:800;color:var(--h-primary);line-height:1.1}
.h-stat-lbl{font-size:11.5px;color:var(--h-muted);margin-top:3px;text-transform:uppercase;letter-spacing:.4px}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR
   ═══════════════════════════════════════════════════════════ */
.h-widget{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);overflow:hidden;margin-bottom:16px;box-shadow:var(--h-shadow)}
.h-widget-hd{background:var(--h-primary-d);color:#fff;padding:10px 14px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:7px}
.h-widget-body{padding:14px}

/* ═══════════════════════════════════════════════════════════
   ARTICLE (single post)
   ═══════════════════════════════════════════════════════════ */
.h-article{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);overflow:hidden;box-shadow:var(--h-shadow)}
.h-article-hd{padding:24px 28px 0}
.h-article-title{font-size:26px;font-weight:700;color:var(--h-text);line-height:1.3;margin-bottom:10px}
.h-article-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--h-muted);font-size:12.5px;padding-bottom:16px;border-bottom:1px solid var(--h-border)}
.h-article-body{padding:20px 28px 28px;font-size:15.5px;line-height:1.75}
.h-article-body>*+*{margin-top:14px}
.h-article-body h2{font-size:22px;margin-top:26px;color:var(--h-text)}
.h-article-body h3{font-size:18px;margin-top:20px;color:var(--h-text)}
.h-article-body img{border-radius:var(--h-radius);margin:12px 0}
.h-article-body ul,.h-article-body ol{padding-left:22px;list-style:disc}
.h-article-body ol{list-style:decimal}
.h-article-thumb{margin:0 -28px 20px;overflow:hidden}
.h-article-thumb img{width:100%;height:auto;border-radius:0}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.h-footer{background:#0a1929;color:#c9d1dc;padding:28px 0 0;margin-top:28px}
.h-footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:26px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.10)}
.h-footer h3{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.h-footer p{font-size:13px;line-height:1.7;color:#c9d1dc}
.h-footer-links{list-style:none;padding:0}
.h-footer-links li{margin-bottom:7px;font-size:13px}
.h-footer-links a{color:#c9d1dc;text-decoration:none}
.h-footer-links a:hover{color:var(--h-accent);text-decoration:underline}
.h-footer-bottom{padding:16px 0;text-align:center;font-size:12px;color:#98a2b3}
.h-footer-bottom a{color:#c9d1dc}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE (mobile-first)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 980px){
  .h-body{grid-template-columns:1fr}
  .h-hero-inner{grid-template-columns:1fr}
  .h-hero-title{font-size:24px}
  .h-page{padding:20px}
  .h-page-title{font-size:22px}
  .h-article-hd,.h-article-body{padding-left:18px;padding-right:18px}
  .h-article-thumb{margin-left:-18px;margin-right:-18px}
  .h-article-title{font-size:22px}
  .h-footer-cols{grid-template-columns:1fr 1fr;gap:20px}
  .h-grid-3,.h-grid-4{grid-template-columns:1fr 1fr}
  .h-header-right{width:100%;justify-content:space-between}
  .h-menu{display:none;width:100%;flex-direction:column}
  .h-menu.open{display:flex}
  .h-menu>li>a{border-bottom:1px solid rgba(255,255,255,.08)}
  .h-menu-toggle{display:inline-flex}
}
@media (max-width: 560px){
  .h-hero{padding:24px 0}
  .h-hero-title{font-size:20px}
  .h-grid-2,.h-grid-3,.h-grid-4,.h-quick-facts,.h-intent-grid{grid-template-columns:1fr}
  .h-footer-cols{grid-template-columns:1fr}
  .h-page{padding:16px}
  .h-page-title{font-size:20px}
  .h-site-name{font-size:18px}
  .h-logo-img,.h-logo-ph{width:44px;height:44px}
  .h-answer-box{padding:14px}
  .h-answer-box h2{font-size:18px}
  .h-data-table th,.h-data-table td{padding:9px 10px}
}

/* ═══════════════════════════════════════════════════════════
   ADMIN NOTICES (dashboard)
   ═══════════════════════════════════════════════════════════ */
.hscr-admin-panel{background:#fff;border:1px solid #dde3ec;border-radius:8px;padding:20px;max-width:820px;margin-top:14px}
.hscr-admin-panel h2{font-size:16px;margin-bottom:12px;color:var(--h-primary)}
.hscr-admin-panel table{width:100%}
.hscr-admin-panel th{text-align:left;padding:8px 10px;font-size:13px;color:#1d2327}
.hscr-admin-panel td{padding:8px 10px}
.hscr-admin-panel input[type=text],.hscr-admin-panel input[type=url],.hscr-admin-panel input[type=number]{width:100%;max-width:420px;padding:7px 10px;border:1px solid #ccc;border-radius:5px}
