#am-price-estimator {
  max-width: 600px;
  margin: 1em auto;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
  font-family: Arial, sans-serif;
}

#am-price-estimator h2 {
  margin-top: 0;
  text-align: center;
}

#am-price-estimator fieldset {
  border: 1px solid #ddd;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
}

#am-price-estimator legend {
  font-weight: bold;
}

#am-price-estimator input[type="number"],
#am-price-estimator select {
  width: 100%;
  padding: 0.3em;
  margin: 0.2em 0 0.7em 0;
  box-sizing: border-box;
}

#am-vanity-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

#am-vanity-table th,
#am-vanity-table td {
  border: 1px solid #ddd;
  padding: 0.5em;
  text-align: center;
}

#am-estimator-result {
  margin-top: 1em;
  padding: 1em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.am-estimate-breakdown {
  list-style: none;
  padding-left: 0;
}

.am-estimate-breakdown li {
  margin-bottom: 0.5em;
}

.am-estimate-breakdown li strong {
  font-size: 1.1em;
}
