/* Default styles for the SG SEO Views shortcode */
.sg-seo-views-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.9em;
  color: #50575e;
  line-height: 1.2;
}

.sg-seo-views-icon {
  width: 1.2em; /* Relative to the font size */
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
