.show-hide[id] {
	display: none !important;
}

.show-hide[id].show-hide--active {
	display: var(--display, block) !important;
}
