h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2vw;
  letter-spacing: -0.92px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  h3 {
    font-size: 21px;
  }
}

h3::after {
  content: "";
  display: block;
  margin-left: 25px;
  align-self: center;
  width: 50%;
  height: 1px;
  background-color: #d9d9d9;
}

@media (min-width: 1025px) and (max-width: 1279px) {
  h3::after {
    width: 120px;
  }
}

@media (min-width: 1025px) {
  .editor-pick {
    font-family: "Segoe UI";
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #333333;
    line-height: 1.4vw;
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 320px) and (max-width: 1024px) {
  .editor-pick {
    line-height: 22px;
  }
}

@media (min-width: 1025px) {
  .editor-pick-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    max-height: 123px;
    overflow: hidden;
  }
  .editor-pick-item .post-thumbnail {
    min-width: 161.5px;
    max-width: 161.5px;
    margin-right: 11px;
    overflow: hidden;
    max-height: 121px;
    object-fit: cover;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .editor-pick-item .post-thumbnail {
    min-width: 104px;
    max-width: 104px;
  }
}

@media (min-width: 1025px) {
  .editor-pick-item .post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .editor-pick-item .post-thumbnail.compact-object-fit {
    background-size: cover;
    background-position: center center;
  }
  .editor-pick-item .post-thumbnail.compact-object-fit img {
    display: none;
  }
  .editor-pick-item .post-text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 11px 9px;
  }
  .editor-pick-item .post-text h2 {
    min-height: 70px;
    max-height: 70px;
    color: #373737;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
  }
  .editor-pick-item .post-text h2:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .editor-pick-item .post-text h2 {
    min-height: 40px;
  }
}

@media (min-width: 1025px) and (min-width: 1600px) {
  .editor-pick-item .post-text h2 {
    max-height: 80px;
  }
}

@media (min-width: 1025px) and (min-width: 320px) and (max-width: 1024px) {
  .editor-pick-item .post-text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1025px) {
  .editor-pick-item .post-text .thumbnail-footer span,
  .editor-pick-item .post-text .thumbnail-footer a {
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1vw;
    color: #333333;
    text-decoration: none;
    opacity: 0.69;
  }
}

@media (min-width: 1025px) and (min-width: 320px) and (max-width: 1024px) {
  .editor-pick-item .post-text .thumbnail-footer span,
  .editor-pick-item .post-text .thumbnail-footer a {
    line-height: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 539px) {
  .editor-pick-item .post-text .thumbnail-footer span,
  .editor-pick-item .post-text .thumbnail-footer a {
    font-size: 10px;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1279px) {
  .editor-pick-item .post-text .thumbnail-footer span,
  .editor-pick-item .post-text .thumbnail-footer a {
    font-size: 8px;
  }
}

@media (min-width: 1025px) {
  .editor-pick-item .post-text .thumbnail-footer .reading-time span {
    white-space: nowrap;
  }
  .editor-pick-item .post-text .thumbnail-footer .post-author::after {
    content: '|';
    padding: 0 10px;
    color: #DBDBDB;
  }
  .editor-pick-item.no-thumbnail {
    background-color: #333;
  }
  .editor-pick-item.no-thumbnail .post-text a, .editor-pick-item.no-thumbnail .post-text h2, .editor-pick-item.no-thumbnail .post-text span {
    color: #fff;
    opacity: 1;
  }
}

/*# sourceMappingURL=editor-pick.css.map */