/* HuntBee information pages
   Reusable article + information-center layout for About, policies and help pages. */

.hb-theme #information-information.hb-information-page {
  padding-top: 22px;
  padding-bottom: 64px;
}

.hb-theme .hb-information-breadcrumb {
  margin-bottom: 20px !important;
}

.hb-theme .hb-information-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.hb-theme .hb-information-main {
  min-width: 0;
}

.hb-theme .hb-information-article {
  overflow: hidden;
  border: 1px solid #e3ded4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 32, .045);
}

.hb-theme .hb-information-header {
  padding: 32px 34px 28px;
  border-bottom: 1px solid #ece7de;
  background: linear-gradient(135deg, #fff 0%, #faf8f2 100%);
}

.hb-theme .hb-information-kicker {
  display: block;
  margin-bottom: 8px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hb-theme .hb-information-header h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hb-theme .hb-information-lead {
  max-width: 780px;
  margin: 14px 0 0;
  color: #59646e;
  font-size: 16px;
  line-height: 1.7;
}

.hb-theme .hb-about-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.hb-theme .hb-about-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #e6e1d8;
  border-radius: 9px;
  background: rgba(255, 255, 255, .86);
}

.hb-theme .hb-about-trust-icon {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #edf8f9;
  color: #1594aa;
  font-size: 14px;
}

.hb-theme .hb-about-trust-item strong,
.hb-theme .hb-about-trust-item small {
  display: block;
}

.hb-theme .hb-about-trust-item strong {
  margin-bottom: 2px;
  color: #202933;
  font-size: 13px;
  line-height: 1.35;
}

.hb-theme .hb-about-trust-item small {
  color: #7a848c;
  font-size: 12px;
  line-height: 1.4;
}

.hb-theme .hb-information-body {
  max-width: 900px;
  padding: 30px 34px 36px;
  color: #414d57;
  font-size: 16px;
  line-height: 1.78;
}

.hb-theme .hb-information-body > :first-child {
  margin-top: 0 !important;
}

.hb-theme .hb-information-body > :last-child {
  margin-bottom: 0 !important;
}

.hb-theme .hb-information-body p {
  margin: 0 0 16px;
  color: #414d57;
  font-size: 16px;
  line-height: 1.78;
}

.hb-theme .hb-information-body h2 {
  margin: 34px 0 14px;
  padding-top: 27px;
  border-top: 1px solid #ece8df;
  color: #111820;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.hb-theme .hb-information-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.hb-theme .hb-information-body h3 {
  margin: 27px 0 11px;
  color: #202933;
  font-size: 21px;
  line-height: 1.25;
}

.hb-theme .hb-information-body h4 {
  margin: 22px 0 9px;
  color: #26313b;
  font-size: 18px;
  line-height: 1.3;
}

.hb-theme .hb-information-body ul,
.hb-theme .hb-information-body ol {
  margin: 10px 0 20px;
  padding-left: 24px;
}

.hb-theme .hb-information-body li {
  margin-bottom: 9px;
  padding-left: 3px;
  line-height: 1.7;
}

.hb-theme .hb-information-body li::marker {
  color: #d99a00;
}

.hb-theme .hb-information-body strong {
  color: #202933;
  font-weight: 700;
}

.hb-theme .hb-information-body a {
  color: #0d7f93;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hb-theme .hb-information-body a:hover,
.hb-theme .hb-information-body a:focus {
  color: #075f70;
}

.hb-theme .hb-information-body blockquote {
  margin: 24px 0;
}

.hb-theme .hb-information-body table {
  width: 100%;
  margin: 22px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #e2ded5;
  border-radius: 8px;
}

.hb-theme .hb-information-body table th,
.hb-theme .hb-information-body table td {
  padding: 11px 13px;
  border-bottom: 1px solid #ece8df;
  vertical-align: top;
}

.hb-theme .hb-information-body table th {
  background: #faf9f5;
  color: #202933;
}

.hb-theme .hb-information-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 34px 34px;
  padding: 23px 24px;
  border: 1px solid #d7e7e9;
  border-radius: 10px;
  background: #f2fafb;
}

.hb-theme .hb-information-cta-copy > span {
  display: block;
  margin-bottom: 5px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-theme .hb-information-cta h2 {
  margin: 0 0 5px;
  color: #111820;
  font-size: 21px;
}

.hb-theme .hb-information-cta p {
  margin: 0;
  color: #66717a;
  font-size: 13.5px;
  line-height: 1.55;
}

.hb-theme .hb-information-cta-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #111820;
  border-radius: 7px;
  background: #111820;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.hb-theme .hb-information-cta-button:hover,
.hb-theme .hb-information-cta-button:focus {
  border-color: #26313b;
  background: #26313b;
}

/* Information sidebar */
.hb-theme #information-information #column-right {
  padding-left: 22px;
}

.hb-theme .hb-information-sidebar {
  position: sticky;
  top: 18px;
}

.hb-theme .hb-information-sidebar-card {
  overflow: hidden;
  border: 1px solid #e2ded5;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(17, 24, 32, .035);
}

.hb-theme .hb-information-sidebar-head {
  padding: 18px 18px 15px;
  border-bottom: 1px solid #ece8df;
  background: #faf9f5;
}

.hb-theme .hb-information-sidebar-head > span {
  display: block;
  margin-bottom: 4px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-theme .hb-information-sidebar-head h3 {
  margin: 0 0 5px;
  color: #111820;
  font-size: 17px;
  line-height: 1.3;
}

.hb-theme .hb-information-sidebar-head p {
  margin: 0;
  color: #78828b;
  font-size: 12px;
  line-height: 1.5;
}

.hb-theme .hb-information-nav {
  max-height: calc(100vh - 300px);
  padding: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.hb-theme .hb-information-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 39px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #53606b;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.hb-theme .hb-information-nav a i {
  flex: 0 0 auto;
  color: #c1b9aa;
  font-size: 12px;
}

.hb-theme .hb-information-nav a:hover,
.hb-theme .hb-information-nav a:focus {
  background: #f8f6f1;
  color: #111820;
}

.hb-theme .hb-information-nav a.is-active {
  background: #fff7df;
  color: #6e4c00;
  font-weight: 800;
}

.hb-theme .hb-information-nav a.is-active i {
  color: #d99a00;
}

.hb-theme .hb-information-nav-secondary {
  display: grid;
  gap: 5px;
  padding: 11px 12px 13px;
  border-top: 1px solid #ece8df;
}

.hb-theme .hb-information-nav-secondary a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 7px;
  color: #66717a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hb-theme .hb-information-nav-secondary a i {
  width: 17px;
  color: #1594aa;
  text-align: center;
}

.hb-theme .hb-information-nav-secondary a:hover,
.hb-theme .hb-information-nav-secondary a:focus {
  color: #111820;
}

@media (min-width: 768px) {
  .hb-theme #information-information .hb-information-main.col-sm-9 {
    width: 75%;
  }

  .hb-theme #information-information #column-right.col-sm-3 {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .hb-theme .hb-information-header,
  .hb-theme .hb-information-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hb-theme .hb-about-trust {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-information-cta {
    margin-left: 25px;
    margin-right: 25px;
  }

  .hb-theme #information-information #column-right {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .hb-theme #information-information.hb-information-page {
    padding-top: 16px;
    padding-bottom: 42px;
  }

  .hb-theme .hb-information-layout {
    display: block;
  }

  .hb-theme #information-information .hb-information-main,
  .hb-theme #information-information #column-right {
    width: 100% !important;
  }

  .hb-theme #information-information #column-right.hidden-xs {
    display: block !important;
    margin-top: 22px;
    padding-left: 15px;
  }

  .hb-theme .hb-information-sidebar {
    position: static;
  }

  .hb-theme .hb-information-nav {
    max-height: 360px;
  }

  .hb-theme .hb-information-header {
    padding: 24px 20px 22px;
  }

  .hb-theme .hb-information-header h1 {
    font-size: 30px;
  }

  .hb-theme .hb-information-lead {
    font-size: 15px;
  }

  .hb-theme .hb-information-body {
    padding: 24px 20px 28px;
    font-size: 15px;
  }

  .hb-theme .hb-information-body p {
    font-size: 15px;
  }

  .hb-theme .hb-information-body h2 {
    margin-top: 29px;
    padding-top: 23px;
    font-size: 24px;
  }

  .hb-theme .hb-information-body h3 {
    font-size: 19px;
  }

  .hb-theme .hb-information-body h4 {
    font-size: 17px;
  }

  .hb-theme .hb-information-cta {
    display: block;
    margin: 0 20px 24px;
    padding: 20px;
  }

  .hb-theme .hb-information-cta-button {
    margin-top: 16px;
  }
}

