.most-read {
  display: block;
  position: relative;
}

.most-read h2 {
  margin: 0 0 20px;
  text-align: left;
  font: italic normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}

.most-read h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 116px;
  height: 3px;
  background: #fac011 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  bottom: -6px;
}

.most-read ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.most-read article {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.most-read article .post-thumbnail {
  flex: 0 0 108px; /* Fix the width */
  height: 76px; /* Fix the height */
  overflow: hidden;
  border-radius: 8px;
}

.most-read article .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.most-read article header.entry-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.most-read article span.primary-category,
.most-read article span.primary-category a {
  text-align: left;
  font: normal normal bold 10px/13px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c !important;
  opacity: 1;
  text-transform: uppercase;
}

.most-read article h3.entry-title,
.most-read article h3.entry-title a {
  text-align: left;
  font: normal normal bold 14px/18px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}

.light-mode .most-read article h3.entry-title,
.light-mode .most-read article h3.entry-title a {
  color: #000;
}

.most-read article span.posted-on {
  text-align: left;
  font: normal normal normal 12px/16px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c !important;
  opacity: 1;
}

.light-mode .most-read article span.posted-on path {
  fill: #7c7c7c;
}

.most-read article footer.entry-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.most-read a.follow {
  text-align: left;
  font: normal normal normal 14px/18px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;

  background: var(--accent-color) 0% 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 2px 20px;

  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.most-read a.follow span {
  width: 13px;
  height: 12px;
  object-fit: contain;
  object-position: center;
}

.most-read ul article {
  width: 100% !important;
}
