/*
Theme Name: Shiny Websites FSE
Theme URI: https://www.shinywebsites.co.uk/
Author: Shiny Websites
Author URI: https://www.shinywebsites.co.uk/
Description: A wide, modern block theme for Shiny Websites with full Site Editor support, drag-and-drop layout editing, reusable editable patterns, a homepage content area and category showcases for Web Design, Web Programming and Web Marketing.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shiny-websites-fse
Tags: blog, business, full-site-editing, block-patterns, wide-blocks, custom-logo, custom-menu, featured-images, translation-ready
*/

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

.sw-card {
  background: #ffffff;
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.08);
  height: 100%;
}

.sw-card .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.sw-hero { position: relative; }

.sw-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.wp-block-button__link { border-radius: 999px; }

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