.app-tabs {
    border-top: none;
}
.cmt-list-view-more span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4cd964, #17c964);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(23,201,100,.25);
}
.cmt-list-view-more span:hover {
    color: #fff!important;
    background: linear-gradient(135deg, #3bdd57, #08c158);
}
.cmt-list-view-more span i {
    transform: translateY(1px);
}
.cmt-list-view-more em {
    font-size: 14px;
    color: #888;
}