.bpress-post-link {
  border-left: 0;
  border-bottom: 0;
  padding: 8px;
}
.bpress-post-link:hover {
  border-left: 0;
  background-color: transparent;
  border-bottom: 0;
}
.bpress-post-link .bp-file-text {
  margin-right: 15px;
}
.bpress-post-link a:hover {
  color: #006eba !important;
}
.bpress-viewall,
.bpress-viewall:link,
.bpress-viewall:visited {
  color: #e46317;
}
.bpress-viewall:hover {
  color: #333;
}

.bpress-section-list + br,
.bpress-post-list + br {
  display: none;
}
.bpress-wrap .bpress-section-title {
  font-size: 1.3em;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 0.625rem;
  padding: 0 0 0.5rem;
}

.bpress-section-title a,
.bpress-section-title a:link {
  color: #000 !important;
}
/* .bpress-search-submit {
  width: 40px;
}
.bpress-search-submit input[type='submit'] {
  background-color: transparent !important;
  z-index: 2;
  position: relative;
} */
/* .bpress-search-submit::before {
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #e46317;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
} */
.bpress-section-title a:hover {
  color: var(--green-normal-color) !important;
}
