
.bf-insights-post {
    padding: 0;
    border-radius: 0px;
    border-radius: 10px;
    min-height: 100px;
    border: none;
    margin-top: 30px;
    background-color: unset;
}

.bf-insights-post:hover {
  
  background-color: unset;
  box-shadow: unset;
  /* background-color: #3f0c9e; */
}

.bf-insights-post .post__title {
    font-size: 1rem;
    margin: 10px 10px;
    color: var(--violet) !important; 
    text-align: left
} 

.bf-insights-post .post__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: unset;
    height: unset
}

.bf-insights-post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
}

.bf-insights-post .wp-post-image:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


.bf-insights-post .post__summary {
    font-size: 14px;
    color: #2c2c2c;
    margin: 10px 10px;
    text-align: left
}

.bf-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 10px auto;
}
 
.bf-insights-search {
  width: 100%;
  border-radius: 10px !important;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc !important;
  outline: none;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
 
}



.bf-insights-search:focus {
  border-color: #3f0c9e;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}


.bf-insights-post .post__title {
  display: none;
}


.issue-topics-filter {
  display: flex;
  justify-content: center;
}


.issue-topics-filter .filter-list__item {
  box-shadow: 0 0 0 1px #3f0c9e;
  margin-left: 10px;
  margin-right: 10px;
}


.issue-topics-filter .filter-list__term {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
  color: #3f0c9e;
}

.issue-topics-filter .filter-list__item--active .filter-list__count, .filter-list__item--active .filter-list__term {
 color: #fff !important;
}

/* No Events Found Message */
.no-events-found {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #4500A4;
}