.wrs-top-reads {
  margin: 0;
}

.wrs-top-reads .widget-title {
  margin: 0 0 18px;
}

.wrs-top-reads-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wrs-top-read-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 92px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.wrs-top-read-item:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wrs-top-read-rank {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.7;
  padding-top: 6px;
}

.wrs-top-read-thumb a,
.wrs-top-read-thumb img {
  display: block;
}

.wrs-top-read-thumb img {
  width: 92px;
  height: 68px;
  object-fit: cover;
  border-radius: 2px;
}

.wrs-top-read-content {
  min-width: 0;
}

.wrs-top-read-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  font-weight: 700;
}

.wrs-top-read-cats a {
  text-decoration: none;
}

.wrs-top-read-title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.35;
}

.wrs-top-read-title a {
  text-decoration: none;
}

.wrs-top-read-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.83rem;
  opacity: 0.78;
}

.wrs-top-read-sep {
  opacity: 0.5;
}

.wrs-theme-universal-news-pro .widget-title {
  position: relative;
  padding-bottom: 10px;
}

.wrs-theme-universal-news-pro .widget-title span {
  display: inline-block;
}

.wrs-theme-universal-news-pro .wrs-top-read-title {
  font-size: 1.05rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .wrs-top-read-item {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .wrs-top-read-thumb {
    grid-column: 2;
    margin-bottom: 10px;
  }

  .wrs-top-read-content {
    grid-column: 2;
  }
}
