.usc-display-new-badge .wp-block-latest-posts .has-badge-new:after {
  background: #900;
  border-radius: 4px;
  color: #fff;
  content: 'New';
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  margin-left: .5rem;
  padding: 4px 8px;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: -2px; }

.usc-display-new-badge .entry-title .has-badge-new:after {
  background: #900;
  border-radius: 4px;
  color: #fff;
  content: 'New';
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  line-height: 20px;
  margin-left: .5rem;
  padding: 2px 8px;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: -8px; }
