.theme-dark .bg-white .hide-show a,
.theme-dark .bg-white .hide-show-block {
	color:black !important;
}

.theme-dark .bg-white .hide-show a {
	background-size: 0.375rem 1px;
	background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 50%, transparent 50%) !important;
}
.theme-dark .bg-white .hide-show.hidden a {
	background-image: linear-gradient(to right, rgb(0 0 0 / 30%) 50%, transparent 50%) !important;
}