.prestige-master-section {
  padding-bottom: 80px;
}

.prestige-master-header {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 1180px;
  padding: 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.prestige-master-header h1 {
  margin: 0;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
}

.prestige-master-card {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 196, 77, 0.22);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}

.prestige-master-card {
  margin-top: 24px;
  background: linear-gradient(180deg, rgba(20, 12, 35, 0.96), rgba(9, 6, 18, 0.98));
}

.prestige-master-card h2 {
  margin: 0 0 12px;
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}

.prestige-master-card h2 {
  text-align: center;
}

.prestige-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 196, 77, 0.16);
  border-radius: 18px;
  background: rgba(9, 6, 18, 0.56);
}

.prestige-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.prestige-table th,
.prestige-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.prestige-table th {
  color: #ffd27a;
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  background: rgba(255, 196, 77, 0.08);
}

.prestige-table td {
  color: #ece6f6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.65;
}

.prestige-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.prestige-table td:first-child,
.prestige-table td:nth-child(2),
.prestige-table td:nth-child(4) {
  color: #f5d48d;
  font-weight: 700;
  white-space: nowrap;
}

.prestige-reward-combo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
  white-space: nowrap;
}

.prestige-reward-icon {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.prestige-reward-box {
  width: 34px;
  height: 34px;
}

.prestige-reward-pet {
  width: 42px;
  height: 52px;
}

.prestige-reward-plus {
  color: #ffd27a;
  font-weight: 800;
  line-height: 1;
}

.prestige-rules-list {
  width: min(100%, 920px);
  margin: 0 auto;
  padding-left: 20px;
  color: #ece6f6;
  line-height: 1.75;
}

.prestige-rules-list li + li {
  margin-top: 8px;
}

@media (max-width: 640px) {
  .prestige-master-card {
    padding: 20px 18px;
  }
}
