.most-read-bg {
  background-color: #fff !important;
  border-radius: var(--image-border-raduis);
}
.most-read-title {
  color: var(--primary-color);
  border-bottom: 0.25rem solid var(--primary-color);
  padding: .65rem 1rem;
  margin-top: 1rem;
}
.most-read-paragraph {
  border-bottom: var(--main-border);
}
.most-read-paragraph:last-child {
  border-bottom: unset;
}
.dark-mode .most-read-bg {
    background-color: var(--main-dark-mode-color) !important;
}
