/*
Theme Name: VirtualStaging Webflow Port
Theme URI: https://www.virtualstaging.com
Author: VirtualStaging
Description: Classic WordPress theme that loads your exported Webflow stylesheet and recreates the Webflow blog layout (content + sidebar). Put your Webflow CSS in /assets/webflow.css and activate.
Version: 1.0
Requires at least: 5.9
Tested up to: 6.5
*/

/* ------------------------------------------------------------------
   All real visual styling comes from /assets/webflow.css (loaded in
   functions.php). Use this file ONLY for small WordPress-specific
   overrides — e.g. making the default widget markup match Webflow's
   list styling. Examples below; edit class names to match your CSS.
   ------------------------------------------------------------------ */

/* Make WP widget lists look like Webflow sidebar lists */
.sidebar-widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar-widget li { padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.sidebar-widget li:last-child { border-bottom: 0; }

/* Pagination spacing fallback */
.pagination, .nav-links { margin: 2rem 0; }
