.tg-wrap {
  font-family: inherit;
  margin: 2rem 0;
}
.tg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tg-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tg-img-wrap {
  background: #f7f7f7;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.tg-no-logo {
  width: 60px;
  height: 60px;
  background: #ddd;
  border-radius: 50%;
}
.tg-body {
  padding: 1rem 1.25rem;
  flex: 1;
}
.tg-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}
.tg-info {
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}
.tg-info p {
  margin: 0 0 4px;
}
.tg-info a {
  color: #1a6fb5;
  text-decoration: none;
}
.tg-info a:hover {
  text-decoration: underline;
}
.tg-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 1.5rem;
}
.tg-nav button {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 18px;
  font-size: 13px;
  cursor: pointer;
}
.tg-nav button:disabled {
  opacity: 0.35;
  cursor: default;
}
.tg-nav button:hover:not(:disabled) {
  background: #f0f0f0;
}
.tg-page-info {
  font-size: 13px;
  color: #777;
}