.swal-container-popup {
  overflow: hidden !important;
  width: auto;
  max-width: 544px;
  padding: 32px 48px;
  box-shadow: 2px 2px 16px 0 #24324733;
  border-radius: 16px;
  row-gap: 32px;

  @media (max-width: 544px) {
    max-width: 100%;
  }
}

.swal-title {
  color: var(--color-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 43.58px;
  text-align: center;
  padding: 0;
  white-space: normal;
}

.swal2-html-container,
.swal-container-text {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  overflow: hidden !important;
  white-space: normal;
}

.swal2-html-container {
  padding: 0 !important;
}

.swal2-actions {
  margin-top: 0;
  column-gap: 32px;

  .children-link-button > *,
  .button.button {
    height: 33px;
    border-radius: 16.5px;
    padding: 9px 20px;
  }
}

.swal-button-none {
  display: contents !important;
}

.swal2-styled {
  margin: 0;

  &:hover {
    background-image: none !important;
  }
}
