body {
  font-family: 'Oswald', sans-serif;
  background: linear-gradient(135deg, #0a0a0a, #111, #1a1a1a);
  margin: 0;
  padding: 0;
  color: #f2f2f2;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  background: #151515;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

a.back-link {
  font-size: 18px;
  text-decoration: none;
  margin-left: 20px;
  color: #cccccc;
}

a.back-link:hover {
  color: #ffffff;
}

.sale-title {
  font-size: 50px;
  color: #ff3030;
  text-align: center;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 32px;
  color: #d1d1d1;
  text-align: center;
  margin-top: 0;
}

.sale-detail {
  font-size: 20px;
  color: #bbbbbb;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  color: #e1e1e1;
  margin-top: 20px;
}

h3 {
  font-size: 22px;
  color: #f2f2f2;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li::before {
  content: "🟥 ";
}

.strike {
  color: #888;
  font-size: 24px;
  text-decoration: line-through;
}

.highlight-price {
  color: #ff4444;
  font-size: 30px;
  font-weight: bold;
}

img {
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(255,0,0,0.25);
}

hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #333, #ff0000);
  margin: 40px 0;
}

footer {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #bbbbbb;
}

.paypal-button {
  margin-top: 15px;
}

.extra-images {
  text-align: center;
  margin-top: 30px;
}

.video-section {
  text-align: center;
}

