.preview-block {
  & ul {
    padding-left: 0;
  }

  & li {
    list-style-type: none;
  }

  & a {
    text-decoration: none;

    &:hover {
      color: #2a2a2a;
      text-decoration: underline;
    }
  }

  & .items {
    grid-gap: 24px;
    grid-template-columns: 100%;
    margin: 0;
    padding-bottom: 24px;
    display: grid;

    @media only screen and (width >= 720px) {
      border-top: 1px solid #ccc;
      grid-template-columns: 1fr 1fr;
      padding-top: 24px;
    }

    @media only screen and (width >= 960px) {
      -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  & .item {
    box-sizing: border-box;
    color: #2a2a2a;
    border-top: 1px solid #ccc;
    grid-template-rows: auto auto auto;
    grid-template-columns: 119px auto;
    place-items: start;
    width: 100%;
    height: 134px;
    padding-top: 24px;
    display: grid;

    .dark & {
      color: #fff;
      background-color: #282926;
    }

    &:hover .read-more-text {
      text-decoration: none;
    }

    @media only screen and (width >= 720px) {
      -ms-grid-column-align: end;
      border: 1px solid #ccc;
      grid-template-rows: 1fr auto auto auto;
      grid-template-columns: 100%;
      align-items: end;
      height: 314px;
      margin: 0 0 16px;
      padding-top: 0;
    }

    @media only screen and (width >= 960px) {
      height: 271px;
    }

    @media only screen and (width >= 1280px) {
      height: 295px;
    }

    & .imagetag, & .title, & .read-more-text {
      padding-left: 16px;

      @media only screen and (width >= 720px) {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    & .image {
      -ms-grid-row-span: 4;
      -ms-grid-row: 1;
      background-color: #f6f8fb;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      grid-area: 1 / 1 / 4;
      width: 100%;
      height: 100%;

      @media only screen and (width >= 720px) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1;
      }
    }

    & .title-row-2 {
      -webkit-line-clamp: 2;
      grid-row: 2;
      min-height: 48px;
    }

    & .imagetag {
      -ms-grid-row-align: end;
      color: #2a2a2acc;
      letter-spacing: .8px;
      background: #fff;
      grid-area: 1 / 2;
      font-size: 14px;
      line-height: 1.5;

      .dark & {
        color: #fff;
        background-color: #383835;
      }

      @media only screen and (width >= 720px) {
        text-align: left;
        grid-area: 1 / 1;
        padding: 8px 16px 0;
        display: table;
      }
    }

    & .title {
      word-wrap: break-word;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      grid-column: 2;
      max-width: 100%;
      margin: 0;
      font-size: 20px;
      line-height: 1.2;
      display: block;
      overflow: hidden;

      @media only screen and (width >= 720px) {
        -webkit-line-clamp: 2;
        grid-area: 2 / 1;
        min-height: 48px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.17;
      }
    }

    & .read-more-text {
      color: #000;
      grid-area: 3 / 2;
      align-self: end;
      font-size: 16px;
      line-height: 1.5;

      .dark & {
        color: #fff;
      }

      & > span {
        display: inline-block;
      }

      & .icon[data-type="preview-block"] {
        margin-right: 4px;

        &[data-value="article"] {
          background: url("../../../images/forecasts/icons/preview-blocks/ic_subject.svg") 0 0 / 16px 14px;
          width: 16px;
          height: 14px;

          .dark & {
            filter: invert();
          }
        }

        &[data-value="landing"] {
          background: url("../../../images/forecasts/icons/preview-blocks/ic_view_list.svg") 0 0 / 17px 14px;
          width: 17px;
          height: 14px;
        }
      }

      @media only screen and (width >= 720px) {
        grid-column: 1;
        padding-top: 16px;
        padding-bottom: 8px;
      }
    }
  }
}
