.mobile-bottom-nav a {
    border: 0;
    background: transparent;
    color: #2d3038;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 70px;
    font-size: 22px;
}

.mobile-bottom-nav a > span {
    position: relative;
    font-size: 20px;
    line-height: 1;
}

.mobile-bottom-nav a b {
    position: absolute;
    top: -8px;
    right: -13px;
    min-width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border-radius: 999px;
    background: #FF587D ;
    color: #fff;
    font-size: 8px;
}

.mobile-bottom-nav a.active {
    color: #FF587D;
}
