.save-res {
    display: none;
}

.save-ops ul {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

    .save-ops ul li a {
        line-height: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 16px;
        gap: 0.2rem;
        width: 4rem;
        color: black;
    }

    .save-ops ul li i {
        font-size: 28px;
    }


.save-ops .btn {
    margin: .5rem 0 1.5rem;
    width: 100%;
}

.save-ops > div {
    color: gray;
}

