/*
Theme Name: Wijze Wolf
Theme URI: https://wijzewolf.faessen.com
Author: Wijze Wolf (gebouwd met Claude Code)
Description: Modern, warm en professioneel maatwerkthema voor Wijze Wolf Hondenservice — met lopende pootjes op de achtergrond. Direction: "Stille Bossen" (diepgroen, amber, crème).
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wijze-wolf
Tags: business, custom-colors, custom-menu, custom-logo, featured-images, translation-ready
*/

/* The real styling lives in /assets/css/*.css (enqueued in functions.php).
   This file holds only final, low-specificity overrides. */

.site-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1 0 auto; }

/* WordPress core helper classes */
.alignwide { width: min(100%, 1100px); margin-inline: auto; }
.alignfull { width: 100%; }
.wp-caption-text, .gallery-caption { font-size: var(--fs-small); color: var(--c-text-muted); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
