<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw19b-outages-single {
  font-family: 'Roboto';
  color: #111111;

  .hero-shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    width: 100%;
  }

  .hero-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;

    .hero-content {
      width: 50%;

      .hero-title {
        font-weight: 700;
        font-size: 32px;
        font-family: inherit;
        margin: 0;
      }

      .hero-information {
        color: #888;
        margin: 10px 0;
        font-size: 18px;

        span {
          font-weight: 700;
        }
      }
    }

    .hero-image {
      max-width: 50%;
      padding: 2rem;

      img {
        width: 100%;
        height: auto;
      }
    }

    @media (max-width: 425px) {
      flex-direction: column;

      .hero-content {
        width: 100%;

        .hero-title {
          font-size: 24px;
          margin: 1rem 0 0.5rem;
          line-height: 110%;
        }

        .hero-information {
          margin: 0;
        }
      }

      .hero-image {
        max-width: 100%;
        padding: 1rem 0;
      }
    }
  }

  .outages-single-content {
    max-width: 1050px;
    font-family: inherit;
    font-size: 16px;
    color: inherit;
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 0;

    .col-content {
      max-width: calc(100% / 3 * 2);
      margin-right: auto;
      padding-right: 3px;

      @media (max-width: 768px) {
        max-width: 80vw;
        margin: 0 auto;
        padding-right: 0px;
      }
    }
  }

  .sw19b-featured-blogs-strip {
    max-width: 1050px;
    padding-top: 20px;

    .desc p {
      font-size: 18px;
    }
  }

  .sw19b-featured-blogs-strip h3 {
    text-align: left;
  }
}
</pre></body></html>