#depositbrand{margin-top:20px!important;margin-bottom:20px!important}.brand-calculator-wrapper{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 14px rgb(0 0 0 / .12);width:100%;box-sizing:border-box}.bc-tabs{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.bc-tab{background:#e6f0ff;color:#036;border:1px solid #036;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;transition:0.2s}.bc-tab:hover{background:#d4e6ff}.bc-tab.active{background:#036;color:#fff}.bc-table{display:flex;flex-direction:column;gap:15px}.bc-row{display:flex;justify-content:space-between;align-items:center;background:#f7f9fc;border:1px solid #d0d7e2;padding:15px;border-radius:8px;gap:20px}.bc-left{flex:1}.bc-left .bc-min{font-size:14px;color:#036;margin-bottom:4px}.bc-left .bc-percent{font-size:18px;font-weight:700;color:#036}.bc-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:160px}.bc-right input{width:140px;padding:8px 10px;border:1px solid #b5c3d6;border-radius:6px;font-size:15px;outline:none}.bc-right input:focus{border-color:#036}.bc-result{font-size:18px;font-weight:700;color:#036}@media (max-width:600px){.bc-row{flex-direction:column;align-items:flex-start}.bc-right{width:100%;align-items:flex-start}.bc-right input{width:100%}}.bc-totals{margin-top:20px;padding-top:15px;border-top:1px solid #d0d7e2}.bc-total-line{display:flex;justify-content:space-between;font-size:16px;margin-bottom:6px;color:#036}.bc-total-line strong{font-weight:700;color:#036}