.postCategories > a.sponsored {
  background-color: rgba(255, 189, 4, 1);
  box-shadow: 0 0 0 2px rgba(255, 189, 4, 1) inset;
  color: rgba(255, 255, 255, 1);
}

.postCategories > a.sponsored:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px rgba(255, 189, 4, 1) inset;
  color: rgba(255, 189, 4, 1);
}

.sponsoredImage img {
  max-width: 200px;
  height: auto;
  margin-right: 1em;
  border-radius: 5px; 
}

.sponsoredRollUp .rollupBox__excerpt {
  color: rgba(153, 153, 153, 1);
}

.sponsoredRollUp .rollupBox--feature::after {
  background: none;  
}