.bottom-nav [data-tab] > span,
.bottom-nav .nav-sos > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
}

.bottom-nav [data-tab] > span > img,
.bottom-nav .nav-sos > span > img {
  display: block;
  width: 33px;
  height: 33px;
  object-fit: contain;
  border-radius: 0;
}

.home-four.bare-actions > a,
.home-four.bare-actions > button {
  gap: 8px !important;
}

.home-four > a > b,
.home-four > button > b,
.home-four.bare-actions > a > b,
.home-four.bare-actions > button > b {
  display: grid !important;
  width: 48.4px !important;
  height: 48.4px !important;
  min-width: 48.4px !important;
  max-width: 48.4px !important;
  max-height: 48.4px !important;
  flex: 0 0 48.4px !important;
  place-items: center !important;
  overflow: visible !important;
}

.home-four > a > b > img,
.home-four > button > b > img {
  display: block;
  width: 48.4px;
  height: 48.4px;
  object-fit: contain;
}

.home-four > a > span:last-child,
.home-four > button > span:last-child {
  position: static !important;
  display: block !important;
  margin-top: 3px !important;
  line-height: 1.35 !important;
}
