/* Listings/Coupon styling small */

.cs-listings-wrap { max-width:1100px; margin:20px auto; padding:12px; }
.cs-listings-results .cs-sponsors-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.cs-sponsor-item img { width:150px; height:150px; object-fit:contain; display:block; margin:0 auto; }
.cs-sponsor-title { text-align:center; margin-top:8px; font-weight:600; font-size:15px; }

/* Coupon modal */
.cs-unlock-modal { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); display:flex; align-items:center; justify-content:center; z-index:9999; }
.cs-unlock-inner { background:#fff; padding:20px; border-radius:10px; width:90%; max-width:520px; box-shadow:0 12px 40px rgba(2,6,23,0.2); }
.cs-coupon-box { background:#f8fafc; border:1px solid #e6eef8; padding:12px; border-radius:8px; }
.cs-btn { padding:8px 12px; border-radius:8px; cursor:pointer; border:0; background:#efefef; }
.cs-btn-primary { background:#2563eb; color:#fff; }
.cs-error { color:#b91c1c; background:#fff5f5; padding:8px; border-radius:6px; }
