.psdprtaf {
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 4px;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);

  .psdprtaf-plan {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    padding: 35px 35px 25px 35px;
    border-radius: 4px 4px 0 0;
    margin: 0;
  }

  .psdprtaf-price {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 0 35px 8px 35px;

    .psdprtaf-price-number {
      font-size: 54px;
      line-height: normal;
      display: flex;
      align-items: center;
      line-height: 54px;

      .psdprtaf-price-symbol {
        font-size: 24px;
        line-height: normal;
        display: flex;
        align-self: start;
        margin-right: 5px;
      }
    }
  }

  .psdprtaf-period {
    color: #71717a;
    font-size: 13px;
    text-align: center;
    padding: 0 35px 30px 35px;
  }

  .psdprtaf-desc {
    font-size: 15px;
    color: #3f3f46;
    text-align: center;
    padding: 0 35px 35px 35px;
  }

  .psdprtaf-title {
    font-size: 15px;
    font-weight: bold;
    color: #3f3f46;
    padding: 0 35px 15px 35px;
  }

  .psdprtaf-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 35px 35px 35px;

    .psdprtaf-item {
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #71717a;

      svg {
        width: 16px;
        margin-right: 7px;
        color: #0284c7;
      }
    }
  }

  .psdprtaf-button {
    padding: 25px 35px 35px 35px;
    border-radius: 0 0 4px 4px;

    a {
      background-color: #fff;
      border: 1px solid #e4e4e7;
      border-radius: 4px;
      box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #0284c7;
    }

    a:hover {
      background-color: #0284c7;
      border: 1px solid #0284c7;
      color: #fff;
    }
  }
}
