    @charset "utf-8";
    .button-row-m {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .menu-button-m {
        text-align: center;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: bold;
    }    
    .menu-button-m img {
        height: 100px;
        object-fit: cover;
    }
    .menu-button-m span {
        display: block;
        font-size: 10px;
    }