/* Dark-mode-only journal contrast repair. Light mode and non-journal pages are excluded. */
body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-sticky-header {
	background: #141815 !important;
	color: #f4f8f5 !important;
	border-bottom-color: rgba(255, 255, 255, 0.18) !important;
}

body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-sticky-header .hwg-sticky-main > strong,
body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-sticky-header .hwg-grower-name,
body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-sticky-header .hwg-sticky-dates > span {
	color: #f4f8f5 !important;
	-webkit-text-fill-color: #f4f8f5 !important;
	opacity: 1 !important;
}

body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-sticky-header .hwg-sticky-dates > span > small {
	color: #d7e3d9 !important;
	-webkit-text-fill-color: #d7e3d9 !important;
	opacity: 1 !important;
}

body.single-hwg_journal .site-wrapper.atbs-dark-mode .hwg-journal-section-nav {
	background: #141815 !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
}

html body.single-hwg_journal .site-wrapper.atbs-dark-mode main.hwg-journal-single .hwg-journal-section-nav > a,
html body.single-hwg_journal .site-wrapper.atbs-dark-mode main.hwg-journal-single .hwg-journal-section-nav > a:visited {
	color: #b6ff86 !important;
	-webkit-text-fill-color: #b6ff86 !important;
}
