/* Add-on styles */
.nva-logo-box{ display:flex; align-items:center; justify-content:center; background:#fff; border:1px solid #e5e7eb; border-radius:8px; padding:8px; overflow:hidden; }
.nva-logo-sm{ width:96px; height:32px; } .nva-logo-md{ width:120px; height:40px; } .nva-logo-lg{ width:160px; height:48px; }
.nva-logo-box img{ max-width:100%; max-height:100%; object-fit:contain; }
.nva-logo-fallback{ font-weight:800; font-size:13px; white-space:nowrap; }
.nva-price-block{ font-size:14px; }
.nva-price-main{ font-weight:800; }
.nva-subprice{ font-size:12px; color:#374151; opacity:.9; }
.nva-plan-select{ margin-top:6px; }
.nva-badge{ display:inline-block; font-size:11px; background:#eef2ff; color:#3730a3; padding:2px 6px; border-radius:999px; }

.nva-table{ width:100%; border-collapse:separate; border-spacing:0; }
.nva-table th, .nva-table td{ padding:10px 12px; border-bottom:1px solid #e5e7eb; vertical-align:middle; }
.nva-table th{ text-align:left; font-weight:700; font-size:14px; color:#374151; background:#f9fafb; position:sticky; top:0; }
.nva-cta{ display:inline-block; padding:8px 12px; border-radius:8px; background:#0ea5e9; color:#fff !important; text-decoration:none; font-weight:700; }

.nva-provider-cell{ display:flex; align-items:center; gap:12px; }
.nva-top{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:12px; }
