.most-read-sidebar-widget {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;

}
.l-border-heading {
  display: inline-block;
  position: relative;
  color: #00BCFF;
  font-size: 30px;
  font-weight: 600 !important;
  background: transparent;
  padding-bottom: 10px;
  padding-right: 20px;
  text-align: right !important;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
}
.l-border-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #00BCFF;
  border-radius: 2px;
}
.l-border-heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 30px;
  background: #00BCFF;
  border-radius: 2px;
}


.most-read-featured {
  margin-bottom: 0 !important;
}

.most-read-featured-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.most-read-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.most-read-list-title, .most-read-featured-title a {
  font-size: 21px;
  font-weight: 400 !important;
  color: #222;
  line-height: 1.4;
  transition: .4s ease-in-out all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.most-read-list-title:hover, .most-read-featured-title a:hover {
  text-decoration: underline;
  transition: .4s ease all;
}

.most-read-featured-title {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1.2rem;
  font-weight: 300 !important;
  color: #222;
  line-height: 1.1;
}
.most-read-featured-title .most-read-number {
  color: #00BCFF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.most-read-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.most-read-list-item, .most-read-featured-title  {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 0.7rem;
  font-size: 1.2rem;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #E0E0E2;
}
.most-read-list-item:last-child {
  border-bottom: none;
}
.most-read-list-item .most-read-number {
  color: #00BCFF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
  flex-shrink: 0;
}
.most-read-list-item a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 600px) {
  .most-read-sidebar-widget {
    max-width: 100%;
    padding: 1rem 0.3rem 0.7rem 0.3rem;
  }
  .most-read-heading {
    font-size: 30px !important;
  }
  .most-read-featured-title {
    font-size: 0.95rem;
  }
  .most-read-featured-title .most-read-number {
    font-size: 1.5rem;
  }
  .most-read-list-item {
    font-size: 0.92rem;
  }
  .most-read-list-item .most-read-number {
    font-size:  1.5rem;
  }
}