.promo-table-wrapper {
  padding: 20px;
  max-width: 100%;
}

.promo-heading {
  color: #e1306c;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.promo-brand {
  background-color: #e1306c;
  color: white;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 25px;
  font-size: 20px;
  margin: 10px auto 25px;
  text-align: center;
}

.promo-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.promo-table th, .promo-table td {
  padding: 16px 20px;
  text-align: left;
}

.promo-table thead {
  background-color: #ff5c8d;
  color: white;
}

.promo-table tbody tr:nth-child(even) {
  background-color: #fff5f9;
}

.promo-table tbody tr:nth-child(odd) {
  background-color: #ffe8f0;
}

.promo-table td small {
  font-size: 12px;
  color: #555;
}
