.resell-profit-calculator .calc-row{position:relative;display:grid;grid-template-columns:1fr 160px;gap:14px;align-items:end;padding:18px;padding-right:44px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid rgba(76,23,17,.09)}.resell-profit-calculator .field-group{display:grid;gap:7px}.resell-profit-calculator label{color:rgba(42,21,17,.68);font-size:13px;font-weight:500}.resell-profit-calculator select,.resell-profit-calculator input{width:100%;min-height:48px;padding:0 14px;border-radius:999px;border:1px solid rgba(76,23,17,.14);background:#fff;color:#28120f;font-size:14px;font-weight:400;outline:none}.resell-profit-calculator select:focus,.resell-profit-calculator input:focus{border-color:#4c1711;box-shadow:0 0 0 3px rgba(76,23,17,.08)}.resell-profit-calculator .remove-row{position:absolute;top:10px;right:10px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(76,23,17,.08);color:#4c1711;font-size:13px;font-weight:500;line-height:1;cursor:pointer;transition:.2s ease}.resell-profit-calculator .remove-row:hover{background:#4c1711;color:#fff}.resell-profit-calculator .apply-btn{border:1px solid #4c1711;background:#4c1711;color:#fff}@media (max-width:767px){.resell-profit-calculator .calc-row{grid-template-columns:1fr;padding:18px;padding-top:42px}}