.bh-toolbar {
  position: relative;
  top: -75px;
  background: transparent !important;
  z-index: 5;
  width: 100%;
  clear: both;
}

ul.bh-toolbar__inner,
ul.bh-toolbar-small {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
  padding: 0 15px;
}

ul.bh-toolbar__inner {
  gap: 14px;
  margin: 0 0 10px;
}

ul.bh-toolbar-small {
  gap: 8px;
  margin: 0;
  clear: both;
  flex-basis: 100%;
}

.bh-toolbar__inner li,
.bh-toolbar-small li {
  display: inline-block;
}

.bh-toolbar__inner li {
  width: 120px;
}

.bh-toolbar-small li {
  width: auto;
}

.bh-toolbar__inner li a,
.bh-toolbar-small li a {
  background: rgb(255, 212, 0) !important;
  border: 1px solid rgb(220, 180, 0);
  text-align: center;
  box-shadow: 0 8px 18px rgba(120, 95, 0, 0.22);
  position: relative;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  color: #4A3A00;
  text-decoration: none;
  overflow: hidden;
}

.bh-toolbar__inner li a {
  width: 100%;
  min-height: 110px;
  float: left;
  border-radius: 14px;
}

.bh-toolbar-small li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(120, 95, 0, 0.16);
}

.bh-toolbar__inner li a:hover,
.bh-toolbar__inner li a:focus,
.bh-toolbar-small li a:hover,
.bh-toolbar-small li a:focus {
  background: rgb(235, 195, 0) !important;
  border-color: rgb(200, 160, 0);
  color: #3A2D00;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(120, 95, 0, 0.28);
}

.bh-toolbar__content {
  color: inherit;
  font-family: "Quicksand", sans-serif;
  line-height: 1.3;
  white-space: normal;
}

.bh-toolbar__inner .bh-toolbar__content {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 12px 8px;
}

.bh-toolbar-small .bh-toolbar__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.bh-toolbar__label {
  display: block;
}

.bh-toolbar__inner li a i {
  display: block;
  font-size: 30px;
  margin: 0 0 12px !important;
  width: 100% !important;
  height: auto !important;
  color: #4A3A00;
}

.bh-toolbar-small li a i {
  display: inline-block;
  font-size: 14px;
  margin: 0 !important;
  color: inherit;
}

.bh-toolbar__inner li a:hover i,
.bh-toolbar__inner li a:focus i {
  color: #3A2D00;
}

@media (max-width: 767.98px) {
  .bh-toolbar {
    top: -35px;
  }

  .bh-toolbar__inner li {
    width: 104px;
  }

  .bh-toolbar__inner li a {
    min-height: 96px;
  }

  .bh-toolbar__inner li a i {
    font-size: 24px;
    margin-bottom: 8px !important;
  }
}

/* The toolbar remains visible on phones; there is no separate mobile menu. */
.bh-toolbar-mobile {
  display: none !important;
}

@media (max-width: 767.98px) {
  .bh-toolbar {
    top: -35px;
  }

  ul.bh-toolbar__inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 15px 12px;
    margin-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .bh-toolbar__inner li {
    flex: 0 0 100px;
    width: 100px;
    scroll-snap-align: start;
  }

  .bh-toolbar__inner li a {
    min-height: 92px;
  }

  .bh-toolbar__inner .bh-toolbar__content {
    font-size: 12px;
    line-height: 1.18;
    padding: 9px 6px;
  }

  .bh-toolbar__inner li a i {
    font-size: 23px;
    margin-bottom: 7px !important;
  }

  ul.bh-toolbar-small {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 15px 8px;
    -webkit-overflow-scrolling: touch;
  }
}
