.telegram-preview {
  min-height: 640px;
  padding: 48px 16px 56px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.telegram-preview__card {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  padding: 28px 24px 18px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(31, 45, 61, 0.12);
  text-align: center;
  box-sizing: border-box;
}

.telegram-preview__avatar {
  width: 122px;
  height: 122px;
  margin: 0 auto 18px;
  border-radius: 61px;
  background: #1f2430;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.telegram-preview--click .telegram-preview__avatar {
  background: #eef2f6;
  padding: 0;
  box-sizing: border-box;
}

.telegram-preview__avatar-link {
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 61px;
  overflow: hidden;
}

.telegram-preview__avatar img {
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 61px;
  object-fit: cover;
}

.telegram-preview__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: #1f2d3d;
  font-size: 26px;
  line-height: 1.05;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700 !important;
  text-align: center;
  position: static !important;
}

.telegram-preview__title::before,
.telegram-preview__title::after {
  content: none !important;
  display: none !important;
}

.telegram-preview__subscribers {
  margin: 8px 0 0;
  color: #8c9196;
  font-size: 14px;
  line-height: 1.3;
}

.telegram-preview__description {
  margin: 16px auto 0;
  color: #000;
  font-size: 16px;
  line-height: 1.45;
  max-width: 340px;
  word-break: break-word;
}

.telegram-preview__button {
  margin: 14px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 21px;
  border: 0;
  background: #1a8ad5;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.telegram-preview__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  animation: telegram-preview-button-shine 2.7s linear infinite;
  pointer-events: none;
}

.telegram-preview__button:hover,
.telegram-preview__button:focus,
.telegram-preview__button:active,
.telegram-preview__button:visited {
  background: #49a3f1;
  color: #ffffff !important;
  text-decoration: none;
}

.telegram-preview__hint-link {
  display: block;
  margin: 20px auto 0;
  color: #9aa8b5;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}

.telegram-preview__hint-link:hover,
.telegram-preview__hint-link:focus {
  color: #7f8d9b;
  text-decoration: underline;
}

@keyframes telegram-preview-button-shine {
  from {
    left: -45%;
  }
  to {
    left: 120%;
  }
}
@media (max-width: 575px) {
  .telegram-preview {
    min-height: 520px;
    padding: 24px 12px 32px;
  }

  .telegram-preview__card {
    padding: 22px 16px 18px;
    border-radius: 14px;
  }

  .telegram-preview__avatar,
.telegram-preview__avatar-link,
.telegram-preview__avatar img {
    width: 104px;
    height: 104px;
    border-radius: 52px;
  }

  .telegram-preview__avatar {
    margin-bottom: 14px;
  }

  .telegram-preview__title {
    font-size: 26px;
  }

  .telegram-preview__hint-link {
    margin-top: 14px;
  }
}

/*# sourceMappingURL=telegram-preview.css.map */
