.wp-block-post-terms.is-style-badge a[rel="tag"] {
    background-color: var(--wp--preset--color--grey-400);
    color: var(--wp--preset--color--grey-200);
    text-transform: uppercase;
    letter-spacing: 1.08px;
    font-size: 13.5px;
    font-weight: normal;
    padding: 4px 14px;
    border-radius: 60px;
}

.wp-block-post-terms.is-style-badge a[rel="tag"]:hover {
    background-color: white;
    text-decoration: none;
    color: initial;
}