/*
 * Zit Taxi Blog Heading Contrast 1.0.0
 * Scope: blog.zittaxi.in only (enforced by the plugin host check).
 * Purpose: keep dark hero headings readable when global/theme typography
 * rules otherwise apply the dark heading color.
 */

.bt-sp-hero h1,
.bt-sp-hero h1 a,
.bt-blog-archive-hero h1,
.bt-blog-archive-hero h1 a,
.bt-blog-article-hero h1,
.bt-blog-article-hero h1 a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

/* Keep hero breadcrumb text readable as well, without changing page-body headings. */
.bt-sp-hero .bt-sp-crumb,
.bt-sp-hero .bt-sp-crumb a,
.bt-sp-hero .bt-sp-crumb strong,
.bt-blog-archive-hero .bt-blog-breadcrumb,
.bt-blog-archive-hero .bt-blog-breadcrumb a,
.bt-blog-archive-hero .bt-blog-breadcrumb strong,
.bt-blog-article-hero .bt-blog-breadcrumb,
.bt-blog-article-hero .bt-blog-breadcrumb a,
.bt-blog-article-hero .bt-blog-breadcrumb strong {
    color: #ffffff !important;
    opacity: 1 !important;
}
