/* ==========================================
   BREAK-EVEN CALCULATOR - NON-CRITICAL CSS
   ========================================== */

.input-field:hover, .select-field:hover, .input-suffix-select:hover { border-color: #cbd5e1; }
.input-field, .select-field, .global-currency-select, .input-suffix-select { transition: all 0.2s ease; }
.calculate-btn { transition: all 0.2s ease; }
.metric-card { transition: all 0.2s ease; }