.more-btn {
    display: flex;
    font-size: 15px;
    color: #92CF33;
    line-height: 120%;
    gap: 15px;
    cursor: pointer;
}
.more-btn.disable {
    color: grey;
}
.more-btn:after {
    content: "";
    border-left: 2px solid #92CF33;
    border-bottom: 2px solid #92CF33;
    transform: rotate(-45deg);
    height: 12px;
    width: 12px;
}