.holiday-calculator-block {
  padding: 30px 30px 40px;
  background-color: #184733;
  color: #fff;
  margin: 40px 0;
  display: block;
  border-radius: 25px;

  label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
  }

  h3 {
    color: #f29d20 !important;
    margin-top: 0 !important;
  }

  #result {
    font-size: 70px !important;
    font-weight: 600;
    margin-top: 0px !important;
    background-color: #184733;
    border: none;
    padding: 0 !important;
    color: #f29d20;
    line-height: 0;
    height: 56px;
    font-family: $serif;
  }

  .calc-disclaimer {
    color: #184733;
    font-size: 12px;
  }

  #resultGroup {
    margin-bottom: 0;

    label {
      margin-bottom: 5px;
    }

    hr {
      border-top: 1px solid #f29d20;
    }
  }

  p {
    color: #cfdbc7 !important;
    margin: 10px 0 0 0 !important;

    &:first-of-type {
      margin-bottom: 20px !important;
    }

  }
}