/*
Theme Name: Boats4Buyers
Theme URI: https://www.boats4buyers.co.uk/
Author: Boats4Buyers
Author URI: https://www.boats4buyers.co.uk/
Description: A lightweight block theme for Boats4Buyers with reusable patterns for a hero, an editable content area and a six-post featured grid.
Requires at least: 6.4
Tested up to: 6.7
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: boats4buyers
Tags: blog, one-column, block-patterns, full-site-editing, custom-colors, editor-style
*/

body {
  -webkit-font-smoothing: antialiased;
}

.b4b-card {
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  background: var(--wp--preset--color--surface);
  box-shadow: 0 1px 2px rgba(10, 34, 57, 0.06), 0 8px 24px rgba(10, 34, 57, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b4b-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10, 34, 57, 0.14);
}

.b4b-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.b4b-hero {
  position: relative;
}

.b4b-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
}

.b4b-content-area {
  border-radius: 12px;
  border: 1px dashed var(--wp--preset--color--border);
}

a {
  text-underline-offset: 3px;
}
