.phoenix-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px calc(20px + 32px) 8px 20px;
  min-height: 40px;
  box-sizing: border-box;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: linear-gradient(90deg, #2E9CFF 0%, #29B8ff 100%);
}

.phoenix-modal__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: RGB(var(--skin-css-var-M9));
  cursor: default;
  font-size: 16px;
  line-height: 24px;
}