/* Information layout stabilization */
.hb-theme #information-information .hb-information-main-card {
  overflow: hidden !important;
  border: 1px solid #e3ded4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17,24,32,.045) !important;
}

.hb-theme #information-information .hb-information-article {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hb-theme #information-information .hb-information-header {
  display: block !important;
  width: 100% !important;
  padding: 32px 34px 28px !important;
  border-bottom: 1px solid #ece7de !important;
  background: linear-gradient(135deg, #fff 0%, #faf8f2 100%) !important;
}

.hb-theme #information-information .hb-about-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 24px -5px 0 !important;
}

.hb-theme #information-information .hb-about-trust-col {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hb-theme #information-information .hb-about-trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-height: 68px !important;
  padding: 13px 14px !important;
  border: 1px solid #e6e1d8 !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.hb-theme #information-information .hb-about-trust-icon {
  display: inline-flex !important;
  flex: 0 0 34px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  background: #edf8f9 !important;
  color: #1594aa !important;
}

.hb-theme #information-information .hb-about-trust-item strong,
.hb-theme #information-information .hb-about-trust-item small {
  display: block !important;
}

.hb-theme #information-information .hb-information-body {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 30px 34px 36px !important;
  background: #fff !important;
}

.hb-theme #information-information #column-right .hb-information-sidebar {
  display: block !important;
  position: sticky !important;
  top: 18px !important;
  width: 100% !important;
}

