/*
Theme Name: Worksop Junior Darts
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Custom theme build for Worksop Junior Darts Academy.
Tags: custom-menu, featured-images, translation-ready
Version: 2026.2
Requires at least: 6.0
Requires PHP: 7.4
*/

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.screen-reader-text:focus {
	left: 20px;
	top: 20px;
	z-index: 9999;
	padding: 10px 14px;
	background: #111;
	color: #fff;
}

.siteMain {
	display: block;
}

.blogArchive,
.singlePost,
.categoryArchive {
	padding: 64px 0;
}

.blogContainer {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.postGrid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.postCard {
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.postCardContent {
	padding: 20px;
	display: grid;
	gap: 12px;
}

.postMeta {
	font-size: 14px;
	color: #666;
}

.singlePostImage img,
.postCard img {
	width: 100%;
	height: auto;
	display: block;
}

.pagination {
	margin-top: 36px;
}

.siteFooter {
	display: block;
}
