|
@@ -490,6 +490,26 @@ ul.wp-block-categories,
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
+/* The built in Jetpack related posts has different markup */
|
|
|
+#jp-relatedposts .jp-relatedposts-items p {
|
|
|
+ font-size: var(--global--font-size-base);
|
|
|
+}
|
|
|
+
|
|
|
+#jp-relatedposts h3.jp-relatedposts-headline {
|
|
|
+ font-size: var(--wp--present--font-size--medium, --global--font-size-md);
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#jp-relatedposts h3.jp-relatedposts-headline em {
|
|
|
+ font-weight: var(--global--font-weight);
|
|
|
+}
|
|
|
+
|
|
|
+#jp-relatedposts h3.jp-relatedposts-headline em:before {
|
|
|
+ border-color: var(--separator--border-color);
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-newspack-blocks-homepage-articles.wpnbha article,
|
|
|
.wp-block-a8c-blog-posts.wpnbha article {
|
|
|
margin: 0 auto;
|