.popular-post-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.popular-post-content .popular-post-item {
  position: relative;
  width: calc(100% / 2 - 23px);
  margin: 0 38px 40px 0;
  background-color: #fff;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  width: calc(100% / 2 - 19.5px);
}

.popular-post-content .popular-post-item .card-label {
  position: absolute;
  top: 18px;
  left: 14px;
  background-color: rgba(23, 23, 23, 0.88);
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .popular-post-content .popular-post-item .card-label {
    font-size: 16px;
  }
}

@media (max-width: 539px) {
  .popular-post-content .popular-post-item .card-label {
    font-size: 11px;
  }
}

.popular-post-content .popular-post-item:nth-child(3) {
  margin-right: 0;
}

.popular-post-content .popular-post-item .post-thumbnail {
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  overflow: hidden;
}

.popular-post-content .popular-post-item .post-thumbnail img {
  display: block;
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.popular-post-content .popular-post-item .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.popular-post-content .popular-post-item .post-thumbnail.compact-object-fit img {
  display: none;
}

.popular-post-content .popular-post-item .post-text {
  box-sizing: border-box;
  padding: 27px 30px 15px 30px;
  position: relative;
  min-height: 203px;
  max-height: 203px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .popular-post-content .popular-post-item .post-text {
    min-height: 201px;
    max-height: 201px;
  }
}

.popular-post-content .popular-post-item .post-text .published-date span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58vw;
}

@media (max-width: 539px) {
  .popular-post-content .popular-post-item .post-text .published-date span {
    font-size: 10px;
  }
}

