/* Offers India Core - lightweight MVP styles */
.oic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:20px 0}
.oic-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.06)}
.oic-thumb img{display:block;width:100%;height:180px;object-fit:cover}
.oic-card-body{padding:16px}
.oic-badge{display:inline-block;background:#ff6b00;color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}
.oic-card h3{margin:10px 0 8px;font-size:20px}
.oic-price{font-size:22px;font-weight:800;color:#0b3b82;margin:8px 0}
.oic-vendor{color:#666;margin-bottom:14px}
.oic-btn{display:inline-block;background:#0b3b82;color:#fff!important;padding:10px 16px;border-radius:8px;text-decoration:none!important;font-weight:700}
.oic-single{max-width:850px;margin:20px auto;padding:20px;border:1px solid #eee;border-radius:14px;background:#fff}
.oic-single>img{max-width:100%;height:auto;border-radius:10px}
.oic-login-note{padding:14px;border-radius:10px;background:#fff4e8;border-left:4px solid #ff6b00;margin:15px 0}
.oic-dashboard{padding:24px;border:1px solid #eee;border-radius:14px;background:#fff}
@media(max-width:600px){.oic-grid{grid-template-columns:1fr}.oic-thumb img{height:210px}}
