.bv-footer-explore {
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1050px;
  margin: 0 auto;
  padding: 24px 0 12px;
  background: #000;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.bv-footer-explore .bv-footer-explore__title {
  margin: 0 0 20px;
  color: #d8c59e;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bv-footer-explore .bv-footer-explore__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 16px auto 0;
  background: #d8c59e;
}

.bv-footer-explore ul {
  display: grid;
  justify-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bv-footer-explore li {
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}

.bv-footer-explore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  max-width: 100%;
  padding: 9px 16px;
  color: #d8c59e;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #8c7b59;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: none;
  overflow-wrap: anywhere;
}

.bv-footer-explore a:hover,
.bv-footer-explore a[aria-current="page"] {
  color: #fff;
  text-decoration-color: #d8c59e;
}

.bv-footer-explore a:focus-visible {
  color: #fff;
  outline: 2px solid #d8c59e;
  outline-offset: 2px;
  border-radius: 2px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bv-site-footer .bv-site-footer__contact,
.site-footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 0 32px;
  border: 0;
  text-align: center;
}

.bv-site-footer .bv-site-footer__actions,
.site-footer .footer-actions {
  justify-content: center;
}

.bv-footer-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: calc(100% - 32px);
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 0 32px;
  text-align: center;
}

.bv-footer-details > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bv-footer-details > a:hover,
.bv-footer-details > a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bv-footer-details > a:focus-visible {
  outline: 2px solid #d8c59e;
  outline-offset: 4px;
}

.bv-footer-details > img {
  margin: 6px auto 0;
}

.bv-site-footer .bv-site-footer__bottom,
.site-footer .footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, .17);
  text-align: center;
}

.bv-site-footer .bv-site-footer__bottom > *,
.site-footer .footer-bottom > * {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  overflow-wrap: anywhere;
}

.bv-site-footer .bv-site-footer__bottom > a,
.site-footer .footer-bottom > a {
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 0;
  color: #d8c59e;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bv-site-footer .bv-site-footer__bottom > a:hover,
.site-footer .footer-bottom > a:hover {
  color: #fff;
}

.bv-site-footer .bv-site-footer__bottom > a:focus-visible,
.site-footer .footer-bottom > a:focus-visible {
  outline: 2px solid #d8c59e;
  outline-offset: 2px;
}
