.blog-w3hny-right .sidebar-widget {
  margin-bottom: 32px;
  border-radius: 12px;
}

.blog-w3hny-right .popular-posts .post,
.blog-w3hny-right .sidebar-widget .popular-posts .post {
  position: relative;
  display: block !important;
  min-height: 85px;
  margin-bottom: 22px;
  padding-left: 100px;
}

.blog-w3hny-right .popular-posts .post:last-child {
  margin-bottom: 0;
}

.blog-w3hny-right .popular-posts .post .post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.blog-w3hny-right .popular-posts .post .post-thumb img {
  display: block;
  width: 85px !important;
  height: 85px !important;
  object-fit: cover;
}

.blog-w3hny-right .popular-posts .post .text a {
  color: var(--heading-color, #333);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.blog-w3hny-right .sidebar-blog-category .search-box .row {
  flex-wrap: nowrap;
  align-items: stretch;
}

.blog-w3hny-right .sidebar-blog-category .search-box .col-lg-9 {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding-right: 8px;
}

.blog-w3hny-right .sidebar-blog-category .search-box .col-lg-3 {
  flex: 0 0 52px;
  width: 52px;
  padding: 0;
}

.blog-w3hny-right .sidebar-blog-category .search-box .col-lg-3.pt-3 {
  padding-top: 0 !important;
}

.blog-w3hny-right .sidebar-blog-category .search-box .form-control,
.blog-w3hny-right .sidebar-blog-category .search-box .btn {
  height: 44px;
}

.blog-w3hny-right .sidebar-blog-category .search-box .btn {
  width: 44px;
  padding: 0;
}

@media (max-width: 575px) {
  .blog-w3hny-right .sidebar-widget {
    padding: 24px 20px;
  }

  .blog-w3hny-right .popular-posts .post .text a {
    font-size: 16px;
    line-height: 22px;
  }
}
