.card-rewards {
  position: relative;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
  margin: 4px;
  box-shadow: 0px 0.874317px 1.74863px rgba(5, 5, 61, 0.08),
    0px 2px 10px rgba(5, 5, 61, 0.08);
  width: 312px;
  height: 164px;
  .main,
  .footer {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .main {
    border-radius: 12px 12px 0px 0px;
    height: 124px;
    .product {
      width: 88px;
      height: 100px;
      margin: auto 12px;
      display: inline-block;
      overflow: hidden;
      top: 50%;
      left: 0%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .title {
      text-align: left;
      display: inline-block;
      overflow: hidden;
      line-height: 31px;
      white-space: normal;
      margin: 12px 12px 12px 37%;
      width: 57%;
      height: fit-content;
      max-height: 100px;
      position: absolute;
      top: 40%;
      right: 0%;
      transform: translateY(-50%);
      > span {
        display: inline-block;
        vertical-align: middle;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        font-feature-settings: "tnum" on, "lnum" on;
        color: #05053d;
        white-space: normal;
        overflow-wrap: anywhere;
      }
    }
  }
  .footer {
    border-radius: 0px 0px 12px 12px;
    height: 40px;
    background-color: #f5f5f7;
    &.success {
      background-color: #d6f1ed;
    }
    > div.half-part {
      display: inline-block;
      padding: 8px;
      &.left {
        text-align: left;
        > progress {
          width: 106px;
        }
      }
      &.right {
        text-align: right;
        float: right;
      }
    }
  }
}
