/*
Theme Name: BolNexus
Theme URI: https://bolnexus.com
Author: Bolrach Technologies Limited
Author URI: https://bolrach.com
Description: A clean, fast, sleek block theme for blogs, news and personal brand sites. REQUIRES the BolNexus plugin — the theme is powered by it (forms, breadcrumbs, SEO, schema, media, homepage) and will not run without it. Three homepage styles, three looks, and an easy settings panel.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires Plugins: bolnexus
Text Domain: bolnexus
Tags: blog, news, portfolio, one-column, two-columns, block-styles, full-site-editing, wide-blocks, editor-style, custom-colors, custom-menu, featured-images, sticky-post, translation-ready
*/

/* Small polish on top of theme.json — kept tiny for speed. */
.bolnexus-card { transition: transform .15s ease, box-shadow .15s ease; }
.bolnexus-card:hover { transform: translateY(-2px); }
a { text-underline-offset: 2px; }
.wp-block-post-title a:hover { text-decoration: underline; }
:where(.wp-block-post-featured-image) img { border-radius: 12px; }
