.tp-trainer-program {
  margin-top: 10px;
}

.tp-title {
  font-size: 26px;
  margin: 0 0 16px 0;
}

.tp-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px;
  margin-bottom: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.06);
}

.tp-grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.tp-h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.tp-muted {
  color: #6b7280;
  font-size: 14px;
  margin: 8px 0 0 0;
}

.tp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-list li {
  margin: 6px 0;
}

.tp-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.tp-progress-bar {
  background: #e5e7eb;
  border-radius: 999px;
  height: 14px;
  overflow: hidden;
  margin: 10px 0;
}

.tp-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  transition: width .35s ease;
}

.tp-progress-percent {
  font-weight: 700;
  color: #111827;
  font-size: 14px;
}

.tp-promo-code {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .8px;
  background: #f3f4f6;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: center;
  border: 1px dashed rgba(0,0,0,.18);
}

.tp-btn {
  padding: 10px 14px;
}

.tp-balance-card {
  text-align: center;
}

.tp-balance-amount {
  font-size: 38px;
  font-weight: 800;
  margin: 6px 0 2px;
  color: #16a34a;
}

.tp-balance-amount span {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-left: 6px;
}

.tp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tp-pill-pending {
  background: rgba(245, 158, 11, .14);
  color: #b45309;
}

.tp-pill-available {
  background: rgba(34, 197, 94, .14);
  color: #15803d;
}

.tp-table-wrap {
  overflow: auto;
}

.tp-table th,
.tp-table td {
  vertical-align: middle;
}

@media (max-width: 520px) {
  .tp-title { font-size: 22px; }
  .tp-card { padding: 14px; }
  .tp-balance-amount { font-size: 32px; }
}
