/*
Theme Name: Start International
Theme URI: https://www.start-international.co.uk/
Author: Start International
Author URI: https://www.start-international.co.uk/
Description: A wide, modern block theme for Start International with reusable, fully editable patterns: hero, content areas, a 9-post grid with 250-character summaries, category strip and call to action.
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: start-international
Tags: blog, business, block-patterns, full-site-editing, wide-blocks, custom-colors
*/

/* Block theme styles live in theme.json. Only small refinements below. */

.wp-block-post-title a,
.si-card__title a {
	text-decoration: none;
}

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

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

.si-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(12, 32, 60, 0.12);
}

.si-card img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.si-readmore a {
	font-weight: 600;
	text-decoration: none;
}

.si-readmore a:hover {
	text-decoration: underline;
}
