/**************************** FUND CARD ****************************/
.fund_card {
  padding: 32px;
}

.fund_card p {
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin: 0 0 4px 0;
}

.usn_pod_fundcard .item .base-bg h3 {
  color: rgba(var(--base-text), 1) !important;
}

.fund_card h3 {
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
}

.fund_card .content {
  margin-top: auto;
  border-top: solid 1px #dddddd;
}
@media (min-width: 768px) and (max-width: 993px) {
  .fund_card .content,
  .fund_card_big .content {
    flex-direction: column !important;
  }
  .fund_card_big .fund_wrapper {
    justify-content: flex-start !important;
  }
  .fund_card .content p {
    flex-direction: column-reverse !important;
  }
}

.fund_card .content p,
.fund_card_big .content p {
  color: rgba(var(--base-text), 1) !important;
  line-height: 150%;
  font-size: 0.875rem;
}

.fund_card .content p > span,
.fund_card_big .content p > span {
  line-height: 130%;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.fund_card .content p > .negative_percentage,
.fund_card_big .content p > .negative_percentage {
  color: #d12027 !important;
}

/*
        .listing_basic-grid.listing-pods:has(.usn_pod_fundcard) {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
            gap: 24px;
            margin-bottom: 48px;
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
        }
        
        @media (max-width: 1200px) {
            .listing_basic-grid.listing-pods:has(.usn_pod_fundcard) {
                    grid-template-columns: 1fr;
                    padding: 0 12px;
                    margin: 0 auto 32px auto;
                    max-width: 672px;
                }
            }

            .usn_pod_fundcard {
                max-width: none !important;
            }
*/
@media (max-width: 768px) {
  .fund_card {
    padding: 24px;
  }

  .fund_card p {
    margin: 0 0 2px 0;
  }

  .fund_card h3 {
    font-size: 1.5rem;
    padding-bottom: 12px !important;
  }

  .fund_card .content p {
    font-size: 0.75rem;
  }

  .fund_card .content p > span {
    font-size: 1.5rem;
  }
}

/**************************** FUND CARD BIG ****************************/
.fund_card_big {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.fund_card_big .fund_wrapper {
  width: 100%;
  max-width: 316px;
  border: #dddddd solid 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fund_card_big .image {
  width: 100% !important;
  max-height: 128px !important;
}

.fund_card_big .fund_wrapper .fund_growth {
  font-size: 25px;
}

@media (max-width: 768px) {
  .fund_card_big .fund_wrapper {
    max-width: unset;
  }

  .fund_card_big .fund_wrapper .fund_growth {
    font-size: 21px;
  }
}

.fund_card_big .content_wrapper h3 {
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0.02em;
  padding-bottom: 12px;
}

.fund_card_big .content_wrapper .tag {
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  color: rgba(var(--tab-text-active), 1);
}

@media (max-width: 768px) {
  .fund_card_big .content_wrapper .tag {
    margin-bottom: 2px;
  }
}

.fund_card_big .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fund_card_big .content_wrapper .data {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: var(--spacing-l);
}

.fund_card_big .content_wrapper .data p {
  background-color: #0076AD1a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 2px 4px;
}

/*Fun card height aligment*/
.usn_pod_fundcard .item {
  height: 100%;
}

.usn_pod_fundcard .fund_card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.usn_pod_fundcard .fund_card a {
  /* margin-top: auto !important; */
  align-self: flex-start;
}
/*END END END - Fun card height aligment*/

.listing-pods:has(.usn_pod_fundcard) > .item {
  margin-bottom: var(--spacing-2xl);
}

@media (min-width: 992px) {
  .listing-pods:has(.usn_pod_fundcard) > .item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .listing-pods:has(.usn_pod_fundcard) > .item:nth-last-child(-n + 2) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  .listing-pods:has(.usn_pod_fundcard) > .item:last-child {
    margin-bottom: 0 !important;
  }
}

.usn_pod_fundcard { 
  padding: 0;
  /* padding-right: var(--spacing-xl) !important; */
}

.usn_pod_fundcard:last-child { 
  padding-right: 0 !important;
}

.fundcard-heading {
  padding-bottom: var(--spacing-l)
}

.fundcard-secondary-heading {
  font-size: 13px;
}

.fundcard-content {
  padding: var(--spacing-xl) 0;
}