/*
Theme Name: NURAN (Nahdlatul Ulama Rancaekek An-Nadwah)
Theme URI: https://example.com
Author: Anda
Author URI: https://example.com
Description: Tema WordPress bergaya majalah untuk publikasi karya tulis ilmiah, jurnal, paper, makalah, artikel.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nuran
*/

/* Basic magazine styling */
body{font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:#222; line-height:1.6;}
.wrap{max-width:1200px; margin:0 auto; padding:24px;}
.header-inner{display:flex; align-items:center; justify-content:space-between;}
.site-title{font-size:28px; margin:0;}
.site-desc{margin:0; font-size:14px; color:#666}
.main-navigation ul{list-style:none; margin:0; padding:0; display:flex; gap:18px}
.main-navigation a{ text-decoration:none; }
.front-hero{display:grid; grid-template-columns: 2fr 1fr; gap:24px; margin-bottom:32px}
.post-hero img{width:100%; height:auto; display:block}
.post-hero .entry-title{font-size:26px; margin:12px 0}
.list-column .excerpt-card{display:flex; gap:12px; margin-bottom:18px}
.excerpt-thumb img{width:180px; height:auto}
.excerpt-title{margin:0 0 6px 0}
.more-grid{display:grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap:18px}
.article .single-title{font-size:28px}
.site-footer{background:#f7f7f7; padding:20px 0; margin-top:48px}
@media(max-width:800px){ .front-hero{grid-template-columns:1fr; } .excerpt-thumb{display:none} }

/* small helpers */
.read-more{font-weight:600}
