/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.card.customfield-metros {
  max-width: 320px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.card.customfield-metros input {
  width: 100px;
  text-align: right;
}

