.pisell-good-pass-card-all-items-modal,
.pisell-good-pass-card {
  .pisell-good-pass-card-header,
  .pisell-good-pass-card-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Gray-900, #101828);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }

  .pisell-good-pass-card-voucher-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    // height: 22px;

    .item-title {
      color: var(--Gray-500, #667085);
      // text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
    }

    .item-content {
      color: var(--, #8157d5);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      white-space: nowrap;

      .voucher-item-content-save {
        color: var(--, #8157d5);
      }

      .pisell-lowcode-checkbox-wrapper {
        display: flex;
        flex-direction: row-reverse;
      }

      .add-btn {
        color: var(--, #8157d5);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
      }
    }
  }
}
