form#form--pipe-weight-calculator {
  display: flex;
  flex-direction: column;
}

div.calculation-fields {
  font-size: 18px;
  padding-bottom: 16px;
  width: 100%;
}

div.calculation-fields label {
  font-size: 18px;
  padding-bottom: 16px;
}

div.calculation-fields input {
  border: 1px solid #14141433;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 48px;
  border-radius: 0;
}

div.calculation-results {
  background: #24305e;
  color: white;
  padding: 18px;
  width: 100%;
}

div.calculation-results input {
  background: #24305e;
  border: 0px;
  color: white;
  font-size: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
}

div.results-label {
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  form#form--pipe-weight-calculator {
    flex-direction: row;
    justify-content: space-evenly;
  }

  div.calculation-fields {
    margin-right: 10vw;
  }

  div.calculation-results input {
    font-size: 85px;

    padding-top: 32px;
    padding-bottom: 32px;
  }

  div.calculation-results {
    padding: 32px;
    max-width: 50%;
  }
}
