.pv-financing { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid #dbe1e8; min-width: 0; font-size: 14px; }
.pv-financing[hidden] { display: none; }
.pv-financing h4 { font-size: 16px; margin: 0 0 8px; }
.pv-financing-selects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pv-financing-selects label { display: grid; gap: 6px; min-width: 0; }
.pv-financing select, .pv-financing [data-financing-bin] { width: 100%; min-width: 0; height: 40px; border: 1px solid #ccd3dc; border-radius: 4px; padding: 0 8px; background: #fff; }
.pv-financing ul:empty { display: none; }
.pv-financing ul { padding-left: 20px; margin: 12px 0; }
.pv-financing [data-financing-feedback] { color: #a33e18; margin: 12px 0; }
.pv-financing [data-financing-feedback]:empty { display: none; }
.pv-financing-offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pv-financing-offer { display: block; min-width: 0; border: 1px solid #d5dbe3; border-radius: 6px; padding: 12px; background: #fff; cursor: pointer; }
.pv-financing-offer:has(input:checked) { border-color: #f35b04; background: #fff8f3; }
.pv-financing-offer:focus-within { outline: 2px solid #19807c; outline-offset: 2px; }
.pv-financing-offer input { accent-color: #f35b04; margin-right: 6px; }
.pv-financing-offer strong { font-size: 14px; overflow-wrap: anywhere; }
.pv-financing-offer dl { margin: 12px 0 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; font-size: 13px; }
.pv-financing-offer dt { font-weight: 400; color: #526171; }
.pv-financing-offer dd { margin: 0; text-align: right; color: #24352c; overflow-wrap: anywhere; }
.pv-financing-estimate { color: #637080; font-size: 12px; margin: 12px 0 0; }
.pv-financing-summary { margin: 12px 0; }
.pv-financing-summary dl { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px 16px; margin: 8px 0; font-size: 14px; }
.pv-financing-summary dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
@media (max-width: 640px) { .pv-financing-selects, .pv-financing-offers { grid-template-columns: minmax(0, 1fr); } }