.popular-post-content .popular-post-item .post-text h2 {
  min-height: 78px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.81px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.popular-post-content .popular-post-item .post-text h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .popular-post-content .popular-post-item .post-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 539px) {
  .popular-post-content .popular-post-item .post-text h2 {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.popular-post-content .popular-post-item .post-text .thumbnail-footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  background-color: #fbfbfb;
  justify-content: space-between;
  align-items: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (max-width: 767px) {
  .popular-post-content .popular-post-item .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .popular-post-content .popular-post-item .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .popular-post-content .popular-post-item .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.popular-post-content .popular-post-item .post-text .thumbnail-footer .post-author {
  margin-right: 20px;
}

.popular-post-content .popular-post-item .post-text .thumbnail-footer .reading-time {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.popular-post-content .popular-post-item .post-text .thumbnail-footer .reading-time span {
  padding-left: 8px;
  white-space: nowrap;
}

@media (max-width: 539px) {
  .popular-post-content .popular-post-item {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .popular-post-content .popular-post-item .post-thumbnail,
  .popular-post-content .popular-post-item .post-text {
    width: 100%;
  }
  .popular-post-content .popular-post-item .post-text {
    padding: 27px 10px 15px 10px;
    margin: 0;
  }
  .popular-post-content .popular-post-item .post-text .card-label {
    top: 10px;
    left: 10px;
  }
}

.popular-post-content .popular-post-item:nth-child(3n) {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(2 * (100% / 2));
  margin-right: 0;
}

@media (min-width: 1025px) {
  .popular-post-content .popular-post-item:nth-child(3n) {
    align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .popular-post-content .popular-post-item:nth-child(3n) .post-thumbnail {
    width: calc(100% / 2 - 19px);
    min-height: 336px;
    max-height: 336px;
  }
  .popular-post-content .popular-post-item:nth-child(3n) .post-thumbnail img {
    display: block;
    height: 100%;
    min-height: 336px;
  }
}

.popular-post-content .popular-post-item:nth-child(3n) .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.popular-post-content .popular-post-item:nth-child(3n) .post-thumbnail.compact-object-fit img {
  display: none;
}

@media (min-width: 1025px) {
  .popular-post-content .popular-post-item:nth-child(3n) .post-text {
    width: calc(100% / 2 + 19px);
    padding-left: 68px;
    min-height: 265px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: none;
  }
  .popular-post-content .popular-post-item:nth-child(3n) .post-text .thumbnail-footer {
    padding-left: 68px;
  }
}

.popular-post-content .left-side {
  width: 100%;
  margin-right: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.popular-post-content .left-side .popular-post-item:nth-child(2) {
  margin-right: 0;
}

.popular-post-content .tower-card {
  position: relative;
  width: calc(48%);
  margin-right: 0;
}

.popular-post-content .tower-card .post-text {
  position: absolute;
  bottom: 0;
}

@media (min-width: 1025px) {
  .popular-post-content .tower-card .post-text {
    min-height: 265px;
  }
}

.popular-post-content .tower-card .post-text h2,
.popular-post-content .tower-card .post-text a,
.popular-post-content .tower-card .post-text .thumbnail-footer {
  background-color: transparent;
  color: #fff;
}

.popular-post-content .tower-card .post-text .published-date span {
  color: #fff;
}

.popular-post-content .no-thumbnail {
  background-color: #333;
}

.popular-post-content .no-thumbnail .post-text .thumbnail-footer {
  background-color: #333;
}

.popular-post-content .no-thumbnail .post-text .post-content span, .popular-post-content .no-thumbnail .post-text .post-content a, .popular-post-content .no-thumbnail .post-text .thumbnail-footer span, .popular-post-content .no-thumbnail .post-text .thumbnail-footer a {
  color: #fff;
}

.mobile-popular-content {
  display: none;
  width: 100%;
}

.mobile-popular-content .popular-post-item {
  position: relative;
  width: calc(100% / 2 - 23px);
  margin: 0 38px 40px 0;
  background-color: #fff;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
}

.mobile-popular-content .popular-post-item .card-label {
  position: absolute;
  top: 18px;
  left: 14px;
  background-color: rgba(23, 23, 23, 0.88);
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .mobile-popular-content .popular-post-item .card-label {
    font-size: 16px;
  }
}

@media (max-width: 539px) {
  .mobile-popular-content .popular-post-item .card-label {
    font-size: 11px;
  }
}

.mobile-popular-content .popular-post-item:nth-child(3) {
  margin-right: 0;
}

.mobile-popular-content .popular-post-item .post-thumbnail {
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  overflow: hidden;
}

.mobile-popular-content .popular-post-item .post-thumbnail img {
  display: block;
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.mobile-popular-content .popular-post-item .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.mobile-popular-content .popular-post-item .post-thumbnail.compact-object-fit img {
  display: none;
}

.mobile-popular-content .popular-post-item .post-text {
  box-sizing: border-box;
  padding: 27px 30px 15px 30px;
  position: relative;
  min-height: 203px;
  max-height: 203px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-popular-content .popular-post-item .post-text {
    min-height: 201px;
    max-height: 201px;
  }
}

.mobile-popular-content .popular-post-item .post-text .published-date span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58vw;
}

@media (max-width: 539px) {
  .mobile-popular-content .popular-post-item .post-text .published-date span {
    font-size: 10px;
  }
}

.mobile-popular-content .popular-post-item .post-text h2 {
  min-height: 78px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.81px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.mobile-popular-content .popular-post-item .post-text h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .mobile-popular-content .popular-post-item .post-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 539px) {
  .mobile-popular-content .popular-post-item .post-text h2 {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.mobile-popular-content .popular-post-item .post-text .thumbnail-footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  background-color: #fbfbfb;
  justify-content: space-between;
  align-items: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (max-width: 767px) {
  .mobile-popular-content .popular-post-item .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .mobile-popular-content .popular-post-item .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .mobile-popular-content .popular-post-item .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.mobile-popular-content .popular-post-item .post-text .thumbnail-footer .post-author {
  margin-right: 20px;
}

.mobile-popular-content .popular-post-item .post-text .thumbnail-footer .reading-time {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.mobile-popular-content .popular-post-item .post-text .thumbnail-footer .reading-time span {
  padding-left: 8px;
  white-space: nowrap;
}

@media (max-width: 539px) {
  .mobile-popular-content .popular-post-item {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .mobile-popular-content .popular-post-item .post-thumbnail,
  .mobile-popular-content .popular-post-item .post-text {
    width: 100%;
  }
  .mobile-popular-content .popular-post-item .post-text {
    padding: 27px 10px 15px 10px;
    margin: 0;
  }
  .mobile-popular-content .popular-post-item .post-text .card-label {
    top: 10px;
    left: 10px;
  }
}

.mobile-popular-content .popular-post-item .post-thumbnail {
  min-height: 253px;
}

.mobile-popular-content .popular-post-item .post-text .thumbnail-footer {
  padding: 0 10px;
}

.mobile-popular-content .tower-card {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}

.mobile-popular-content .tower-card .post-text h2,
.mobile-popular-content .tower-card .post-text a,
.mobile-popular-content .tower-card .post-text .thumbnail-footer {
  color: #fff;
  background-color: transparent;
}

.mobile-popular-content .no-thumbnail {
  background-color: #333;
}

.mobile-popular-content .no-thumbnail .post-text .thumbnail-footer {
  background-color: #333;
}

.mobile-popular-content .no-thumbnail .post-text .post-content span, .mobile-popular-content .no-thumbnail .post-text .post-content a, .mobile-popular-content .no-thumbnail .post-text .thumbnail-footer span, .mobile-popular-content .no-thumbnail .post-text .thumbnail-footer a {
  color: #fff;
}

/*# sourceMappingURL=popular-posts.css.map */