
#msp-valuation-calculator {
  max-width: 600px;
  margin: 40px auto;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #2c2c2c;
}

#msp-valuation-calculator h2 {
  color: #002b45;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

#msp-valuation-calculator label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  color: #2c2c2c;
}

#msp-valuation-calculator input,
#msp-valuation-calculator select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.msp-explainer {
  font-size: 12px;
  color: #555555;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.4;
}

#calculateBtn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: #002b45;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#calculateBtn:hover {
  background-color: #001f33;
}

#valuationResult {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 20px;
  text-align: center;
}
