/*
 Theme Name: GP Premium News Child
 Theme URI: https://generatepress.com/
 Description: A modern, fast and polished GeneratePress child theme for Hindi news, jobs and information websites.
 Author: Custom
 Template: generatepress
 Version: 1.0.0
 Text Domain: gp-premium-news-child
*/

:root{--gp-accent:#e53935;--gp-accent-dark:#b71c1c;--gp-ink:#15171a;--gp-muted:#667085;--gp-bg:#f6f7f9;--gp-card:#fff;--gp-border:#e7e9ee;--gp-radius:16px;--gp-shadow:0 10px 30px rgba(16,24,40,.07)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--gp-bg);color:var(--gp-ink)}
a{text-decoration:none}
.site-header{background:#fff;border-bottom:1px solid var(--gp-border)}
.site-header .inside-header{padding:18px 24px}
.site-branding .site-title{font-size:30px;font-weight:800;letter-spacing:-.8px}
.site-branding .site-description{color:var(--gp-muted)}
.main-navigation{background:#fff;border-top:1px solid #f0f1f3}
.main-navigation .main-nav ul li a{font-weight:700;padding:15px 14px}
.main-navigation .main-nav ul li.current-menu-item>a,.main-navigation .main-nav ul li a:hover{color:var(--gp-accent)}
.site-content{padding-top:28px}
.content-area{width:100%}
.inside-article,.widget,.page-header{border-radius:var(--gp-radius);border:1px solid var(--gp-border);background:var(--gp-card);box-shadow:var(--gp-shadow)}
.inside-article{overflow:hidden}
.entry-title{font-weight:800;letter-spacing:-.6px;line-height:1.18}
.entry-content{font-size:18px;line-height:1.8}
.entry-content h2,.entry-content h3{font-weight:800}
.entry-content img{border-radius:12px}
.entry-meta{color:var(--gp-muted);font-size:13px}
.widget{padding:22px}
.widget-title{font-weight:800;font-size:18px;border-left:4px solid var(--gp-accent);padding-left:10px}
button,.button,.wp-block-button__link,input[type=submit]{background:var(--gp-accent);border-radius:10px;font-weight:700}
button:hover,.button:hover,.wp-block-button__link:hover,input[type=submit]:hover{background:var(--gp-accent-dark)}
.site-footer{margin-top:40px;background:#111318;color:#d7dae0}
.site-footer a{color:#fff}
.site-footer .inside-footer-widgets{padding:45px 24px}
.site-info{border-top:1px solid #2b2e35}
.gp-home{max-width:1200px;margin:0 auto;padding:0 20px 45px}
.gp-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:22px;margin-bottom:28px}
.gp-hero-main,.gp-story-card{position:relative;overflow:hidden;border-radius:20px;background:#111;color:#fff;min-height:330px}
.gp-hero-main img,.gp-story-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.gp-hero-main:hover img,.gp-story-card:hover img{transform:scale(1.035)}
.gp-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.82) 100%)}
.gp-hero-copy{position:absolute;left:26px;right:26px;bottom:24px;z-index:2}
.gp-kicker{display:inline-block;background:var(--gp-accent);color:#fff;padding:5px 9px;border-radius:7px;font-size:12px;font-weight:800;margin-bottom:10px}
.gp-hero-copy h1{font-size:32px;line-height:1.18;margin:0 0 9px;font-weight:850}
.gp-hero-copy p{margin:0;color:#e9eaed}
.gp-side{display:grid;gap:22px}
.gp-story-card{min-height:154px}
.gp-story-card .gp-hero-copy{left:18px;right:18px;bottom:16px}
.gp-story-card h2{font-size:20px;line-height:1.25;margin:0}
.gp-section-head{display:flex;align-items:end;justify-content:space-between;margin:34px 0 16px}
.gp-section-head h2{margin:0;font-size:25px;font-weight:850}
.gp-section-head a{color:var(--gp-accent);font-weight:800;font-size:14px}
.gp-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gp-post-card{background:#fff;border:1px solid var(--gp-border);border-radius:16px;overflow:hidden;box-shadow:var(--gp-shadow);transition:transform .2s ease,box-shadow .2s ease}
.gp-post-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(16,24,40,.11)}
.gp-thumb{aspect-ratio:16/9;overflow:hidden;background:#eee}
.gp-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gp-post-body{padding:17px}
.gp-post-body h3{font-size:20px;line-height:1.3;margin:0 0 9px;font-weight:800}
.gp-post-body .date{font-size:12px;color:var(--gp-muted)}
.gp-empty{padding:30px;background:#fff;border:1px dashed #cfd3da;border-radius:14px}
.gp-breadcrumb{font-size:13px;color:var(--gp-muted);margin-bottom:14px}
.gp-breadcrumb a{color:var(--gp-muted)}
.gp-newsletter{margin:34px 0;padding:28px;border-radius:18px;background:#181a20;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}
.gp-newsletter h2{margin:0 0 5px;color:#fff;font-size:24px}.gp-newsletter p{margin:0;color:#bfc3cc}
.gp-newsletter .button{white-space:nowrap}
.gp-single-wrap{max-width:900px;margin:0 auto;padding:0 20px 45px}
.gp-single-wrap .inside-article{padding:30px}
.gp-single-wrap .featured-image img{width:100%;border-radius:14px}
.gp-single-wrap .entry-title{font-size:42px}
.gp-share-row{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0;padding:14px 0;border-top:1px solid var(--gp-border);border-bottom:1px solid var(--gp-border)}
.gp-share-row a{padding:8px 12px;border:1px solid var(--gp-border);border-radius:8px;color:var(--gp-ink);font-weight:700;font-size:13px}
.gp-related{margin-top:28px}.gp-related h2{font-size:24px}
@media(max-width:900px){.gp-hero{grid-template-columns:1fr}.gp-side{grid-template-columns:1fr 1fr}.gp-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.site-branding .site-title{font-size:24px}.gp-home{padding-left:14px;padding-right:14px}.gp-hero-copy h1{font-size:25px}.gp-side{grid-template-columns:1fr}.gp-post-grid{grid-template-columns:1fr}.gp-single-wrap{padding:0 12px 30px}.gp-single-wrap .inside-article{padding:20px}.gp-single-wrap .entry-title{font-size:31px}.entry-content{font-size:17px}.gp-newsletter{display:block}.gp-newsletter .button{display:inline-block;margin-top:15px}}
