Hi there,
the latest posts blocks – is frankly quite terrible as it doesn’t allow you to change the HTML element used for the title. So it just outputs an <a>
– no H2 or what would be expected for an archive.
To style it would require some CSS like so:
.inside-article .wp-block-latest-posts a:not(.read-more) {
font-size: 24px;
font-weight: 600;
color: #f00;
}
.inside-article .wp-block-latest-posts a:not(.read-more):hover {
color: #00f;
}
Personally i would just use the GP Category Archives to display the content – then it will use the Theme styles.