.pht{--ink:#172838;--muted:#607285;--line:#dce6ec;--accent:#087f8c;color:var(--ink);margin:32px 0 48px;font-family:inherit}.pht *{box-sizing:border-box}.pht [hidden]{display:none!important}.pht-header{margin-bottom:22px}.pht-eyebrow{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--accent)}.pht .pht-header h2{font-size:clamp(25px,3vw,36px);line-height:1.2;margin:8px 0 24px;font-weight:750}.pht-header p{color:var(--muted);margin:0}.pht-form{background:#f3f7f9;border:1px solid var(--line);border-radius:16px;padding:22px}.pht-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.pht label{display:flex;flex-direction:column;gap:6px;color:#42576a;font-weight:600;font-size:12px;margin:0;min-width:0}.pht select,.pht input[type=number]{width:100%;min-width:0;border:1px solid #c8d6df;border-radius:7px;background:#fff;color:var(--ink);padding:10px 9px;height:43px;font:inherit;font-size:13px;text-overflow:ellipsis}.pht select:focus,.pht input:focus,.pht button:focus-visible,.pht a:focus-visible,.pht summary:focus-visible{outline:3px solid #69cbd3;outline-offset:2px}.pht-form-footer{display:flex;gap:12px;align-items:flex-end;margin-top:19px}.pht-form-footer label{margin-left:auto;min-width:230px}.pht button{cursor:pointer;font:inherit;font-weight:650;border-radius:8px;padding:11px 20px;line-height:1.3;min-height:43px}.pht-apply,.pht a.pht-out{background:var(--accent);border:1px solid var(--accent);color:#fff}.pht-reset{background:transparent;border:1px solid #c5d5df;color:#42576a}.pht-result-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:24px 0 14px}.pht-status{margin:0;font-size:14px;font-weight:600}.pht-result-head small{font-size:11px;color:var(--muted)}.pht-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;align-items:start}.pht-card{padding:22px;border:1px solid var(--line);border-radius:13px;background:white;box-shadow:0 3px 12px #233f5510;min-width:0;transition:border-color .15s}.pht-card:hover{border-color:#94bfc6}.pht-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.pht a.pht-company{color:var(--accent);font-weight:700;text-decoration:none;font-size:14px}.pht-rank{white-space:nowrap;border-radius:5px;background:#eef5f7;padding:4px 7px;color:#557080;font-size:11px}.pht-rank b{color:var(--ink);margin-left:4px}.pht .pht-card h3{font-size:19px;line-height:1.35;margin:14px 0 22px;font-weight:700;overflow-wrap:anywhere}.pht-location{display:flex;align-items:center;gap:7px;min-height:22px;color:var(--muted);font-size:12px;margin-bottom:17px;overflow-wrap:anywhere}.pht-location img{object-fit:cover;flex:none;border-radius:2px}.pht-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 16px;margin:0;padding:16px 0;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4}.pht-specs div{min-width:0}.pht-specs dt{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:500}.pht-specs dd{margin:3px 0 0;font-size:13px;line-height:1.45;color:var(--ink);font-weight:600;overflow-wrap:anywhere}.pht-stock{font-size:11px;color:#407451;margin:14px 0 9px}.pht-stock.pht-unavailable{color:#a56325}.pht-price{font-size:27px;font-weight:750;line-height:1.3}.pht-price small{font-size:12px;font-weight:400;color:var(--muted)}.pht-secondary{font-size:11px;color:var(--muted);margin:5px 0}.pht-details{margin:15px 0;font-size:12px;line-height:1.65}.pht-details summary{cursor:pointer;color:#3c6073;padding:5px 0;font-weight:600}.pht-details-body{white-space:pre-wrap;overflow-wrap:anywhere;padding:12px;background:#f6f8fa;border-radius:6px;max-height:400px;overflow:auto}.pht-actions{display:flex;gap:8px;margin-top:17px}.pht .pht-actions a{display:flex;justify-content:center;align-items:center;padding:10px 12px;border-radius:7px;min-height:42px;font-size:12px;text-align:center;text-decoration:none;font-weight:650;flex:1}.pht a.pht-in{border:1px solid #cedce4;background:#fff;color:#355368}.pht a.pht-out:hover,.pht-apply:hover{background:#076b77;color:white}.pht-more{display:block;margin:25px auto 0;min-width:230px;border:1px solid #a1bfc9;color:#1b5c71;background:#f0f7fa}.pht button:disabled{opacity:.6;cursor:wait}.pht-empty{padding:35px 22px;text-align:center;background:#f5f8fa;border-radius:12px;color:var(--muted)}.pht-footnote{font-size:11px;line-height:1.65;color:var(--muted);margin:20px 0 0}.pht[aria-busy=true] .pht-results{opacity:.65}@media(max-width:1000px){.pht-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.pht{margin-top:24px}.pht-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pht-form{padding:16px;border-radius:11px}.pht-results{grid-template-columns:1fr}.pht-form-footer{flex-wrap:wrap}.pht-form-footer label{margin-left:0;width:100%;min-width:0;order:-1}.pht-form-footer button{flex:1}.pht-result-head{align-items:flex-start;flex-direction:column;gap:5px}.pht-card{padding:18px}.pht-rank{font-size:10px}.pht-price{font-size:25px}.pht-actions{flex-wrap:wrap}.pht .pht-actions a{min-width:120px}}@media(prefers-reduced-motion:reduce){.pht *{transition:none!important}}/* Archive layout: one sidebar controls the tariff results in the original content area. */
.ph-tariff-archive{width:100%;min-width:0}.pht-sidebar{display:grid;grid-template-columns:260px minmax(0,1fr);column-gap:24px;align-items:start;margin-top:0}.pht-sidebar> *{grid-column:2;min-width:0}.pht-sidebar>.pht-form{grid-column:1;grid-row:1 / span 9;position:sticky;top:85px;max-height:calc(100vh - 105px);overflow:auto;scrollbar-width:thin;padding:19px;background:#fff;border-radius:3px}.pht-sidebar .pht-fields{grid-template-columns:1fr;gap:18px}.pht-sidebar .pht-form-footer{flex-direction:column;align-items:stretch}.pht-sidebar .pht-form-footer label{min-width:0;width:100%;margin:0;order:-1}.pht-sidebar .pht-form-footer button{width:100%}.pht-sidebar .pht-results{grid-template-columns:repeat(3,minmax(0,1fr))}.pht-sidebar .pht-card{padding:18px;border-radius:5px}.pht-sidebar-title{display:none}.pht-sidebar .pht-sidebar-title{display:block;font-size:18px;font-weight:700;margin:0 0 20px}.pht-mobile-toggle{display:none}.pht-sidebar .pht-header h2{font-size:28px}.pht-sidebar .pht-header{margin-bottom:0}.pht-sidebar .pht-eyebrow{display:none}.pht-sidebar .pht-card h3{font-size:17px}.pht-sidebar .pht-actions{flex-direction:column}.pht-sidebar .pht-result-head{margin-top:18px}.pht-sidebar>.pht-more{justify-self:center}.pht-sidebar .pht-specs{gap:10px}.pht-sidebar .pht-price{font-size:25px}@media(max-width:1250px){.pht-sidebar .pht-results{grid-template-columns:repeat(2,minmax(0,1fr))}.pht-sidebar{grid-template-columns:235px minmax(0,1fr);column-gap:18px}}@media(max-width:800px){.pht-sidebar{display:block}.pht-sidebar>.pht-form{position:static;max-height:none;margin-bottom:20px}.pht-sidebar .pht-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.pht-sidebar .pht-mobile-toggle{display:block;width:100%;margin:17px 0 10px;border:1px solid #a1bfc9;background:#eef6f8;color:#1b5c71}.pht-sidebar.pht-filters-collapsed .pht-form{display:none}.pht-sidebar .pht-sidebar-title{display:none}.pht-sidebar .pht-header h2{font-size:25px}}@media(max-width:560px){.pht-sidebar .pht-results{grid-template-columns:1fr}.pht-sidebar .pht-actions{flex-direction:row}.pht-sidebar .pht-header p{font-size:13px}}
.pht-company-brand{display:flex;align-items:center;gap:9px;min-width:0}.pht-logo{width:48px;height:38px;object-fit:contain;flex:none;background:white}.pht-company-brand .pht-company{overflow-wrap:anywhere}.pht-sidebar .pht-card-head{align-items:flex-start;flex-wrap:wrap}.pht-sidebar .pht-rank{margin-left:auto}
.pht-show-rating>.pht-result-head,.pht-show-rating>.pht-results,.pht-show-rating>.pht-empty,.pht-show-rating>.pht-more,.pht-show-rating>.pht-footnote{display:none!important}.pht-rating{min-width:0;width:100%;margin-top:20px}.pht-rating .woocommerce-ordering{float:none}.pht-rating .products{width:100%;margin-left:0;margin-right:0}.pht-rating .woocommerce-pagination{margin-top:24px}
.pht-rating .products>li.ph-product-card{flex:0 0 33.333333%;max-width:33.333333%;width:33.333333%}@media(max-width:1150px){.pht-rating .products>li.ph-product-card{flex-basis:50%;max-width:50%;width:50%}}@media(max-width:600px){.pht-rating .products>li.ph-product-card{flex-basis:100%;max-width:100%;width:100%}}

.pht .pht-company-more{width:100%;margin:10px 0 0;padding:9px 12px;min-height:38px;border:1px solid #a8cbd0;background:#eef7f8;color:#087f8c;font-size:12px}.pht-company-expanded{grid-column:1 / -1;min-width:0;padding:18px;background:#f0f6f8;border:1px solid #cbdfe4}.pht-company-expanded-title{font-size:14px;font-weight:650;margin-bottom:15px}.pht-company-expanded-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.pht .pht-company-next{display:block;margin:16px auto 0;border:1px solid #a8cbd0;background:white;color:#087f8c;font-size:12px}.pht-company-error{font-size:12px;margin:10px 0 0}.pht-company-error:empty{display:none}@media(max-width:1250px){.pht-company-expanded-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.pht-company-expanded-cards{grid-template-columns:1fr}.pht-company-expanded{padding:12px}}

.pht select{appearance:none;-webkit-appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m2 2 4 4 4-4' fill='none' stroke='%23172838' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}@media(forced-colors:active){.pht select{appearance:auto;background-image:none}}
