.offer-container {
  background: linear-gradient(135deg, #ffe8f1, #fbcbe4);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  padding: 30px;
  max-width: 400px;
  text-align: center;
  position: relative;
  border: 2px solid #f7a5cd;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.time-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  min-width: 60px;
}

.time-box span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #6a00a3;
}

.time-box small {
  font-size: 12px;
  color: #6a00a3;
}

.headline {
  background: #6a00a3;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.description {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}

.discount-badge {
  font-size: 32px;
  font-weight: bold;
  color: #c3005a;
  margin-bottom: 5px;
}

.discount-badge small {
  font-size: 14px;
  display: block;
  color: #b02e3a;
}

.claim-button {
  background: #e91e63;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 12px 25px;
  cursor: pointer;
  box-shadow: 0 4px 0 #b01046;
}

.claim-button:hover {
  background: #c2185b;
}
