.tg-linkhub {
  --tg-red: #d71920;
  --tg-ink: #111827;
  --tg-muted: #5b6472;
  --tg-line: #e5e7eb;
  --tg-surface: #ffffff;
  --tg-bg: #f4f6f8;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 18px 14px 32px;
  color: var(--tg-ink);
  background: var(--tg-bg);
  font-family: Arial, Helvetica, sans-serif;
}

.tg-linkhub *,
.tg-linkhub *::before,
.tg-linkhub *::after {
  box-sizing: border-box;
}

.tg-linkhub a {
  color: inherit;
  text-decoration: none;
}

.tg-linkhub__header {
  padding: 6px 0 16px;
}

.tg-linkhub__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tg-linkhub__mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--tg-red);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.tg-linkhub__brand strong {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.tg-linkhub__brand em {
  display: block;
  margin-top: 5px;
  color: var(--tg-muted);
  font-size: 13px;
  font-style: normal;
}

.tg-linkhub__live {
  display: block;
  margin: 0 0 16px;
  padding: 15px 16px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.tg-linkhub__live.is-live {
  background: var(--tg-red);
  box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
}

.tg-linkhub__section {
  margin: 0 0 18px;
}

.tg-linkhub__section h2 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.tg-linkhub__eyebrow {
  margin: 0 0 8px;
  color: var(--tg-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tg-linkhub__top-card,
.tg-linkhub__news-card {
  overflow: hidden;
  border: 1px solid var(--tg-line);
  border-radius: 8px;
  background: var(--tg-surface);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}

.tg-linkhub__top-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #d8dee8;
}

.tg-linkhub__top-body {
  padding: 14px;
}

.tg-linkhub__top-body h1 {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
}

.tg-linkhub__top-body p {
  margin: 10px 0 0;
  color: var(--tg-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tg-linkhub__read,
.tg-linkhub__news-copy b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 7px;
  background: var(--tg-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.tg-linkhub__buttons {
  display: grid;
  gap: 9px;
  margin: 18px 0 20px;
}

.tg-linkhub__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid var(--tg-line);
  background: #fff;
  color: var(--tg-ink);
  font-size: 15px;
  font-weight: 900;
}

.tg-linkhub__button--whatsapp {
  background: #128c7e;
  color: #fff;
  border-color: #128c7e;
}

.tg-linkhub__button--tiktok {
  background: #050505;
  color: #fff !important;
  border-color: #050505;
}

.tg-linkhub .tg-linkhub__button--tiktok,
.tg-linkhub .tg-linkhub__button--tiktok:visited,
.tg-linkhub .tg-linkhub__button--tiktok:hover,
.tg-linkhub .tg-linkhub__button--tiktok:focus {
  color: #fff !important;
}

.tg-linkhub__button--youtube {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.tg-linkhub__button--instagram {
  background: #c13584;
  color: #fff;
  border-color: #c13584;
}

.tg-article-follow {
  margin: 30px 0 10px;
  padding: 22px;
  border: 1px solid #e2e6eb;
  border-left: 4px solid #d71920;
  background: #f8fafc;
  color: #172033;
}

.tg-article-follow h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}

.tg-article-follow p {
  margin: 7px 0 16px;
  color: #566174;
  font-size: 14px;
  line-height: 1.45;
}

.tg-article-follow__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tg-article-follow__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #d6dce5;
  border-radius: 4px;
  background: #fff;
  color: #172033;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.tg-article-follow__link:hover,
.tg-article-follow__link:focus {
  border-color: #d71920;
  color: #d71920;
  text-decoration: none;
}

.tg-article-follow__link i {
  font-size: 16px;
}

@media (max-width: 480px) {
  .tg-article-follow {
    padding: 18px;
  }

  .tg-article-follow__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-article-follow__link {
    justify-content: center;
  }
}

.tg-linkhub__latest {
  display: grid;
  gap: 10px;
}

.tg-linkhub__news-link {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 11px;
  min-height: 104px;
  padding: 9px;
}

.tg-linkhub__news-link img {
  width: 112px;
  height: 86px;
  border-radius: 6px;
  object-fit: cover;
  background: #d8dee8;
}

.tg-linkhub__news-copy {
  min-width: 0;
}

.tg-linkhub__news-copy strong {
  display: block;
  font-size: 15px;
  line-height: 1.22;
}

.tg-linkhub__news-copy em {
  display: block;
  margin-top: 5px;
  color: var(--tg-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.tg-linkhub__news-copy b {
  min-height: 32px;
  margin-top: 8px;
  padding: 0 10px;
  font-size: 12px;
}

.tg-linkhub__empty {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--tg-line);
  border-radius: 8px;
  background: #fff;
  color: var(--tg-muted);
  text-align: center;
}

@media (min-width: 640px) {
  .tg-linkhub {
    padding: 24px 20px 44px;
  }

  .tg-linkhub__top-body {
    padding: 18px;
  }

  .tg-linkhub__top-body h1 {
    font-size: 30px;
  }

  .tg-linkhub__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-linkhub__news-link {
    grid-template-columns: 150px 1fr;
  }

  .tg-linkhub__news-link img {
    width: 150px;
    height: 96px;
  }
}
