:root{--ink:#11231f;--muted:#74613a;--line:#eadfbd;--bg:#fffdf7;--panel:#fff;--brand:#b77900;--brand2:#f5b83d;--red:#b42318;--green:#8a5a00;--amber:#a15c07;--blue:#175cd3;--shadow:0 18px 45px rgba(74,49,0,.10);--radius:20px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--ink);background:var(--bg);line-height:1.55}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:1180px;margin:auto;padding:0 22px}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}.logo{font-weight:950;font-size:clamp(1.45rem,2.4vw,2rem);color:var(--ink);letter-spacing:-.055em;white-space:nowrap}.logo span{color:#f5b83d}.links{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.links::-webkit-scrollbar{display:none}.links a{font-size:.82rem;color:#4e4128;padding:8px 9px;border-radius:999px;flex:0 0 auto}.links a.active,.links a:hover{background:#fff6d8;text-decoration:none;color:#8a5a00}.hero{padding:72px 0 42px;background:radial-gradient(circle at 25% 0,#fff0b8,transparent 35%),linear-gradient(135deg,#fff 0%,#fff8df 100%);border-bottom:1px solid var(--line)}.eyebrow{text-transform:uppercase;font-size:.78rem;font-weight:800;letter-spacing:.12em;color:#8a5a00}h1{font-size:clamp(2.3rem,6vw,5.3rem);line-height:.95;margin:12px 0 18px;letter-spacing:-.07em}h2{font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 16px}h3{margin:0 0 10px;font-size:1.18rem}.lead{font-size:1.18rem;color:#5b4b2f;max-width:760px}.btn{display:inline-flex;align-items:center;gap:8px;background:#f5b83d;color:#2a2100;border:0;border-radius:999px;padding:13px 18px;font-weight:800;box-shadow:var(--shadow);cursor:pointer}.btn:hover{text-decoration:none;background:#e3a72b;color:#1f1800}.btn.secondary{background:#fff;color:#8a5a00;border:1px solid #f5d77a;box-shadow:none}.grid{display:grid;gap:18px}.cards{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin:24px 0}.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 10px 25px rgba(74,49,0,.05)}.section{padding:44px 0}.muted{color:var(--muted)}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.78rem;font-weight:800;border:1px solid var(--line);background:#fff}.Legal,.Likely-Legal{color:#6f4900;background:#fff6d8;border-color:#f5d77a}.Restricted{color:var(--amber);background:#fffaeb;border-color:#fedf89}.Unclear{color:#344054;background:#f2f4f7}.Not-Currently-Allowed{color:var(--red);background:#fef3f2;border-color:#fecdca}.Pending-Legislation{color:var(--blue);background:#eff4ff;border-color:#b2ccff}.warning{border:2px solid #fecdca;background:#fff4f3;color:#7a271a;border-radius:var(--radius);padding:18px;font-weight:750}.notice{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius);padding:16px}.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{width:100%;border-collapse:collapse;min-width:850px}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;background:#fff6d8;color:#5f4300}tr:last-child td{border-bottom:0}.formgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}label{font-weight:800;font-size:.9rem}input,select,textarea{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #f5d77a;border-radius:12px;background:#fff;color:var(--ink);font:inherit}button{font:inherit}.result{margin-top:18px}.product-card{display:grid;grid-template-columns:1fr;gap:12px}.two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.sources{font-size:.85rem}.sources a{display:inline-block;margin:0 8px 4px 0}.footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted);background:#fff}.callout{background:#f5b83d;color:#2a2100;border-radius:28px;padding:28px;display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.callout .muted{color:#5f4300}@media(max-width:780px){.nav{align-items:flex-start;flex-direction:column}.links{width:100%;max-height:none;overflow-x:auto}.hero{padding-top:38px}h1{font-size:2.7rem}.logo{font-size:1.6rem}}


/* Restored spacing/gutters — no wide-view overrides */
.wrap{max-width:1320px;margin:0 auto;padding-left:10px;padding-right:10px}.hero .wrap,.section .wrap,.footer .wrap{max-width:1320px}.table-hint{display:none;color:var(--muted);font-size:.86rem;font-weight:750;margin:0 0 8px}.recommendation-summary{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin:18px 0}.summary-card{border:2px solid #f5d77a;background:#fff6d8}.summary-card b{display:block;color:var(--brand);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.summary-card span{display:block;font-size:1.2rem;font-weight:900;margin-top:4px}.recommendation h3{margin-top:26px}.recommendation ul{padding-left:1.25rem}.recommendation li{margin:8px 0}@media(max-width:780px){.wrap{padding-left:8px;padding-right:8px}.hero .wrap,.section .wrap,.footer .wrap{max-width:100%}.table-hint{display:block}.nav{align-items:flex-start;flex-direction:column}.links{width:100%;max-height:none;overflow-x:auto}.hero{padding-top:38px}h1{font-size:2.7rem}.logo{font-size:1.6rem}}@media(max-width:420px){.wrap{padding-left:6px;padding-right:6px}}


/* Overflow containment */
.product-card,.product-card *,.sources,.sources *,.card,.panel{min-width:0;overflow-wrap:anywhere;word-break:normal}.product-card a,.sources a{word-break:break-word}.grid,.cards,.two{min-width:0}.tablewrap{max-width:100%;overflow-x:auto}.wrap{min-width:0}


/* Mobile text containment — prevent clipping */
@media(max-width:780px){
  html,body{max-width:100%;overflow-x:hidden}.wrap{box-sizing:border-box}.hero h1,h1{max-width:100%;font-size:clamp(2.05rem,10vw,2.55rem);line-height:1.05;overflow-wrap:break-word;word-break:normal}.lead,.hero p,p,li,h2,h3,label,.card,.panel,.callout{max-width:100%;overflow-wrap:break-word}.hero p:has(.btn){display:flex;flex-wrap:wrap;gap:10px}.hero p .btn{margin:0 0 4px 0;white-space:normal}.formgrid,.grid,.cards,.two{min-width:0}.formgrid>*,.grid>*,.cards>*,.two>*{min-width:0}input,select,textarea{max-width:100%}.footer{overflow-wrap:break-word}
}
@media(max-width:420px){.hero h1,h1{font-size:2.05rem}.lead{font-size:1rem}.hero p:has(.btn){flex-direction:column}.hero p .btn{width:100%;justify-content:center}}


/* Conservative mobile fit */
@media(max-width:780px){
  .hero h1,h1{font-size:clamp(1.75rem,7.5vw,2.1rem)!important;line-height:1.12!important;letter-spacing:-.035em!important;white-space:normal!important;max-width:100%!important}.lead{font-size:.98rem!important;line-height:1.5!important}.hero p:has(.btn){display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important}.hero p .btn{width:100%!important;justify-content:center!important;text-align:center!important}.wrap{overflow-wrap:break-word}.card,.panel,.callout{overflow-wrap:break-word}.links{max-width:100%;overflow-x:auto!important}
}
@media(max-width:420px){.hero h1,h1{font-size:1.72rem!important}.lead{font-size:.95rem!important}}


/* Yellow theme update */
:root{--brand:#b77900;--brand2:#f5b83d;--yellow:#f5b83d;--yellow-dark:#8a5a00;--yellow-soft:#fff6d8;--yellow-line:#f5d77a;--yellow-hero:#fff8df}.logo span{color:var(--yellow)}a{color:var(--brand)}.links a.active,.links a:hover{background:var(--yellow-soft);color:var(--yellow-dark)}.hero{background:radial-gradient(circle at 25% 0,#fff0b8,transparent 35%),linear-gradient(135deg,#fff 0%,var(--yellow-hero) 100%)}.eyebrow{color:var(--yellow-dark)}.btn{background:var(--yellow);color:#2a2100}.btn:hover{background:#e3a72b;color:#1f1800}.btn.secondary{background:#fff;color:var(--yellow-dark);border-color:var(--yellow-line)}th{background:var(--yellow-soft);color:#5f4300}.callout{background:var(--yellow);color:#2a2100}.callout .muted{color:#5f4300}.callout .btn.secondary{background:#fff;color:var(--yellow-dark);border-color:#e6bd43}.summary-card{border-color:var(--yellow-line);background:var(--yellow-soft)}.summary-card b{color:var(--yellow-dark)}input:focus,select:focus,textarea:focus{outline:2px solid var(--yellow-line);border-color:var(--yellow-dark)}.table-hint{color:var(--yellow-dark)}


/* Law status clarity: Legal/Likely Legal stay green, Restricted stays amber/yellow */
.Legal,.Likely-Legal{color:#087443!important;background:#ecfdf3!important;border-color:#abefc6!important}.Restricted{color:#8a5a00!important;background:#fff6d8!important;border-color:#f5d77a!important}.source-note{display:inline-block;margin:0 8px 4px 0;color:var(--muted)}


/* Law status guide spacing and containment */
.status-guide{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:12px;margin:14px 0 0}.status-card{padding:14px 15px;border-radius:18px;overflow:hidden;min-width:0}.status-card .pill{max-width:100%;white-space:normal;text-align:center;line-height:1.18;justify-content:center;overflow-wrap:anywhere}.status-card p{margin:10px 0 0;font-size:.92rem;line-height:1.38;max-width:100%;overflow-wrap:break-word}.status-guide-panel h2{margin-bottom:0}.law-status-section{padding-top:22px}
.status-card:has(.Legal){background:#f6fef9;border-color:#abefc6}.status-card:has(.Pending-Legislation){background:#f5f8ff;border-color:#b2ccff}.status-card:has(.Restricted){background:#fffbeb;border-color:#f5d77a}.status-card:has(.Not-Currently-Allowed){background:#fff6f5;border-color:#fecdca}.status-card:has(.Unclear){background:#f8fafc;border-color:#d0d5dd}
@media(max-width:520px){.status-guide{grid-template-columns:1fr;margin-top:12px}.status-card{padding:13px}.law-status-section{padding-top:18px}}


/* Long status pill containment — fixes multi-word labels like Not Currently Allowed */
.pill{max-width:100%;white-space:normal;line-height:1.18;text-align:center;overflow-wrap:anywhere;word-break:normal;vertical-align:middle}.status-card .pill{display:flex;width:100%;min-width:0;justify-content:center;padding:7px 10px}.status-card .pill.Not-Currently-Allowed{font-size:.72rem;letter-spacing:-.01em}.status-card{display:flex;flex-direction:column;align-items:stretch}.status-card p{min-width:0}
#statusSummary{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}#statusSummary .pill{flex:0 1 auto;min-width:0}.tablewrap .pill,.result .pill{max-width:100%;display:inline-flex}
@media(max-width:520px){.status-card .pill{font-size:.76rem}.status-card .pill.Not-Currently-Allowed{font-size:.68rem}}


/* Status pills: keep words intact, no mid-word breaks */
.pill{white-space:nowrap!important;overflow-wrap:normal!important;word-break:keep-all!important;hyphens:none!important;line-height:1.2}.status-card .pill{width:auto;max-width:100%;align-self:center;display:inline-flex;justify-content:center;padding:7px 11px}.status-card .pill.Not-Currently-Allowed{font-size:.70rem;letter-spacing:-.02em}.status-card .pill.Pending-Legislation{font-size:.74rem;letter-spacing:-.01em}#statusSummary .pill{white-space:nowrap!important}.tablewrap .pill,.result .pill{white-space:nowrap!important}
@media(max-width:520px){.status-card .pill.Not-Currently-Allowed{font-size:.66rem}.status-card .pill.Pending-Legislation{font-size:.70rem}}
@media(max-width:360px){.status-card .pill.Not-Currently-Allowed{font-size:.62rem}.status-card .pill.Pending-Legislation{font-size:.66rem}}


/* Status badge sizing — readable whole-word labels */
.pill{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important;width:max-content;max-width:none;min-width:max-content;line-height:1.2}.pill.Pending-Legislation{min-width:142px}.pill.Not-Currently-Allowed{min-width:156px}.status-guide{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.status-card .pill{align-self:flex-start;width:max-content;max-width:100%;min-width:max-content}.status-card .pill.Not-Currently-Allowed,.status-card .pill.Pending-Legislation{font-size:.78rem;letter-spacing:0}#statusSummary .pill{flex:0 0 auto}.tablewrap th:nth-child(2),.tablewrap td:nth-child(2){min-width:185px;white-space:nowrap}.tablewrap .pill{width:max-content;max-width:none;min-width:max-content}.result .pill{width:max-content;max-width:none;min-width:max-content}
@media(max-width:520px){.status-guide{grid-template-columns:1fr}.status-card .pill.Not-Currently-Allowed,.status-card .pill.Pending-Legislation{font-size:.78rem}.pill.Pending-Legislation{min-width:142px}.pill.Not-Currently-Allowed{min-width:156px}}


/* Source column clarity — links look clickable, notes do not */
.source-help{margin:0 0 12px;font-size:.9rem}.source-list{display:flex;flex-direction:column;gap:7px;align-items:flex-start;min-width:180px}.source-list>b{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#5f4300}.source-chip{display:inline-flex;align-items:center;gap:7px;max-width:100%;border-radius:999px;padding:6px 9px;font-size:.8rem;line-height:1.2;border:1px solid var(--line);text-decoration:none!important}.source-link{background:#fff6d8;border-color:#f5d77a;color:#8a5a00;font-weight:800;box-shadow:0 2px 0 rgba(138,90,0,.08)}.source-link:hover{background:#f5b83d;color:#2a2100;text-decoration:none!important}.source-note{background:#f8fafc;border-color:#d0d5dd;color:#667085;font-weight:650}.source-index{flex:0 0 auto}.source-domain{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:230px}.source-open{font-weight:900;opacity:.8}.source-empty{border-style:dashed}.tablewrap th:nth-child(8),.tablewrap td:nth-child(8){min-width:230px}
@media(max-width:780px){.source-domain{max-width:190px}.tablewrap th:nth-child(8),.tablewrap td:nth-child(8){min-width:220px}}

/* Source column refinement */
.tablewrap .source-list>b{display:none}.source-note{border:0;border-left:3px solid #d0d5dd;border-radius:8px;background:#f8fafc;color:#667085;box-shadow:none;cursor:default}.source-note .source-domain{white-space:normal;overflow:visible;text-overflow:clip;max-width:360px}.source-note .source-index{font-weight:800;color:#475467}.tablewrap th:nth-child(8),.tablewrap td:nth-child(8){min-width:300px}.source-link .source-domain{max-width:260px}
@media(max-width:780px){.tablewrap th:nth-child(8),.tablewrap td:nth-child(8){min-width:280px}.source-link .source-domain{max-width:210px}.source-note .source-domain{max-width:240px}}


/* Law table readability updates */
.law-status-section table{min-width:1250px}.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){min-width:300px;width:24%}.law-status-section th:nth-child(7),.law-status-section td:nth-child(7){min-width:240px}.law-status-section th:nth-child(8),.law-status-section td:nth-child(8){min-width:230px;width:18%}.no-sources{color:#667085;font-style:italic;background:#f8fafc;border:1px dashed #d0d5dd;border-radius:10px;padding:8px 10px}.law-status-section .source-list>b,.law-status-section .source-note{display:none!important}
@media(max-width:780px){.law-status-section table{min-width:1200px}.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){min-width:280px}}


/* Law table v3: keep Sources visible while giving Plug-in solar more room */
.law-status-section .tablewrap{overflow-x:auto}.law-status-section table{min-width:1180px;table-layout:fixed}.law-status-section th,.law-status-section td{padding:10px 11px}.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:105px}.law-status-section th:nth-child(2),.law-status-section td:nth-child(2){width:170px;min-width:0}.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){width:280px;min-width:280px}.law-status-section th:nth-child(4),.law-status-section td:nth-child(4){width:135px}.law-status-section th:nth-child(5),.law-status-section td:nth-child(5){width:145px}.law-status-section th:nth-child(6),.law-status-section td:nth-child(6){width:145px}.law-status-section th:nth-child(7),.law-status-section td:nth-child(7){width:155px;min-width:0}.law-status-section th:nth-child(8),.law-status-section td:nth-child(8){width:145px!important;min-width:145px!important}.law-status-section .source-list{min-width:0;gap:6px}.law-status-section .source-chip{padding:6px 8px}.law-status-section .source-domain{display:none}.law-status-section .no-sources{font-size:.8rem;padding:7px 8px}.law-status-section td{overflow-wrap:break-word}.law-status-section .pill{min-width:0;width:auto;max-width:100%;white-space:normal!important}
@media(max-width:780px){.law-status-section table{min-width:1180px}.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){width:280px;min-width:280px}.law-status-section th:nth-child(8),.law-status-section td:nth-child(8){width:145px!important;min-width:145px!important}}


/* Law table v4: keep state names whole */
.law-status-section table{min-width:1240px}.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:130px!important;min-width:130px!important;white-space:nowrap;overflow-wrap:normal!important;word-break:normal!important}.law-status-section td:nth-child(1) b{white-space:nowrap;overflow-wrap:normal!important;word-break:normal!important}.law-status-section td{overflow-wrap:break-word;word-break:normal}.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){width:290px;min-width:290px}.law-status-section th:nth-child(8),.law-status-section td:nth-child(8){width:145px!important;min-width:145px!important}
@media(max-width:780px){.law-status-section table{min-width:1240px}.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:130px!important;min-width:130px!important}}

/* Law table v4b: allow every state name to remain whole, including District of Columbia */
.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:170px!important;min-width:170px!important;max-width:none!important}.law-status-section table{min-width:1280px}
@media(max-width:780px){.law-status-section table{min-width:1280px}.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:170px!important;min-width:170px!important}}

