@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.social-zone { display: flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; padding-bottom: 40px; padding-top: 40px; }

@media screen and (max-width: 879px) {
  .social-zone { gap: 24px; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
}

@media screen and (min-width: 880px) {
  .social-zone { gap: 32px; }
}

.social-zone__share-wrapper { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; flex-wrap: wrap; gap: 12px; }

.social-zone__share-text { color: rgb(32, 32, 32); font-family: BrownRegular, sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }

.social-zone__item:has(> .social-button--hide) { display: none; }
