/**
 * Trang /tin-tuc: P2 leftover không được ẩn thẻ bài.
 * Overlay JS gỡ inline display:none; rule này thắng CSS P2 khi đã gỡ inline.
 */
html.storefront-root[data-giasy-news-hub="1"] [data-giasy-p2-hidden="1"],
html.storefront-root .news-article-content[data-giasy-p2-hidden="1"],
html.storefront-root .news-article-content[data-giasy-offtopic-hidden="1"],
html.storefront-root .news-article-content [data-giasy-p2-hidden="1"],
html.storefront-root .news-article-content [data-giasy-offtopic-hidden="1"],
html.storefront-root [aria-labelledby="news-section-title"] [data-giasy-p2-hidden="1"],
html.storefront-root [aria-labelledby="news-section-title"] [data-giasy-offtopic-hidden="1"] {
  display: revert !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.storefront-root[data-giasy-news-hub="1"] a[href*="/tin-tuc/"][data-giasy-news-open="1"],
html.storefront-root[data-giasy-news-hub="1"] [data-giasy-news-open="1"],
html.storefront-root a[data-giasy-news-ticker-item="1"] {
  cursor: pointer;
}

html.storefront-root [data-giasy-news-ticker="bar"]:hover,
html.storefront-root .animate-marquee:has([data-giasy-news-ticker="1"]):hover {
  animation-play-state: paused !important;
}
