/* WEKDEN Products image replacement - optimized */

.wd-products .wd-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

.wd-products .wd-product-card__media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  aspect-ratio: 3 / 2 !important;
  min-height: 240px !important;
  background-color: #f5f7fb !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 10px !important;
}

.wd-products .wd-product-card__media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wd-products .wd-product-card__media > strong {
  display: none !important;
}

/* 六张图对应替换 */
.wd-products .wd-product-card:nth-of-type(1) .wd-product-card__media {
  background-image: none !important;
}

.wd-products .wd-product-card:nth-of-type(2) .wd-product-card__media {
  background-image: none !important;
}

.wd-products .wd-product-card:nth-of-type(3) .wd-product-card__media {
  background-image: none !important;
}

.wd-products .wd-product-card:nth-of-type(4) .wd-product-card__media {
  background-image: none !important;
}

.wd-products .wd-product-card:nth-of-type(5) .wd-product-card__media {
  background-image: none !important;
}

.wd-products .wd-product-card:nth-of-type(6) .wd-product-card__media {
  background-image: none !important;
}

/* 缩小下方白色文字区 */
.wd-products .wd-product-card__body,
.wd-products .wd-product-card__content,
.wd-products .wd-product-card .entry-content,
.wd-products .wd-product-card > div:not(.wd-product-card__media) {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.wd-products .wd-product-card h3,
.wd-products .wd-product-card h4 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.wd-products .wd-product-card p {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.6 !important;
}

/* 如果描述过长，限制 3 行，避免白色区域过高 */
.wd-products .wd-product-card p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* 按钮与正文距离缩小 */
.wd-products .wd-product-card .wp-block-button,
.wd-products .wd-product-card .ast-button,
.wd-products .wd-product-card a.button,
.wd-products .wd-product-card a[href] {
  margin-top: 8px !important;
}

/* 移动端微调 */
@media (max-width: 768px) {
  .wd-products .wd-product-card__media {
    min-height: 210px !important;
    padding: 8px !important;
  }
}
