/* Product-discovery cards – from chargeWeb/web/pricing.html (#pdc-style) */

.charge-pricing-page {
  --e-global-color-06bb3ad: #f8f8f8;
  --e-global-color-7f072dc: #2a3239;
}

/* Elementor centers flex children by default; keep the product grid full-width. */
.charge-pricing-page .elementor-element-6435861 {
  align-items: stretch;
  width: 100%;
}

.charge-pricing-page .charge-pricing-products,
.charge-pricing-page .elementor-element-c32bed7 {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  flex: 1 1 100%;
}

.pdc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  max-width: 100%;
  padding: 20px 0 10px;
}

@media (max-width: 991px) {
  .pdc-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.pdc-card {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 24px 18px 32px;
  border-radius: 14px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.charge-pricing-page .pdc-card.product,
.charge-pricing-page .pdc-card.charge-wc-product-card {
  float: none;
  width: auto;
  margin: 0;
  list-style: none;
  clear: none;
}

.pdc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 29, 44, .07);
  background: #fff;
}

.pdc-media {
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 28px;
}

.pdc-media img {
  max-height: 100%;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(15, 29, 44, .12));
}

.charge-pricing-page .pdc-media img,
.charge-pricing-page .pdc-media img.wp-post-image,
.charge-pricing-page .pdc-media img.woocommerce-placeholder {
  display: block;
  max-height: 100%;
  max-width: 80%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}

.pdc-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f1d2c;
  margin: 0 0 14px;
  line-height: 1.3;
}

.charge-pricing-page .pdc-card .pdc-title,
.charge-pricing-page .pdc-card h3.pdc-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f1d2c;
  margin: 0 0 14px;
  line-height: 1.3;
}

.pdc-desc {
  font-size: .97rem;
  line-height: 1.65;
  color: #5b6775;
  margin: 0 0 22px;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}

.pdc-price {
  font-size: 1rem;
  font-weight: 700;
  color: #2bbf6a;
  margin: 0 0 18px;
}

.pdc-price del {
  color: #9aa3ad;
  font-weight: 400;
  margin-right: 6px;
}

.charge-wc-no-products {
  grid-column: 1 / -1;
  text-align: center;
  color: #5b6775;
  padding: 40px 20px;
}

.charge-pricing-products .woocommerce-pagination {
  margin-top: 8px;
  padding-bottom: 10px;
  text-align: center;
}

.charge-pricing-products .woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.charge-pricing-products .woocommerce-pagination ul li a,
.charge-pricing-products .woocommerce-pagination ul li span {
  display: inline-block;
  min-width: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #0f1d2c;
  background: #fff;
  border: 1px solid #e8edf2;
}

.charge-pricing-products .woocommerce-pagination ul li span.current {
  background: #2bbf6a;
  border-color: #2bbf6a;
  color: #fff;
}

.pdc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .95rem;
  color: #0f1d2c;
  text-decoration: none;
  letter-spacing: .01em;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: .18s ease;
}

.pdc-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pdc-link svg {
  width: 18px;
  height: 18px;
  transition: transform .25s ease;
  fill: #2bbf6a;
}

.pdc-link:hover {
  color: #2bbf6a;
  border-bottom-color: #2bbf6a;
}

.pdc-link:hover svg {
  transform: translateX(4px);
}

.charge-pricing-page .pdc-card .pdc-link,
.charge-pricing-page .pdc-card .pdc-link:hover {
  text-decoration: none;
  box-shadow: none;
}

.charge-pricing-page .pdc-card .onsale {
  display: none !important;
}

.charge-pricing-page .site-content,
.charge-pricing-page#content,
body.charge-pricing-page .site-content {
  padding-top: 0;
}

.charge-pricing-page .woocommerce-breadcrumb,
.charge-pricing-page .woocommerce-result-count,
.charge-pricing-page .woocommerce-ordering,
.charge-pricing-page .woocommerce-notices-wrapper {
  display: none !important;
}
