.tp-video-wrap {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 16px 0;
}

.tp-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tp-paywall {
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  margin: 16px 0;
}

.tp-btn {
  display: inline-block;
  margin-top: 8px;
}

.tp-downloads {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
}

.tp-download-link {
  text-decoration: underline;
}

.tp-account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tp-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

.tp-card-title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.tp-card-meta {
  font-size: 13px;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .tp-account-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}
