.exe-prog-blog-listing-outer {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: space-between;
}
.all-blog-main-hdg>h2 {
  color: #000;
  margin-top: 0 !important;
}

.exe-prog-listing-hdg>h3 {
  color: #000;
}
.exe-prog-listing-wrapper {
  padding: 60px 0; */
}
.loadMore.force-hide {
  display: none;
}
.exe-prog-blog-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
  justify-content: space-between;
}

.exe-prog-blog-side {
  flex: 0 38%;
}
.exe-prog-blog-featured-image-tp {
  flex: 0 55%;
}
.hs-featured-image-wrapper>a>img {
  width: 100%;
  object-fit: cover;
}

.hs-featured-image-wrapper>a>img {
  height: 210px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 4px 4px 0 0px;
}
.exe-prog-blog-featured-image-tp .hs-featured-image-wrapper>a>img {
  min-height: 400px;
  object-fit: cover;
}
.exe-prog-blog-featured-image {
  /*   flex: 0 100%; */
}
.exe-prog-blog-featured-image {
  position: relative;
}

.blog-listing__post-tags {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.exe-prog-blog-featured-image {
  position: relative;
}

.blog-listing__post-tags {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.exe-prog-blog-lnk a,.exe-read-more a {
  background-color: #ffd600;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  text-decoration: none;
  padding: 12px 35px 12px 22px;
}

.exe-prog-blog-lnk a:after,.exe-read-more a:after {
  background-image: url(https://esca.ma/hubfs/Executive%20programs/Vector.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.exe-prog-blog-lnk a:hover:after,.exe-read-more a:hover:after {
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
}

.exe-prog-blog-lnk a:after,.exe-read-more a:after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.exe-prog-blog-name h5>a {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
}
.exe-prog-blog-name h5>a {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
}

.exe-prog-blog-name h3>a {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}
.hs-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  align-items: center;
}

.pagination-btn {
  display: inline-block;
  padding: 8px 14px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  min-width: 36px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.pagination-btn:hover {
  background-color: #ddd;
}

.pagination-btn.active {
  background-color: #ffd500;
  color: #000;
  font-weight: bold;
}
.pagination-btn.disabled {
  background-color: #f0f0f0;
  color: #bbb;
  pointer-events: none;
}

.exe-prog-blog-name>h5 {
  margin: 0 !important;
  margin-bottom: 16px !important;
}
.exe-prog-blog-meta {
  display: flex;
  align-items: center;
  gap: 4px;
}

.exe-prog-blog-author-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 90%; 
}

.exe-prog-blog-author-img>img {
  width: 40px;
}

.exe-prog-blog-author-info>span {
  font-size: 13px;
   flex: 0 65%; 
}
span.exe-prog-blog-date {
    flex: 0 40%; 
}
.exe-prog-blog-desc>p {
  margin-bottom: 16px;
  color: #4F4F4F;
  font-size: 16px;
  line-height: 20px;
}
.exe-prog-blog-sec {
  border: 1px solid var(--Light_grey, #EAEAEA);
  flex:0 31%;
  flex-direction: column;
  border-radius:4px;
}

.exe-prog-blogs-side {
  padding: 15px;
}
.exe-prog-blog-name>h5>a {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 800;
  color: #000;
}
button.loadMore {
  background: #652d90;
  border-color: #652d90 !important;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: none;
  line-height: 28px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}
.hs-featured-image-wrapper {
  position: relative;
}
.exe-prog-blog-tags {
  position: absolute;
  bottom: 16px ! Important;
  left: 10px;
  background-color: #E1EEF3;
  border-radius: 3px;
  padding: 5px 7px;
  z-index: 3;
  font-size: 10px;
}
span.exe-prog-blog-date {
  display: flex;
  gap: 3px;
  font-size: 13px !important;
  align-items: center;


}

.exe-prog-blog-author-img>img {
  width: 35px;
}

.no-results-msg {
  font-size: 28px;
  line-height: 32px;
  color: #e60202;
  font-weight: 600;
}
.exe-prog-blog-name h5 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}

.blog-search-wrapper {
  position: relative;
  width: 280px;
}

.blog-search-wrapper input {
  width: 100%;
  padding: 12px 16px 12px 42px;
  border: 1px solid #AAAAAA !important;
  border-radius: 6px;
  font-size: 14px;
  color:#5E5555 !important;
}

.blog-search-wrapper input::placeholder {
  color: #5E5555 !important;
  font-weight: 400;
}

.blog-search-wrapper input#blogSearch:focus {
  outline: none;
  border-color: #652D90;
  background:transparent !important;
}

.search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #9B9B9B;
  pointer-events: none;
  margin-top: 0 !important;
  padding: 0 !important;
}

.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.blog-search-wrapper {
  flex: 0 65%;
}
.select-outer{
  flex: 0 25%;
  position: relative;
}
.select-outer:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  background-image: url(https://www.flowforma.com/hubfs/gray-down-arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
}
select#blogCategory {
  border: 1px solid #AAAAAA !important;
  color: #5E5555;
  width: 100% !important;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  min-height: unset;
}

.exe-prog-listing-wrapper select:focus {
  background: transparent;
}
.highlight {
  background-color: #ffe58a;
  padding: 0 3px;
  border-radius: 3px;
}
.exe-prog-blog-read-time {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 5px 7px;
    font-size: 10px;
    color: #ffff;
}
@media(max-width:1080px){
   span.exe-prog-blog-author-name {
    flex: 0 100%;
}

span.exe-prog-blog-date {
    flex: 0 100%;
}

.exe-prog-blog-author-info {
    flex-wrap: wrap;
}
  .exe-prog-blog-author-info {
    flex: 0 100% ! IMPORTANT;
}
}

@media(max-width:820px){
  .exe-prog-blog-listing-outer, .exe-prog-blog-sec {
/*     justify-content: center; */
  }
  .exe-prog-blog-author-info {
/*     display: block; */
}
  span.exe-prog-blog-date {
    flex: 0 50%;
}

span.exe-prog-blog-author-name {
    flex: 0 50%;
}
  .exe-prog-blog-author-info {
        display: block !important;
    }
}

@media(max-width:767px){
.blog-search-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
  .exe-prog-blog-listing-outer, .blog-filter-bar {
    display: block;
  }
  .exe-prog-blog-item {
    display: block;
    margin-bottom: 60px;
  }

  .exe-prog-blog-sec {
    display: block;
  }

  .exe-prog-blog-side {
    margin-bottom: 40px;
  }

  .exe-prog-blog-name {
    padding-top: 20px;
  }
  .exe-prog-blog-listing-outer {
    padding-bottom: 0 !important;
  }
  .exe-prog-blog-sec:not(:last-child) {
    margin-bottom: 30px;
  }
 
}
