.newsleash-local-news-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 20px 0 30px;
}
.newsleash-local-news-form label {
	flex-basis: 100%;
	font-weight: 600;
	margin-bottom: 6px;
}
.newsleash-local-news-form input[type="text"] {
	padding: 10px 14px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 160px;
}
.newsleash-local-news-form button {
	padding: 10px 20px;
	font-size: 16px;
	border: 0;
	border-radius: 4px;
	background: #d32f2f;
	color: #fff;
	cursor: pointer;
}
.newsleash-local-news-form button:hover {
	background: #b71c1c;
}
.newsleash-local-news-error {
	color: #b71c1c;
	font-weight: 600;
}
.newsleash-local-news-count {
	font-weight: 600;
	margin-bottom: 16px;
}
.newsleash-local-news-results {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
}
.newsleash-local-news-item {
	border: 1px solid #eaeaea;
	border-radius: 6px;
	overflow: hidden;
}
.newsleash-local-news-item .newsleash-local-news-thumb img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}
.newsleash-local-news-body {
	padding: 14px 16px;
}
.newsleash-local-news-distance {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d32f2f;
	margin-bottom: 6px;
}
.newsleash-local-news-body h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.3;
}
.newsleash-local-news-location {
	font-size: 13px;
	color: #777;
	margin: 0 0 8px;
}
.newsleash-local-news-excerpt {
	font-size: 14px;
	color: #444;
	margin: 0;
}
.newsleash-local-news-pagination {
	margin-top: 30px;
	text-align: center;
}
.newsleash-local-news-pagination a {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 3px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.newsleash-local-news-pagination a.current {
	background: #d32f2f;
	color: #fff;
	border-color: #d32f2f;
}
