.sw25-om-category-hero {
  color: #111;
  font-family: "Roboto";

  .sw19s-std-wrap {
    max-width: 1280px;
    padding: 2rem 1.5rem 1rem;
  }

  .hero-head {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.13;
    margin-bottom: 2rem;
    margin-top: 0;
  }

  .hero-section {
    display: flex;
    justify-content: space-between;
    gap: 3.5rem;
  }

  .main-featured-post {
    max-width: clamp(30rem, 50%, 38rem);
  }

  .hero-image {
    margin-bottom: 1.5rem;

    img {
      width: 608px;
      height: 342px;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 608 / 342;
      border-radius: 1rem;
    }
  }

  h2,
  h3 {
    margin: 0;
    padding: 0;
  }

  .image-link {
    position: relative;
    display: inline-block;

    .overlay {
      height: 100%;
      width: 100%;
      background-color: rgba(17, 17, 17, 0.4);
      position: absolute;
      top: 0;
      display: none;
      border-radius: 1rem;
      &.small {
        border-radius: 0.313rem;
      }
    }

    &:active {
      img {
        border: 1px solid #444444;
        transform: scale(0.95);
      }
      .overlay {
        display: block;
        &:hover {
          transform: scale(0.95);
        }
      }
    }
  }

  img {
    transition: all 0.4s ease;

    &:hover {
      transform: scale(0.95);
    }
  }

  .hero-headline {
    padding-bottom: 1rem;

    a {
      color: #111;
      font-size: 2.375rem;
      font-weight: bold;
      line-height: 1.26;

      &:hover {
        text-decoration: underline;
      }

      &:active {
        color: #003c4e;
        text-decoration: underline;
      }
    }
  }

  .hero-description {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .main-post-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
  }

  .date {
    color: #444;
    font-size: 1rem;
    font-family: "Roboto Slab";
  }

  .author a {
    color: #444;
    font-size: 1rem;
    text-decoration: underline;
    transition: all 0.4s ease;

    &:hover {
      color: #006482;
      text-decoration-thickness: 2px;
    }
  }

  .divider {
    width: 1px;
    background-color: #a0b9b9;
  }

  .vert-divider {
    display: none;
  }

  .featured-post {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .featured-post-image {
    img {
      width: 174px;
      height: 96px;
      object-fit: cover;
      object-position: center;
      border-radius: 0.313rem;
    }

    a {
      display: block;
    }
  }

  .featured-post-headline a {
    color: #222;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    display: block;
    max-width: 23.125rem;

    &:hover {
      text-decoration: underline;
    }

    &:active {
      color: #003c4e;
      text-decoration: underline;
    }
  }

  .featured-post-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  @media (max-width: 1178px) {
    .hero-section {
      flex-direction: column;
    }
  }

  @media (max-width: 992px) {
    .sw19s-std-wrap {
      padding-bottom: 2.5rem;
    }

    .hero-section {
      flex-direction: column;
    }

    .main-featured-post {
      max-width: none;
    }

    .vert-divider {
      display: block;
      height: 1px;
      background-color: #ccc;
      margin: 2rem -1rem;
    }

    .main-post-info {
      flex-wrap: wrap;
      gap: 24px;
    }

    .hero-head {
      font-size: 34px;
      line-height: 1.29;
    }

    h2.hero-headline {
      padding-bottom: 24px;

      a {
        font-size: 1.875rem;
        line-height: 1.33;
      }
    }

    .hero-image img {
      width: calc(100% + 3rem);
      height: 100%;
      margin: 0 -1.5rem;
      max-width: none;
      max-height: none;
      border-radius: 0;
    }

    .hero-image a {
      display: block;
    }

    .featured-post {
      margin: 0 -1rem;
      gap: 1rem;
    }

    .featured-post-image {
      img {
        height: auto;
      }
    }

    .featured-post-headline a {
      max-width: none;
    }
  }

  @media (max-width: 768px) {
    .featured-post-image {
      img {
        max-width: 7.25rem;
        height: 4.125rem;
      }
    }
  }
}
