.fsgc-deal-wrap{max-width:720px;margin:40px auto;padding:16px}.fsgc-card{background:#fff;border-radius:22px;padding:32px;box-shadow:0 12px 40px rgba(0,0,0,.08);text-align:center}.fsgc-card h1{font-size:32px;margin-bottom:20px}.fsgc-price-row{display:flex;align-items:center;justify-content:center;gap:20px;margin:24px 0}.fsgc-original{text-decoration:line-through;color:#777;font-size:22px}.fsgc-sale{font-size:42px;font-weight:800;color:#f28e2b}.fsgc-countdown{font-size:36px;font-weight:800;margin:20px 0}.fsgc-buy-btn{width:100%;max-width:360px;padding:16px 24px!important;border-radius:999px!important;font-size:18px!important}.fsgc-live{color:#16803c;font-weight:800;margin:20px 0}.fsgc-ended{color:#b42318;font-weight:800;margin:20px 0}

.fsgc-sale-state {
  display: inline-block;
  margin: 14px 0 12px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
}

.fsgc-status-upcoming {
  background: #fff7ed;
  color: #c2410c;
}

.fsgc-status-live {
  background: #ecfdf3;
  color: #16803c;
}

.fsgc-status-ended {
  background: #fef2f2;
  color: #b42318;
}

.fsgc-buy-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.fsgc-single-sale-panel {
  margin: 18px 0 22px;
  padding: 18px;
  border-radius: 14px;
  background: #f7f7f7;
  text-align: center;
}

.fsgc-sale-state {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.fsgc-status-upcoming {
  color: #9a5a00;
}

.fsgc-status-live {
  color: #16803c;
}

.fsgc-status-ended {
  color: #b42318;
}

.fsgc-countdown-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
