.tabs-primary {
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  transform: translateX(-32px);
  border-bottom: 0px solid var(--wp--preset--color--secondary-border);
}
.tabs-primary button {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--heading);
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary-border);
  border-width: 1px;
  border-style: solid;
  border-radius: 500px;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
  background-color: white;
  cursor: pointer;
}
.tabs-primary button.is-active {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.tabs-primary button:first-of-type {
  padding-left: var(--wp--preset--spacing--large);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tabs-primary button:hover, .tabs-primary button:focus {
  background-color: var(--wp--preset--color--primary-dark);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary-dark);
}

/* SCSS Variables */
/* Mixins */
.meltingpot-modal .modal-content {
  container-type: inline-size;
  container-name: meltingpot-menu;
}
.meltingpot-modal .tab-content {
  padding: 0px;
}
.meltingpot-modal .menu-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}
.meltingpot-modal .menu-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  display: block;
}
.meltingpot-modal .menu-content-category {
  gap: var(--wp--preset--spacing--x-small);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-self: stretch;
}
.meltingpot-modal .menu-content-category.is-layout-flex, .meltingpot-modal .menu-content-category.wp-block-group-is-layout-flex {
  align-items: stretch;
}
.meltingpot-modal .menu-content-category .wp-block-table {
  width: 100%;
  max-width: 100%;
}
.meltingpot-modal .menu-content-category ul {
  margin-top: 0px;
}
.meltingpot-modal .modal-body .wp-block-table, .meltingpot-modal .menu-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  display: block;
}
.meltingpot-modal .modal-body table, .meltingpot-modal .menu-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}
.meltingpot-modal .modal-body table.has-fixed-layout, .meltingpot-modal .menu-content table.has-fixed-layout {
  table-layout: auto;
}
.meltingpot-modal .modal-body table tbody, .meltingpot-modal .menu-content table tbody {
  display: block;
  width: 100%;
}
.meltingpot-modal .modal-body table tbody tr, .meltingpot-modal .menu-content table tbody tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--primary-light);
}
.meltingpot-modal .modal-body table tbody tr td:nth-child(2):nth-last-child(2):empty + td:nth-child(3):last-child, .meltingpot-modal .menu-content table tbody tr td:nth-child(2):nth-last-child(2):empty + td:nth-child(3):last-child {
  grid-column: 1/-1;
  text-align: right !important;
  padding-left: 0;
  white-space: nowrap;
}
.meltingpot-modal .modal-body table tbody tr td, .meltingpot-modal .menu-content table tbody tr td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: var(--wp--preset--spacing--x-small) 0;
}
.meltingpot-modal .modal-body table tbody tr td:not(:first-child), .meltingpot-modal .menu-content table tbody tr td:not(:first-child) {
  padding-top: 0;
}
.meltingpot-modal .modal-body table tbody tr td:first-child, .meltingpot-modal .menu-content table tbody tr td:first-child {
  grid-column: 1/-1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.meltingpot-modal .modal-body table tbody tr td:nth-child(2):nth-last-child(2):empty, .meltingpot-modal .menu-content table tbody tr td:nth-child(2):nth-last-child(2):empty {
  display: none;
}
.meltingpot-modal .modal-body table tbody tr td:nth-child(2):nth-last-child(2):not(:empty), .meltingpot-modal .menu-content table tbody tr td:nth-child(2):nth-last-child(2):not(:empty) {
  grid-column: 1;
  text-align: left !important;
  white-space: pre-wrap;
}
.meltingpot-modal .modal-body table tbody tr td:nth-child(3):last-child, .meltingpot-modal .menu-content table tbody tr td:nth-child(3):last-child {
  grid-column: 2;
  text-align: right !important;
  padding-left: 0;
  white-space: pre-wrap;
}
.meltingpot-modal .modal-body table tbody tr td:nth-child(2):last-child, .meltingpot-modal .menu-content table tbody tr td:nth-child(2):last-child {
  grid-column: 1/-1;
  text-align: right !important;
  padding-left: 0;
  white-space: nowrap;
}
.meltingpot-modal .modal-body table thead, .meltingpot-modal .menu-content table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.meltingpot-modal .allergen-info-block {
  margin-left: calc(-1 * var(--wp--preset--spacing--large));
  margin-right: calc(-1 * var(--wp--preset--spacing--large));
  margin-bottom: calc(-1 * var(--wp--preset--spacing--large));
  margin-top: var(--wp--preset--spacing--large);
}