/*
Theme Name: Flowio Blog
Theme URI: https://www.flowio.co.uk
Author: Flowio
Author URI: https://www.flowio.co.uk
Description: Blog template that matches Flowio’s brand styling while delivering fast, SEO‑optimised performance.
Version: 1.0.1
Text Domain: flowio-blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, flowio, responsive, accessibility-ready
*/

/* Blog‑specific tweaks (root site CSS is enqueued separately) */
.hero_badge,
.usp-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-thumb {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 120px;
  border-radius: var(--radius-md, 0.5rem);
}