.hb-theme #information-information #column-right .hb-information-sidebar-card {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  border: 1px solid #e2ded5 !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 7px 22px rgba(17,24,32,.035) !important;
}

.hb-theme #information-information #column-right .hb-information-sidebar-head {
  display: block !important;
  padding: 18px 18px 15px !important;
  border-bottom: 1px solid #ece8df !important;
  background: #faf9f5 !important;
}

.hb-theme #information-information #column-right .hb-information-nav.list-group {
  display: block !important;
  width: 100% !important;
  max-height: calc(100vh - 300px) !important;
  margin: 0 !important;
  padding: 8px !important;
  overflow-y: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hb-theme #information-information #column-right .hb-information-nav.list-group > a.list-group-item {
  display: flex !important;
  float: none !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 40px !important;
  margin: 0 0 2px !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #53606b !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  text-decoration: none !important;
}

.hb-theme #information-information #column-right .hb-information-nav.list-group > a.list-group-item:hover,
.hb-theme #information-information #column-right .hb-information-nav.list-group > a.list-group-item:focus {
  background: #f8f6f1 !important;
  color: #111820 !important;
}

.hb-theme #information-information #column-right .hb-information-nav.list-group > a.list-group-item.is-active {
  background: #fff7df !important;
  color: #6e4c00 !important;
  font-weight: 800 !important;
}

.hb-theme #information-information #column-right .hb-information-nav.list-group > a.list-group-item > i {
  flex: 0 0 auto !important;
  color: #c1b9aa !important;
  font-size: 12px !important;
}

.hb-theme #information-information .hb-information-nav-secondary {
  display: grid !important;
  width: 100% !important;
}

.hb-theme #information-information .hb-information-nav-secondary > a {
  display: flex !important;
  width: 100% !important;
}

@media (max-width: 991px) {
  .hb-theme #information-information .hb-about-trust-col {
    width: 100% !important;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .hb-theme #information-information .hb-information-main-card {
    border-radius: 10px !important;
  }

  .hb-theme #information-information .hb-information-header {
    padding: 24px 20px 22px !important;
  }

  .hb-theme #information-information .hb-information-body {
    padding: 24px 20px 28px !important;
  }

  .hb-theme #information-information #column-right .hb-information-sidebar {
    position: static !important;
  }
}


/* About facts row - stable replacement for trust cards */
.hb-theme #information-information .hb-about-trust,
.hb-theme #information-information .hb-about-trust-col,
.hb-theme #information-information .hb-about-trust-item,
.hb-theme #information-information .hb-about-trust-icon {
  display: none !important;
}

.hb-theme #information-information .hb-about-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
}

.hb-theme #information-information .hb-about-fact {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 0 !important;
  padding: 14px 15px !important;
  border: 1px solid #e5e0d7 !important;
  border-radius: 9px !important;
  background: #fff !important;
}

.hb-theme #information-information .hb-about-fact > i {
  display: inline-flex !important;
  flex: 0 0 34px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  background: #edf8f9 !important;
  color: #1594aa !important;
  font-size: 14px !important;
}

.hb-theme #information-information .hb-about-fact > div {
  min-width: 0 !important;
}

.hb-theme #information-information .hb-about-fact strong,
.hb-theme #information-information .hb-about-fact span {
  display: block !important;
  white-space: normal !important;
}

.hb-theme #information-information .hb-about-fact strong {
  margin: 0 0 2px !important;
  color: #202933 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.hb-theme #information-information .hb-about-fact span {
  color: #7a848c !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

@media (max-width: 991px) {
  .hb-theme #information-information .hb-about-facts {
    grid-template-columns: 1fr !important;
  }
}
