/* 表单 label 样式 */
.pisell-lowcode-form-item-label {
  color: var(--Gray-900, #101828);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

/* 标题区域 */
.secure-card-payment-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.secure-card-payment-title-icon {
  color: #12b76a;
  font-size: 20px;
}

/* 外层容器 - flex 列布局，使 3D Secure 内容少时贴底 */
.add-mw-credit-card-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* 安全提示 Alert - 顶部 */
.secure-card-tip-alert {
  margin-bottom: 12px;
  .pisell-lowcode-alert-message {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #027a48;
  }
}

/* 授权说明文案 */
.merchant-authorization-text {
  color: var(--Gray-600, #475467);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}

/* shopName 蓝色高亮 */
.merchant-shop-name {
  color: #1570EF;
}

/* 分割线 */
.secure-card-divider {
  margin: 16px 0;
}

/* 保存卡片 Checkbox */
.save-card-form-item {
  margin-bottom: 4px !important;
}

.save-card-checkbox-text {
  color: var(--Gray-900, #101828);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

/* 保存卡片加密提示 */
.save-card-encryption-text {
  color: var(--Gray-500, #667085);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-left: 24px;
  margin-bottom: 24px;
}

/* 3D Secure 安全说明 - margin-top: auto 使其内容少时贴底，多时跟随流 */
.three-d-secure-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
  margin-top: auto;
}

.three-d-secure-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.three-d-secure-icon {
  color: #2e90fa;
  font-size: 32px;
}

.three-d-secure-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 700;
  color: #2e90fa;
  line-height: 1;
}

.three-d-secure-text {
  color: var(--Gray-600, #475467);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
