.single-post-main .content-wrapper h2.wp-block-heading {
  margin: 48px 0 18px;
  color: #111827;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.single-post-main .content-wrapper h3,
.single-post-main .content-wrapper h4 {
  margin: 34px 0 14px;
  color: #111827;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.single-post-main .content-wrapper > figure,
.single-post-main .content-wrapper > img,
.single-post-main .content-wrapper > p > img {
  max-width: 760px;
  margin: 32px auto;
}

.single-post-main .content-wrapper > figure {
  overflow-x: auto;
}

.single-post-main .content-wrapper > figure img,
.single-post-main .content-wrapper > img,
.single-post-main .content-wrapper > p > img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin-inline: auto;
  border-radius: 10px;
}

.single-post-main .content-wrapper table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.single-post-main .content-wrapper table th,
.single-post-main .content-wrapper table td {
  padding: 16px 18px;
  border: 1px solid #dbe3ef;
  text-align: left;
  vertical-align: top;
}

.single-post-main .content-wrapper table th {
  background: #f3f7fc;
  color: #111827;
  font-weight: 700;
}

.single-post-main .content-wrapper table tr:nth-child(even) td {
  background: #f8fafc;
}

.single-post-main .content-wrapper .woocommerce {
  margin: 30px 0 44px;
}

.single-post-main .content-wrapper .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start;
  align-items: stretch;
  gap: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.single-post-main .content-wrapper .woocommerce ul.products::before,
.single-post-main .content-wrapper .woocommerce ul.products::after {
  display: none;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  height: 100%;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: #d8e2f0;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.single-post-main .content-wrapper .woocommerce ul.products li.product > *:not(.woocommerce-LoopProduct-link) {
  display: none !important;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .product-category,
.single-post-main .content-wrapper .woocommerce ul.products li.product .wishlist-loop-button,
.single-post-main .content-wrapper .woocommerce ul.products li.product .button,
.single-post-main .content-wrapper .woocommerce ul.products li.product .onsale,
.single-post-main .content-wrapper .woocommerce ul.products li.product .star-rating {
  display: none !important;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product picture,
.single-post-main .content-wrapper .woocommerce ul.products li.product img {
  display: block;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product picture {
  flex: 0 0 auto;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin: 14px 0 12px;
  padding: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .price {
  display: block;
  margin: auto 0 0;
  color: #2f4d76;
  line-height: 1.25;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .price-wrap {
  display: inline;
  margin: 0;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .price-wrap .amount {
  color: #2f4d76;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix {
  display: inline !important;
  margin-left: 6px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix .amount {
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
}

.single-post-main .content-wrapper .woocommerce ul.products li.product .amount,
.single-post-main .content-wrapper .woocommerce ul.products li.product bdi {
  font: inherit;
}

@media (max-width: 900px) {
  .single-post-main .content-wrapper .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .single-post-main .content-wrapper h2.wp-block-heading {
    margin-top: 38px;
    font-size: 26px;
  }

  .single-post-main .content-wrapper > figure,
  .single-post-main .content-wrapper > img,
  .single-post-main .content-wrapper > p > img {
    max-width: 100%;
  }

  .single-post-main .content-wrapper .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product {
    padding: 10px !important;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product:hover {
    transform: none;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 12px;
    font-size: 14px;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .price {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .price-wrap {
    display: block !important;
    margin: 0 !important;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .price-wrap .amount {
    font-size: 13px;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix {
    display: block !important;
    margin: 0 !important;
    font-size: 10px;
    line-height: 1.3;
  }

  .single-post-main .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix .amount {
    font-size: 10px;
  }
}