.wfdct-wrapper {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #f44336;
  border-radius: 8px;
  background: #fff8f8;
  max-width: 100%;
  box-sizing: border-box;
}

.wfdct-sale-label {
  display: inline-block;
  background: #f44336;
  color: white;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 1.1rem;
  animation: pulseRed 2s infinite;
  user-select: none;
  margin-bottom: 8px;
}

@keyframes pulseRed {
  0%, 100% { box-shadow: 0 0 10px 2px #f44336; }
  50% { box-shadow: 0 0 20px 5px #ff7961; }
}

.wfdct-fake-original {
  color: #999;
  font-size: 1rem;
  text-decoration: line-through;
  margin-right: 10px;
}

.wfdct-real-price {
  color: #d32f2f;
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: middle;
}

.wfdct-timer {
  margin-top: 8px;
  font-size: 1rem;
  color: #444;
  font-weight: 600;
  user-select: none;
}

.wfdct-timer .wfdct-countdown {
  font-weight: 700;
  color: #e53935;
}

.wfdct-sales-today {
  margin-top: 12px;
  font-size: 1.25rem;
  color: #d84315;
  font-weight: 700;
  user-select: none;
}

/* Responsive ayar */
@media (max-width: 480px) {
  .wfdct-sale-label {
    font-size: 1rem;
    padding: 5px 10px;
  }

  .wfdct-fake-original {
    font-size: 0.9rem;
  }

  .wfdct-real-price {
    font-size: 1.2rem;
  }

  .wfdct-timer {
    font-size: 0.9rem;
  }

  .wfdct-sales-today {
    font-size: 1rem;
  }
}
