.elementor-19242 .elementor-element.elementor-element-dfe901f{width:var( --container-widget-width, 100.257% );max-width:100.257%;--container-widget-width:100.257%;--container-widget-flex-grow:0;}.elementor-19242 .elementor-element.elementor-element-dfe901f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-19242 .elementor-element.elementor-element-5a9eefe4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 42px) 0px;text-align:center;}.elementor-19242 .elementor-element.elementor-element-33980536{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-19242 .elementor-element.elementor-element-5a9eefe4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 24px) 0px;}}/* Start custom CSS for html, class: .elementor-element-dfe901f */#hedera-search-root {
  max-width: 900px;
  margin: 0 auto;
}

/* ====== Tabs (post type filter) ====== */
#facet-post-type {
  margin-top: 14px;
}

/* kill the random vertical scrollbar */
#facet-post-type,
#facet-post-type * {
  overflow-y: visible !important;
}

.hedera-tabs {
  display: flex;
  gap: 26px;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden; /* just in case */
  -webkit-overflow-scrolling: touch;

  /* prevent a visible scrollbar where possible */
  scrollbar-width: none;
}
.hedera-tabs::-webkit-scrollbar {
  height: 0;
}

/* make facets match “title” style and not disappear on hover */
.hedera-tabs__tab {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: inherit;
  opacity: 1;                 /* keep visible (no fade-out) */
  font-weight: 500;           /* match your “strong 500” ask */
  border-bottom: 2px solid transparent;
  margin-bottom: -11px; /* sit on the divider line */
  white-space: nowrap;
}

.hedera-tabs__tab.is-active {
  border-bottom-color: currentColor;
}

.hedera-tabs__tab:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* facets hover = purple, do NOT disappear */
.hedera-tabs__tab:hover {
  color: #B47AFF;
  opacity: 1;
}

/* ====== Search box ====== */
#hedera-search-box .ais-SearchBox-form {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
}

#hedera-search-box .ais-SearchBox-input {
  width: 100%;
  height: 46px;
  border-radius: 36px; /* requested */
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: inherit;
  padding: 0 14px;
  outline: none;
}

#hedera-search-box .ais-SearchBox-submit,
#hedera-search-box .ais-SearchBox-reset {
  width: 46px;
  height: 46px;
  border-radius: 36px; /* requested */
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  cursor: pointer;
}

/* ====== Stats ====== */
#hedera-search-stats {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.9;
}

/* ====== Results list fixes (remove numbering/bullets) ====== */
#hedera-search-results .ais-Hits-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#hedera-search-results .ais-Hits-item {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.hedera-search-hit {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.hedera-search-hit__title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 500; /* requested */
}

.hedera-search-hit__link {
  text-decoration: none;
  color: inherit;
}

/* title hover = purple (and keep underline behavior if you want it) */
.hedera-search-hit__link:hover .hedera-search-hit__title {
  color: #B47AFF; /* requested */
  text-decoration: underline;
}

/* global title-like hover behavior if needed elsewhere */
#hedera-search-root a:hover {
  color: #B47AFF;
}

.hedera-search-hit__excerpt {
  margin: 0;
  opacity: 0.85;
  line-height: 1.55;
  font-weight: 400; 
}

.hedera-search-empty {
  opacity: 0.85;
}

/* ====== Pagination (clean) ====== */
#hedera-search-pagination {
  margin-top: 18px;
}

#hedera-search-pagination .ais-Pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#hedera-search-pagination .ais-Pagination-item {
  margin: 0;
}

#hedera-search-pagination .ais-Pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 36px; /* requested (buttons) */
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
  color: inherit;
  text-decoration: none;
}

#hedera-search-pagination .ais-Pagination-link:hover {
  color: #B47AFF; /* match title hover */
}

#hedera-search-pagination .ais-Pagination-item--selected .ais-Pagination-link {
  border-color: rgba(0, 0, 0, 0.55);
}

span.ais-Stats-text {
    font-weight: 500;
}

.hedera-search-hit__title {
    color: rgb(130, 89, 239);
}
mark {
    background: transparent;
    font-weight: 500;
}
/* ====== Mobile pagination: force ONE ROW (no awkward wrap) ====== */
@media (max-width: 520px) {
  #hedera-search-pagination .ais-Pagination-list {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 6px; /* room for iOS scroll bar */
    scrollbar-width: none;
  }

  #hedera-search-pagination .ais-Pagination-list::-webkit-scrollbar {
    height: 0;
  }

  /* tighten buttons slightly so more fit before scrolling */
  #hedera-search-pagination .ais-Pagination-link {
    min-width: 36px;
    height: 36px;
  }
}/* End custom CSS */