/* LAW_TABLE_STABLE_V6 */
/* Clean Law table sizing: fit desktop/tablet without clipping Sources; scroll only on narrow mobile */
.law-status-section .tablewrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.law-status-section table{table-layout:fixed;width:100%;min-width:1080px}
.law-status-section th,.law-status-section td{padding:7px 8px;font-size:.8rem;line-height:1.32;overflow:visible;overflow-wrap:break-word;word-break:normal;hyphens:none}
.law-status-section th:nth-child(1),.law-status-section td:nth-child(1){width:120px;min-width:120px;white-space:normal;overflow-wrap:normal!important;word-break:normal!important}
.law-status-section td:nth-child(1) b{white-space:normal;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
.law-status-section th:nth-child(2),.law-status-section td:nth-child(2){width:120px;min-width:120px}
.law-status-section th:nth-child(3),.law-status-section td:nth-child(3){width:235px;min-width:235px}
.law-status-section th:nth-child(4),.law-status-section td:nth-child(4){width:110px;min-width:110px}
.law-status-section th:nth-child(5),.law-status-section td:nth-child(5){width:115px;min-width:115px}
.law-status-section th:nth-child(6),.law-status-section td:nth-child(6){width:120px;min-width:120px}
.law-status-section th:nth-child(7),.law-status-section td:nth-child(7){width:130px;min-width:130px}
.law-status-section th:nth-child(8),.law-status-section td:nth-child(8){width:130px!important;min-width:130px!important;max-width:130px!important;padding-right:8px}
.law-status-section .source-list{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;max-width:100%}
.law-status-section .source-chip{display:inline-flex;max-width:100%;padding:5px 7px;font-size:.75rem;white-space:nowrap}
.law-status-section .source-domain{display:none!important}
.law-status-section .no-sources{display:block;max-width:100%;font-size:.73rem;line-height:1.25;padding:6px;white-space:normal;overflow-wrap:normal;word-break:normal}
.law-status-section .pill{white-space:normal!important;min-width:0!important;width:auto!important;max-width:100%!important}
@media(max-width:780px){.law-status-section table{min-width:1080px}.law-status-section th,.law-status-section td{font-size:.78rem;padding:7px}}

/* GLOBAL_SOURCE_FORMAT_STABLE */

/* Consistent source rendering across Law, compatibility, product cards, and recommendations */
.sources.source-list{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;max-width:100%;font-size:.84rem;overflow-wrap:normal!important;word-break:normal!important}
.source-chip{display:inline-flex!important;align-items:center;gap:6px;max-width:100%;border-radius:999px;padding:5px 8px;font-size:.78rem;line-height:1.2;text-decoration:none!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important}
.source-link{background:#fff6d8;border:1px solid #f5d77a;color:#8a5a00;font-weight:800;box-shadow:0 2px 0 rgba(138,90,0,.08)}
.source-link:hover{background:#f5b83d;color:#2a2100;text-decoration:none!important}
.source-index,.source-open{display:inline-block;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important}
.source-domain,.source-note,.source-list>b{display:none!important}
.no-sources{display:inline-block;max-width:100%;font-size:.78rem;line-height:1.25;color:#667085;font-style:italic;background:#f8fafc;border:1px dashed #d0d5dd;border-radius:10px;padding:6px 8px;white-space:normal;overflow-wrap:normal!important;word-break:normal!important}
.tablewrap td .sources.source-list{min-width:96px}.product-card .sources.source-list,.recommendation .sources.source-list{margin-top:4px}

/* PRODUCT_TABLE_STABLE_V2 */
/* Product summary tables: readable columns first; use horizontal scroll instead of text collision */
.product-tablewrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.product-summary-table{width:max-content;min-width:1180px;table-layout:auto}
.product-summary-table th,.product-summary-table td{padding:9px 11px;font-size:.82rem;line-height:1.35;overflow:hidden;overflow-wrap:anywhere;word-break:normal;hyphens:none;vertical-align:top}
.product-summary-table th{white-space:nowrap;overflow-wrap:normal;word-break:normal}
.product-summary-table a{overflow-wrap:anywhere;word-break:normal}
.product-packages-table{min-width:1520px}.product-microinverters-table{min-width:1320px}.product-batteries-table{min-width:1320px}.product-meters-table{min-width:1180px}.product-panels-table{min-width:1040px}.product-racking-table{min-width:1080px}
body[data-page="packages"] .table-hint,body[data-page="microinverters"] .table-hint,body[data-page="batteries"] .table-hint,body[data-page="meters"] .table-hint,body[data-page="panels"] .table-hint,body[data-page="racking"] .table-hint{display:block}
@media(max-width:780px){.product-summary-table th,.product-summary-table td{font-size:.78rem;padding:8px 9px}}

/* PACKAGES_TABLE_DESKTOP_FIT */

/* Packages table: fit normal desktop without partial right-edge column clipping */
@media(min-width:1180px){
  body[data-page="packages"] .product-packages-table{width:100%;min-width:0;table-layout:fixed}
  body[data-page="packages"] .product-packages-table th,body[data-page="packages"] .product-packages-table td{font-size:.75rem;line-height:1.28;padding:7px 7px;overflow-wrap:anywhere;word-break:normal;hyphens:none}
  body[data-page="packages"] .product-packages-table th{font-size:.68rem;white-space:normal;overflow-wrap:normal;word-break:normal;letter-spacing:.035em}
  body[data-page="packages"] .product-packages-table th:nth-child(1),body[data-page="packages"] .product-packages-table td:nth-child(1){width:8%}
  body[data-page="packages"] .product-packages-table th:nth-child(2),body[data-page="packages"] .product-packages-table td:nth-child(2){width:11%}
  body[data-page="packages"] .product-packages-table th:nth-child(3),body[data-page="packages"] .product-packages-table td:nth-child(3){width:18%}
  body[data-page="packages"] .product-packages-table th:nth-child(4),body[data-page="packages"] .product-packages-table td:nth-child(4){width:8%}
  body[data-page="packages"] .product-packages-table th:nth-child(5),body[data-page="packages"] .product-packages-table td:nth-child(5){width:8%}
  body[data-page="packages"] .product-packages-table th:nth-child(6),body[data-page="packages"] .product-packages-table td:nth-child(6){width:11%}
  body[data-page="packages"] .product-packages-table th:nth-child(7),body[data-page="packages"] .product-packages-table td:nth-child(7){width:10%}
  body[data-page="packages"] .product-packages-table th:nth-child(8),body[data-page="packages"] .product-packages-table td:nth-child(8){width:11%}
  body[data-page="packages"] .product-packages-table th:nth-child(9),body[data-page="packages"] .product-packages-table td:nth-child(9){width:8%}
  body[data-page="packages"] .product-packages-table th:nth-child(10),body[data-page="packages"] .product-packages-table td:nth-child(10){width:7%}
}


/* Packages table v2: wrap product names instead of clipping */
@media(min-width:1180px){
  body[data-page="packages"] .product-packages-table td{overflow:visible;white-space:normal}
  body[data-page="packages"] .product-packages-table th:nth-child(1),body[data-page="packages"] .product-packages-table td:nth-child(1){width:7%}
  body[data-page="packages"] .product-packages-table th:nth-child(2),body[data-page="packages"] .product-packages-table td:nth-child(2){width:13%}
  body[data-page="packages"] .product-packages-table th:nth-child(3),body[data-page="packages"] .product-packages-table td:nth-child(3){width:17%}
}

/* LAW_STATUS_CENTERING */

/* Law table: center status pills consistently in the Status column */
.law-status-section th:nth-child(2),
.law-status-section td:nth-child(2){text-align:center!important;vertical-align:middle!important}
.law-status-section td:nth-child(2) .pill{display:inline-flex!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;align-items:center!important;text-align:center!important}
.law-status-section th:nth-child(7),
.law-status-section td:nth-child(7){text-align:left!important}

/* LAW_WATTAGE_NOTE */

/* Law page: explicit allowed wattage line inside Plug-in solar column */
.wattage-note{margin-top:8px;padding:7px 8px;border-left:3px solid #f5b83d;background:#fffaf0;border-radius:8px;color:#5f4300;font-size:.78rem;line-height:1.3}
.wattage-note b{font-weight:900;color:#8a5a00}
.law-status-section td:nth-child(3){vertical-align:top}

/* RECOMMENDATION_RATE_HELP */

/* Recommendation Tool editable auto-filled rate helper */
.field-help{display:block;margin-top:6px;color:var(--muted);font-size:.78rem;font-weight:650;line-height:1.3}

/* Recommendation Tool component tables: keep text readable and Buy links intact */
.recommendation-tablewrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.recommendation-components-table{width:100%;min-width:760px;table-layout:fixed}
.recommendation-components-table th,.recommendation-components-table td{font-size:.95rem;line-height:1.42;padding:11px 12px;overflow-wrap:break-word;word-break:normal;hyphens:none;vertical-align:top}
.recommendation-components-table th{font-size:.78rem;white-space:nowrap}
.recommendation-components-table th:nth-child(1),.recommendation-components-table td:nth-child(1){width:28%;min-width:0!important;white-space:normal!important}
.recommendation-components-table th:nth-child(2),.recommendation-components-table td:nth-child(2){width:22%;min-width:0!important;white-space:normal!important}
.recommendation-components-table th:nth-child(3),.recommendation-components-table td:nth-child(3){width:96px!important;min-width:96px!important;max-width:96px!important;text-align:center;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important}
.recommendation-components-table th:nth-child(4),.recommendation-components-table td:nth-child(4){width:auto;min-width:0!important;white-space:normal!important}
.recommendation-components-table .rec-buy-link{display:inline-flex;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;padding:8px 12px;font-size:.9rem;line-height:1.1;box-shadow:none}
@media(max-width:780px){.recommendation-components-table{min-width:720px}.recommendation-components-table th,.recommendation-components-table td{font-size:.9rem;padding:10px}.recommendation-components-table .rec-buy-link{font-size:.88rem}}


/* Recommendation Tool buy-column hard fix (20260619recbuy2) */
.recommendation .recommendation-components-table{width:100%;min-width:900px;table-layout:fixed}
.recommendation .recommendation-components-table th,.recommendation .recommendation-components-table td{font-size:1rem;line-height:1.45;padding:12px 14px;vertical-align:middle;overflow-wrap:normal;word-break:normal;hyphens:none}
.recommendation .recommendation-components-table th:nth-child(1),.recommendation .recommendation-components-table td:nth-child(1){width:30%;white-space:normal;overflow-wrap:break-word}
.recommendation .recommendation-components-table th:nth-child(2),.recommendation .recommendation-components-table td:nth-child(2){width:23%;white-space:normal;overflow-wrap:break-word}
.recommendation .recommendation-components-table th:nth-child(3),.recommendation .recommendation-components-table td:nth-child(3){width:150px!important;min-width:150px!important;max-width:150px!important;text-align:center;white-space:nowrap!important;overflow-wrap:normal!important;word-break:keep-all!important}
.recommendation .recommendation-components-table th:nth-child(4),.recommendation .recommendation-components-table td:nth-child(4){width:auto;white-space:normal;overflow-wrap:break-word}
.recommendation .recommendation-components-table .rec-buy-link{display:inline-flex!important;align-items:center;justify-content:center;min-width:76px!important;width:auto!important;max-width:none!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:keep-all!important;hyphens:none!important;padding:9px 14px!important;font-size:.95rem!important;line-height:1.1!important;text-align:center!important}
@media(max-width:780px){.recommendation .recommendation-components-table{min-width:860px}.recommendation .recommendation-components-table th,.recommendation .recommendation-components-table td{font-size:.95rem}}


/* Unified View button style (20260624viewchip1): match Source chips */
.view-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:76px!important;width:auto!important;max-width:none!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:keep-all!important;hyphens:none!important;padding:9px 14px!important;font-size:.95rem!important;line-height:1.1!important;text-align:center!important;box-shadow:none!important}
.tablewrap td .view-link{margin:0 auto}
.product-card .view-link,.recommendation .card .view-link{margin-top:2px}


/* Match Recommendation Tool table text to product/package tables (20260619rectext1) */
@media(min-width:1180px){
  .recommendation .recommendation-components-table th,
  .recommendation .recommendation-components-table td{font-size:.75rem!important;line-height:1.28!important;padding:7px 7px!important}
  .recommendation .recommendation-components-table th{font-size:.68rem!important;letter-spacing:.035em!important}
  .recommendation .recommendation-components-table .view-link{font-size:.75rem!important;padding:7px 10px!important;min-width:64px!important}
}
@media(max-width:1179px){
  .recommendation .recommendation-components-table th,
  .recommendation .recommendation-components-table td{font-size:.78rem!important;line-height:1.32!important;padding:8px 9px!important}
  .recommendation .recommendation-components-table .view-link{font-size:.78rem!important;padding:7px 10px!important;min-width:64px!important}
}


/* Product tables fit-to-page with wrapped text (20260619tablescompat1) */
@media(min-width:1180px){
  body[data-page="microinverters"] .product-summary-table,
  body[data-page="batteries"] .product-summary-table,
  body[data-page="meters"] .product-summary-table,
  body[data-page="panels"] .product-summary-table,
  body[data-page="racking"] .product-summary-table{width:100%!important;min-width:0!important;table-layout:fixed!important}
  body[data-page="microinverters"] .product-summary-table th,body[data-page="microinverters"] .product-summary-table td,
  body[data-page="batteries"] .product-summary-table th,body[data-page="batteries"] .product-summary-table td,
  body[data-page="meters"] .product-summary-table th,body[data-page="meters"] .product-summary-table td,
  body[data-page="panels"] .product-summary-table th,body[data-page="panels"] .product-summary-table td,
  body[data-page="racking"] .product-summary-table th,body[data-page="racking"] .product-summary-table td{font-size:.75rem!important;line-height:1.28!important;padding:7px 7px!important;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:none!important}
  body[data-page="microinverters"] .product-summary-table th,body[data-page="batteries"] .product-summary-table th,body[data-page="meters"] .product-summary-table th,body[data-page="panels"] .product-summary-table th,body[data-page="racking"] .product-summary-table th{font-size:.68rem!important;letter-spacing:.035em!important;overflow-wrap:normal!important}
  body[data-page="microinverters"] .table-hint,body[data-page="batteries"] .table-hint,body[data-page="meters"] .table-hint,body[data-page="panels"] .table-hint,body[data-page="racking"] .table-hint{display:none!important}
}
@media(min-width:1180px){
  body[data-page="microinverters"] .product-summary-table th:nth-last-child(1),body[data-page="microinverters"] .product-summary-table td:nth-last-child(1),
  body[data-page="batteries"] .product-summary-table th:nth-last-child(1),body[data-page="batteries"] .product-summary-table td:nth-last-child(1),
  body[data-page="meters"] .product-summary-table th:nth-last-child(1),body[data-page="meters"] .product-summary-table td:nth-last-child(1),
  body[data-page="panels"] .product-summary-table th:nth-last-child(1),body[data-page="panels"] .product-summary-table td:nth-last-child(1),
  body[data-page="racking"] .product-summary-table th:nth-last-child(1),body[data-page="racking"] .product-summary-table td:nth-last-child(1){width:7%!important;text-align:center!important;white-space:nowrap!important;overflow-wrap:normal!important}
}


/* Mobile nav/content fit */
@media(max-width:780px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important}
  .topbar{overflow:hidden}
  .nav{gap:10px!important;padding-top:10px!important;padding-bottom:10px!important}
  .links{display:flex!important;flex-wrap:wrap!important;white-space:normal!important;overflow:visible!important;width:100%!important;max-width:100%!important;gap:5px!important}
  .links a{flex:0 1 auto!important;font-size:.74rem!important;line-height:1.15!important;padding:7px 8px!important;white-space:normal!important;text-align:center!important}
  .hero,.section,.footer{overflow:hidden}
  .hero h1,h1,.lead,p,li{max-width:100%!important;overflow-wrap:break-word!important}
}
@media(max-width:420px){.links a{font-size:.70rem!important;padding:6px 7px!important}}


/* Pre-deploy package header readability */
@media(min-width:1180px){
  body[data-page="packages"] .product-packages-table th,
  body[data-page="packages"] .product-packages-table td{font-size:.72rem!important;line-height:1.24!important;padding:6px 6px!important}
  body[data-page="packages"] .product-packages-table th{font-size:.62rem!important;letter-spacing:.025em!important;text-transform:none!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
  body[data-page="packages"] .product-packages-table th:nth-child(1),body[data-page="packages"] .product-packages-table td:nth-child(1){width:8%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(2),body[data-page="packages"] .product-packages-table td:nth-child(2){width:11%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(3),body[data-page="packages"] .product-packages-table td:nth-child(3){width:17%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(4),body[data-page="packages"] .product-packages-table td:nth-child(4){width:8%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(5),body[data-page="packages"] .product-packages-table td:nth-child(5){width:7%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(6),body[data-page="packages"] .product-packages-table td:nth-child(6){width:11%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(7),body[data-page="packages"] .product-packages-table td:nth-child(7){width:10%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(8),body[data-page="packages"] .product-packages-table td:nth-child(8){width:11%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(9),body[data-page="packages"] .product-packages-table td:nth-child(9){width:9%!important}
  body[data-page="packages"] .product-packages-table th:nth-child(10),body[data-page="packages"] .product-packages-table td:nth-child(10){width:8%!important}
}

/* View links now intentionally match Source chip styling (20260624viewchip1) */
.view-link.source-chip.source-link{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;min-width:0!important;width:auto!important;max-width:100%!important;border-radius:999px!important;padding:5px 8px!important;font-size:.78rem!important;line-height:1.2!important;background:#fff6d8!important;border:1px solid #f5d77a!important;color:#8a5a00!important;font-weight:800!important;box-shadow:0 2px 0 rgba(138,90,0,.08)!important;text-decoration:none!important;white-space:nowrap!important}
.view-link.source-chip.source-link:hover{background:#f5b83d!important;color:#2a2100!important;text-decoration:none!important}
.tablewrap td .view-link.source-chip{margin:0!important}
.recommendation .recommendation-components-table .view-link.source-chip{font-size:.78rem!important;padding:5px 8px!important;min-width:0!important}
