.pisell-toast-wrap {
  color: var(--Base-White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  .pisell-lowcode-message-notice-content {
    padding: 4px 4px 4px 14px;
  }
  .pisell-toast-content {
    display: flex;
    gap: 20px;
    align-items: center;
    .pisell-toast-action {
      color: var(--Base-White, #FFF);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; /* 142.857% */
    }
    .pisell-toast-close {
      font-size: 20px;
      padding: 8px;
    }
  }
}