.icg-fee-box{border:1px solid #ddd;padding:10px;border-radius:6px;display:inline-block}
.shop_table td, .shop_table th{vertical-align:middle}

/* ===== ICG subscription poster-style cards ===== */
.icg-sub-wrap { max-width:1200px; margin:0 auto; padding:22px 16px; font-family: inherit; }
.icg-current-sub { margin-bottom:18px; }
.icg-active-box { background:#f6ffef; border:1px solid #e6f6dd; padding:10px 12px; border-radius:6px; display:inline-block; margin-bottom:8px; }
.icg-active-title { font-weight:700; margin-bottom:4px; }
.icg-active-exp { font-size:13px; color:#666; }

/* grid */
.icg-subs-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:20px; margin-top:18px; }

/* card - poster style */
.icg-sub-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 8px 24px rgba(15,15,15,0.06); display:flex; flex-direction:column; height:100%; transition:transform .18s ease, box-shadow .18s ease; }
.icg-sub-card:hover { transform:translateY(-6px); box-shadow:0 12px 36px rgba(15,15,15,0.10); }

/* poster image area (big image like your reference banner) */
.icg-sub-image { height:140px; background-size:cover; background-position:center; }
.icg-sub-image-empty { height:140px; background:linear-gradient(135deg,#f0f0f0,#ffffff); display:block; }

/* inner content */
.icg-sub-inner { padding:14px 14px 18px; display:flex; flex-direction:column; flex:1; }
.icg-sub-card-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; gap:12px; }
.icg-sub-title { font-size:18px; margin:0; font-weight:800; color:#111; }
.icg-sub-price { font-size:15px; font-weight:800; color:#111; white-space:nowrap; }
.icg-sub-desc { color:#666; font-size:13px; line-height:1.45; margin-bottom:10px; flex:1; }
.icg-sub-note { font-size:13px; color:#8a8a8a; margin-bottom:10px; }

/* actions area */
.icg-sub-actions { margin-top:auto; display:flex; gap:8px; align-items:center; }
.icg-btn { padding:10px 14px; border-radius:8px; text-decoration:none; display:inline-block; font-weight:700; font-size:14px; }
.icg-btn-primary { background:#1db954; color:#fff; border:0; }
.icg-btn-outline { background:transparent; color:#222; border:1px solid #ddd; padding:9px 12px; }

/* badges */
.icg-badge { font-size:13px; color:#555; padding:6px 8px; border-radius:6px; display:inline-block; background:#f4f4f4; }
.icg-badge-warning { background:#fff6e6; border:1px solid #ffd8a8; color:#8a5a00; }

/* cancel button */
.icg-btn-cancel { background:#baffc9; color:#000; border:0; margin-top:8px; }
/* PhonePe specific button */
.icg-btn-primary { background:#1db954; color:#fff; }


/* responsive breakpoints */
@media (max-width:1200px) { .icg-subs-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width:900px)  { .icg-subs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width:600px)  { .icg-subs-grid { grid-template-columns: 1fr; } .icg-sub-image { height:160px; } }
