/* NSE v2 - Theme polished styles (neutral base to match necromancers theme) */
.nsev2-wrap { display:flex; gap:20px; align-items:flex-start; margin-top:30px; box-sizing:border-box; }
.nsev2-main { flex:1 1 auto; min-width:200px; }
.nsev2-sidebar { flex:0 0 auto; box-sizing:border-box; background:#fff; border:1px solid rgba(0,0,0,0.06); padding:18px; border-radius:4px; box-shadow:0 1px 2px rgba(0,0,0,0.03); }
.nsev2-row.nsev2-page-with-sidebar{display:flex;gap:20px;align-items:flex-start;}
.nsev2-row.nsev2-page-with-sidebar.pos-left .nsev2-sidebar{order:-1;}
.widget{margin-bottom:18px;}
.widget .widget-title, .widget-title{font-size:1.05rem;margin-bottom:8px;color:#222;font-weight:600;border-bottom:0;}
.menu-widget{padding:10px 0;border-bottom:1px solid rgba(0,0,0,0.05);}
.footer-widget{padding:12px;}
/* Responsive */
@media(max-width:768px){ .nsev2-wrap, .nsev2-row.nsev2-page-with-sidebar{flex-direction:column;} .nsev2-sidebar{width:100% !important;} }
