/* css/style.css */
.apifw_frnd_btn_wrap {
    display: flex;
    gap: 10px; /* Adjust the gap as needed */
    align-items: center;
    margin-top: 10px; /* Adjust to add some space above if necessary */
}

/* No additional styles required if inheriting existing button styles */

table.previously-ordered-products {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
  }
  table.previously-ordered-products th,
  table.previously-ordered-products td {
    border: 1px solid #ddd;
    padding: 0.75rem;
  }
  