#emporrium-estimation-container {
  background: #191919;
  color: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 14px #0005;
  max-width: 380px;
  margin: 2rem auto;
  font-family: 'Montserrat', Arial, sans-serif;
}

#emporrium-estimation-container span {
  color: gold;
  font-weight: bold;
  font-size: 1.1em;
}
