/** 关闭确认弹窗样式 */
.tds-close-confirm-modal {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tds-close-confirm-title {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}

.tds-close-confirm-desc {
  color: var(--Gray-600, #475467);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
  white-space: pre-line;
}

.tds-close-confirm-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.tds-close-confirm-btn-primary {
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

.tds-close-confirm-link {
  color: var(--Gray-500, #667085);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 0;
}
