.exchn-rate-mn  .trusr-col {
    width: 100% !important;
    max-width: 320px;
}
.popular-posts-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 0;
}

/* Widget Title */
.popular-posts-widget-title {font-family: "Poppins", Sans-serif;font-style: normal;font-weight: 600;font-size: 24px;line-height: 36px;color: #194C9F;margin: 0px 0px 15px;}

/* Posts List */
.popular-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual Post Item */
.popular-posts-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.popular-posts-item:last-child {
  margin-bottom: 0;
}

/* Number Circle */
.popular-posts-number {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  background: #E07B26;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Content Area */
.popular-posts-content {
  flex: 1;
  min-width: 0;
}

/* Post Title */
.popular-posts-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

.popular-posts-title a {font-family: 'Arial';font-style: normal;font-weight: 400;font-size: 18px;line-height: 24px;color: #000000;}

.popular-posts-title a:hover {
  color: #194C9F;
}
 

.popular-posts-item.animate-top-bottom:first-child {
    padding-top: 0 !IMPORTANT;
}