:root{--primary-color:#2563eb;--bg-color:#f8fafc;--card-bg:#fff;--text-color:#1e293b;--border-color:#e2e8f0;--cheapest-bg:#fefce8;--cta-color:#16a34a}body{color:var(--text-color);background-color:#fff;padding:30px;}.calculator-container{max-width:638.667px;margin:0 auto}.calc-controls{justify-content:space-between;align-items:center;margin-bottom:8px;}.quick-filter-group{gap:20px;margin-bottom:12px;display: flex}.filter-btn{text-align:center;border:1px solid var(--border-color);cursor:pointer;color:#555;white-space:nowrap;background:#fff;border-radius:4px;flex:1;padding:6px 4px;font-size:.75rem;transition:all .2s;background: #fafafa;}.filter-btn:hover,.filter-btn.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.tax-switch-wrapper label{color:#555;cursor:pointer;user-select:none;font-size:.85rem}.scroll-box{background:#fff;width:100%;overflow-x:auto}.fax-calc-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:500px}.fax-calc-table th,.fax-calc-table td{vertical-align:middle;text-align:center;box-sizing:border-box;padding:10px 8px}.fax-calc-table thead tr.rule-row th,.fax-calc-table thead tr.rule-row td{background-color:#efefef;font-size:80%!important;}.fax-calc-table tbody tr:not(:last-child){border-bottom:1px solid var(--border-color)}.fax-calc-table th:last-child,.fax-calc-table td:last-child{border-right:none}.fax-calc-table th:first-child,.fax-calc-table td:first-child{width:16%;color:var(--text-color)}.fax-calc-table th:not(:first-child),.fax-calc-table td:not(:first-child){width:16.8%}.service-badge{background:#d6e3ff;border-radius:10px;margin-top:3px;padding:1px 6px;font-size:.65rem;font-weight:400;display:inline-block}.fax-calc-table tr.rule-row th,.fax-calc-table tr.rule-row td{font-size:.85rem;line-height:1.3}.fax-calc-table tbody tr th,.fax-calc-table tbody td{text-align:right;color:var(--text-color);background-color:#fff;line-height:1.1em!important;position:relative;font-size:80%!important;}.lowest-price{font-weight:bold !important;color:#e74c3c!important}.crown-badge{color:#fff;background:#e74c3c;border-radius:2px;padding:0 2px;font-size:.62rem;font-weight:400;position:absolute;top:6px;left:6px}.fax-calc-table tbody .highlight-col{background-color:#eff6ff!important}.fax-calc-table td.highlight-col{border-left:3px solid var(--primary-color);border-right:3px solid var(--primary-color)}.fax-calc-table th.highlight-col{border-left:3px solid var(--primary-color);border-right:3px solid var(--primary-color);border-top:3px solid var(--primary-color);background-color:#eff6ff!important}.fax-calc-table tbody tr.visible-last-row td.highlight-col{border-bottom:3px solid var(--primary-color)}.cta-btn{background: var(--cta-color);color: #fff;border-radius: 4px;padding: 13px 11px;font-size: 11px;text-align: center;font-weight: bold;text-decoration: none;display: block;}.cta-btn:hover{background: #006425;color: #fff;} table.fax-calc-table th,table.fax-calc-table tr td {border-bottom-width: 0;border-left-width: 0;}.post table, .post table thead, .post table thead th, .post table thead td {border: none;}.fax-calc-table caption { display: none; }
@media (max-width: 749px) {.filter-btn{width: 100%;}.quick-filter-group{display: block}.filter-btn:not(:last-child){margin-bottom:1em;}.fax-calc-table{min-width: 610px;}}@media (max-width: 1140px) {.fax-calc-table{min-width: 610px;}}