mealz-basket-transfer-error-modal .mealz-modal {
  width: 455px;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
}

mealz-basket-transfer-error-modal .mealz-modal .mealz-modal__header {
  display: none;
}

mealz-basket-transfer-error-modal .mealz-modal .mealz-modal__content-container {
  margin: unset;
}

.mealz-basket-transfer-error-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;

  :first-child {
    margin-bottom: 8px;
  }
}

.mealz-basket-transfer-error-modal__buttons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
