.sw19p-page-speed {
  .sw19b-page-speed {
    h1 {
      font-size: 32px;
      margin-top: 30px;
      font-weight: bold;
    }

    p {
      font-size: 18px;
    }

    form {
      display: flex;
      max-width: 500px;
      justify-content: space-between;
      align-items: center;
    }

    .sw19s-corp-field {
      flex-grow: 1;
    }

    button {
      margin-left: 20px;
    }

    .results {
      box-shadow: 0 0 10px 0 RGB(68 68 68 / 20%);
      max-width: 360px;
      margin-top: 30px;
      padding-bottom: 40px;
      display: none;
    }

    &.finished .results {
      display: block;
    }

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

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

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

    .result-text {
      font-size: 22px;
      font-weight: 700;
      color: #FF6200;
    }

    .label {
      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;
    }

    &.loading .spinner {
      display: block;
    }

    .spinner svg {
      width: 30px;
    }
  }
}
