body {
	background: #ffffff;
	color: #1f2937;
}

.wp-block-post-title,
h1,
h2,
h3 {
	letter-spacing: 0;
}

h2,
.wp-block-heading h2 {
	margin-top: 2.5rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #e5e7eb;
}

h3 {
	margin-top: 2rem;
}

.wp-block-post-featured-image img {
	border-radius: 8px;
}

.wp-block-post-template {
	gap: 1.25rem;
}

.wp-block-post-template .wp-block-post {
	padding: 1.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.wp-block-post-template .wp-block-post:hover {
	border-color: #bfdbfe;
	box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
}

.wp-block-post-excerpt__excerpt,
.wp-block-post-date,
.wp-block-post-author-name {
	color: #6b7280;
}

.wp-block-query-pagination {
	margin-top: 2rem;
	gap: 0.75rem;
}

.wp-block-query-pagination a,
.wp-block-query-pagination .page-numbers {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 0.4rem 0.7rem;
	text-decoration: none;
}

.assetpress-author-box {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f8fafc;
	padding: 1.25rem;
}

@media (max-width: 720px) {
	.wp-block-post-template .wp-block-post {
		padding: 1rem;
	}

	h1,
	.wp-block-post-title {
		font-size: 1.8rem;
	}
}

