.calculator{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 20px rgba(0,0,0,.08)}
.form-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px;align-items:flex-end}

.field label {display: block;margin: 0 0 6px;font-size: 13px;font-weight: 700;color: #475569}
.field input,.field select {width: 100%;height: 42px;padding: 9px 11px;border: 1px solid #cbd5e1;border-radius: 8px;background: #fff;font-size: 14px;outline: none; min-width:200px}
.field input:focus,.field select:focus {border-color: #2563eb;box-shadow: 0 0 0 3px rgba(37, 99, 235, .12)}
.field input:disabled,.field select:disabled {background: #f1f5f9;color: #94a3b8}

.select2-container--default .select2-selection--single{border-radius:8px!important;height:48px!important;border:1.5px solid #dde!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px!important;padding-left:14px!important;font-size:14px!important;color:#333!important}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px!important}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999!important}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--theme-base-color)!important}
.select2-results__option::before{display:none!important;content:none!important}
.select2-results__option .select2-results__option--highlighted::before{display:none!important}
.select2-results__option[aria-selected=true]::before{display:none!important}
.select2-results .select2-results__option[role=treeitem]{list-style:none!important;display:none;}
.select2-results__option{list-style:none!important}
.select2-container--default .select2-results__option[aria-selected=true]:after{display:none!important;content:none!important}
.select2-results__option .select2-results__option--highlighted:after{display:none!important}



.btn{padding:11px 22px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:.2s;--button-height: 42px;}
.btn-barrel{background:#fff;color:var(--theme-base-color);border:1.5px solid var(--theme-base-color);}
.btn-barrel:hover{background:#e4f2fb}
.btn-reset{background:#eee;color:#555}
.btn-reset:hover{background:#ddd}

.barrel-row{display:none;flex-wrap:wrap;gap:12px;margin-bottom:12px;align-items:flex-end}
.barrel-row.show{display:flex !important}
.calc-table{width:100%;border-collapse:collapse;margin:20px 0}
.calc-table th{background:#f8f9fb;padding:12px 14px;text-align:left;font-size:13px;color:#666;border-bottom:2px solid #eee}
.calc-table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;font-size:14px}
.calc-table .del-btn{color:#e74c3c;cursor:pointer;font-weight:700;font-size:16px;background:none;border:none}
.total-row{text-align:right;padding:15px 14px;font-size:18px;font-weight:700;color:#1a1a2e}
.total-row span{color:var(--theme-base-color)}
.footer-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}
.info-block{margin-top:30px;background:#fff;border-radius:12px;padding:25px 30px;box-shadow:0 2px 20px rgba(0,0,0,.08)}
.info-block p{margin-bottom:12px;font-size:14px;color:#555}
.info-block .bold{font-weight:700;color:#1a1a2e;margin-bottom:8px}
.info-block ul{padding-left:20px;margin-bottom:12px}
.info-block li{margin-bottom:6px;font-size:14px}
.note{background: #fff3cd;border-left: 4px solid #ffc107;padding: 12px 16px;margin: 16px 0;border-radius: 4px;font-size: 14px;}
[id*="select2"] {display:block !important;;}