/*
 * VivuNow - Heading + Bold Fix
 * Fix: H1/H2/H3 bị tụt cỡ chữ khi bôi Bold trong trình soạn thảo.
 *
 * Không thay đổi cỡ chữ Heading hiện tại của theme.
 * Chỉ buộc B/STRONG trong Heading kế thừa cỡ chữ của chính Heading.
 * Có !important để thắng cả trường hợp editor chèn inline font-size.
 */

/* ===== PRODUCT CONTENT ===== */
.product_description h1 b,
.product_description h1 strong,
.product_description h2 b,
.product_description h2 strong,
.product_description h3 b,
.product_description h3 strong,
.product_description h4 b,
.product_description h4 strong,
.product_description h5 b,
.product_description h5 strong,
.product_description h6 b,
.product_description h6 strong,
.evo-product-summary h1 b,
.evo-product-summary h1 strong,
.evo-product-summary h2 b,
.evo-product-summary h2 strong,
.evo-product-summary h3 b,
.evo-product-summary h3 strong,
.evo-product-summary h4 b,
.evo-product-summary h4 strong,
.evo-product-summary h5 b,
.evo-product-summary h5 strong,
.evo-product-summary h6 b,
.evo-product-summary h6 strong {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}

/* Nếu editor tạo span bên trong Bold của Heading */
.product_description h1 b span,
.product_description h1 strong span,
.product_description h2 b span,
.product_description h2 strong span,
.product_description h3 b span,
.product_description h3 strong span,
.evo-product-summary h1 b span,
.evo-product-summary h1 strong span,
.evo-product-summary h2 b span,
.evo-product-summary h2 strong span,
.evo-product-summary h3 b span,
.evo-product-summary h3 strong span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}

/* ===== BLOG / ARTICLE CONTENT ===== */
.article-details h1 b,
.article-details h1 strong,
.article-details h2 b,
.article-details h2 strong,
.article-details h3 b,
.article-details h3 strong,
.article-details h4 b,
.article-details h4 strong,
.article-details h5 b,
.article-details h5 strong,
.article-details h6 b,
.article-details h6 strong {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}

.article-details h1 b span,
.article-details h1 strong span,
.article-details h2 b span,
.article-details h2 strong span,
.article-details h3 b span,
.article-details h3 strong span {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
