.announcement-bar p {
  font-size: 11px !important;
}

.announcement-bar-social-links-wrap svg {
  width: 12px;
}

.announcement-bar-social-links-wrap {
  padding-inline: 2rem;
}

.announcement-bar a {
  color: #3e3e3e;
  text-decoration: none;
}

body.template-index .utility-bar {
  background: #f1f1f133;
  position: fixed;
  width: 100%;
  height: 40px;
}

body.template-index:has(.scrolled-past-header) .utility-bar{
  display: none;  
}