/*
Theme Name: WordVibe Shell
Theme URI: https://wordvibe.io
Author: WordVibe
Description: WordVibe's own minimal theme for hosted sites. The site chrome (nav + footer) and the
 design system come from the WordVibe shell, never from a third-party theme's widgets — so every page
 type wears the same header and footer: Word Pages (via the plugin's canvas), WooCommerce shop/cart/
 checkout/account, single posts, archives, search and 404. It deliberately registers no widget areas
 and no menus, which is what removes the stray "Blog / About / FAQs / Twenty Twenty-Five" footer links.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: wv-shell
*/

/* Intentionally minimal: the design system stylesheet (uploads/wv-shell/site.css) owns the
   typography, colour and spacing. Only structural defaults belong here. */
.wv-main { padding: clamp(1.25rem, 3.5vw, 2.5rem) 0 3rem; }
.wv-entry + .wv-entry { margin-top: 2.5rem; }
.wv-title { margin: 0 0 1rem; }
.wv-body img { max-width: 100%; height: auto; }
.wv-empty { opacity: .75; }
