.sw19b-page-speed-results {
  padding-top: 40px;
  padding-bottom: 40px;

  .sw19s-std-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .results {
    box-shadow: 0 0 10px 0 RGB(68 68 68 / 20%);
    max-width: 360px;
    padding-bottom: 40px;
    width: 100%;
    background: #fff;
  }

  .results .error-message {
    padding: 0 15px;
    display: none;
  }

  &.error .error-message {
    display: block;
  }

  .sw19s-corp-form {
    border-top: 0px;
    max-width: 430px;
    overflow: hidden;
    background: #fff;
  }

  .sw19s-corp-form h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #111111;
    padding: 15px 0;
  }

  .sw19s-corp-form .subtitle {
    margin-top: 0;
    text-align: center;
  }

  .results h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #111111;
    padding: 15px 0;
    border-bottom: 5px #FF6200 solid;
  }

  .result {
    margin: 30px 0 0 20px;
    display: none;
  }

  &.finished .result {
    display: flex;
  }

  .result svg {
    width: 45px;
    margin-right: 30px;
    fill: #111111;
  }

  .label {
    font-size: 16px;
    font-weight: 700;
    color: #FF6200;
  }

  .result-text {
    color: #111111;
    font-family: Roboto;
    font-size: 16px;
  }

  .grade {
    border-radius: 3px;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
  }

  [data-score="A"],
  [data-score="B"] {
    background: #4fc61f;
  }

  [data-score="C"] {
    background: #ffb41b;
  }

  [data-score="D"],
  [data-score="F"] {
    background: #ff3442;
  }

  .spinner {
    display: none;
    text-align: center;
  }

  &.loading .spinner {
    display: block;
  }

  .spinner svg {
    width: 30px;
  }

  .errors {
    color: #f00;
    margin-top: 20px;
  }

  @media (max-width: 992px) {
    .sw19s-std-wrap {
      display: block;
    }

    .results {
      margin: 0 auto;
    }

    form {
      margin: 30px auto 0 auto;
    }
  }
}
