.row-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.row-items a {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 36px 36px !important;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  --social-icon: none;
  background-image: var(--social-icon) !important;
}

.row-items a:hover,
.row-items a:focus-visible,
.row-items a:active {
  opacity: 0.78;
  text-decoration: none !important;
  background-image: var(--social-icon) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 36px 36px !important;
}

.row-items a[href*="facebook.com"] {
  --social-icon: url('/themes/custom/tmod/images/icons/facebook.png');
}

.row-items a[href*="linkedin.com"] {
  --social-icon: url('/themes/custom/tmod/images/icons/linkedin.png');
}

.row-items a[href*="instagram.com"] {
  --social-icon: url('/themes/custom/tmod/images/icons/instagram.png');
}
