/* Minimal styles — customize freely in Elementor */
.isen-wallet-card, .isen-checkout-card {
    border: 1px solid var(--isen-border, #e5e7eb);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    background: var(--isen-bg, #fff);
    margin-bottom: 16px;
}
.isen-title { margin: 0 0 12px; font-weight: 700; }
.isen-balance { font-size: 34px; line-height: 1; margin: 8px 0 4px; }
.isen-balance small { font-size: 14px; color: #6b7280; }
.isen-bundles { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 12px; margin-bottom: 16px; }
.isen-bundle { display:flex; align-items: center; gap: 10px; border:1px solid #e5e7eb; border-radius:12px; padding:10px; cursor:pointer; }
.isen-bundle input { margin-right: 6px; }
.isen-badge { font-weight:600; }
.isen-price { margin-left:auto; font-weight:700; }
.isen-tx-table { width:100%; border-collapse: collapse; }
.isen-tx-table th, .isen-tx-table td { border-bottom:1px solid #eee; padding:8px; text-align:left; }
.isen-result { margin-top: 10px; }
