$cssPrefix: h-help-pay-card;

.#{$cssPrefix} {
  .mt-card-extra {
    max-width: unset !important;
  }

  &-extra {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    &-icon {
      margin-left: 4rpx;
    }
  }
  &-content {
    &-footer {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      font-family: PingFangSC-Regular;
      font-size: 24px;
      color: #999999;
      letter-spacing: 0;
      line-height: 32px;
    }
  }
  &-drawer {
    --drawer-title-border-width: 0;
    padding: 0rpx 24rpx 60rpx;
    &-content {
      font-family: PingFangSC-Regular;
      font-size: var(--p-body-1-font-size);
      color: var(--color-text1-4);
      margin-bottom: 94rpx;
      &-item {
        margin-bottom: 24rpx;
      }
    }
  }
}
