.tgzen {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 24px -24px;
}
@media all and (min-width: 540px) {
  .tgzen {
    margin: 36px -36px;
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .tgzen {
    margin: 12px auto 0;
  }
}
.tgzen--tg {
  background: #b7e2ff;
}
.tgzen--tg:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/app/public/images/socials/tg.svg) center right no-repeat;
  background-size: contain;
  filter: invert(1);
}
.tgzen--zen {
  box-shadow: 0 0 1px #515151;
  background: #ededed;
}
.tgzen--zen:before {
  content: " ";
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 0;
  background: url(/app/public/images/socials/zen.svg) right top no-repeat;
  background-size: contain;
  opacity: 0.4;
}
@media all and (min-width: 540px) {
  .tgzen--zen:before {
    opacity: 1;
  }
}
.tgzen__link {
  position: relative;
  display: block;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}
@media all and (min-width: 540px) {
  .tgzen__link {
    padding: 24px 36px;
  }
}
@media all and (min-width: 768px) {
  .tgzen__link {
    padding: 20px 24px 24px;
  }
}
.tgzen__text--tg {
  color: #2b8dd6;
}
.tgzen__text span {
  font-weight: 600;
}
.tgzen__action {
  margin-top: 12px;
}
.tgzen__btn {
  display: inline-block;
  padding: 2px 8px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
}
.tgzen__btn--tg {
  background: #64a9dc;
}
.tgzen__btn--zen {
  background: #36393e;
}
.tgzen__btn:hover {
  filter: brightness(1.1);
}
@media all and (min-width: 768px) {
  .tgzen__btn {
    padding: 6px 18px;
  }
}
/*# sourceMappingURL=styles.css.map */