@media (max-width: 720px) {
.mobile-tab-strip {
margin-top: 13px;
          background: #f0f1f6;
          padding: 10px 16px 7px;
          justify-content: space-between;
}

.mobile-tab-strip button {
border: 0;
          background: transparent;
          color: #b9bcc9;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 4px;
          font-size: 18px;
          min-width: 54px;
}

.mobile-tab-strip small {
font-size: 10px;
          font-weight: 700;
}

.mobile-tab-strip .active {
background: #fff;
          border: 1px solid #ff4d68;
          border-radius: 12px;
          color: var(--orange);
          padding: 7px 13px;
}
}
