/*
Theme Name: Stokesley Sports Club
Theme URI: https://stokesley-sports.club/
Description: Child theme for Stokesley Sports Club (Astra). Umami + optional GA4 hooks, block patterns, Woo-friendly.
Author: Stokesley Sports Club
Template: astra
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stokesley-sports-club
*/

/* —— Club layout helpers (block editor + front end) —— */

.ssc-page-intro {
	max-width: 42rem;
	margin-bottom: 2rem;
}

.ssc-card-grid .wp-block-columns {
	gap: 1.5rem;
}

/* Slightly stronger cover contrast on small screens */
@media (max-width: 782px) {
	.wp-block-cover.alignfull {
		min-height: 260px !important;
	}
}

/* Primary buttons: subtle hover */
.wp-block-button__link.has-ssc-green-background-color:hover {
	filter: brightness(1.08);
}

/* Footer / policy links in club palette */
.site-footer a,
.ast-footer-copyright a {
	color: var(--wp--preset--color--ssc-green, #1b4332);
}
