diff --git a/curator/patterns/recent-posts.php b/curator/patterns/recent-posts.php
new file mode 100644
index 0000000000..7943f8c7bd
--- /dev/null
+++ b/curator/patterns/recent-posts.php
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/curator/style.css b/curator/style.css
index df43466051..313fe9d06e 100644
--- a/curator/style.css
+++ b/curator/style.css
@@ -152,6 +152,13 @@ a:not(
background-color: var(--wp--preset--color--tertiary);
}
+/*
+ * Post template block
+ */
+.wp-block-post-template .wp-block-post {
+ margin-top: 0.5rem;
+}
+
/*
* Alignment styles, borrowed from Twenty Twenty-Two.