/* HuntBee standalone Trust Ledger footer */
.hb-theme .hb-footer {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: #0d1826;
  color: rgba(255,255,255,.72);
}

.hb-theme .hb-footer a,
.hb-theme .hb-bottom-footer a {
  color: rgba(255,255,255,.78);
}

.hb-theme .hb-footer a:hover,
.hb-theme .hb-footer a:focus,
.hb-theme .hb-bottom-footer a:hover,
.hb-theme .hb-bottom-footer a:focus {
  color: #fff;
}

.hb-theme .hb-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(4, minmax(125px, .72fr));
  gap: 34px;
  padding: 40px 0 30px;
}

.hb-theme .hb-footer-brand {
  max-width: 340px;
}

.hb-theme .hb-footer-wordmark {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 12px;
  color: #fff !important;
  line-height: 1;
}

.hb-theme .hb-footer-wordmark-name {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.hb-theme .hb-footer-wordmark-name span {
  color: #f6b51b;
}

.hb-theme .hb-footer-wordmark small {
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
}

.hb-theme .hb-footer-lead {
  max-width: 330px;
  margin: 0 0 12px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.55;
}

.hb-theme .hb-footer-proof {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 700;
}

.hb-theme .hb-footer-proof i {
  margin: 0 !important;
  color: #2aa7b8;
}

.hb-theme .hb-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hb-theme .hb-footer-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}

.hb-theme .hb-footer-action:hover,
.hb-theme .hb-footer-action:focus {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.05);
}

.hb-theme .hb-footer-action-primary {
  border-color: #f6b51b;
  background: #f6b51b;
  color: #111820 !important;
}

.hb-theme .hb-footer-action-primary:hover,
.hb-theme .hb-footer-action-primary:focus {
  border-color: #e8a600;
  background: #e8a600;
  color: #111820 !important;
}

.hb-theme .hb-footer-social {
  margin-top: 18px;
  text-align: left !important;
}

.hb-theme .hb-footer-social-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left !important;
}

.hb-theme .hb-footer-social-list {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  float: none !important;
  width: max-content !important;
  max-width: 100% !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.hb-theme .hb-footer-social-list a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 6px;
  color: rgba(255,255,255,.7);
  background: transparent;
  font-size: 13px;
}

.hb-theme .hb-footer-social-list a:hover,
.hb-theme .hb-footer-social-list a:focus {
  border-color: rgba(255,255,255,.25);
  color: #fff;
  background: rgba(255,255,255,.05);
}

.hb-theme .hb-footer-column h2 {
  margin: 2px 0 13px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .01em;
}

.hb-theme .hb-footer-column ul {
  margin: 0;
}

.hb-theme .hb-footer-column li + li {
  margin-top: 7px;
}

.hb-theme .hb-footer-column li a {
  display: inline-block;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.4;
}

.hb-theme .hb-footer-secondary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.hb-theme .hb-footer-secondary-links a {
  color: rgba(255,255,255,.68);
  font-size: 12px;
}

.hb-theme .hb-bottom-footer {
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #09131f;
  color: rgba(255,255,255,.46);
}

.hb-theme .hb-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hb-theme .hb-bottom-footer .copyright,
.hb-theme .hb-bottom-footer .copyright p {
  margin: 0;
  color: rgba(255,255,255,.44);
  font-size: 12px;
  line-height: 1.4;
}

.hb-theme .hb-payment-methods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hb-theme .hb-bottom-footer .cards {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hb-theme .hb-bottom-footer .cards li {
  margin: 0;
}

.hb-theme .hb-bottom-footer .cards i {
  margin: 0 !important;
  color: rgba(255,255,255,.62);
  font-size: 25px;
  line-height: 1;
}

.hb-theme #back-to-top {
  border: 1px solid rgba(255,255,255,.1);
  background: #132235;
  color: #fff;
}

@media (max-width: 1199px) {
  .hb-theme .hb-footer-main {
    grid-template-columns: minmax(250px, 1.25fr) repeat(2, minmax(140px, .8fr));
    gap: 28px 30px;
  }

  .hb-theme .hb-footer-brand {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .hb-theme .hb-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 26px 18px;
    padding: 30px 0 24px;
  }

  .hb-theme .hb-footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: none;
  }

  .hb-theme .hb-footer-lead {
    max-width: 460px;
  }

  .hb-theme .hb-footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hb-theme .hb-payment-methods,
  .hb-theme .hb-bottom-footer .cards {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .hb-theme .hb-footer-main {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-footer-brand {
    grid-column: auto;
  }
}


/* Mobile social row isolation */
@media (max-width: 767px) {
  .hb-theme .hb-footer-social {
    margin-top: 20px;
  }

  .hb-theme .hb-footer-social-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: max-content !important;
    max-width: 100% !important;
    gap: 9px !important;
  }

  .hb-theme .hb-footer-social-list a {
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
  }
}
