/* Premium Coupon Card (BS5) */
.gsc-coupon {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(0,0,0,.06);
}
.gsc-coupon .gsc-left {
  min-width: 110px;
  background: linear-gradient(135deg, rgba(193,28,207,.10), rgba(4,172,255,.10));
  border-right: 1px dashed rgba(0,0,0,.08);
}
.gsc-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(33,0,81,.08);
  color: #210051;
}
.gsc-title { font-size: 16px; font-weight: 700; color: #2b2b2b; margin: 0; }
.gsc-desc  { font-size: 14px; color: #6b6b6b; margin: 6px 0 0; }
.gsc-meta  { font-size: 12px; color: #7a7a7a; gap: 10px; display:flex; flex-wrap:wrap; align-items:center; }
.gsc-verified { color: #0a9d2a; font-weight: 600; }
.gsc-cta .btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 14px;
}
.gsc-codebox {
  margin-top: 10px;
  background: #f4f4f6;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
}