.sw25-om-category-spotlight {
  padding: 3.5rem 0 5rem;
  background-color: #fff;
  color: #111;

  a {
    display: inline-block;
  }

  .sw19s-std-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .block-article,
  .block-head {
    max-width: 17.375rem;
    width: 100%;
  }

  .block-head {
    background-color: #111;
    padding: clamp(1rem, 30%, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3.5rem 0 0 3.5rem;
    background-size: cover;
  }

  .subheadline {
    font-family: "Roboto Slab";
    font-size: 1.25rem;
    line-height: 1.5;
    color: #eee;
    margin-bottom: 0.625rem;
  }

  .headline {
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 1.29;
    color: #fff;
    margin: 0 0 2.625rem 0;
  }

  .om10-cta.tertiary {
    font-family: "Roboto";
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.33;
    color: #fff;
    text-decoration: underline;

    svg {
      margin-left: 8px;
      fill: #ff6200;
      transform: translateY(3px);
    }

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

    &:active {
      text-decoration-thickness: 2px;
      color: #ff6200;
    }
  }

  .article-image {
    margin-bottom: 1.5rem;
    position: relative;

    .overlay {
      height: 100%;
      width: 100%;
      background-color: rgba(17, 17, 17, 0.4);
      position: absolute;
      top: 0;
      display: none;
      border-radius: 13.6px;
    }

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

    img {
      height: 156px;
      border-radius: 13.6px;
      object-fit: cover;
      max-width: 100%;
      transform: scale(1);
      transition: all 0.4s ease;

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

  .article-cat {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;

    a {
      font-family: "Roboto";
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 1.71;
      padding: 0 1rem;
      border-radius: 6px;
      color: #444;
      background-color: #d8e3e3;
      text-transform: uppercase;
      border: solid 1px #d8e3e3;
      text-decoration: none;

      &:hover {
        border-color: #444;
      }

      &:active {
        background-color: #fff;
      }
    }
  }

  .article-title {
    margin-bottom: 1rem;
    height: 6rem;
    display: block;

    h3 {
      font-family: "Roboto";
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.33;
      color: #111;
      margin-bottom: 0;

      &:hover {
        text-decoration: underline;
      }

      &:active {
        color: #003c4e;
      }
    }
  }

  .article-extra {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .article-date {
    font-family: "Roboto Slab";
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
  }

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

  .article-author {
    font-family: "Roboto";
    font-size: 1rem;
    color: #444;
    line-height: 1.5;
    text-decoration: underline;

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

    &:active {
      color: #003c4e;
      text-decoration-thickness: 2px;
    }
  }

  &.light {
    .block-head {
      background-color: #ebefef;
    }

    .subheadline {
      color: #444444;
    }

    .headline {
      color: #111111;
    }

    .om10-cta.tertiary {
      color: #111111;

      &:active {
        color: #003c4e;

        svg {
          fill: #003c4e;
        }
      }
    }
  }

  @media (max-width: 1024px) {
    background-color: #111;
    padding: 2.5rem 0 2.5rem;

    .sw19s-std-wrap {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      padding: 0 0.5rem 0 0.5rem;
    }

    .block-article,
    .block-head {
      max-width: 22.5rem;
    }

    .article-image img {
      width: 20.5rem;
      height: 100%;
      max-height: 11.563rem;
    }

    .block-head {
      padding: 0;
      border-radius: 0;
      background-image: none !important; /* override inline style */
    }

    .subheadline {
      margin-bottom: 1rem;
    }

    .headline {
      font-size: 1.875rem;
      line-height: 1.33;
      margin-bottom: 1rem;
    }

    .block-article {
      padding: 1rem;
      background-color: #fff;
      border-radius: 0.5rem;
    }

    &.article-image {
      img {
        height: 166px;
      }
    }

    .article-title {
      height: auto;
      margin-bottom: 1.5rem;
    }

    .article-extra {
      margin-bottom: 1rem;
    }

    &.light {
      background-color: #ebefef;

      .block-head {
        background-color: #ebefef;
      }

      .block-article {
        box-shadow: 0 1px 2px 0 #0000004c;
      }
    }
  }
}
