/*
Theme Name: NovelPress
Theme URI: https://example.com/novelpress
Author: NovelPress
Author URI: https://example.com
Description: Dark-first, optimized WordPress theme for novel, chapter, and eBook publishing platforms. Requires NovelPress Core for full CMS features.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 8.0
Tested up to: 6.8
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novelpress
Tags: blog, entertainment, grid-layout, custom-logo, featured-images, dark-style
*/

/* NovelPress v1.0 review/comment polish */
.np-comments-card .comment-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.np-comments-card .comment{border:1px solid rgba(148,163,184,.22);border-radius:18px;padding:16px;background:rgba(255,255,255,.035)}.np-comments-card .comment-respond{margin-top:24px}.np-comments-card textarea,.np-comments-card input,.np-comments-card select{border-radius:14px;border:1px solid rgba(148,163,184,.3);padding:12px;background:#071021;color:#fff}.np-light .np-comments-card textarea,.np-light .np-comments-card input,.np-light .np-comments-card select{background:#fff;color:#0f172a;border-color:#cbd5e1}.np-comments-card .form-submit input{background:#facc15;color:#071021;border:none;font-weight:900;cursor:pointer}
.np-series-strip{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:18px 0;padding:14px 16px;border:1px solid rgba(250,204,21,.24);border-radius:18px;background:rgba(250,204,21,.06)}.np-series-strip a{color:#facc15;font-weight:900;text-decoration:none}.np-light .np-series-strip{background:#fff7d6}
