
.widget_buildingclub_related_pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_buildingclub_related_pages ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.widget_buildingclub_related_pages ul li:last-child {
    border-bottom: none;
}

.widget_buildingclub_related_pages ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    transition: color 0.2s, padding-left 0.2s;
}

.widget_buildingclub_related_pages ul li a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4db2ec;
    transition: left 0.2s;
}

.widget_buildingclub_related_pages ul li a:hover {
    color: #4db2ec;
    padding-left: 20px;
}

.widget_buildingclub_related_pages ul li a:hover::before {
    left: 4px;
}


.widget_ep-related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_ep-related-posts ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.widget_ep-related-posts ul li:last-child {
    border-bottom: none;
}

.widget_ep-related-posts ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    transition: color 0.2s, padding-left 0.2s;
}

.widget_ep-related-posts ul li a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4db2ec;
    transition: left 0.2s;
}

.widget_ep-related-posts ul li a:hover {
    color: #4db2ec;
    padding-left: 20px;
}

.widget_ep-related-posts ul li a:hover::before {
    left: 4px;
}





.search-results .td-page-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
}

.search-results .td-search-query {
  color: #3498db;
}


.search-page-search-wrap {
  max-width: 680px;
  margin: 0 auto 36px;
}

.search-page-search-wrap .td-search-form-widget {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-page-search-wrap .td-search-form-widget:focus-within {
  border-color: #3498db;
  box-shadow: 0 2px 12px rgba(52, 152, 219, 0.15);
}

.search-page-search-wrap .td-widget-search-input {
  flex: 1;
  border: none !important;
  outline: none;
  padding: 14px 16px;
  font-size: 16px;
  color: #333;
  background: transparent;
  min-width: 200px;
  box-shadow: none !important;
}

.search-page-search-wrap .wpb_button {
  flex-shrink: 0;
  border: none;
  background: #3498db !important;
  color: #fff !important;
  padding: 2px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 0 !important;
  text-transform: none;
  letter-spacing: 0;
}

.search-page-search-wrap .wpb_button:hover {
  background: #2980b9 !important;
}

.search-page-search-wrap .td_search_subtitle {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}


.search-results .td-block-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.search-results .td-block-span4 {
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding: 0;
}

.search-results .td-block-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.search-results .td_module_8 {
  background: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 18px 20px 18px 24px;
  margin: 0;
  transition: background 0.15s;
  position: relative;
}

.search-results .td_module_8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #3498db;
  border-radius: 2px;
  transition: height 0.2s;
}

.search-results .td_module_8:hover {
  background: #f8fbfe;
}

.search-results .td_module_8:hover::before {
  height: 60%;
}

.search-results .td_module_8 .entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.search-results .td_module_8 .entry-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.15s;
}

.search-results .td_module_8 .entry-title a:hover {
  color: #3498db;
}


.search-results .td-ss-main-content > .td-block-row:first-of-type .td-block-span6:first-child .td_module_8 {
  border-top: 1px solid #eee;
}


.search-results .page-nav {
  margin-top: 24px;
  text-align: center;
}

.search-results .page-nav .current {
  background: #3498db;
  color: #fff;
  border-radius: 8px;
  padding: 6px 14px;
}

.search-results .page-nav a {
  padding: 6px 14px;
  border-radius: 8px;
  transition: background 0.15s;
}

.search-results .page-nav a:hover {
  background: #f0f7fd;
  color: #3498db;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .search-page-search-wrap .td-widget-search-input {
    min-width: 400px;
  }
}


@media (min-width: 1025px) {
  .search-page-search-wrap .td-widget-search-input {
    min-width: 520px;
  }
}


@media (max-width: 767px) {
  .search-results .td-page-title {
    font-size: 22px;
  }

  .search-results .td_module_8 {
    padding: 14px 16px 14px 20px;
  }

  .search-results .td_module_8 .entry-title {
    font-size: 15px;
  }

  .search-page-search-wrap {
    margin: 0 auto 24px;
    padding: 0 10px;
  }

  .search-page-search-wrap .td-widget-search-input {
    padding: 12px 12px;
    font-size: 15px;
    min-width: 150px;
  }

  .search-page-search-wrap .wpb_button {
    padding: 12px 18px;
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .search-page-search-wrap .td-widget-search-input {
    min-width: 300px;
    font-size: 14px;
    padding: 10px 12px;
  }

  .search-page-search-wrap .wpb_button {
    padding: 10px 16px;
    font-size: 14px;
  }
}


.tagdiv-type .bcap-photo img {
    margin-bottom: 0 !important;
}

.tagdiv-type .bcab-photo img {
    margin-bottom: 0 !important;
}
