.opentt-club-card {
  width: 100%;
}

.opentt-club-card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.opentt-club-card-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
}

.opentt-club-card-logo img,
.opentt-club-card-logo .opentt-club-card-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.opentt-club-card-name {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.opentt-club-card-city {
  font-size: 0.95rem;
  line-height: 1.2;
  opacity: 0.7;
}

