.custom-popular-post-row {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: stretch;
  padding-bottom: 0;
  max-width: 100%;
}

.custom-popular-post-image {
  flex-shrink: 0;
  width: 40%;

}

.custom-popular-post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.custom-popular-post-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.custom-popular-post-content h4 {
  font-size: 13px;
  font-weight: bold;
  color: #4a2d1f;
  margin: 0 0 5px;
}

.custom-popular-post-content p {
  font-size: 8px!important;
  color: #333;
  margin: 0 0 5px;
  font-weight: 300!important;
}

.custom-popular-post-readmore {
  font-size: 12px;
  font-weight: normal;
  color: #924e30;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-end;
}

.custom-popular-post-readmore:hover {
  text-decoration: underline;
}
