.rpcw-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rpcw-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.rpcw-content {
    padding: 15px;
}
.rpcw-tag {
        padding:      0 15px;
        border-radius:      20px;
        background:      #eee5ff;
        font-size: 12px;
        line-height: 24px;
        color: #7e4deb;
        display: inline-block;
        max-width: 100%;
}
.rpcw-compact-post {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.rpcw-compact-post h4 {
    margin: 0;
}
.rpcw-date {
    font-size: 12px;
    color: #777;
}

.recent-post-title .title{
    color: #333;
    font-size: 18px;
    line-height: 26px;
    display: block;
    font-weight: 700;
  }

  .recent-post-title  img {
    width: 100%;
    min-height: 205px;
    max-height: initial;
    height: auto;
  }

  .rpcw-featured-post {
    display: block;
    border-radius:  8px;
    background:  #fff;
    border:  #e8e8e8 solid 1px;
    min-height: 390px;
    position: relative;
  }

  .recent-post-title p.excerpt{
    margin:  0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display:block;
    margin: 0;
    padding: 0;
  }

  .recent-post-title .min-height{
    min-height: 52px;
  }
  
  .headingBox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: #e2e2e2 solid 1px;
    line-height: 40px;
}

.headingBox h1 {
  padding-bottom: 8px;
  border-bottom: #725bab solid 4px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  display: inline-block;
}

.newFlexBox {
  display: flex;
  gap: 20px;
}

.newFlexBox .bigTile {
  width: 33.3%;
}

.bigTile {
  display: block;
  border-radius: 8px;
  background: #fff;
  border: #e8e8e8 solid 1px;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.bigTile figure {
  position: relative;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #f1f1f1;
}

.bigTile figure img {
  width: 100%;
  min-height: 205px;
  max-height: initial;
  height: auto;
}

.img-responsive {
  max-width: 100%;
}

.bigTile .detailsBox {
  padding: 20px;
}

.tag {
  padding: 0 15px;
  border-radius: 20px;
  background: #eee5ff;
  font-size: 12px;
  line-height: 24px;
  color: #7e4deb;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bigTile .detailsBox strong {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  font-weight: 700;
}

.bigTile .detailsBox strong a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 52px;
}

.bigTile .detailsBox p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newFlexBox .horizontalSmallTileSection {
  width: 33.3%;
}

.horizontalSmallTileSection {
  display: block;
}

.horizontalSmallTileSection {
  height: 390px;
  overflow-y: scroll;
}

.horizontalSmallTile:first-child {
  padding-top: 0;
}

.horizontalSmallTile {
  padding: 17px 0;
  display: flex;
  border-bottom: #e5e5e5 solid 1px;
  cursor: pointer;
}

.horizontalSmallTile .detailsBox {
  width: 100%;
}

.tag {
  padding: 0 15px;
  border-radius: 20px;
  background: #eee5ff;
  font-size: 12px;
  line-height: 24px;
  color: #7e4deb;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.horizontalSmallTile .detailsBox .hstHeading {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: 700;
}

.horizontalSmallTile .detailsBox .hstHeading a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.horizontalSmallTile .detailsBox .date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.more-from-category.single.widget.shop-by-category ul {
    display: block;
    max-height: 470px;
}

.more-from-category.single.widget.shop-by-category ul li {
    width: calc(100% / 2);
    float: left;
    padding: 4px;
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
  .newFlexBox {
    display: block;
    width: 100%;
  }
  .newFlexBox .bigTile {
    width: 47%;
    float: left;
    margin: 5px;
    margin-bottom: 10px;
    min-height: 300px;
  }
  .bigTile figure {
    height: 116px;
  }
  .bigTile figure img {
    min-height: 116px;
  }
  .newFlexBox .horizontalSmallTileSection {
    width: 100%;
  }
  .e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
      margin-bottom: 10px;
  }
}

@media only screen and (max-width: 394px) {
  .newFlexBox .bigTile {
    width: 46%;
  }
}