$cssPrefix: h-share-payment-method;

.#{$cssPrefix} {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 24rpx 8rpx;
  &-row-left {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    &-img {
      width: 40rpx;
      height: 40rpx;
      margin-right: 8rpx;
      // border-radius: var(--corner-2, 16rpx);
    }
    &-name {
      &-title {
        font-family: PingFangSC-Regular;
        font-size: var(--p-body-1-font-size);
        color: var(--color-text1-4);
      }

      &-subtitle {
        font-size: 24rpx;
        color: #999;
      }
    }
  }
  &-row-right-icon {
    // color: var(--color-brand-3, #ff6a00);
  }
}
