
#aggregate-calc-form {
  max-width: 600px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#result {
  margin-top: 15px;
  font-weight: bold;
  color: #13b2f6;
}
