.collapse:not(.show) {
  display: none !important;
}

.collapse.show {
  display: block !important;
}
