@charset "UTF-8";
.gt-camping-socials-block {
  display: flex;
  gap: 0.33rem;
}
.gt-camping-socials-block a {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.gt-camping-socials-block a:hover {
  transform: scale(1.1);
}
.gt-camping-socials-block a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: bold;
  color: var(--wp--preset--color--text-color);
}
.gt-camping-socials-block a[href*="facebook"]::before {
  content: "";
}
.gt-camping-socials-block a[href*="instagram"]::before {
  content: "";
}
.gt-camping-socials-block a[href*="twitter"]::before {
  content: "";
}
.gt-camping-socials-block a[href*="linkedin"]::before {
  content: "";
}
.gt-camping-socials-block a[href*="youtube"]::before {
  content: "";
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/camping-socials/style.css.map */