.cci-coupon-list { display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
.cci-coupon-card { position: relative; border: 1px solid #e2e2e2; border-radius: 10px; padding: 18px 20px; background: #fff; }
.cci-coupon-card h3 { margin: 0 0 6px; font-size: 1.15rem; }
.cci-discount { position: absolute; top: 14px; right: 18px; background: #ffefe0; color: #c25a00; font-weight: 600; font-size: .8rem; padding: 3px 10px; border-radius: 20px; }
.cci-details { color: #555; font-size: .92rem; margin: 6px 0 12px; }
.cci-btn { display: inline-block; padding: 10px 20px; border-radius: 6px; font-weight: 600; text-decoration: none; }
.cci-btn-code { background: #2271b1; color: #fff; }
.cci-btn-deal { background: #2e7d32; color: #fff; }
