body.archive {
  .sw19b-blog-featured {
    padding: 30px 0;
    box-shadow: 0 0 10px 0 RGB(68 68 68 / 30%);
    position: relative; /* gets the drop shadow to cover sibling background */

    .sw19s-std-wrap {
      display: flex;
      align-items: center;
    }

    .sw19s-std-wrap > * {
      width: 100%;
      margin-right: 15px;
    }

    .sw19s-std-wrap > *:last-child {
      margin-right: 0;
      margin-left: 15px;
    }

    h1 {
      font-size: 32px;
      font-weight: bold;
      line-height: normal;
    }

    .meta,
    .meta a {
      font-family: Europa;
      font-size: 18px;
      line-height: normal;
      color: #a1a1a1;
    }

    .meta a {
      font-weight: bold;
      text-transform: capitalize;
      text-decoration: none;
    }

    .meta a:hover {
      text-decoration: underline;
    }

    .text .sw19s-btn {
      margin-top: 20px;
      background: #FF6200;
    }

    .text .sw19s-btn:hover {
      background: #ff7a00;
    }

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

      .sw19s-std-wrap > *:last-child {
        margin: 40px 0 0 0;
      }
    }
  }

  .sw19b-blog-list {
    .sw19s-std-wrap {
      display: flex;
    }

    .articles {
      flex-basis: 65%;
      padding-right: 32px;
    }

    article {
      padding: 48px 0 32px 0;
      border-bottom: 1px solid #f0f0f0;
    }

    article:last-of-type {
      border: 0;
    }

    .image-wrap {
      position: relative;
      min-height: 412px;
      margin-bottom: 2em;
    }

    .image-wrap img {
      filter: brightness(60%);
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .image-wrap .meta {
      position: absolute;
      left: 20px;
      bottom: 20px;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 0.2em;
      line-height: 1.5;
    }

    .image-wrap p {
      margin-bottom: 0;
    }

    .entry-date {
      color: #fff;
    }

    .entry-meta a {
      color: #fff000;
      text-decoration: none;
    }

    .entry-meta a:hover {
      color: #fff;
      text-decoration: underline;
    }

    h2 {
      color: #2b2b2b;
      font-size: 32px;
    }

    h2 a {
      text-decoration: none;
    }

    .sw19b-pd-sidebar {
      flex-basis: 35%;
      padding-top: 100px;
    }

    @media (max-width: 992px) {
      .sw19s-std-wrap {
        flex-direction: column;
      }
    }
  }
}
