/* Position activity text on the purple bar of the GIF */
.tabbar__container-item:nth-of-type(3) img {
  margin-bottom: -10px !important;
}

.tabbar__container-item:nth-of-type(3) span {
  position: relative;
  bottom: 18px;
  z-index: 10;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.28rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  white-space: nowrap;
}

.tabbar__container-item:nth-of-type(3) {
  position: relative;
}
