/* Force display of the hidden content; replace '.hidden-content' with the actual selector */
.hidden-content {
display: block !important; /* Makes sure the content is visible */
opacity: 1 !important; /* Ensures full opacity */
height: auto !important; /* Ensures the content expands fully */
}