.tlg-related-block {
  margin-top: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(7,17,31,.12);
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(7,17,31,.12);
  padding: clamp(18px, 3vw, 30px);
}

.tlg-related-head p {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(7,17,31,.08);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 950;
  margin: 0 0 10px;
}

.tlg-related-head h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .95;
  letter-spacing: -.055em;
}

.tlg-related-group {
  margin-top: 22px;
}

.tlg-related-group h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.tlg-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tlg-related-card {
  border: 1px solid rgba(7,17,31,.1);
  border-radius: 22px;
  background: rgba(7,17,31,.025);
  overflow: hidden;
}

.tlg-related-card a {
  display: block;
  height: 100%;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.tlg-related-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(7,17,31,.07);
  font-size: 11px;
  font-weight: 900;
}

.tlg-related-card h4 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.05;
}

.tlg-related-card p {
  margin-bottom: 0;
  color: rgba(7,17,31,.7);
}

@media (max-width: 780px) {
  .tlg-related-grid {
    grid-template-columns: 1fr;
  }
}
