/* Proair blog articles — paste into Appearance → Simple Custom CSS */

body.single-post .single-post__content {
  align-items: center;
}

body.single-post .single-post__intro {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 24px;
}

body.single-post .single-post__intro-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1 !important;
  flex: none !important;
  width: 100%;
  max-width: 1000px;
  gap: 12px;
  text-align: center;
}

body.single-post .single-post__title {
  text-align: center;
}

body.single-post .single-post__date {
  text-align: center;
}

body.single-post .single-post__intro-media {
  order: 2 !important;
  flex: none !important;
  width: 100% !important;
  max-width: 1000px !important;
  height: auto !important;
  overflow: hidden;
}

body.single-post .single-post__intro-img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

body.single-post .content-wrapper > p.wp-block-paragraph,
body.single-post .content-wrapper > ul.wp-block-list,
body.single-post .content-wrapper > ol.wp-block-list {
  line-height: 1.6;
}

body.single-post .content-wrapper > p.wp-block-paragraph {
  margin-bottom: 16px;
}

body.single-post .content-wrapper h2.wp-block-heading {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.25;
}

body.single-post .content-wrapper h3.wp-block-heading {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

body.single-post .content-wrapper > figure,
body.single-post .content-wrapper > img,
body.single-post .content-wrapper > p > img,
body.single-post .content-wrapper .wp-block-image img {
  max-width: 100%;
  height: auto;
}

body.single-post .content-wrapper .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

body.single-post .content-wrapper .woocommerce ul.products::before,
body.single-post .content-wrapper .woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

body.single-post .content-wrapper .woocommerce ul.products li.product {
  float: none;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

body.single-post .content-wrapper .woocommerce ul.products li.product:hover {
  transform: none !important;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__link {
  text-decoration: none;
  color: inherit;
  padding: 12px;
  height: 100%;
  gap: 10px;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__stock {
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 6px;
  margin-top: 0;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__body {
  gap: 6px;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__meta {
  font-size: 11px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__title,
body.single-post .content-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price,
body.single-post .content-wrapper .woocommerce ul.products li.product .price {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 4px 0 0 !important;
  font-size: 15px;
  line-height: 1.2;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price del,
body.single-post .content-wrapper .woocommerce ul.products li.product .price del {
  display: block !important;
  font-size: 12px;
  color: #7a8a99;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price ins,
body.single-post .content-wrapper .woocommerce ul.products li.product .price ins {
  display: block;
  text-decoration: none;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price .screen-reader-text,
body.single-post .content-wrapper .woocommerce ul.products li.product .price .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price .amount,
body.single-post .content-wrapper .woocommerce ul.products li.product .price .amount {
  font-size: inherit;
}

body.single-post .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix {
  display: block !important;
  margin: 0 !important;
  font-size: 10px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  body.single-post .single-post__intro {
    gap: 16px;
  }

  body.single-post .single-post__intro-text {
    gap: 8px;
  }

  body.single-post .content-wrapper h2.wp-block-heading {
    margin-top: 38px;
    font-size: 26px;
    line-height: 1.25;
  }

  body.single-post .content-wrapper h3.wp-block-heading {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.3;
  }

  body.single-post .content-wrapper .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__link {
    padding: 10px;
    gap: 8px;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__media {
    height: 120px;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__title,
  body.single-post .content-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 4px !important;
    font-size: 14px !important;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price,
  body.single-post .content-wrapper .woocommerce ul.products li.product .price,
  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price .amount,
  body.single-post .content-wrapper .woocommerce ul.products li.product .price .amount {
    font-size: 13px;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price del,
  body.single-post .content-wrapper .woocommerce ul.products li.product .price del,
  body.single-post .content-wrapper .woocommerce ul.products li.product .product-card__price del .amount,
  body.single-post .content-wrapper .woocommerce ul.products li.product .price del .amount {
    font-size: 11px;
  }

  body.single-post .content-wrapper .woocommerce ul.products li.product .woocommerce-price-suffix .amount {
    font-size: 10px;
  }

  body.single-post .single-post__related-all-text--mobile {
    display: none !important;
  }

  body.single-post .single-post__related-all-text--desktop {
    display: inline !important;
  }

  body.single-post .single-post__related-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
  }

  body.single-post .single-post__related-scroll .single-post__related-item {
    flex: none;
    width: auto;
    min-width: 0;
  }
}