/*
Theme Name: Construction Lending News
Theme URI: https://www.construction-lending-news.com/
Author: Construction Lending News
Author URI: https://www.construction-lending-news.com/
Description: A fast, editorial block theme for Construction Lending News. Ships reusable, fully editable block patterns for hero, content areas, a 6-post news grid with 250-character excerpts, stats, feature split and newsletter CTA.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: construction-lending-news
Tags: news, blog, block-patterns, full-site-editing, editor-style, block-styles, wide-blocks
*/

/* Block theme: nearly all styling lives in theme.json. Minimal extras only. */

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0.75rem;
}

.cln-card {
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cln-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(11, 34, 63, 0.12);
}

.cln-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cln-post-grid .wp-block-post-template {
  gap: 1.75rem;
}

.wp-block-post-title a:hover {
  text-decoration: underline;
}
