/*! Ẩn <br> liên tiếp / dòng trống cuối khối nội dung (dán Word EndFragment). */
html.storefront-root :is(.unified-content, .news-article-content, .tutorial-content, .product-description-content) br + br,
html.admin-root :is(.admin-rich-text-preview, .html-content-light) br + br,
:is(.unified-content, .news-article-content, .tutorial-content, .product-description-content, .admin-rich-text-preview, .html-content-light) br + br {
  display: none !important;
}

html.storefront-root :is(.unified-content, .news-article-content, .tutorial-content, .product-description-content) :is(p, div):last-child > br:last-child,
html.admin-root :is(.admin-rich-text-preview, .html-content-light) :is(p, div):last-child > br:last-child,
:is(.unified-content, .news-article-content, .tutorial-content, .product-description-content, .admin-rich-text-preview, .html-content-light) :is(p, div):last-child > br:last-child {
  display: none !important;
}

html.storefront-root :is(.unified-content, .news-article-content, .tutorial-content, .product-description-content) :is(p, div):last-child:empty,
:is(.unified-content, .news-article-content, .tutorial-content, .product-description-content) :is(p, div):last-child:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
