/* Metals vs ETFs Tool Specific Styles */

/* Input field overrides for metals tool */
input[type=number].input-field,
.input-field {
  border-radius: 0px !important;
  border: none !important;
  background: transparent !important;
  padding: 5px 0px !important;
  text-align: right !important;
  border-bottom: 1px solid #001347 !important;
  width: 100%;
}

input[type=number].input-field:focus,
.input-field:focus {
  outline: none !important;
  border-color: var(--color-secondary) !important;
  box-shadow: 0 0 0 3px rgba(215, 174, 81, 0.1) !important;
}

/* Remove any conflicting styles */
.pg-input-group,
.pg-input-label,
.pg-input {
  /* Remove any legacy input styles */
}

/* Ensure profit colors work */
.profit-line.positive {
  color: #22C55E !important;
}

.profit-line.negative {
  color: #ef4444 !important;
}
