/*
Theme Name: AiPublisher
Theme URI: https://www.keralatv.in
Author: Anish KS
Author URI: https://www.keralatv.in
Description: Fast mobile-first WordPress publisher theme with AI-assisted development support.
Version: 1.4.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: aipublisher
*/
:root{--am-primary:#d71920;--am-secondary:#111827;--am-accent:#2563eb;--am-bg:#ffffff;--am-text:#111827;--am-muted:#6b7280;--am-border:#e5e7eb;--am-gap:5px;--am-logo-width:220px;--am-mobile-logo-width:160px}.am-dark{--am-bg:#0b1220;--am-text:#f9fafb;--am-muted:#cbd5e1;--am-border:#1f2937}*{box-sizing:border-box}body{margin:0;background:var(--am-bg);color:var(--am-text);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.am-container{width:min(1180px,calc(100% - 24px));margin:0 auto}.am-topbar{background:var(--am-secondary);color:#fff;font-size:13px;padding:6px 0}.am-site-header{border-bottom:1px solid var(--am-border);background:var(--am-bg)}.am-logo-wrap{display:flex;align-items:center;min-height:72px}.am-logo-align-left{justify-content:flex-start}.am-logo-align-center{justify-content:center}.am-logo-align-right{justify-content:flex-end}.am-logo img,.am-logo .custom-logo{width:var(--am-logo-width)!important;height:auto!important;max-width:100%;object-fit:contain}.am-site-tagline{font-size:13px;color:var(--am-muted);margin-top:2px}.custom-logo-link{display:inline-block;line-height:0}.am-site-title{font-size:28px;font-weight:800}.am-nav{background:var(--am-primary);color:#fff}.am-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.am-nav li a{display:block;padding:11px 14px;font-weight:600;font-size:14px}.am-ad-slot{margin:12px auto;text-align:center}.am-ad-label{font-size:12px;color:var(--am-muted);margin-bottom:5px}.am-ad-code{overflow:hidden}.am-featured-wrap{margin-top:12px;margin-bottom:var(--am-gap)}.am-featured-grid{display:grid;grid-template-columns:2fr 1.35fr;gap:12px}.am-match-hero .am-featured-grid{align-items:stretch}.am-hero,.am-small-card,.am-post-card{position:relative;border-radius:14px;overflow:hidden;background:#f3f4f6;border:1px solid var(--am-border)}.am-hero img,.am-small-card img,.am-post-card img{width:100%;height:100%;object-fit:cover}.am-hero{min-height:390px}.am-match-hero .am-hero{height:100%}.am-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.am-small-card{min-height:189px}.am-card-overlay{position:absolute;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff}.am-card-title{font-size:18px;line-height:1.25;margin:0;font-weight:800}.am-hero .am-card-title{font-size:30px}.am-meta{font-size:12px;color:var(--am-muted);display:flex;gap:8px;flex-wrap:wrap}.am-card-overlay .am-meta{color:#e5e7eb}.am-latest{margin-top:var(--am-gap)}.am-section-title{font-size:22px;margin:14px 0 10px;font-weight:800}.am-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.am-post-card img{aspect-ratio:16/9;object-fit:cover}.am-post-body{padding:10px}.am-post-title{font-size:18px;line-height:1.3;margin:0 0 6px;font-weight:800}.am-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;margin-top:18px}.am-main-list .am-list-item{display:grid;grid-template-columns:220px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid var(--am-border)}.am-list-item img{aspect-ratio:16/9;object-fit:cover;border-radius:12px}.am-entry-title{font-size:34px;line-height:1.2;margin:14px 0 6px}.am-entry-content{font-size:18px}.am-entry-content img{border-radius:12px}.am-readmore{font-weight:700;color:var(--am-primary)}.am-share{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.am-share a,.am-gnews-follow{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--am-border);border-radius:999px;padding:7px 11px;font-size:13px;font-weight:700;background:#fff;color:#111827}.am-gnews-follow{background:#e8f0fe;border-color:#d2e3fc;color:#174ea6}.am-share svg{width:16px;height:16px}.am-pagination{display:flex;gap:8px;justify-content:center;margin:24px 0}.am-pagination .page-numbers{padding:8px 12px;border:1px solid var(--am-border);border-radius:8px}.am-pagination .current{background:var(--am-primary);color:#fff;border-color:var(--am-primary)}.am-footer{margin-top:28px;background:var(--am-secondary);color:#fff;padding:26px 0}.am-footer-widgets{display:grid;gap:20px}.am-footer-cols-1{grid-template-columns:1fr}.am-footer-cols-2{grid-template-columns:repeat(2,1fr)}.am-footer-cols-3{grid-template-columns:repeat(3,1fr)}.am-footer-cols-4{grid-template-columns:repeat(4,1fr)}.am-footer-cols-5{grid-template-columns:repeat(5,1fr)}.am-back-top{position:fixed;right:18px;bottom:18px;border:0;border-radius:50%;width:42px;height:42px;background:var(--am-primary);color:#fff;font-weight:900;cursor:pointer}.screen-reader-text{position:absolute;left:-9999px}@media(max-width:820px){:root{--am-logo-width:var(--am-mobile-logo-width)}.am-featured-grid,.am-content-layout{grid-template-columns:1fr}.am-small-grid,.am-post-grid{grid-template-columns:1fr 1fr}.am-hero{min-height:290px}.am-hero .am-card-title{font-size:24px}.am-main-list .am-list-item{grid-template-columns:120px 1fr}.am-entry-title{font-size:28px}.am-nav ul{overflow-x:auto;flex-wrap:nowrap}.am-nav li{flex:0 0 auto}}@media(max-width:520px){.am-post-grid,.am-small-grid{grid-template-columns:1fr}.am-small-card{min-height:210px}.am-card-title{font-size:17px}.am-hero .am-card-title{font-size:22px}.am-footer-widgets{grid-template-columns:1fr!important}.am-logo-wrap{min-height:62px}}

.am-secondary-nav{background:#fff;color:var(--am-text);border-bottom:1px solid var(--am-border)}.am-secondary-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px}.am-secondary-nav li a{display:block;padding:9px 12px;font-weight:600;font-size:13px}.am-secondary-nav li a:hover{color:var(--am-primary)}@media(max-width:820px){.am-secondary-nav ul{overflow-x:auto;flex-wrap:nowrap}.am-secondary-nav li{flex:0 0 auto}}

.am-sidebar .widget{margin-bottom:18px;padding:14px;border:1px solid var(--am-border);border-radius:14px;background:rgba(243,244,246,.45)}.am-sidebar .widget-title{font-size:18px;margin:0 0 10px;font-weight:800}.am-sidebar ul{margin:0;padding-left:18px}.am-sidebar li{margin:7px 0}.am-home-main{margin-top:var(--am-gap)}

.am-empty-section{padding:24px;border:1px dashed #ddd;border-radius:14px;background:#fafafa;color:#666;font-size:15px;}

.am-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.am-search-toggle{border:0;background:rgba(255,255,255,.16);color:#fff;border-radius:999px;width:34px;height:34px;cursor:pointer;font-size:16px;flex:0 0 auto}.am-header-search{padding:10px 0}.am-header-search form{display:flex;gap:8px}.am-header-search input[type="search"]{width:100%;padding:10px;border:1px solid var(--am-border);border-radius:10px}.am-header-search input[type="submit"],.am-header-search button{padding:10px 14px;border:0;border-radius:10px;background:var(--am-primary);color:#fff;font-weight:700}.am-author-box{display:flex;gap:14px;align-items:center;margin:22px 0;padding:16px;border:1px solid var(--am-border);border-radius:16px;background:#fafafa}.am-author-avatar{border-radius:50%;width:72px;height:72px}.am-author-box h3{margin:0 0 4px;font-size:18px}.am-author-box p{margin:0;color:var(--am-muted)}.am-related{margin-top:24px;padding-top:8px;border-top:1px solid var(--am-border)}


.am-topbar ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px}.am-topbar li a{display:block;padding:4px 10px;font-weight:600}.am-menu-one{background:var(--am-secondary);color:#fff}.am-menu-two{background:var(--am-primary);color:#fff}.am-grid-cols-2{grid-template-columns:repeat(2,1fr)}.am-grid-cols-3{grid-template-columns:repeat(3,1fr)}.am-grid-cols-4{grid-template-columns:repeat(4,1fr)}.am-latest-layout-large .am-post-card .am-post-body p,.am-latest-layout-mixed .am-post-card:first-child .am-post-body p{color:var(--am-muted);margin:8px 0}.am-latest-layout-mixed .am-post-card:first-child{grid-column:span 2}.am-post-nav{display:flex;justify-content:space-between;gap:14px;margin:22px 0;padding:14px 0;border-top:1px solid var(--am-border);border-bottom:1px solid var(--am-border);font-weight:700}.am-footer-copy{text-align:center;margin-top:20px;color:#d1d5db;font-size:14px}.am-ad-code script{display:initial}@media(max-width:820px){.am-grid-cols-2,.am-grid-cols-3,.am-grid-cols-4{grid-template-columns:1fr 1fr}.am-latest-layout-mixed .am-post-card:first-child{grid-column:auto}}@media(max-width:520px){.am-grid-cols-2,.am-grid-cols-3,.am-grid-cols-4{grid-template-columns:1fr}.am-topbar ul{overflow-x:auto;flex-wrap:nowrap}.am-topbar li{flex:0 0 auto}.am-post-nav{display:block}.am-post-nav span{display:block;margin:8px 0}}


/* v1.4.0 unified story cards: title, meta, image, excerpt, icon-only read more */
.am-story-thumb{display:block;margin:8px 0}
.am-post-card .am-story-thumb img{width:100%;border-radius:12px}
.am-list-item .am-story-thumb{margin:8px 0 10px}
.am-list-item .am-story-thumb img{width:100%;max-width:260px;border-radius:12px}
.am-latest-list-item,.am-main-list .am-list-item{grid-template-columns:1fr}
.am-excerpt{color:var(--am-muted);margin:8px 0 0}
.am-readmore-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-top:8px;border-radius:50%;background:var(--am-primary);color:#fff;font-size:20px;font-weight:900;line-height:1;float:right}
.am-readmore-icon:hover{transform:translateX(2px)}
.am-post-card a:hover .am-readmore-icon,.am-list-item a:hover .am-readmore-icon{opacity:.92}
.am-post-card .am-post-body{display:flex;flex-direction:column}
.am-post-card .am-meta,.am-list-item .am-meta{margin-bottom:2px}
@media(max-width:820px){.am-list-item .am-story-thumb img{max-width:100%}}


/* v1.4.1 fresh build: stronger color tone + logo width application */
body a:hover,.am-post-title a:hover,.am-site-title:hover{color:var(--am-primary)}
.am-nav,.am-menu-two,.am-readmore-icon,.am-pagination .current,.am-back-top,.am-header-search input[type="submit"],.am-header-search button{background:var(--am-primary)!important}
.am-pagination .current{border-color:var(--am-primary)!important}
.am-topbar,.am-menu-one,.am-footer{background:var(--am-secondary)!important}
.am-share a:hover{border-color:var(--am-primary);color:var(--am-primary)}
.am-logo img,.am-logo .custom-logo,.custom-logo-link img{width:var(--am-logo-width)!important;max-width:var(--am-logo-width)!important;height:auto!important}
@media(max-width:820px){.am-logo img,.am-logo .custom-logo,.custom-logo-link img{width:var(--am-mobile-logo-width)!important;max-width:var(--am-mobile-logo-width)!important;height:auto!important}}
