.mh-buttons-bar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: space-around;
    text-align:center;
    width:auto;

}

/*
.mh-buttons-bar .mh-buttons-item {
    flex: 1 1 0px;
    text-align:center;
    display:block;
    max-width:350px;
    border-top-width: 6px;
    border-top-style: solid;
    border-image: linear-gradient(to right, var(--wp--preset--color--blue-sea), var(--wp--preset--color--green-grass)) 1;
    background: var(--wp--preset--color--deep-blue-sea);
    color: var(--wp--preset--color--white);
    text-decoration:none;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 0 0 10px 10px;
}
*/

.mh-buttons-bar .mh-buttons-item {
    flex: 1 1 0px;
    text-align:center;
    display:block;
    max-width:350px;
    /*
    border-top-width: 6px;
    border-top-style: solid;
    border-image: linear-gradient(to right, var(--wp--preset--color--blue-sea), var(--wp--preset--color--green-grass)) 1;
    background: var(--wp--preset--color--deep-blue-sea);
    */
    color: var(--wp--preset--color--black);
    text-decoration:none;
    padding-top:10px;
    padding-bottom:10px;
    /*
    border-radius: 0 0 10px 10px;
    */
}

    .mh-buttons-bar .mh-buttons-item span {
        vertical-align: middle;
        font-size: 20px;
        font-weight: 700;
        height: 24px;
        line-height: 24px;
        /*white-space: nowrap;*/
        text-decoration: underline;
        text-underline-offset: 4px;
        text-transform: uppercase;
    }

    .mh-buttons-bar .mh-buttons-item svg {
        display: inline-block;
        vertical-align: middle;
        height: 20px;
        width: 20px;
    }

    .mh-buttons-bar .mh-buttons-item .feather {
        color: var(--wp--preset--color--blue-sea);
    }

        .mh-buttons-bar a:hover span {
            text-decoration: none;
        }
