.betline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0
}

.betline-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  text-align: center;
  position: relative
}

.betline-card .logo {
  max-height: 60px;
  margin: 0 auto 6px auto;
  object-fit: contain
}

.betline-card .star-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #f6b900;
  color: #000;
  border-radius: 8px;
  font-size: .8rem;
  padding: 2px 8px
}

.betline-card p {
  margin: .35rem 0;
  font-size: .9rem
}

.vote-wrap {
  margin-top: .5rem
}

.vote-wrap button {
  background: #f1f1f1;
  border: none;
  border-radius: 6px;
  margin: 0 .25rem;
  padding: .28rem .7rem;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .25rem
}

.info-btn {
  display: inline-block;
  margin-top: .8rem;
  background: #4e2fa8;
  color: #fff;
  padding: .55rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: .9rem
}

.sort-wrap {
  margin: 1rem 0;
  text-align: center
}

#betline-see-more {
  display: block;
  margin: 1.5rem auto;
  padding: .6rem 1.6rem;
  background: #4e2fa8;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer
}

@media(max-width:480px) {
  .betline-card {
    max-width: 330px;
    margin: 0 auto
  }
}

.no-tel {
  user-select: text;
  pointer-events: none;
}

.betline-card .site-logo {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  border-radius: 8px;
}