.mlink-button {
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px;
    outline: none;
    border: 0;
    border-radius: 5px;
    background-color: #f2994a;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.mlink-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
    
                    .mlink-button_profile_3 {
                background: #f5f5f5;
                color: #00a4c7;
                                max-width: none;
                margin: 20px 0px 7px 0;
            }

            .mlink-button_profile_3:hover {
                background: #dcdcdc;
                            }

            .mlink-button-icon_profile_3 {
                width: 25px;
                height: auto;
                min-width: 0;
                min-height: 0;
            }
                    .mlink-button_profile_2 {
                background: #f5f5f5;
                color: #00a4c7;
                                max-width: none;
                margin: 7px 0;
            }

            .mlink-button_profile_2:hover {
                background: #dcdcdc;
                            }

            .mlink-button-icon_profile_2 {
                width: 97px;
                height: auto;
                min-width: 0;
                min-height: 0;
            }
            

