.wp-block-latest-posts__list { li { display: block !important; position: relative; &:after { display: none; } a { display: block; font-weight: 700; text-decoration: none; color: var(--heading-color); &:after { display: none; } } .wp-block-latest-posts__post-author { margin-right: 10px; &:before { content: "\f102"; } } .wp-block-latest-posts__post-date { position: relative; &:before { content: "\f101"; } } .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; padding-top: 10px; color: $color__entry-meta-color; &:before { font-family: flaticon !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; margin-right: 4px; color: bastet-color(); position: relative; top: 1.5px; } } } }